-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-AzureRmApiManagementProduct doesn't work as expected #6853
Labels
Comments
@BenyChernyak1 Can you please provide the debug output for this call, so we can see the request and response with ARM? To do this, set debug preference to 'Continue': $DebugPreference="Continue" then execute the cmdlet that is causing the problem: Get-AzureRmApiManagementProduct -Context $apiMgmtContext -Title “Spotlight-APIM-Playground-Open-Public” This will give us additional information to diagnose the precise problem. |
@solankisamir Samir, can you take a look? |
panchagnula
added
App Services
aka WebSites
and removed
App Services
aka WebSites
labels
Aug 7, 2018
I am working on the fix. Plan to push out in the next update. |
solankisamir
added a commit
to solankisamir/azure-powershell
that referenced
this issue
Aug 21, 2018
8 tasks
solankisamir
added a commit
to solankisamir/azure-powershell
that referenced
this issue
Aug 23, 2018
bsiegel
added
the
Service Attention
This issue is responsible by Azure service team.
label
Sep 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
The Issue is similar to #6814:
Taking to consideration we have 2 products in APIM:
The following command:
$productDesc = Get-AzureRmApiManagementProduct -Context $apiMgmtContext -Title “Spotlight-APIM-Playground-Open-Public”
Should return fix whitespace bugs for hub and pipeline & add some negative test cases #2 only. But currently it return both, which is wrong.
P.S. With Azure RM PowerShell version 5 this doesn't happen.
Script/Steps for Reproduction
See above.
Module Version
Environment Data
Debug Output
The text was updated successfully, but these errors were encountered: