From ee67e477dc606aea359b5055aae86e11ce1542f8 Mon Sep 17 00:00:00 2001 From: Dandan Date: Thu, 2 Apr 2020 19:38:30 -0700 Subject: [PATCH] Add read only according to comment. --- .../stable/2019-07-01/managedapplications.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/resources/resource-manager/Microsoft.Solutions/stable/2019-07-01/managedapplications.json b/specification/resources/resource-manager/Microsoft.Solutions/stable/2019-07-01/managedapplications.json index e489af41e804..6a3432f615ea 100644 --- a/specification/resources/resource-manager/Microsoft.Solutions/stable/2019-07-01/managedapplications.json +++ b/specification/resources/resource-manager/Microsoft.Solutions/stable/2019-07-01/managedapplications.json @@ -1629,10 +1629,12 @@ "userAssignedResourceIdentity": { "properties": { "principalId": { + "readOnly": true, "type": "string", "description": "The principal id of user assigned identity." }, "tenantId": { + "readOnly": true, "type": "string", "description": "The tenant id of user assigned identity." }