-
Notifications
You must be signed in to change notification settings - Fork 205
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
Feature: Goal-seeking creation of Azure API Managament #3433
Labels
Comments
2 tasks
Deleted APIM services are unrecoverable within 48 hours. If you try and recover an apim after this, you will get the following error.
|
2 tasks
matthchr
added
the
microsoft.apimanagement
Issues related to APIManagement resources
label
Nov 9, 2023
Whilst adding the new v2 APIM SKU in, the error message you get if you re-run any of the envtest a second time, is as follows
Just leaving this here to help later! |
This is something we should look into still. |
No change from above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Azure APIM supports soft deletion by default. We need to support goal seeking behaviour so that the Operator can
createOrRestore
if required. The Resource Provider will currently error if you supplyRestore: true
if an apim has not previously been created. We would like the Operator to succeed in this scenario.The text was updated successfully, but these errors were encountered: