Jon Gallant
Jon Gallant
I have a repo with multiple files that have the same warning and I would like to globally disable for the whole project. I don't know how common that would...
two diff imo. This one is "get them out there". #425 is work with docs team to make azd samples standout in the browser with a blue check.
Related: https://github.com/Azure/azure-cli/issues/20582
Yes, fics.json should be dynamic based on what they want to do.
I updated the command name, that was old. We'll need to support both types of login until they deprecate non-oidc approach. OIDC adds a lot more concept counts and potential...
Draft supports OIDC, which we can learn from their impl: https://github.com/Azure/draft#commands The Azure CLI will have better OIDC support in their next release. Please ping me whomever picks this up.
I investigated the azure/draft OIDC setup-gh command and it is doing the same thing that my oidc.sh script does. It heavily uses `az ad` and other `az` commands. To implement...
Templates should describe what dependencies are required (maybe in azure.yaml) and then azd can do all the checks upfront.
@rajeshkamal5050 - Would be good to have someone map out azd dependencies vs azd template dependencies and come up with a plan to address assessing them in bulk.
Bicep is auto installed by the azure cli, so we'll need to make sure that is covered in the az effort that @wbreza is doing.