mirsaeedi / dotnet-apim

dotnet-apim is a cross-platform dotnet tool which streamlines the CI/CD process of deploying APIs into Azure API Management
MIT License
32 stars 10 forks source link

Fix Subscriptions with no user id and Operation Policies #12

Closed andrewdmoreno closed 4 years ago

andrewdmoreno commented 4 years ago

Bug Fixes:

  1. Resolve #13 - Subscription creation did not allow a subscription to be created without an OwnerId/User Id. The user is no longer required for subscriptions per docs.
  2. Resolve #14 - Operation policies were using xml from the api policy and instead of the operation policy. This causes the api policy to replicated to all defined operation policies.
mirsaeedi commented 4 years ago

@andrewdmoreno Thanks man. lgtm now.

mirsaeedi commented 4 years ago

@andrewdmoreno This change is now released.