Skip to content

Commit

Permalink
[ReleasePR workloads] Adds identity type to patch monitor request. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Jun 6, 2022
2 parents fc5075d + 8a970f8 commit 408d222
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions schemas/2021-12-01-preview/Microsoft.Workloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
"2021-12-01-preview"
]
},
"identity": {
"oneOf": [
{
"$ref": "#/definitions/UserAssignedServiceIdentity"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Managed service identity (user assigned identities)"
},
"location": {
"type": "string",
"description": "The geo-location where the resource lives"
Expand Down Expand Up @@ -82,6 +93,17 @@
"2021-12-01-preview"
]
},
"identity": {
"oneOf": [
{
"$ref": "#/definitions/UserAssignedServiceIdentity"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Managed service identity (user assigned identities)"
},
"name": {
"type": "string",
"description": "Name of the provider instance."
Expand Down Expand Up @@ -1375,6 +1397,17 @@
"2021-12-01-preview"
]
},
"identity": {
"oneOf": [
{
"$ref": "#/definitions/UserAssignedServiceIdentity"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Managed service identity (user assigned identities)"
},
"name": {
"type": "string",
"description": "Name of the provider instance."
Expand Down

0 comments on commit 408d222

Please sign in to comment.