Skip to content

Commit 459cbbf

Browse files
committed
2 parents b109750 + 846476c commit 459cbbf

5 files changed

Lines changed: 57 additions & 32 deletions

File tree

.acrolinx-config.edn

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,2 @@
11
{:allowed-branchname-matches ["master" "release-.*"]
2-
:allowed-filename-matches ["docs-ref-conceptual"]
3-
4-
:template-header
5-
"
6-
## Acrolinx Scorecards
7-
8-
Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
9-
10-
| Article | Score | Issues | Scorecard |
11-
| ------- | ----- | ------ | --------- |
12-
"
13-
14-
;; do not remove the spaces at the end of lines! That is markdown for
15-
;; linebreak
16-
:template-change
17-
"| **${github/filename}** | ${acrolinx/qualityscore} | ${acrolinx/flags/issues} | [link](${acrolinx/scorecard}) |
18-
"
19-
20-
:template-footer
21-
"
22-
**More info about Acrolinx**
23-
- The scorecard links are good for one hour. If you're prompted to authenticate, you can close and reopen the PR to get new links. Or, use these credentials:
24-
Account: report-viewer
25-
Password: kermit$
26-
- [Report false positive results or other issues](https://mseng.visualstudio.com/TechnicalContent/_workItems/create/Task?%5BSystem.Title%5D=Acrolinx%3A+%3Ctitle%3E&%5BSystem.AssignedTo%5D=Tyson+Nevil+%3Ctysonn%40microsoft.com%3E&%5BSystem.Description%5D=%3Cdiv%3E%3Cfont+color%3D%22%23000000%22+face%3D%22Segoe+UI%2C+Tahoma%2C+Arial%2C+Verdana%22%3EPlease+include+the+following+details%3A%3C%2Ffont%3E%3C%2Fdiv%3E%3Cul+style%3D%22color%3A+rgb(0%2C+0%2C+0)%3B+font-family%3A+%26quot%3BSegoe+UI%26quot%3B%2C+Tahoma%2C+Arial%2C+Verdana%3B%22%3E%3Cli%3EA+link+to+the+Acrolinx+report+that+contains+the+issue.%3C%2Fli%3E%3Cli%3EA+detailed+description+of+the+issue.%3C%2Fli%3E%3Cli%3EAttach+screenshot+(optional)%3C%2Fli%3E%3C%2Ful%3E%3Cdiv%3E%3Cfont+color%3D%22%23000000%22+face%3D%22Segoe+UI%2C+Tahoma%2C+Arial%2C+Verdana%22%3EWork+items+that+lack+a+link+to+the+report+and+a+clear+description+will+be+closed.%3C%2Ffont%3E%3C%2Fdiv%3E&%5BSystem.Tags%5D=Acrolinx)
27-
"}
2+
:allowed-filename-matches ["docs-ref-conceptual"]}

docs-ref-autogen/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,6 +1488,7 @@
14881488
##### [Update](storage\table\policy.pycliyml#update "az storage table policy update")
14891489
## [Subscriptions](account.pycliyml "az account")
14901490
### [Clear](account.pycliyml#clear "az account clear")
1491+
### [Get-Access-Token](account.pycliyml#get-access-token "az account get-access-token")
14911492
### [List](account.pycliyml#list "az account list")
14921493
### [List-Locations](account.pycliyml#list-locations "az account list-locations")
14931494
### [Set](account.pycliyml#set "az account set")

docs-ref-autogen/account.pycliyml

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ commandList:
22
- name: az account clear
33
description: Clear all subscriptions from the CLI's local cache.
44
href: account#clear
5+
- name: az account get-access-token
6+
description: Get AAD token to access to a specified resource.
7+
href: account#get-access-token
58
- name: az account list
69
description: Get a list of subscriptions for the account.
710
href: account#list
@@ -59,6 +62,51 @@ children:
5962
description: To clear the current subscription, use 'az logout'.
6063
summary: Clear all subscriptions from the CLI's local cache.
6164
Metadata: {}
65+
- commandList: []
66+
htmlId: get-access-token
67+
examples: []
68+
parameters:
69+
- name: --resource
70+
isRequired: False
71+
summary: Azure resource endpoints. Default to Azure Resource Manager Use 'az cloud show' command for other Azure resources.
72+
description: ''
73+
- name: --subscription -s
74+
isRequired: False
75+
summary: Name or ID of subscription.
76+
description: ''
77+
- name: --debug
78+
isRequired: False
79+
summary: Increase logging verbosity to show all debug logs.
80+
description: ''
81+
- name: --help -h
82+
isRequired: False
83+
summary: Show this help message and exit.
84+
description: ''
85+
- name: --output -o
86+
isRequired: False
87+
summary: Output format.
88+
description: ''
89+
defaultValue: json
90+
parameterValueGroup: json, jsonc, table, tsv
91+
- name: --query
92+
isRequired: False
93+
summary: JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
94+
description: ''
95+
- name: --verbose
96+
isRequired: False
97+
summary: Increase logging verbosity. Use --debug for full debug logs.
98+
description: ''
99+
source:
100+
remote:
101+
path: src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/_help.py
102+
branch: master
103+
repo: https://github.com/Azure/azure-cli.git
104+
children: []
105+
uid: az_account_get-access-token
106+
name: az account get-access-token
107+
description: Provides the token for trusted utils to access your Azure subscriptions. The token will be valid for at least 5 minutes with the maximum at 60 minutes. If the subscription argument isn't specified, the current account is used.
108+
summary: Get AAD token to access to a specified resource.
109+
Metadata: {}
62110
- commandList: []
63111
htmlId: list
64112
examples: []
@@ -227,6 +275,6 @@ Metadata:
227275
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/master/
228276
doc_source_url_path: src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/_help.py
229277
original_content_git_url: https://github.com/Azure/azure-cli/blob/master/src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/_help.py
230-
gitcommit: https://github.com/Azure/azure-cli/blob/96fd150a68b6f81444df6c6aa0f1e8bd4e9874e1/src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/_help.py
231-
updated_at: 3/15/2017 8:57:14 PM
232-
ms.date: 3/15/2017
278+
gitcommit: https://github.com/Azure/azure-cli/blob/9c00880ad17970dac2a3f42eb9e451a14af0b346/src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/_help.py
279+
updated_at: 5/22/2017 6:39:24 PM
280+
ms.date: 5/22/2017

docs-ref-autogen/index.pycliyml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,6 @@ Metadata:
470470
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/master/
471471
doc_source_url_path: src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/_help.py
472472
original_content_git_url: https://github.com/Azure/azure-cli/blob/master/src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/_help.py
473-
gitcommit: https://github.com/Azure/azure-cli/blob/96fd150a68b6f81444df6c6aa0f1e8bd4e9874e1/src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/_help.py
474-
updated_at: 3/15/2017 8:57:14 PM
475-
ms.date: 3/15/2017
473+
gitcommit: https://github.com/Azure/azure-cli/blob/9c00880ad17970dac2a3f42eb9e451a14af0b346/src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/_help.py
474+
updated_at: 5/22/2017 6:39:24 PM
475+
ms.date: 5/22/2017

docs-ref-autogen/refTOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# [Reference](index.pycliyml)
22
## [az account](account.pycliyml)
33
### [az account clear](account.pycliyml#clear)
4+
### [az account get-access-token](account.pycliyml#get-access-token)
45
### [az account list](account.pycliyml#list)
56
### [az account list-locations](account.pycliyml#list-locations)
67
### [az account set](account.pycliyml#set)

0 commit comments

Comments
 (0)