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

[Functions] Need to update code that uses Get-AzAccessToken to accommodate breaking change #26475

Open
Francisco-Gamino opened this issue Oct 25, 2024 · 1 comment
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Functions

Comments

@Francisco-Gamino
Copy link
Contributor

Description

Currently, we use (Get-AzAccessToken).Token to authenticate when pulling down the function app definitions from the Stacks API. This code needs to be updated because, after the release of Az 13, the return value will always be a secure string.

Issue script & Debug output

N/A

Environment data

N/A

Module versions

N/A

Error output

N/A

@Francisco-Gamino Francisco-Gamino added bug This issue requires a change to an existing behavior in the product in order to be resolved. needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Oct 25, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Oct 25, 2024
@Francisco-Gamino
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Functions
Projects
None yet
Development

No branches or pull requests

3 participants