Skip to content

Commit

Permalink
resolving correctness error in preview (#15573)
Browse files Browse the repository at this point in the history
* resolving correctness error in preview

* adding max time for long running operations

Co-authored-by: Gaurav Bang <[email protected]>
  • Loading branch information
banggaurav and Gaurav Bang authored Aug 10, 2021
1 parent d136816 commit b4f133f
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"tags": [
"Monitors"
],
"summary": "Create a monitor resource.",
"summary": "Create a monitor resource. This create operation can take upto 10 minutes to complete.",
"operationId": "Monitors_Create",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
Expand Down Expand Up @@ -359,7 +359,7 @@
"tags": [
"Monitors"
],
"summary": "Delete a monitor resource.",
"summary": "Delete a monitor resource. This delete operation can take upto 10 minutes to complete.",
"operationId": "Monitors_Delete",
"produces": [
"application/json"
Expand Down Expand Up @@ -681,7 +681,7 @@
"tags": [
"SingleSignOn"
],
"summary": "Configures single-sign-on for this resource.",
"summary": "Configures single-sign-on for this resource. This operation can take upto 10 minutes to complete.",
"operationId": "SingleSignOn_CreateOrUpdate",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
Expand Down Expand Up @@ -849,7 +849,7 @@
"tags": [
"SubAccount"
],
"summary": "Create sub account under a given monitor resource.",
"summary": "Create sub account under a given monitor resource. This create operation can take upto 10 minutes to complete.",
"operationId": "SubAccount_Create",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
Expand Down Expand Up @@ -961,7 +961,7 @@
"tags": [
"SubAccount"
],
"summary": "Delete a sub account resource.",
"summary": "Delete a sub account resource. This delete operation can take upto 10 minutes to complete.",
"operationId": "SubAccount_Delete",
"produces": [
"application/json"
Expand Down Expand Up @@ -1849,6 +1849,7 @@
"Disabled"
],
"type": "string",
"default": "Enabled",
"x-ms-enum": {
"modelAsString": true,
"name": "MonitoringStatus"
Expand All @@ -1861,6 +1862,7 @@
"Suspended"
],
"type": "string",
"default": "Active",
"x-ms-enum": {
"modelAsString": true,
"name": "MarketplaceSubscriptionStatus"
Expand Down

0 comments on commit b4f133f

Please sign in to comment.