-
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
Import-AzureRmApiManagementApi can't set displayName of an SOAP API #6370
Comments
@ToMakeSense have you tried the option with |
@solankisamir Can you give an example? I'm not that familiar with PowerShell. |
@ToMakeSense I realize there is a bug in powershell in that path
I will need to fix it before you can use it. |
@solankisamir any updates on this? |
@solankisamir any progress? |
@ToMakeSense fix should be out by end of this month. |
@solankisamir good news 👍 |
Fixed in release https://github.com/Azure/azure-powershell/releases/tag/v6.6.0-July2018. You should be able to do something like
|
I am trying to import an SOAP API with Import-AzureRmApiManagementApi, It seems that there's no place to set the name(displayName) of the SOAP API, as a result, the name(displayName) is actually the value of WsdlServiceName
Then I try to modify it with Set-AzureRmApiManagementApi, this API have transformed to an Non-SOAP api.
The text was updated successfully, but these errors were encountered: