Skip to content

Instantly share code, notes, and snippets.

@Lutando
Created December 9, 2019 14:58
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/bad96d4bdbcf1e905a3f2e23efce760f to your computer and use it in GitHub Desktop.
Save Lutando/bad96d4bdbcf1e905a3f2e23efce760f to your computer and use it in GitHub Desktop.
$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