Skip to content

Commit 7bb54e2

Browse files
Add azure.yaml schema for Azure Developer CLI (azd) (SchemaStore#5523)
* Add azure.yaml schema for Azure Developer CLI (azd) Add catalog entry for the Azure Developer CLI (azd) configuration file (azure.yaml / azure.yml). Includes v1.0 and alpha schema versions hosted at the Azure/azure-dev repository. Reference: Azure/azure-dev#7330 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1a8d031 commit 7bb54e2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,16 @@
533533
"fileMatch": ["*.appConfig.featureFlags.json"],
534534
"url": "https://www.schemastore.org/aws-cdk-appconfig-featureflags-1.0.0.json"
535535
},
536+
{
537+
"name": "azure.yaml",
538+
"description": "Azure Developer CLI (azd) configuration file",
539+
"fileMatch": ["azure.yaml", "azure.yml"],
540+
"url": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json",
541+
"versions": {
542+
"alpha": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/alpha/azure.yaml.json",
543+
"1.0": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json"
544+
}
545+
},
536546
{
537547
"name": "Azure Container App template for defining an immutable revision",
538548
"description": "Azure Container App template for defining an immutable revision",

0 commit comments

Comments
 (0)