Jiashuo Li
Jiashuo Li
This is documented as a known issue during MS Graph migration: https://docs.microsoft.com/en-us/cli/azure/microsoft-graph-migration#known-issues
Thanks for the feedback @KSchlobohm. Indeed, the doc should exclude `--set`, `--add` and `--remove` if they are not supported. We will see how we can improve it.
Currently `--sdk-auth` is not going anywhere and you may keep using it. Extending `--sdk-auth` to `az ad sp credential list` is simply not doable, because the underlying REST API doesn't...
Duplicate of https://github.com/Azure/azure-cli/issues/20278
> This has been/is used by many build systems, and it's still documented without any hint of being deprecated > on https://docs.microsoft.com/en-us/cli/azure/ad/sp?view=azure-cli-latest#az_ad_sp_create_for_rbac This is actually a problem of the document:...
@andersson09, you may manually translate the result of `az ad sp credential reset` to what GitHub Action requires: `clientId`, `clientSecret`, etc.
@alexellis, > Could someone point us at the suggested new syntax instead of `--sdk-auth`? You may simply use the original output without `--sdk-auth`. Is there any specific property in `--sdk-auth`'s...
By the way, I am playing around by calling `cmd.exe` (https://ss64.com/nt/cmd.html) myself from Command Prompt and it looks like it has some weird behavior that I need to add extra...
I also found another weird PowerShell behavior while writing this PR - PowerShell sometimes even depends on the space location to determine the behavior: ``` > python -c "import sys;...
**Enabling token encryption on Linux** is a truly complex topic. We previously discussed with MSLA owner @rayluo heavily on this topic. The packaging on Linux is very challenging. In short:...