project_catalog_environment_definitions_error_details
Creates, updates, deletes, gets or lists a project_catalog_environment_definitions_error_details
resource.
Overview
Name | project_catalog_environment_definitions_error_details |
Type | Resource |
Id | azure.dev_center.project_catalog_environment_definitions_error_details |
Fields
Name | Datatype | Description |
---|---|---|
errors | array | Errors associated with resources synchronized from the catalog. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | catalogName, environmentDefinitionName, projectName, resourceGroupName, subscriptionId | Gets Environment Definition error details |
SELECT
examples
Gets Environment Definition error details
SELECT
errors
FROM azure.dev_center.project_catalog_environment_definitions_error_details
WHERE catalogName = '{{ catalogName }}'
AND environmentDefinitionName = '{{ environmentDefinitionName }}'
AND projectName = '{{ projectName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';