From 216931dc4ec175664bbe8222f9ea5ea3def69106 Mon Sep 17 00:00:00 2001 From: Ajit Navasare Date: Tue, 25 May 2021 00:36:37 -0700 Subject: [PATCH] Changes to Fix Swagger Correctness : part 1 (#14335) Co-authored-by: v-ajnava --- .../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",