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
I really much love this tool. We use APIM from the consumption plan, and the latest addition allowing us to use xml-artifacts to fill in the policies has been a blast!
Now, we tried to fork the policies using Products. The problem is that the groups are not part of the consumption tier products, meaning that the task fails with it.
getting existing groups https://management.azure.com/subscriptions/***/resourceGroups/MY-RESOURCEGROUP/providers/Microsoft.ApiManagement/service/***/groups?api-version=2017-03-01&$filter=(name%20eq%20'')
creating group
##[error]The remote server returned an error: (405) Method Not Allowed.
Can we skip the group-creation step?
The text was updated successfully, but these errors were encountered:
Hey,
I really much love this tool. We use APIM from the consumption plan, and the latest addition allowing us to use xml-artifacts to fill in the policies has been a blast!
Now, we tried to fork the policies using Products. The problem is that the groups are not part of the consumption tier products, meaning that the task fails with it.
Can we skip the group-creation step?
The text was updated successfully, but these errors were encountered: