-
Notifications
You must be signed in to change notification settings - Fork 185
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
Added example for the API Mangement service #260
base: main
Are you sure you want to change the base?
Added example for the API Mangement service #260
Conversation
Successful test run example: Williams-MBP:apimgmt wmortl$ go test -timeout 60m |
The test is set to t.SkipNow() due to the length of it running... that line can be commented out in order to run it manually. This test takes too long to be part of a continuous integration pipeline. |
Please fix the build error, it is not due to this PR:
|
go.mod
Outdated
@@ -0,0 +1,49 @@ | |||
module github.com/WilliamMortlMicrosoft/azure-sdk-for-go-samples |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Module name needs to be fixed. You might also just omit the go.mod/go.sum files for now as we don't have great module support at this time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review @jhendrixMSFT !! I made your suggested changes and added a README file
This PR adds an additional example for this repo that demonstrates how to add/delete an API Management Service as well as add/delete an API endpoint within the service.
NOTE: this test takes a VERY long time to run (~60m) due to the speed (or lack thereof) with which Azure creates an API Management service instance.