You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="The service principal that has read access to cloud-init and config blob.",
64
+
)
60
65
_args_schema.location=AAZResourceLocationArg(
61
66
arg_group="Parameters",
62
67
help="Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=<location>`.",
help="The type of identity used for the resource. 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 virtual machine.",
help="The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.",
help="The service principal that has read access to cloud-init and config blob.",
67
+
nullable=True,
68
+
)
63
69
_args_schema.location=AAZResourceLocationArg(
64
70
arg_group="Parameters",
65
71
help="Location. Values from: `az account list-locations`. You can configure the default location using `az configure --defaults location=<location>`.",
help="The type of identity used for the resource. 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 virtual machine.",
help="The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.",
0 commit comments