Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(apim): Introduce gateway resource #27757

sku.capacity should not be required

2717bba
Select commit
Loading
Failed to load commit list.
Merged

feat(apim): Introduce gateway resource #27757

sku.capacity should not be required
2717bba
Select commit
Loading
Failed to load commit list.
openapi-pipeline-app / Swagger SDK Breaking Change Tracking succeeded Mar 19, 2024 in 1m 56s

Swagger SDK Breaking Change Tracking succeeded

Details

Breaking Changes Tracking

⚠️azure-sdk-for-go - sdk/resourcemanager/apimanagement/armapimanagement - 3.0.0-beta.1
Diff with approved:
+	Operation `*APIClient.Delete` has been changed to LRO, use `*APIClient.BeginDelete` instead.
+	Operation `*PolicyClient.ListByService` has supported pagination, use `*PolicyClient.NewListByServicePager` instead.
+	Operation `*PolicyFragmentClient.ListByService` has supported pagination, use `*PolicyFragmentClient.NewListByServicePager` instead.
+	Operation `*PortalConfigClient.ListByService` has supported pagination, use `*PortalConfigClient.NewListByServicePager` instead.
+	Operation `*ProductPolicyClient.ListByProduct` has supported pagination, use `*ProductPolicyClient.NewListByProductPager` instead.
+	Operation `*UserClient.Delete` has been changed to LRO, use `*UserClient.BeginDelete` instead.
Diff with base:
+	Operation `*APIClient.Delete` has been changed to LRO, use `*APIClient.BeginDelete` instead.
+	Operation `*PolicyClient.ListByService` has supported pagination, use `*PolicyClient.NewListByServicePager` instead.
+	Operation `*PolicyFragmentClient.ListByService` has supported pagination, use `*PolicyFragmentClient.NewListByServicePager` instead.
+	Operation `*PortalConfigClient.ListByService` has supported pagination, use `*PortalConfigClient.NewListByServicePager` instead.
+	Operation `*ProductPolicyClient.ListByProduct` has supported pagination, use `*ProductPolicyClient.NewListByProductPager` instead.
+	Operation `*UserClient.Delete` has been changed to LRO, use `*UserClient.BeginDelete` instead.
⚠️azure-sdk-for-js - @azure/arm-apimanagement - 10.0.0-beta.1
Diff with approved:
+	Enum KnownSkuType no longer has value Basic
+	Enum KnownSkuType no longer has value Consumption
+	Enum KnownSkuType no longer has value Developer
+	Enum KnownSkuType no longer has value Isolated
+	Enum KnownSkuType no longer has value Premium
+	Removed operation Api.delete
+	Removed operation User.delete
Diff with base:
+	Enum KnownSkuType no longer has value Basic
+	Enum KnownSkuType no longer has value Consumption
+	Enum KnownSkuType no longer has value Developer
+	Enum KnownSkuType no longer has value Isolated
+	Enum KnownSkuType no longer has value Premium
+	Removed operation Api.delete
+	Removed operation User.delete
⚠️azure-sdk-for-python-track2 - track2_azure-mgmt-apimanagement - Approved - 4.0.0
Diff with approved:
+	Renamed operation ApiOperations.delete to ApiOperations.begin_delete
+	Renamed operation UserOperations.delete to UserOperations.begin_delete
Diff with base:
+	Renamed operation ApiOperations.delete to ApiOperations.begin_delete
+	Renamed operation UserOperations.delete to UserOperations.begin_delete