Skip to content

Instantly share code, notes, and snippets.

@jvanderbiest
Created November 27, 2015 15:39
Show Gist options
  • Save jvanderbiest/a9dc14fbecec72eba444 to your computer and use it in GitHub Desktop.
Save jvanderbiest/a9dc14fbecec72eba444 to your computer and use it in GitHub Desktop.
$apicontext = New-AzureApiManagementContext -ResourceGroupName "Api-Default-West-Europe" -ServiceName "***"
Import-AzureApiManagementApi -SpecificationUrl "http://***.azurewebsites.net/swagger/docs/v1" -SpecificationFormat Swagger -Path "suffix" -ApiId importedid -Context $apicontext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment