Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions pkgs/Azure/azure-dev/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
packages:
- name: Azure/azure-dev@azure-dev-cli_1.23.13
- name: Azure/azure-dev
version: azure-dev-cli_1.9.3
- name: Azure/azure-dev
version: azure-dev-cli_1.3.1
- name: Azure/azure-dev
version: azure-dev-cli_0.9.0-beta.1
- name: Azure/azure-dev
version: azure-dev-cli_0.8.0-beta.2
76 changes: 65 additions & 11 deletions pkgs/Azure/azure-dev/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,70 @@ packages:
- type: github_release
repo_owner: Azure
repo_name: azure-dev
asset: azd-{{.OS}}-{{.Arch}}.{{.Format}}
format: zip
description: The Azure Developer CLI is a developer-centric command-line interface tool for creating Azure applications
overrides:
- goos: linux
format: tar.gz
description: "A developer CLI for working with Azure resources to build and deploy AI applications. Commands map to key workflow stages: code, build, deploy, and monitor"
version_prefix: azure-dev-cli_
version_constraint: "false"
files:
- name: azd
src: azd-{{.OS}}-{{.Arch}}
supported_envs:
- darwin
- amd64
rosetta2: true
src: "{{.AssetWithoutExt}}"
version_overrides:
- version_constraint: Version == "azure-dev-cli_0.9.0-beta.1"
asset: azd-{{.OS}}-{{.Arch}}.{{.Format}}
format: zip
windows_arm_emulation: true
files:
- name: azd
src: azd-{{.OS}}-{{.Arch}}
overrides:
- goos: linux
format: tar.gz
- goos: darwin
goarch: arm64
asset: azd-{{.OS}}-{{.Arch}}-beta.{{.Format}}
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.8.0-beta.2")
asset: azd-{{.OS}}-{{.Arch}}.{{.Format}}
format: zip
rosetta2: true
windows_arm_emulation: true
overrides:
- goos: linux
format: tar.gz
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 1.3.1")
asset: azd-{{.OS}}-{{.Arch}}.{{.Format}}
format: zip
windows_arm_emulation: true
overrides:
- goos: linux
goarch: amd64
format: tar.gz
- goos: linux
goarch: arm64
format: tar.gz
asset: azd-{{.OS}}-{{.Arch}}-beta.{{.Format}}
- goos: darwin
goarch: arm64
asset: azd-{{.OS}}-{{.Arch}}-beta.{{.Format}}
- version_constraint: semver("<= 1.9.3")
asset: azd-{{.OS}}-{{.Arch}}.{{.Format}}
format: zip
windows_arm_emulation: true
overrides:
- goos: linux
format: tar.gz
- version_constraint: "true"
asset: azd-{{.OS}}-{{.Arch}}.{{.Format}}
format: zip
overrides:
- goos: linux
format: tar.gz
- goos: windows
goarch: arm64
asset: azd-{{.OS}}-{{.Arch}}-alpha.{{.Format}}
9 changes: 9 additions & 0 deletions pkgs/Azure/azure-dev/scaffold.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/aqua-generate-registry.json
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
# Other than name is optional. All initial values are just examples.
name: Azure/azure-dev
# version_filter: not (Version matches "-rc$")
version_prefix: azure-dev-cli_
# all_assets_filter: not (Asset matches "-cli")
76 changes: 65 additions & 11 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading