az ml computetarget amlcompute identity
AzureML compute target identity commands.
Commands
az ml computetarget amlcompute identity assign |
Assign identity to an AzureML compute target. |
az ml computetarget amlcompute identity remove |
Remove identity from an AzureML compute target. |
az ml computetarget amlcompute identity show |
Display identities of an AzureML compute target. |
az ml computetarget amlcompute identity assign
Assign identity to an AzureML compute target.
az ml computetarget amlcompute identity assign --identities
--name
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[-v]
Required Parameters
Use '[system]' to set a system assigned identity else input resource IDs separated by commas (ie ,) to set user assigned identities.
Name of compute target to provision.
Optional Parameters
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace to create this compute target under.
Verbosity flag.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az ml computetarget amlcompute identity remove
Remove identity from an AzureML compute target.
az ml computetarget amlcompute identity remove --identities
--name
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[-v]
Required Parameters
Use '[system]' to remove a system assigned identity else input resource IDs separated by commas (ie ,) to remove user assigned identities.
Name of compute target to provision.
Optional Parameters
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace to create this compute target under.
Verbosity flag.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az ml computetarget amlcompute identity show
Display identities of an AzureML compute target.
az ml computetarget amlcompute identity show --name
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[-v]
Required Parameters
Name of compute target to provision.
Optional Parameters
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace to create this compute target under.
Verbosity flag.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.