Skip to content

Commit

Permalink
remove the identity properties
Browse files Browse the repository at this point in the history
  • Loading branch information
xiadu94 committed Oct 11, 2018
1 parent 21bc4f1 commit f3b3520
Showing 1 changed file with 0 additions and 44 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 @@ -1557,24 +1535,6 @@
}
}
},
"RegistryIdentity": {
"description": "Identity of the container registry.",
"type": "object",
"properties": {
"identityType": {
"description": "The type of identity used for registry.",
"type": "string"
},
"identityPrincipalId": {
"description": "The principal ID of registry identity.",
"type": "string"
},
"tenantId": {
"description": "The tenant ID of registry.",
"type": "string"
}
}
},
"RegistryUpdateParameters": {
"description": "The parameters for updating a container registry.",
"type": "object",
Expand All @@ -1590,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 f3b3520

Please sign in to comment.