From 7bd4f0b38b81c958a32ec0dac8c57d2cf6092bd4 Mon Sep 17 00:00:00 2001 From: v-ajnava Date: Sun, 9 May 2021 23:41:56 -0700 Subject: [PATCH] Changes to Fix Swagger Correctness : part 1 --- .../preview/2018-01-01-preview/namespace-preview.json | 5 +++++ .../preview/2021-01-01-preview/namespace-preview.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2018-01-01-preview/namespace-preview.json b/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2018-01-01-preview/namespace-preview.json index 5885f3077d1d..90af1460dfdb 100644 --- a/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2018-01-01-preview/namespace-preview.json +++ b/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2018-01-01-preview/namespace-preview.json @@ -681,6 +681,11 @@ "type": "string", "description": "Provisioning state of the namespace." }, + "status": { + "readOnly": true, + "type": "string", + "description": "Status of the namespace." + }, "createdAt": { "readOnly": true, "format": "date-time", diff --git a/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2021-01-01-preview/namespace-preview.json b/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2021-01-01-preview/namespace-preview.json index 6f80c478a8fe..8adc47246373 100644 --- a/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2021-01-01-preview/namespace-preview.json +++ b/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2021-01-01-preview/namespace-preview.json @@ -686,6 +686,11 @@ "type": "string", "description": "Provisioning state of the namespace." }, + "status": { + "readOnly": true, + "type": "string", + "description": "Status of the namespace." + }, "createdAt": { "readOnly": true, "format": "date-time",