From 78e63885cb9f964e09bba8f41ff72d7dd919d431 Mon Sep 17 00:00:00 2001 From: Ian Ross Date: Fri, 31 Aug 2018 16:29:00 +0100 Subject: [PATCH] Lower-case UUID format to uuid Normalise the UUID format string to 'uuid' so as to conform with all other specs --- .../preview/2015-08-31-preview/ManagedIdentity.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/msi/resource-manager/Microsoft.ManagedIdentity/preview/2015-08-31-preview/ManagedIdentity.json b/specification/msi/resource-manager/Microsoft.ManagedIdentity/preview/2015-08-31-preview/ManagedIdentity.json index 52d9d977aa06..3b8753615864 100644 --- a/specification/msi/resource-manager/Microsoft.ManagedIdentity/preview/2015-08-31-preview/ManagedIdentity.json +++ b/specification/msi/resource-manager/Microsoft.ManagedIdentity/preview/2015-08-31-preview/ManagedIdentity.json @@ -370,19 +370,19 @@ "tenantId": { "type": "string", "readOnly": true, - "format": "UUID", + "format": "uuid", "description": "The id of the tenant which the identity belongs to." }, "principalId": { "type": "string", "readOnly": true, - "format": "UUID", + "format": "uuid", "description": "The id of the service principal object associated with the created identity." }, "clientId": { "type": "string", "readOnly": true, - "format": "UUID", + "format": "uuid", "description": "The id of the app associated with the identity. This is a random generated UUID by MSI." }, "clientSecretUrl": {