diff --git a/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/enterprisePolicy.json b/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/enterprisePolicy.json index a4f270045c71..d9e046fbc593 100644 --- a/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/enterprisePolicy.json +++ b/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/enterprisePolicy.json @@ -496,6 +496,10 @@ "description": "Network injection configuration" } } + }, + "healthStatus": { + "description": "The health status of the resource.", + "$ref": "#/definitions/HealthStatus" } } }, @@ -639,6 +643,19 @@ } }, "description": "The response of the list EnterprisePolicy operation." + }, + "HealthStatus": { + "type": "string", + "description": "The health status of the resource.", + "x-ms-enum": { + "name": "HealthStatus", + "modelAsString": true + }, + "enum": [ + "Undetermined", + "Healthy", + "Unhealthy" + ] } }, "parameters": {} diff --git a/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/examples/PrivateEndpointConnectionDelete.json b/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/examples/PrivateEndpointConnectionDelete.json index 7275859a9a37..6ca25cd647ec 100644 --- a/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/examples/PrivateEndpointConnectionDelete.json +++ b/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/examples/PrivateEndpointConnectionDelete.json @@ -8,7 +8,6 @@ }, "responses": { "200": {}, - "202": {}, "204": {} } } diff --git a/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/examples/PrivateEndpointConnectionUpdate.json b/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/examples/PrivateEndpointConnectionUpdate.json index a58b53e409eb..e2a7d717a54e 100644 --- a/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/examples/PrivateEndpointConnectionUpdate.json +++ b/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/examples/PrivateEndpointConnectionUpdate.json @@ -39,7 +39,6 @@ "lastModifiedAt": "2020-01-02T17:18:19.1234567Z" } } - }, - "202": {} + } } } diff --git a/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/examples/getEnterprisePolicy.json b/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/examples/getEnterprisePolicy.json index 514bfb9a013b..392f1e8ca17b 100644 --- a/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/examples/getEnterprisePolicy.json +++ b/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/examples/getEnterprisePolicy.json @@ -41,7 +41,8 @@ } } ] - } + }, + "healthStatus": "Undetermined" }, "systemData": { "createdBy": "user1", diff --git a/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/privateEndpointConnection.json b/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/privateEndpointConnection.json index 6410cfa62237..6289ae4ab1b2 100644 --- a/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/privateEndpointConnection.json +++ b/specification/powerplatform/resource-manager/Microsoft.PowerPlatform/preview/2020-10-30-preview/privateEndpointConnection.json @@ -167,9 +167,6 @@ "$ref": "#/definitions/PrivateEndpointConnection" } }, - "202": { - "description": "Accepted. The private endpoint connection update will complete asynchronously." - }, "default": { "description": "Error response describing why the operation failed.", "schema": { @@ -177,7 +174,7 @@ } } }, - "x-ms-long-running-operation": true, + "x-ms-long-running-operation": false, "x-ms-examples": { "Approve or reject a private endpoint connection with a given name.": { "$ref": "./examples/PrivateEndpointConnectionUpdate.json" @@ -217,9 +214,6 @@ "200": { "description": "The private endpoint connection was successfully deleted." }, - "202": { - "description": "Accepted. The private endpoint connection delete will complete asynchronously." - }, "204": { "description": "Private endpoint connection does not exist." }, @@ -230,7 +224,7 @@ } } }, - "x-ms-long-running-operation": true, + "x-ms-long-running-operation": false, "x-ms-examples": { "Deletes a private endpoint connection with a given name.": { "$ref": "./examples/PrivateEndpointConnectionDelete.json"