Skip to content

Commit

Permalink
used common managedIdentity for nGroups
Browse files Browse the repository at this point in the history
  • Loading branch information
shivg7795 committed Sep 9, 2024
1 parent 5223399 commit fb6a58f
Showing 1 changed file with 1 addition and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,7 @@
"$ref": "#/definitions/NGroupProperties"
},
"identity": {
"$ref": "#/definitions/NGroupIdentity",
"$ref": "../../../../../common-types/resource-management/v6/managedidentity.json#/definitions/ManagedServiceIdentity",
"description": "The identity of the nGroup, if configured."
},
"zones": {
Expand All @@ -2984,44 +2984,6 @@
],
"description": "Describes a nGroup."
},
"NGroupIdentity": {
"type": "object",
"description": "Identity for the nGroup.",
"properties": {
"principalId": {
"readOnly": true,
"type": "string",
"description": "The principal id of the nGroup identity. This property will only be provided for a system assigned identity."
},
"tenantId": {
"readOnly": true,
"type": "string",
"description": "The tenant id associated with the nGroup. This property will only be provided for a system assigned identity."
},
"type": {
"type": "string",
"description": "The type of identity used for the container scale set. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the nGroup.",
"enum": [
"SystemAssigned",
"UserAssigned",
"SystemAssigned, UserAssigned",
"None"
],
"x-ms-enum": {
"name": "ResourceIdentityType",
"modelAsString": false
}
},
"userAssignedIdentities": {
"type": "object",
"description": "The list of user identities associated with the container scale set. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.",
"additionalProperties": {
"type": "object",
"$ref": "../../../../../common-types/resource-management/v6/managedidentity.json#/definitions/UserAssignedIdentity"
}
}
}
},
"NGroupProperties": {
"type": "object",
"properties": {
Expand Down

0 comments on commit fb6a58f

Please sign in to comment.