From e4268aaef85dd076d2061b9e9c5a6985ac515194 Mon Sep 17 00:00:00 2001 From: Gaurav Bang Date: Mon, 9 Aug 2021 12:39:40 +0530 Subject: [PATCH 1/2] resolving correctness error in preview --- .../Microsoft.Logz/preview/2020-10-01-preview/logz.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/logz/resource-manager/Microsoft.Logz/preview/2020-10-01-preview/logz.json b/specification/logz/resource-manager/Microsoft.Logz/preview/2020-10-01-preview/logz.json index 22d69541bb72..fb8f929b15d5 100644 --- a/specification/logz/resource-manager/Microsoft.Logz/preview/2020-10-01-preview/logz.json +++ b/specification/logz/resource-manager/Microsoft.Logz/preview/2020-10-01-preview/logz.json @@ -1849,6 +1849,7 @@ "Disabled" ], "type": "string", + "default": "Enabled", "x-ms-enum": { "modelAsString": true, "name": "MonitoringStatus" @@ -1861,6 +1862,7 @@ "Suspended" ], "type": "string", + "default": "Active", "x-ms-enum": { "modelAsString": true, "name": "MarketplaceSubscriptionStatus" From 79f87dbda8d143b3b383e6d92210b05b1c07085d Mon Sep 17 00:00:00 2001 From: Gaurav Bang Date: Mon, 9 Aug 2021 13:44:49 +0530 Subject: [PATCH 2/2] adding max time for long running operations --- .../preview/2020-10-01-preview/logz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/logz/resource-manager/Microsoft.Logz/preview/2020-10-01-preview/logz.json b/specification/logz/resource-manager/Microsoft.Logz/preview/2020-10-01-preview/logz.json index fb8f929b15d5..b5e404f18ed4 100644 --- a/specification/logz/resource-manager/Microsoft.Logz/preview/2020-10-01-preview/logz.json +++ b/specification/logz/resource-manager/Microsoft.Logz/preview/2020-10-01-preview/logz.json @@ -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": { @@ -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" @@ -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": { @@ -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": { @@ -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"