Skip to content

Commit

Permalink
Revert the previous revert
Browse files Browse the repository at this point in the history
  • Loading branch information
angosms committed Feb 24, 2020
1 parent 2d1e54a commit 7982d4e
Showing 1 changed file with 37 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/Identity"
"$ref": "#/definitions/IdentityUpdate"
},
"description": "Parameters to update the identity"
}
Expand Down Expand Up @@ -367,6 +367,42 @@
],
"description": "Describes an identity resource."
},
"IdentityUpdate": {
"properties": {
"location": {
"type": "string",
"x-ms-mutability": [
"read",
"create"
],
"description": "The geo-location where the resource lives"
},
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"x-ms-mutability": [
"read",
"create",
"update"
],
"description": "Resource tags"
},
"properties": {
"x-ms-client-flatten": true,
"readOnly": true,
"description": "The properties associated with the identity.",
"$ref": "#/definitions/UserAssignedIdentityProperties"
}
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Resource"
}
],
"description": "Describes an identity resource."
},
"SystemAssignedIdentity": {
"properties": {
"location": {
Expand Down

0 comments on commit 7982d4e

Please sign in to comment.