Skip to content

Instantly share code, notes, and snippets.

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 PlagueHO/68ef820fa3b0a7aa23fa0d290417deb6 to your computer and use it in GitHub Desktop.
Save PlagueHO/68ef820fa3b0a7aa23fa0d290417deb6 to your computer and use it in GitHub Desktop.
Invoke the Get-AzureRMApiManagementGitCredential script to return the Git credentials for API Management
.\Get-AzureRMApiManagementGitCredential.ps1 `
-SubscriptionId '605e2ba7-056b-4982-a48b-12ff1da3c038' `
-ResourceGroup 'apimanagement-shrp-p-rgp' `
-ServiceName 'ApiManagementdsrshrpp' `
-KeyType 'primary' `
-ExpiryTimespan '4:00:00'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment