az ml computetarget amlcompute identity
Note
This reference is part of the azure-cli-ml extension for the Azure CLI (version 2.0.28 or higher). The extension will automatically install the first time you run an az ml computetarget amlcompute identity command. Learn more about extensions.
AzureML compute target identity commands.
Commands
Name | Description | Type | Status |
---|---|---|---|
az ml computetarget amlcompute identity assign |
Assign identity to an AzureML compute target. |
Extension | GA |
az ml computetarget amlcompute identity remove |
Remove identity from an AzureML compute target. |
Extension | GA |
az ml computetarget amlcompute identity show |
Display identities of an AzureML compute target. |
Extension | GA |
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 'ResourceID1,ResourceID2') 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.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 'ResourceID1,ResourceID2') 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.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.