Skip to content

Commit

Permalink
Remove format:arm-id from v4 since api validation service fails to lo…
Browse files Browse the repository at this point in the history
…ad the spec, causing global outages for RPaaS RPs (#21860)
  • Loading branch information
shavital7 authored Dec 13, 2022
1 parent 9b56137 commit d89e212
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
},
"userAssignedIdentityResourceId": {
"type": "string",
"format": "arm-id",
"description": "user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity."
},
"delegatedIdentityClientId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"id": {
"readOnly": true,
"type": "string",
"format": "arm-id",
"description": "Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\""
},
"name": {
Expand Down

0 comments on commit d89e212

Please sign in to comment.