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

Upgrade version of APIM SDK #4603

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

theunrepentantgeek
Copy link
Member

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?

gif

Checklist

  • this PR contains tests

Copy link

@Copilot Copilot AI left a 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.


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.
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Bug: APIM Product Deletion broken
2 participants