-
Notifications
You must be signed in to change notification settings - Fork 51
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
Import swagger-json (v3) to Api management #501
Comments
@baoduy I believe this is tracked in hashicorp/terraform-provider-azurerm#3203 |
Thanks @mikhailshilkov, Hope terraform will support the openapi 3 soon. For workaround I'm using this library to convert to swagger 2 and imported to management successfully. |
Great to hear you could make progress there! As there isn't much we can do, I'll close the issue anf let's track on the terraform side. |
@mikhailshilkov I see the same issue with nextgen, is nextgen also using the terraform provider? |
@mastoj No, nextgen does not use the TF provider. It looks like the TF issue was fixed by upgrading to newer API versions? |
Ok, then I'll open an issue in the nextgen repo. |
When import swagger json file (v3). I got the below error.
Here is swagger sample
However, I was imported successfully from the Azure Portal. Is it because Terreform is not supporting openapi 3.x document version yet?
The text was updated successfully, but these errors were encountered: