Skip to content

Commit

Permalink
Revert the previous change: remove the identity properties (#4220)
Browse files Browse the repository at this point in the history
* Added registry identity properties to response

* remove the identity properties
  • Loading branch information
xiadu94 authored and sergey-shandar committed Oct 12, 2018
1 parent 295a816 commit 7cb6e27
Showing 1 changed file with 0 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1407,10 +1407,6 @@
"$ref": "#/definitions/Sku",
"description": "The SKU of the container registry."
},
"identity": {
"$ref": "#/definitions/RegistryIdentity",
"description": "The identity of the container registry."
},
"properties": {
"$ref": "#/definitions/RegistryProperties",
"description": "The properties of the container registry.",
Expand Down Expand Up @@ -1456,24 +1452,6 @@
}
}
},
"RegistryIdentity": {
"description": "The identity of the container registry.",
"type": "object",
"properties": {
"type": {
"description": "The type of identity used for the registry.",
"type": "string"
},
"principalId": {
"description": "The principal ID of registry identity.",
"type": "string"
},
"tenantId": {
"description": "The tenant ID associated with the registry.",
"type": "string"
}
}
},
"RegistryProperties": {
"description": "The properties of a container registry.",
"type": "object",
Expand Down Expand Up @@ -1572,10 +1550,6 @@
"$ref": "#/definitions/Sku",
"description": "The SKU of the container registry."
},
"identity": {
"$ref": "#/definitions/RegistryIdentity",
"description": "The identity of the container registry."
},
"properties": {
"$ref": "#/definitions/RegistryPropertiesUpdateParameters",
"description": "The properties that the container registry will be updated with.",
Expand Down

0 comments on commit 7cb6e27

Please sign in to comment.