Skip to content

Commit b4f133f

Browse files
banggauravGaurav Bang
andauthored
resolving correctness error in preview (#15573)
* resolving correctness error in preview * adding max time for long running operations Co-authored-by: Gaurav Bang <[email protected]>
1 parent d136816 commit b4f133f

File tree

1 file changed

+7
-5
lines changed
  • specification/logz/resource-manager/Microsoft.Logz/preview/2020-10-01-preview

1 file changed

+7
-5
lines changed

specification/logz/resource-manager/Microsoft.Logz/preview/2020-10-01-preview/logz.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
"tags": [
244244
"Monitors"
245245
],
246-
"summary": "Create a monitor resource.",
246+
"summary": "Create a monitor resource. This create operation can take upto 10 minutes to complete.",
247247
"operationId": "Monitors_Create",
248248
"x-ms-long-running-operation": true,
249249
"x-ms-long-running-operation-options": {
@@ -359,7 +359,7 @@
359359
"tags": [
360360
"Monitors"
361361
],
362-
"summary": "Delete a monitor resource.",
362+
"summary": "Delete a monitor resource. This delete operation can take upto 10 minutes to complete.",
363363
"operationId": "Monitors_Delete",
364364
"produces": [
365365
"application/json"
@@ -681,7 +681,7 @@
681681
"tags": [
682682
"SingleSignOn"
683683
],
684-
"summary": "Configures single-sign-on for this resource.",
684+
"summary": "Configures single-sign-on for this resource. This operation can take upto 10 minutes to complete.",
685685
"operationId": "SingleSignOn_CreateOrUpdate",
686686
"x-ms-long-running-operation": true,
687687
"x-ms-long-running-operation-options": {
@@ -849,7 +849,7 @@
849849
"tags": [
850850
"SubAccount"
851851
],
852-
"summary": "Create sub account under a given monitor resource.",
852+
"summary": "Create sub account under a given monitor resource. This create operation can take upto 10 minutes to complete.",
853853
"operationId": "SubAccount_Create",
854854
"x-ms-long-running-operation": true,
855855
"x-ms-long-running-operation-options": {
@@ -961,7 +961,7 @@
961961
"tags": [
962962
"SubAccount"
963963
],
964-
"summary": "Delete a sub account resource.",
964+
"summary": "Delete a sub account resource. This delete operation can take upto 10 minutes to complete.",
965965
"operationId": "SubAccount_Delete",
966966
"produces": [
967967
"application/json"
@@ -1849,6 +1849,7 @@
18491849
"Disabled"
18501850
],
18511851
"type": "string",
1852+
"default": "Enabled",
18521853
"x-ms-enum": {
18531854
"modelAsString": true,
18541855
"name": "MonitoringStatus"
@@ -1861,6 +1862,7 @@
18611862
"Suspended"
18621863
],
18631864
"type": "string",
1865+
"default": "Active",
18641866
"x-ms-enum": {
18651867
"modelAsString": true,
18661868
"name": "MarketplaceSubscriptionStatus"

0 commit comments

Comments
 (0)