From acf514d0e7191693f35699d55b6739c77f31b747 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 5 Jan 2022 07:41:05 +0000 Subject: [PATCH] CodeGen from PR 16971 in Azure/azure-rest-api-specs Track2 modify readme.go.md 7 (#16971) --- schemas/2021-07-01/Microsoft.Purview.json | 30 +++-------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/schemas/2021-07-01/Microsoft.Purview.json b/schemas/2021-07-01/Microsoft.Purview.json index 2aff448328..83eb3df607 100644 --- a/schemas/2021-07-01/Microsoft.Purview.json +++ b/schemas/2021-07-01/Microsoft.Purview.json @@ -135,8 +135,7 @@ { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } - ], - "description": "External Cloud Service connectors" + ] }, "managedResourceGroupName": { "type": "string", @@ -202,8 +201,7 @@ }, "CloudConnectors": { "type": "object", - "properties": {}, - "description": "External Cloud Service connectors" + "properties": {} }, "Identity": { "type": "object", @@ -213,9 +211,7 @@ { "type": "string", "enum": [ - "None", - "SystemAssigned", - "UserAssigned" + "SystemAssigned" ] }, { @@ -223,21 +219,6 @@ } ], "description": "Identity Type." - }, - "userAssignedIdentities": { - "oneOf": [ - { - "type": "object", - "additionalProperties": { - "$ref": "#/definitions/UserAssignedIdentity" - }, - "properties": {} - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "User Assigned Identities" } }, "description": "The Managed Identity of the resource" @@ -311,11 +292,6 @@ } }, "description": "The private link service connection state." - }, - "UserAssignedIdentity": { - "type": "object", - "properties": {}, - "description": "Uses client ID and Principal ID" } } } \ No newline at end of file