You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Description
We updated the API version to 2021-08-01. And then deployed the ARM template but got error saying. Operation refences schema that does not exists.
When we connected with microsoft team they suggested to make the schema name same as TypeName property in the operations referring to the schema.
Steps to reproduce
Enable the API minimum version in the API management service in Azure Portal
Create an API with schema like ErrorMessage, SuccessMessage (without space)
APIM ARM template deployment failed.
##Description
We updated the API version to 2021-08-01. And then deployed the ARM template but got error saying. Operation refences schema that does not exists.
When we connected with microsoft team they suggested to make the schema name same as TypeName property in the operations referring to the schema.
Steps to reproduce
dotnet "C:\Users\f07286\source\repos\azure-api-management-devops-resource-kit-main\azure-api-management-devops-resource-kit-main\src\ArmTemplates\bin\Debug\net6.0\ArmTemplates.dll" extract --sourceApimName sourcse-apim --destinationApimName " " --resourceGroup "rg-sample-apim" --apiName your-api-v2 --fileFolder "C:\order-extract-test" --paramNamedValue "true"
.
this is the template used by our project
orders-api.uat.parameters.json
orders-api-orders-api-v2-api.template.json
Expected behavior
It should deploy the API in the Azure portal
Actual behavior
It fails with the below error.
Why the generated template using APIM extract kit code does not work as it is. Why we need to modify to the schema name to make it work.
The text was updated successfully, but these errors were encountered: