Last active
December 9, 2019 14:20
-
-
Save Lutando/c31b67651f4eb4cb06060e9e1ce2d1cf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$resourceGroupName = "<the-rg-name>" | |
$apimServiceName = "<the-apim-servcie-name>" | |
$apiSpecificationPath = "some/path/to/spec.json" | |
$apiName = "<the-api-name>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment