az ml marketplace-subscription
Note
This reference is part of the ml extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az ml marketplace-subscription command. Learn more about extensions.
This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage Azure ML marketplace subscriptions.
Commands
Name | Description | Type | Status |
---|---|---|---|
az ml marketplace-subscription create |
Create a marketplace subscription. |
Extension | Preview |
az ml marketplace-subscription delete |
Delete a marketplace subscription. |
Extension | Preview |
az ml marketplace-subscription list |
List marketplace subscriptions in a workspace. |
Extension | Preview |
az ml marketplace-subscription show |
Shows details for a marketplace subscription. |
Extension | Preview |
az ml marketplace-subscription create
Command group 'ml marketplace-subscription' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create a marketplace subscription.
az ml marketplace-subscription create --resource-group
--workspace-name
[--file]
[--name]
[--no-wait]
[--set]
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure ML workspace. You can configure the default workspace using az configure --defaults workspace=<name>
.
Optional Parameters
Local path to the YAML file containing the Azure ML marketplace-subscription specification. The YAML reference docs for marketplace-subscription can be found at:.
Name of the marketplace subscription.
Do not wait for the long-running-operation to finish. Default is False.
Update an object by specifying a property path and value to set. Example: --set property1.property2=.
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 marketplace-subscription delete
Command group 'ml marketplace-subscription' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete a marketplace subscription.
az ml marketplace-subscription delete --name
--resource-group
--workspace-name
[--no-wait]
Required Parameters
Name of the marketplace subscription.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure ML workspace. You can configure the default workspace using az configure --defaults workspace=<name>
.
Optional Parameters
Do not wait for the long-running-operation to finish. Default is False.
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 marketplace-subscription list
Command group 'ml marketplace-subscription' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List marketplace subscriptions in a workspace.
az ml marketplace-subscription list --resource-group
--workspace-name
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure ML workspace. You can configure the default workspace using az configure --defaults workspace=<name>
.
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 marketplace-subscription show
Command group 'ml marketplace-subscription' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Shows details for a marketplace subscription.
az ml marketplace-subscription show --name
--resource-group
--workspace-name
Required Parameters
Name of the marketplace subscription.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure ML workspace. You can configure the default workspace using az configure --defaults workspace=<name>
.
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.