Skip to content
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

[Nov Release] Update Cmdlets to use SecureString and PsCredentialType #4595

Closed
solankisamir opened this issue Sep 14, 2017 · 1 comment
Closed
Assignees
Labels
API Management Service Attention This issue is responsible by Azure service team.
Milestone

Comments

@solankisamir
Copy link
Member

Cmdlet(s)

  • New-AzureRmApiManagementBackendProxy
  • New-AzureRmApiManagementUser
  • Set-AzureRmApiManagementUser

PowerShell Version

Instructions: to get PowerShell version, type $PSVersionTable and look for the value associated with PSVersion

Module Version

OS Version

Instructions: to get OS version, type $PSversionTable and look for value associated with BuildVersion

Description

Debug Output

Instructions: to get Debug Output, set $DebugPreference="Continue" and then execute the cmdlet or script causing the issue

Script/Steps for Reproduction

Associated with #4359

@solankisamir solankisamir self-assigned this Sep 14, 2017
@cormacpayne cormacpayne added this to the November 2017 milestone Sep 14, 2017
solankisamir added a commit to solankisamir/azure-powershell that referenced this issue Oct 23, 2017
* 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
@maddieclayton
Copy link
Contributor

Fixed

@bsiegel 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
API Management Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

4 participants