Breaking changes to Get-AzAccessToken
@DCMattyG is already working on this.
Since Feb 12, 2025.
Assessment
This issue has not been assessed yet.
Description
Is your feature request related to a problem? Please describe.
No. The Get-AzAccessToken module has some breaking changes incoming. The token property will go from string to securestring.
Describe the solution you'd like
Maybe updating both the fetchAddressPrefix.bicep and fetchAddressPrefix.ps1 in examples/azure-eslz/ to reflect this change.
We have updated it from > to:
From: $accessToken = ConvertTo-SecureString (Get-AzAccessToken -ResourceUrl $Env:IPAM_API_SCOPE).Token -AsPlainText
To: $accessToken = (Get-AzAccessToken -ResourceUrl $Env:IPAM_API_SCOPE -AsSecureString).Token
Describe alternatives you've considered
None.
Additional context
Add any other context or screenshots about the feature request here.
- Dominant language
- JavaScript
- Stars
- 327
- Forks
- 111
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Azure/ipam
-
bug
-
Overlap in CIDR Openbug
-
bug
-
bug
-
bug
Similar issues
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
apache/cloudstack#14222 ·
-
Browser Waiting for: Product Owner
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
getsentry/sentry-javascript#24577 · 1 comment ·
-
curation good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
amponce/archive-movie-browser#186 ·
-
light
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
aemdemos/patients-stryker#253 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
clerk/javascript#9852 ·