Skip to content

Commit

Permalink
[ReleasePR purview] Track2 modify readme.go.md 7 (#2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Jan 5, 2022
2 parents 1cd939f + acf514d commit 309bb16
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions schemas/2021-07-01/Microsoft.Purview.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "External Cloud Service connectors"
]
},
"managedResourceGroupName": {
"type": "string",
Expand Down Expand Up @@ -202,8 +201,7 @@
},
"CloudConnectors": {
"type": "object",
"properties": {},
"description": "External Cloud Service connectors"
"properties": {}
},
"Identity": {
"type": "object",
Expand All @@ -213,31 +211,14 @@
{
"type": "string",
"enum": [
"None",
"SystemAssigned",
"UserAssigned"
"SystemAssigned"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"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"
Expand Down Expand Up @@ -311,11 +292,6 @@
}
},
"description": "The private link service connection state."
},
"UserAssignedIdentity": {
"type": "object",
"properties": {},
"description": "Uses client ID and Principal ID"
}
}
}

0 comments on commit 309bb16

Please sign in to comment.