Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name to show on the script canvas. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select a global resource.
|
|
Subscription ID | Required | Not available | Select a subscription ID. | |
Resource group name | Required | Not available | Select a resource group name. | |
Cluster name | Required | Available | Enter a cluster name. | |
Wait for delete completion | Optional | Not available | Select whether to wait for completion of cluster deletion or not.
|
Item name | Description | Remarks |
---|---|---|
Update subscription IDs | Get subscription IDs from the specified [Destination] and set them in [Subscription ID]. |
|
Update resource group names | Get resource group names from the specified [Subscription ID] and set them in [Resource group name]. |
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Comment | Optional | Not available | You can write a short description of this adapter. The description will be reflected in the specifications. |
Component variable name | Description | Remarks |
---|---|---|
message_category | When an error occurs, category of the corresponding message code is stored. |
|
message_code | When an error occurs, code of the corresponding message code is stored. |
|
message_level | When an error occurs, severity of the corresponding message code is stored. |
|
error_type | When an error occurs, the error type is stored. |
|
error_message | When an error occurs, the error message is stored. |
|
error_trace | When an error occurs, trace information of the error is stored. |
|
Exception name | Cause | Solution |
---|---|---|
ResourceNotFoundException Resource definition is not found. Name: [] |
[Destination] is not specified. | Specify [Destination]. |
ResourceNotFoundException Resource definition is not found. Name: [<global resource name>] |
The resource definition selected in [Destination] is not found. | Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
<property name> is not specified. |
[<property name>] is not specified. | Specify [<property name>]. |
AzureManagementRestException code=SubscriptionNotFound, message=<error message> |
The subscription is not found. | Check [Subscription ID]. |
AzureManagementRestException code=AuthorizationFailed, message=<error message> |
The resource group may not exist, or the user of [Destination] cannot access that. |
|
AzureManagementRestException | Failed to delete a cluster. | Check the contents of the error message. |
AzureHdinsightException cluster=<cluster name>, provisioningState=<cluster state> |
The cluster state is invalid. | Check the error details in Azure portal. |