Delora Bradish
Delora Bradish
#sign-off on link accuracy. @kairu-ms , please confirm that I have put the long-summary property in the right place.
This task was completed in PR https://github.com/Azure/azure-cli-extensions/pull/4854/files
@eliassal, here is a list of docs that use the `az ad sp list --filter` command. Try this syntax, for example: appID="{application id for your application}" serverSPOID=$(az ad sp list...
@eliassal, I am requesting closure of this GitHub issue as we haven't heard from you in a while. Please free to open a new issue if `az ad sp list...
@jiasli, Can this PR be closed or merged?
@yuehaoliang, how about something like this ... --build-args: Build argument in '--build-arg name[=value]' format. Multiples are supported by passing `--build-arg` multiple times. IMPORTANT: This parameter should not include passwords, access...
@TysonMN, the `` are intended to indicate "please put your actual value here", but I'm thinking that the absence of double quotes is incorrectly assumed, and this is the problem...
@TysonMN, just to be clear, if your resource group name is "msdocs-rg-12345", your delete command would be ... ``` az group delete --name msdocs-tutorial-rg-12345 --no-wait ``` ...or with quotes... ```...
@zhoxing-ms , friendly FYI that I've put the parameter information back into the _help.py file. **Question**, does it matter to you if the `--name:` and sub information is left justified,...
@zhoxing-ms , "Personally, I think there is no problem. In fact, both methods are used in CLI." I personally feel the green box above it is more difficult to read....