Last active
December 9, 2019 14:50
-
-
Save Lutando/dd93593f47c2d86ad3f6b157e77240f7 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
# lets get the API Management context | |
$apiManagementContextParams = @{ | |
ResourceGroupName = $resourceGroupName | |
ServiceName = $apimServiceName | |
} | |
$apiManagementContext = New-AzApiManagementContext @apiManagementContextParams |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment