Changes to adjust the Richtext view difference.

Changes to adjust the Richtext view difference.
This commit is contained in:
ImranHabib
2020-02-10 18:38:40 +05:00
committed by GitHub
parent 92a7ed8fd8
commit 0f19b2686c

View File

@ -997,10 +997,14 @@ Supported values are:
<!--/SupportedValues--> <!--/SupportedValues-->
<!--/Policy--> <!--/Policy-->
<!--Policy--> <!--Policy-->
<a href="" id="rotaterecoverypasswords"></a>**RotateRecoveryPasswords** <a href="" id="rotaterecoverypasswords"></a>**RotateRecoveryPasswords**
<!--Description--> <!--Description-->
This setting refreshes all recovery passwords for OS and fixed drives (removable drives are not included so they can be shared between users). All recovery passwords for all drives will be refreshed and only one password per volume is retained. In case of errors, an error code will be returned so that server can take appropriate action to remediate. This setting refreshes all recovery passwords for OS and fixed drives (removable drives are not included so they can be shared between users). All recovery passwords for all drives will be refreshed and only one password per volume is retained. In case of errors, an error code will be returned so that server can take appropriate action to remediate.
<!--/Description--> <!--/Description-->
The client will generate a new recovery password. The client will use the existing API in Azure AD to upload the new recovery key and retry on failure. The client will generate a new recovery password. The client will use the existing API in Azure AD to upload the new recovery key and retry on failure.
Policy type is Execute. When “Execute Policy” is pushed, the client sets the status as Pending and initiates an asynchronous rotation operation. After refresh is complete, pass or fail status is updated. The client will not retry, but if needed, the server can re-issue the execute request. Policy type is Execute. When “Execute Policy” is pushed, the client sets the status as Pending and initiates an asynchronous rotation operation. After refresh is complete, pass or fail status is updated. The client will not retry, but if needed, the server can re-issue the execute request.
@ -1074,10 +1078,13 @@ Supported values:
Value type is int. Supported operation is Get. Value type is int. Supported operation is Get.
<!--/Policy--> <!--/Policy-->
<!--Policy--> <!--Policy-->
<a href="" id="status-rotaterecoverypasswordsstatus"></a>**Status/RotateRecoveryPasswordsStatus** <a href="" id="status-rotaterecoverypasswordsstatus"></a>**Status/RotateRecoveryPasswordsStatus**
<!--Description--> <!--Description-->
This node reports the status of RotateRecoveryPasswords request. This node reports the status of RotateRecoveryPasswords request.
<!--/Description--> <!--/Description-->
Status code can be one of the following: Status code can be one of the following:
- 2 Not started - 2 Not started
@ -1109,6 +1116,7 @@ Status code can be one of the following:
Value type is int. Supported operation is Get. Value type is int. Supported operation is Get.
<!--/Policy--> <!--/Policy-->
<!--Policy--> <!--Policy-->
<a href="" id="status-rotaterecoverypasswordsrequestid"></a>**Status/RotateRecoveryPasswordsRequestID** <a href="" id="status-rotaterecoverypasswordsrequestid"></a>**Status/RotateRecoveryPasswordsRequestID**
<!--Description--> <!--Description-->
This node reports the RequestID corresponding to RotateRecoveryPasswordsStatus. This node reports the RequestID corresponding to RotateRecoveryPasswordsStatus.