From 0714ef5d9d50e86cd9d41b2355639649c908f84a Mon Sep 17 00:00:00 2001 From: 00Kai0 Date: Fri, 27 Mar 2020 18:13:55 +0800 Subject: [PATCH] update appconfiguration parameter --- .../preview/2019-11-01-preview/appconfiguration.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/preview/2019-11-01-preview/appconfiguration.json b/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/preview/2019-11-01-preview/appconfiguration.json index 875ac3226401..6fcb20761612 100644 --- a/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/preview/2019-11-01-preview/appconfiguration.json +++ b/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/preview/2019-11-01-preview/appconfiguration.json @@ -939,6 +939,14 @@ "encryption": { "$ref": "#/definitions/EncryptionProperties", "description": "The encryption settings of the configuration store." + }, + "privateEndpointConnections": { + "description": "private endpoint connections of configuration store", + "type": "array", + "items": { + "$ref": "#/definitions/PrivateEndpointConnection" + }, + "readOnly": true } } }, @@ -1374,8 +1382,7 @@ "properties": { "id": { "description": "The resource ID.", - "type": "string", - "readOnly": true + "type": "string" }, "name": { "description": "The name of the resource.",