com.azure.resourcemanager+azure-resourcemanager-containerregistry_2.56.0-beta.3
Pre-release
Pre-release
2.56.0-beta.3 (2026-09-06)
- Package api-version 2026-09-01-preview.
Breaking Changes
models.SyncProperties was modified
tokenIdis no longer required by client-side validation. This is a validation relaxation, not a Java source or binary compatibility break:tokenId()andwithTokenId(java.lang.String)are unchanged.
Features Added
-
models.ManagedServiceIdentitywas added for managed identity configuration -
models.UserAssignedIdentitywas added with principal and client IDs -
models.AuthTypewas added withSYNC_TOKENandMANAGED_IDENTITYvalues for connected registry synchronization -
models.ManagedServiceIdentityTypewas added withNONE,SYSTEM_ASSIGNED,USER_ASSIGNED, andSYSTEM_ASSIGNED_USER_ASSIGNEDvalues
fluent.models.ConnectedRegistryInner was modified
withIdentity(models.ManagedServiceIdentity)andidentity()were added for user-assigned managed identity configuration when creating a connected registry. Requires synchronizationauthTypeto beMANAGED_IDENTITY.
models.SyncUpdateProperties was modified
withAuthType(models.AuthType)was addedauthType()was added
models.SyncProperties was modified
authType()was addedwithAuthType(models.AuthType)was added
models.ConnectedRegistryUpdateParameters was modified
withIdentity(models.ManagedServiceIdentity)was added for updating the connected registry's user-assigned managed identity. Requires synchronizationauthTypeto beMANAGED_IDENTITY.identity()was added
models.StatusDetailProperties was modified
totalGib()was added to report total disk space in gibibytesavailableGib()was added to report available disk space in gibibytes