Skip to content

Commit 309bb16

Browse files
author
msftbot[bot]
authored
2 parents 1cd939f + acf514d commit 309bb16

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

schemas/2021-07-01/Microsoft.Purview.json

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@
135135
{
136136
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
137137
}
138-
],
139-
"description": "External Cloud Service connectors"
138+
]
140139
},
141140
"managedResourceGroupName": {
142141
"type": "string",
@@ -202,8 +201,7 @@
202201
},
203202
"CloudConnectors": {
204203
"type": "object",
205-
"properties": {},
206-
"description": "External Cloud Service connectors"
204+
"properties": {}
207205
},
208206
"Identity": {
209207
"type": "object",
@@ -213,31 +211,14 @@
213211
{
214212
"type": "string",
215213
"enum": [
216-
"None",
217-
"SystemAssigned",
218-
"UserAssigned"
214+
"SystemAssigned"
219215
]
220216
},
221217
{
222218
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
223219
}
224220
],
225221
"description": "Identity Type."
226-
},
227-
"userAssignedIdentities": {
228-
"oneOf": [
229-
{
230-
"type": "object",
231-
"additionalProperties": {
232-
"$ref": "#/definitions/UserAssignedIdentity"
233-
},
234-
"properties": {}
235-
},
236-
{
237-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
238-
}
239-
],
240-
"description": "User Assigned Identities"
241222
}
242223
},
243224
"description": "The Managed Identity of the resource"
@@ -311,11 +292,6 @@
311292
}
312293
},
313294
"description": "The private link service connection state."
314-
},
315-
"UserAssignedIdentity": {
316-
"type": "object",
317-
"properties": {},
318-
"description": "Uses client ID and Principal ID"
319295
}
320296
}
321297
}

0 commit comments

Comments
 (0)