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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: