1.0.0-beta.5 (2021-12-28)
Features Added
- Added
CreateResourceIdentifier
for each resource class - Class
OSFamilyCollection
andOSVersionCollection
now implement theIEnumerable<T>
andIAsyncEnumerable<T>
- Class
VirtualMachineExtensionImageCollection
now implements theIEnumerable<T>
Breaking Changes
- Renamed
CheckIfExists
toExists
for each resource collection class - Renamed
Get{Resource}ByName
toGet{Resource}AsGenericResources
inSubscriptionExtensions
- Constructor of
OSFamilyCollection
,OSVersionCollection
no longer acceptlocation
as their first parameter - Constructor of
VirtualMachineExtensionImageCollection
no longer acceptslocation
andpublisher
as its first two parameters - Method
GetOSFamilies
andGetOSVersions
inSubscriptionExtensions
now accept an extra parameterlocation
- Method
GetVirtualMachineExtensionImages
inSubscriptionExtensions
now accepts two extra parameterslocation
andpublisher
Bugs Fixed
- Fixed comments for
FirstPageFunc
of each pageable resource class