1.1.3 (2026-04-28)
Features Added
- Upgraded API version to
2025-01-01 - Migrated from Swagger/AutoRest to TypeSpec-based generation
- Added
IsStopSellonPrivateStoreOfferData,PrivateStoreOfferResult, andPrivateStorePlan.
Breaking Changes
- Renamed the body parameter on
PrivateStoreCollectionInfoCollection.CreateOrUpdate/Update(and their async counterparts) frominfotodatato align with the TypeSpec-based generator naming convention. Positional callers are unaffected; callers using the named argumentinfo:must switch todata:. - Renamed the
eTagparameter toetagon regeneratedArmMarketplaceModelFactoryoverloads to align with the TypeSpec-based generator naming convention. The original overloads witheTagare preserved as backward-compatibility shims emitted by the generator.
Other Changes
- Upgraded dependent
Azure.Coreto 1.54.0. - Upgraded dependent
Azure.ResourceManagerto 1.14.0.