-
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-AzureRmApiManagementApi doesn't work as expected #6814
Labels
Comments
Yes, during a recent change we changed the ODATA filter from |
The order of parameter in Contains was incorrect. Will need to fix that. Expect the fix out in a month. |
Thanks. Would you please update here once this deployed? |
panchagnula
added
App Services
aka WebSites
and removed
App Services
aka WebSites
labels
Aug 7, 2018
solankisamir
added a commit
to solankisamir/azure-powershell
that referenced
this issue
Aug 8, 2018
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
Hello,
We have upgraded Azure RM PowerShell version to 6.5.0 on one of deploy machines and now I'm facing unexpected behavior with cmdlet above.
I'm specifying API name that I'd like to get a description for:
$apiDesc = Get-AzureRmApiManagementApi -Context $apiMgmtContext -Name 'Spotlight-Entitlement-Service' -ErrorAction SilentlyContinue
where
$apiMgmtContext = New-AzureRmApiManagementContext -ResourceGroupName 'RG-SPOT-APIM-DEV-EUS1' -ServiceName 'apim-spot-dev-eus1'
And I get an array of size 2:
First, those two services are different. Second, I've explicitly set an API name in Get-AzureRmApiManagementApi cmdlet.
So why it responses with details of both services?
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: