1.5.0-beta.4 (2026-09-17)
Features Added
- Updated API version to 2026-09-01-preview.
- Added
IdentitytoConnectedRegistryDataandConnectedRegistryPatchfor user-assigned managed identity synchronization usingAuthType.ManagedIdentity. - Added
AuthTypetoConnectedRegistrySyncPropertiesandConnectedRegistrySyncUpdateProperties, supportingSyncTokenandManagedIdentity. - Added read-only
TotalGibandAvailableGibproperties toConnectedRegistryStatusDetailfor disk space in gibibytes. - Added
ArmContainerRegistryModelFactoryparameters for mocking the new properties.
Breaking Changes
- Made
ConnectedRegistrySyncProperties.TokenIdoptional and added a constructor accepting onlymessageTtl. Existing constructor calls remain compatible, but nulltokenIdvalues no longer throwArgumentNullException, and unsetTokenIdvalues are omitted from requests. - Changed
ArmContainerRegistryModelFactorysignatures forConnectedRegistryData(theregistrySyncResultoverload),ConnectedRegistryPatch, andConnectedRegistrySyncUpdateProperties. Recompile callers and update method-group delegates matching the previous signatures.