az managedapp definition
Manage Azure Managed Applications.
Commands
Name | Description | Type | Status |
---|---|---|---|
az managedapp definition create |
Create a managed application definition. |
Core | GA |
az managedapp definition delete |
Delete a managed application definition. |
Core | GA |
az managedapp definition list |
List managed application definitions. |
Core | GA |
az managedapp definition show |
Gets a managed application definition. |
Core | GA |
az managedapp definition update |
Update a managed application definition. |
Core | GA |
az managedapp definition create
Create a managed application definition.
az managedapp definition create --authorizations
--description
--display-name
--lock-level {CanNotDelete, None, ReadOnly}
--name
--resource-group
[--create-ui-definition]
[--deployment-mode {Complete, Incremental}]
[--location]
[--main-template]
[--package-file-uri]
[--tags]
Examples
Create a managed application defintion.
az managedapp definition create -g MyResourceGroup -n MyManagedAppDef -l eastus --display-name "MyManagedAppDef" \
--description "My Managed App Def description" -a "myPrincipalId:myRoleId" --lock-level None \
--package-file-uri "https://path/to/myPackage.zip"
Create a managed application defintion with inline values for createUiDefinition and mainTemplate.
az managedapp definition create -g MyResourceGroup -n MyManagedAppDef -l eastus --display-name "MyManagedAppDef" \
--description "My Managed App Def description" -a "myPrincipalId:myRoleId" --lock-level None \
--create-ui-definition @myCreateUiDef.json --main-template @myMainTemplate.json
Required Parameters
Space-separated authorization pairs in a format of <principalId>:<roleDefinitionId>
.
The managed application definition description.
The managed application definition display name.
The type of lock restriction.
Property | Value |
---|---|
Accepted values: | CanNotDelete, None, ReadOnly |
The managed application definition name.
The resource group of the managed application definition.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
JSON formatted string or a path to a file with such content.
The managed application deployment mode.
Property | Value |
---|---|
Accepted values: | Complete, Incremental |
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
JSON formatted string or a path to a file with such content.
The managed application definition package file uri.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az managedapp definition delete
Delete a managed application definition.
az managedapp definition delete [--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Delete a managed application definition. (autogenerated)
az managedapp definition delete --name MyManagedApplicationDefinition --resource-group MyResourceGroup
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The name of the managed application definition to delete. Required.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The resource group of the managed application definition.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az managedapp definition list
List managed application definitions.
az managedapp definition list --resource-group
Examples
List managed application definitions. (autogenerated)
az managedapp definition list --resource-group MyResourceGroup
Required Parameters
The resource group of the managed application definition.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az managedapp definition show
Gets a managed application definition.
az managedapp definition show [--ids]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The managed application definition name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The resource group of the managed application definition.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az managedapp definition update
Update a managed application definition.
az managedapp definition update --authorizations
--description
--display-name
--lock-level {CanNotDelete, None, ReadOnly}
[--create-ui-definition]
[--deployment-mode {Complete, Incremental}]
[--ids]
[--location]
[--main-template]
[--name]
[--package-file-uri]
[--resource-group]
[--subscription]
[--tags]
Examples
Update a managed application defintion.
az managedapp definition update -g MyResourceGroup -n MyManagedAppDef -l eastus --display-name "MyManagedAppDef" \
--description "My Managed App Def description" -a "myPrincipalId:myRoleId" --lock-level None \
--package-file-uri "https://path/to/myPackage.zip"
Update a managed application defintion with inline values for createUiDefinition and mainTemplate.
az managedapp definition update -g MyResourceGroup -n MyManagedAppDef -l eastus --display-name "MyManagedAppDef" \
--description "My Managed App Def description" -a "myPrincipalId:myRoleId" --lock-level None \
--create-ui-definition @myCreateUiDef.json --main-template @myMainTemplate.json
Required Parameters
Space-separated authorization pairs in a format of <principalId>:<roleDefinitionId>
.
The managed application definition description.
The managed application definition display name.
The type of lock restriction.
Property | Value |
---|---|
Accepted values: | CanNotDelete, None, ReadOnly |
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
JSON formatted string or a path to a file with such content.
The managed application deployment mode.
Property | Value |
---|---|
Accepted values: | Complete, Incremental |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
JSON formatted string or a path to a file with such content.
The managed application definition name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The managed application definition package file uri.
The resource group of the managed application definition.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |