Skip to content

Releases: Azure/azure-cli-extensions

managedcleanroom 1.0.0b5

31 Mar 04:53

Choose a tag to compare

  • Updated to latest Frontend API spec (2026-03-01-preview with SKR policy)
  • Regenerated analytics_frontend_api SDK with updated method signatures and SKR policy support
  • BREAKING CHANGE: Removed az managedcleanroom frontend analytics cleanroompolicy command
  • Added: az managedcleanroom frontend analytics skr-policy - Get SKR (Secure Key Release) policy for a specific dataset
    • New required parameter: --dataset-id to specify the dataset for which to retrieve the SKR policy
  • SDK Changes (internal):
    • Added: collaboration.analytics_skr_policy_get(collaboration_id, dataset_id) method
    • Removed: collaboration.analytics_cleanroompolicy_get(collaboration_id) method
    • Fixed: analytics_queries_document_id_runhistory_get → analytics_queries_document_id_runs_get
    • Fixed: analytics_queries_jobid_get → analytics_runs_job_id_get
  • Bug Fixes:
    • Fixed token normalization in _frontend_auth.py to handle tuple, AccessToken, and string token formats
    • Added SSL verification environment variable support (AZURE_CLI_DISABLE_CONNECTION_VERIFICATION, REQUESTS_CA_BUNDLE)
    • Fixed schema_file parameter handling in dataset publish to support Azure CLI auto-loading (dict, string, and @file formats)
    • Fixed runhistory API endpoint method name
    • Fixed runresult API endpoint method name

SHA256 hashes of the release artifacts:

bd9383322f7951aeebabe36da6af143d69f5416d3340a2a277ca302f0bb3da79 managedcleanroom-1.0.0b5-py3-none-any.whl

aks-agent 1.0.0b22

31 Mar 00:07

Choose a tag to compare

  • Bump aks-agent to v0.7.1
    • Suppress litellm debug logs
  • Feature: Separate Azure OpenAI provider into API Key and Microsoft Entra ID (keyless) providers
  • Feature: Add --yes/-y flag to agent-cleanup command to skip confirmation prompt

SHA256 hashes of the release artifacts:

80c0f6f282ab6d6cc89ffb73a483b437355027106aa56d8224095019a36653fe aks_agent-1.0.0b22-py2.py3-none-any.whl

stream-analytics 1.0.2

27 Mar 06:39

Choose a tag to compare

  • Fix creating stream analytics input not triggering policy bug

SHA256 hashes of the release artifacts:

1c0921b5e1782da00edd89cead61ef1c9fbd2ba29de27b3d1827270d70c9b4b8 stream_analytics-1.0.2-py3-none-any.whl

managedcleanroom 1.0.0b4

27 Mar 06:56

Choose a tag to compare

  • Updated to latest Frontend API spec from develop branch (2026-03-01-preview)
  • Regenerated analytics_frontend_api SDK with updated method signatures
  • SDK Changes (internal, transparent to CLI users):
    • Method renames: collaboration.list → collaboration.list_get
    • Method renames: analytics_dataset_* → analytics_datasets_* (dataset → datasets, plural)
    • Method renames: check_consent_document_id_get → consent_document_id_get
    • Method renames: set_consent_document_id_put → consent_document_id_put
  • BREAKING CHANGE: All frontend API endpoints now require api-version=2026-03-01-preview query parameter
  • Added: --api-version parameter to all frontend commands (default: 2026-03-01-preview)
  • Updated: SDK client now automatically injects api-version into all API requests
  • BREAKING CHANGE: Removed deprecated commands (APIs no longer supported in SDK):
    • az managedcleanroom frontend workloads list
    • az managedcleanroom frontend analytics deploymentinfo
    • az managedcleanroom frontend attestation cgs
    • az managedcleanroom frontend analytics attestationreport cleanroom
    • az managedcleanroom frontend analytics query vote accept
    • az managedcleanroom frontend analytics query vote reject
  • BREAKING CHANGE: Consent action values changed from 'accept/reject' to 'enable/disable'
  • BREAKING CHANGE: Vote commands consolidated into single unified endpoint
  • Added: az managedcleanroom frontend report - Comprehensive attestation report (replaces cgs/cleanroom commands)
  • Added: az managedcleanroom frontend oidc set-issuer-url - Configure OIDC issuer URL
  • Added: az managedcleanroom frontend oidc keys - Get OIDC signing keys (JWKS)
  • Added: az managedcleanroom frontend analytics dataset queries - List queries using a specific dataset
  • Added: az managedcleanroom frontend analytics secret set - Set analytics secrets
  • Added: az managedcleanroom frontend analytics query vote - Unified vote command with --vote-action parameter
  • Updated: Added --active-only filter to collaboration list and show commands
  • Updated: Added --pending-only filter to invitation list command
  • Updated: Added --scope, --from-seqno, --to-seqno filters to audit event list command
  • Updated: Response structures modernized (many list endpoints now return structured objects with value arrays)

SHA256 hashes of the release artifacts:

10af445fa5b8e336ec5e2ec65b3a696a3fecb52d7614d1b2e392c4f59d50f2a4 managedcleanroom-1.0.0b4-py3-none-any.whl

managedcleanroom 1.0.0b3

27 Mar 00:06

Choose a tag to compare

  • Update commands to reflect new API version 2026-03-31-preview

SHA256 hashes of the release artifacts:

fae2ad673bbc28e6bee5ff821399b32d4b489298c3b774f631caf2926bb19b86 managedcleanroom-1.0.0b3-py3-none-any.whl

stack-hci-vm 1.13.0

26 Mar 00:16
f3ce3d7

Choose a tag to compare

Release stack_hci_vm 1.13.0

SHA256 hashes of the release artifacts:

fc6289cbbfa24f7ddebe767852935707d18d056b622c83895e1939559a30228b stack_hci_vm-1.13.0-py3-none-any.whl

aosm 2.0.0b6

26 Mar 00:08

Choose a tag to compare

SHA256 hashes of the release artifacts:

6be24263f6d15c425cfaedc6a436e464c027123f4725ec3b6c2ef038d426603a aosm-2.0.0b6-py3-none-any.whl

aks-preview 19.0.0b28

26 Mar 03:58

Choose a tag to compare

  • Fix match_condition kwarg leaking to HTTP transport by overriding put_mc and add_agentpool to pass if_match / if_none_match directly to the vendored SDK. This change fixes the compatibility issue as azure-cli/acs module adopts TypeSpec emitted SDKs while azure-cli-extensions/aks-preview still uses the autorest emitted SDK.
  • az aks list-vm-skus: New command to list available VM SKUs for AKS clusters in a given region.
  • az aks create/update: Add --enable-service-account-image-pull, --disable-service-account-image-pull, and --service-account-image-pull-default-managed-identity-id parameters to manage service account based image pull settings.
  • az aks list-vm-skus: New command to list available VM SKUs for AKS clusters in a given region.
  • Add managed GPU enablement option to node pool property in az aks nodepool add and az aks nodepool update.
  • az aks namespace update: Fix location should use existing namespace location.

SHA256 hashes of the release artifacts:

0add7b23459a628a40238ed303059561e3294dfeb70887af0e783f3cf01e2d6e aks_preview-19.0.0b28-py2.py3-none-any.whl

workload-orchestration 5.1.1

24 Mar 06:49

Choose a tag to compare

Release workload_orchestration 5.1.1

SHA256 hashes of the release artifacts:

9ad98545de8adae3a9ce029ecdd0280430fb986161edb964506bcca926a37524 workload_orchestration-5.1.1-py3-none-any.whl

standbypool 2.1.0

24 Mar 06:10

Choose a tag to compare

  • Upgrade api-version to 2025-10-01
  • az standby-vm-pool create/update: Add new properties --dynamic-sizing-enabled and --post-provisioning-delay.
  • az standby-container-group-pool create/update: Add new property --dynamic-sizing-enabled.
  • az standby-vm-pool create/update: Remove max=2000 constraint on --max-ready-capacity and --min-ready-capacity.

SHA256 hashes of the release artifacts:

b81ffc3b63363a30323c3ecbfbdf0bddfbfcacc6d61bce0016557b55744e8ab6 standbypool-2.1.0-py3-none-any.whl