From 060f19a17986aa009392557eaa906d25b106e292 Mon Sep 17 00:00:00 2001 From: sakreter Date: Tue, 2 Oct 2018 12:15:58 -0700 Subject: [PATCH] changing identity casing for it to work --- .../2018-10-01/examples/ContainerGroupsCreateOrUpdate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-10-01/examples/ContainerGroupsCreateOrUpdate.json b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-10-01/examples/ContainerGroupsCreateOrUpdate.json index e4dc30ccdbb6..312d72858129 100644 --- a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-10-01/examples/ContainerGroupsCreateOrUpdate.json +++ b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-10-01/examples/ContainerGroupsCreateOrUpdate.json @@ -8,9 +8,9 @@ "id": "/subscriptions/subid/resourceGroups/demo/providers/Microsoft.ContainerInstance/containerGroups/demo1", "location": "west us", "name": "demo1", - "Identity": { + "identity": { "type": "SystemAssigned, UserAssigned", - "UserAssignedIdentities": { + "userAssignedIdentities": { "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity-name": {} } },