Jiashuo Li
Jiashuo Li
Sure. We will discuss with our PM.
This is because you have config `core.output` set as `3` which is invalid. Please unset this invalid config: ``` az config unset core.output ``` See https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration
If you are talking about APIs such as [Assign claimsMappingPolicy](https://docs.microsoft.com/en-us/graph/api/serviceprincipal-post-claimsmappingpolicies), there is currently no native command support. Please see https://github.com/Azure/azure-cli/issues/22580#issuecomment-1150686865 for the `az rest` solution.
Duplicate of https://github.com/Azure/azure-cli/issues/20507
This seems to be unofficial Azure CLI. Please see https://github.com/Azure/azure-cli/issues/19640. We have implemented an optimistic lock for MSAL HTTP cache (https://github.com/Azure/azure-cli/pull/20847). Please install the official Azure CLI.
This seems to be a bug in document generation. `--subscription` argument was ignored for all `az ad` commands: https://github.com/Azure/azure-cli/blob/33cbd01f75c7d4c3814de5a1cbf6f42de7890467/src/azure-cli/azure/cli/command_modules/role/_params.py#L26-L27 The in-tool help doesn't show `--subscription`: ``` > az ad app...
If you are getting `ModuleNotFoundError: No module named 'prompt_toolkit.interface'`, it looks like you have multiple versions of `prompt_toolkit` installed which conflicts with the one Azure CLI uses. Could you check...
Let's not forget the amazing coloring. 😉 Let's add a screenshot to this PR.
Elegant and nice-looking implementation!
All similar issues are categorized under the [**Shell - PowerShell**](https://github.com/Azure/azure-cli/issues?q=label%3A%22Shell+-+PowerShell%22) label. By now, received #7054, #8070, #8630, #8827, #9047, #9228, #9742, #10370, #10997, #11003, #1100, #11641, #11668, #12970, #13152, #13208,...