Skip to content

azure-mgmt-containerregistry_15.1.0b3

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 09 Sep 14:20
3856c03

15.1.0b3 (2026-09-06)

Features Added

  • Updated API version to 2026-09-01-preview
  • Model ConnectedRegistry added property identity
  • Model ConnectedRegistryUpdateParameters added property identity
  • Model StatusDetailProperties added property available_gib for available disk space in gibibytes
  • Model StatusDetailProperties added property total_gib for total disk space in gibibytes
  • Model SyncProperties added property auth_type
  • Model SyncUpdateProperties added property auth_type
  • Added enum AuthType with values SyncToken and ManagedIdentity for connected registry synchronization authentication
  • Added model ManagedServiceIdentity
  • Added enum ManagedServiceIdentityType
  • Added model UserAssignedIdentity

Breaking Changes

  • Model SyncProperties property token_id (JSON tokenId) is no longer required and is now Optional[str] with constructor default None; type-checked readers may need to handle None.
  • Removed response-only TypedDict definitions from azure.mgmt.containerregistry.types, including ArchiveVersion, Webhook, RegistryNameStatus, and RegistryListCredentialsResult; corresponding model classes remain available in azure.mgmt.containerregistry.models.