From a74b686aaa0bd8bce0a5763f94bd3bda29454fee Mon Sep 17 00:00:00 2001 From: Limin Gu <48228819+limingu@users.noreply.github.com> Date: Tue, 30 Mar 2021 19:06:37 -0700 Subject: [PATCH] [Datadog] Update swagger (#13708) --- .../preview/2020-02-01-preview/datadog.json | 3 ++- .../Microsoft.Datadog/stable/2021-03-01/datadog.json | 3 ++- specification/datadog/resource-manager/readme.az.md | 6 ++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/specification/datadog/resource-manager/Microsoft.Datadog/preview/2020-02-01-preview/datadog.json b/specification/datadog/resource-manager/Microsoft.Datadog/preview/2020-02-01-preview/datadog.json index 4851f3b0b66b..aa11aacd09e7 100644 --- a/specification/datadog/resource-manager/Microsoft.Datadog/preview/2020-02-01-preview/datadog.json +++ b/specification/datadog/resource-manager/Microsoft.Datadog/preview/2020-02-01-preview/datadog.json @@ -1505,7 +1505,8 @@ "x-ms-enum": { "modelAsString": true, "name": "ProvisioningState" - } + }, + "readOnly": true }, "MonitoringStatus": { "description": "Flag specifying if the resource monitoring is enabled or disabled.", diff --git a/specification/datadog/resource-manager/Microsoft.Datadog/stable/2021-03-01/datadog.json b/specification/datadog/resource-manager/Microsoft.Datadog/stable/2021-03-01/datadog.json index 8c7a4b76ee9c..ca6518839cb3 100644 --- a/specification/datadog/resource-manager/Microsoft.Datadog/stable/2021-03-01/datadog.json +++ b/specification/datadog/resource-manager/Microsoft.Datadog/stable/2021-03-01/datadog.json @@ -1481,7 +1481,8 @@ "x-ms-enum": { "modelAsString": true, "name": "ProvisioningState" - } + }, + "readOnly": true }, "MonitoringStatus": { "description": "Flag specifying if the resource monitoring is enabled or disabled.", diff --git a/specification/datadog/resource-manager/readme.az.md b/specification/datadog/resource-manager/readme.az.md index 255a40da1cd7..9e87a4698277 100644 --- a/specification/datadog/resource-manager/readme.az.md +++ b/specification/datadog/resource-manager/readme.az.md @@ -9,4 +9,10 @@ az: package-name: azure-mgmt-datadog az-output-folder: $(azure-cli-extension-folder)/src/datadog python-sdk-output-folder: "$(az-output-folder)/azext_datadog/vendored_sdks/datadog" + +directive: + - where: + group: marketplace-agreement + set: + group: terms ```