Created
December 9, 2019 14:58
-
-
Save Lutando/bad96d4bdbcf1e905a3f2e23efce760f 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
$apiSpecifications = Get-AzApiManagementApi -Context $apiManagementContext | |
#now we filter out the specification object that we want | |
$apiSpecification = $apiSpecifications | Where-Object { $_.Name -eq $apiName } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment