| { |
| "Packages": [ |
| { |
| "url": "microsoft-centos8-prod", |
| "distribution": [ |
| "centos" |
| ], |
| "PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.rh.x86_64.rpm" |
| }, |
| { |
| "url": "microsoft-rhel8.0-prod", |
| "distribution": [ |
| "trusty" |
| ], |
| "PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.rh.x86_64.rpm" |
| }, |
| { |
| "url": "microsoft-rhel9.0-prod", |
| "distribution": [ |
| "stable" |
| ], |
| "PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.rh.x86_64.rpm" |
| }, |
| { |
| "url": "microsoft-rhel10-prod", |
| "distribution": [ |
| "stable" |
| ], |
| "PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.rh.x86_64.rpm" |
| }, |
| { |
| "url": "cbl-mariner-2.0-prod-Microsoft-aarch64", |
| "distribution": [ |
| "bionic" |
| ], |
| "PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.cm.aarch64.rpm", |
| "channel": "stable" |
| }, |
| { |
| "url": "cbl-mariner-2.0-prod-Microsoft-x86_64", |
| "distribution": [ |
| "bionic" |
| ], |
| "PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.cm.x86_64.rpm", |
| "channel": "stable" |
| }, |
| { |
| "url": "cbl-mariner-2.0-preview-Microsoft-aarch64", |
| "distribution": [ |
| "bionic" |
| ], |
| "PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.cm.aarch64.rpm", |
| "channel": "preview" |
| }, |
| { |
| "url": "cbl-mariner-2.0-preview-Microsoft-x86_64", |
| "distribution": [ |
| "bionic" |
| ], |
| "PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.cm.x86_64.rpm", |
| "channel": "preview" |
| }, |
| { |
| "url": "azurelinux-3.0-prod-ms-oss-aarch64", |
| "distribution": [ |
| "bionic" |
| ], |
| "PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.cm.aarch64.rpm", |
| "channel": "stable" |
| }, |
| { |
| "url": "azurelinux-3.0-prod-ms-oss-x86_64", |
| "distribution": [ |
| "bionic" |
| ], |
| "PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.cm.x86_64.rpm", |
| "channel": "stable" |
| }, |
| { |
| "url": "azurelinux-3.0-preview-ms-oss-aarch64", |
| "distribution": [ |
| "bionic" |
| ], |
| "PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.cm.aarch64.rpm", |
| "channel": "preview" |
| }, |
| { |
| "url": "azurelinux-3.0-preview-ms-oss-x86_64", |
| "distribution": [ |
| "bionic" |
| ], |
| "PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.cm.x86_64.rpm", |
| "channel": "preview" |
| }, |
| { |
| "url": "microsoft-debian-stretch-prod", |
| "distribution": [ |
| "stretch" |
| ], |
| "PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb" |
| }, |
| { |
| "url": "microsoft-debian-buster-prod", |
| "distribution": [ |
| "buster" |
| ], |
| "PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb" |
| }, |
| { |
| "url": "microsoft-debian-bullseye-prod", |
| "distribution": [ |
| "bullseye" |
| ], |
| "PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb" |
| }, |
| { |
| "url": "microsoft-debian-bookworm-prod", |
| "distribution": [ |
| "bookworm" |
| ], |
| "PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb" |
| }, |
| { |
| "url": "microsoft-debian-trixie-prod", |
| "distribution": [ |
| "trixie" |
| ], |
| "PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb" |
| }, |
| { |
| "url": "microsoft-ubuntu-bionic-prod", |
| "distribution": [ |
| "bionic" |
| ], |
| "PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb" |
| }, |
| { |
| "url": "microsoft-ubuntu-jammy-prod", |
| "distribution": [ |
| "jammy" |
| ], |
| "PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb" |
| }, |
| { |
| "url": "microsoft-ubuntu-focal-prod", |
| "distribution": [ |
| "focal" |
| ], |
| "PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb" |
| }, |
| { |
| "url": "microsoft-ubuntu-noble-prod", |
| "distribution": [ |
| "noble" |
| ], |
| "PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb" |
| }, |
| { |
| "url": "microsoft-ubuntu-xenial-prod", |
| "distribution": [ |
| "xenial" |
| ], |
| "PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb" |
| } |
| ] |
| } |
|
|