-
Notifications
You must be signed in to change notification settings - Fork 209
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
Upgrade version of APIM SDK #4603
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This PR updates the Azure SDK for Go for API Management to the latest stable version in order to address a deletion issue as described in #4485. The changes include updating import paths in two customization files and adding a README with test tips for handling soft-deleted services.
Reviewed Changes
File | Description |
---|---|
v2/samples/apimanagement/v1api20230501preview/README.md | Added documentation on testing with soft-deleted services and purging them |
v2/api/apimanagement/customizations/subscription_extensions.go | Updated the import path to point to SDK v2 |
v2/api/apimanagement/customizations/product_extensions.go | Updated the import path to point to SDK v2 |
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Co-authored-by: Copilot <[email protected]>
|
||
Before you can do a clean run of a test, you need to ensure any soft-deleted debris from prior test runs has been purged. | ||
|
||
To purge a soft-deleted service, you have to use **az** - as of Dec 2024, it cannot be done via the Azure portal. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this net new? If so, why not as of Feb 2025?
What this PR does
Updates the version of the Azure SDK for Go for API Management to the latest stable version to address the deletion issue described in #4485.
Closes #4485
How does this PR make you feel?
Checklist