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
* Breaking Changes in Cmdlet to Manage Api Management Users
Azure#4595
- New-AzureRmApiManagementUser Parameter `Password` is changed from
String to SecureString
- Set-AzureRmApiManagementBackend Parameter `Password` is changed from
String to SecureString
* Breaking Changes in Cmdlet to Create Backend Proxy Object
- New-AzureRmApiManagementBackendProxy Parameter `Password` and
`UserName` has been replaced with `ProxyCredentials` of type
PSCredential
Cmdlet(s)
PowerShell Version
Instructions: to get PowerShell version, type
$PSVersionTable
and look for the value associated withPSVersion
Module Version
OS Version
Instructions: to get OS version, type
$PSversionTable
and look for value associated withBuildVersion
Description
Debug Output
Instructions: to get Debug Output, set
$DebugPreference="Continue"
and then execute the cmdlet or script causing the issueScript/Steps for Reproduction
Associated with #4359
The text was updated successfully, but these errors were encountered: