Skip to content

Instantly share code, notes, and snippets.

@Lutando
Last active December 9, 2019 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lutando/dd93593f47c2d86ad3f6b157e77240f7 to your computer and use it in GitHub Desktop.
Save Lutando/dd93593f47c2d86ad3f6b157e77240f7 to your computer and use it in GitHub Desktop.
# 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