From 5f6fca8215927e16e6437ffa9e5cf45b9c31d8ee Mon Sep 17 00:00:00 2001 From: Dapeng Zhang Date: Fri, 7 Aug 2020 14:29:20 +0800 Subject: [PATCH] Principal ID and tenant ID should be readonly --- .../preview/2018-01-01-preview/servicebus-preview.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2018-01-01-preview/servicebus-preview.json b/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2018-01-01-preview/servicebus-preview.json index 7c141e3bcd3b..c089a7efe2e0 100644 --- a/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2018-01-01-preview/servicebus-preview.json +++ b/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2018-01-01-preview/servicebus-preview.json @@ -1291,10 +1291,12 @@ "properties": { "principalId": { "type": "string", + "readOnly": true, "description": "ObjectId from the KeyVault" }, "tenantId": { "type": "string", + "readOnly": true, "description": "TenantId from the KeyVault" }, "type": {