You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it failed with following error: Invalid parameter: Either encodedCertificate or keyVaultId should be provided to retrieve the custom ssl certificate for type: Proxy
Script/Steps for Reproduction
Module Version
6.6.0
Environment Data
$PSVersionTable
Debug Output
The text was updated successfully, but these errors were encountered:
Description
They run following commands:
$proxy2 = New-AzureRmApiManagementCustomHostnameConfiguration -Hostname "myhostname.com" -HostnameType Proxy -KeyVaultId "https://mykeyvault.vault.azure.net/certificates/mycert/xxx" -DefaultSslBinding -NegotiateClientCertificate
$apim = Get-AzureRmApiManagement -ResourceGroupName "myrg" -Name "myapim"
$apim.ProxyCustomHostnameConfiguration += $proxy2
Set-AzureRmApiManagement -InputObject $apim -AssignIdentity
But it failed with following error: Invalid parameter: Either encodedCertificate or keyVaultId should be provided to retrieve the custom ssl certificate for type: Proxy
Script/Steps for Reproduction
Module Version
6.6.0
Environment Data
$PSVersionTable
Debug Output
The text was updated successfully, but these errors were encountered: