1.0.0 (2022-09-29)
This is the first stable release of the Api Management Management library.
Breaking Changes
- Changed the type of parameter
ifMatch
fromstring
toETag
. - Marked
ApiManagementContentItem
andApiManagementContentType
from resource to non-resource. - Changed the return type of methods
CreateGroupUser
andGetGroupUsers
fromApiManagementUserResource
toApiManagementGroupUserData
. - Changed the return type of methods
CreateOrUpdateGatewayApi
andGetGatewayApisByService
fromApiResource
toGatewayApiData
. - Changed the return type of methods
CreateOrUpdateProductApi
andGetProductApis
fromApiResource
toProductApiData
. - Changed the return type of methods
CreateOrUpdateProductGroup
andGetProductGroups
fromApiManagementGroupResource
toProductGroupData
. - Renamed
ExpiresOn
toExpireOn
. - Renamed method
GetProductSubscriptions
toGetAllProductSubscriptionData
.
Other Changes
- Upgraded dependent Azure.ResourceManager to 1.3.1.
- Optimized the implementation of methods related to tag operations.