|
| 1 | +commandList: |
| 2 | +- name: az lab secret delete |
| 3 | + description: Delete secret. |
| 4 | + href: secret#delete |
| 5 | +- name: az lab secret list |
| 6 | + description: List secrets in a given user profile. |
| 7 | + href: secret#list |
| 8 | +- name: az lab secret set |
| 9 | + description: Sets a secret in the DevTest Lab. |
| 10 | + href: secret#set |
| 11 | +- name: az lab secret show |
| 12 | + description: Get secret. |
| 13 | + href: secret#show |
| 14 | +htmlId: secret |
| 15 | +examples: [] |
| 16 | +children: |
| 17 | +- commandList: [] |
| 18 | + htmlId: delete |
| 19 | + examples: [] |
| 20 | + parameters: |
| 21 | + - name: --lab-name |
| 22 | + isRequired: True |
| 23 | + summary: The name of the lab. |
| 24 | + description: '' |
| 25 | + - name: --name -n |
| 26 | + isRequired: True |
| 27 | + summary: The name of the secret. |
| 28 | + description: '' |
| 29 | + - name: --resource-group -g |
| 30 | + isRequired: True |
| 31 | + summary: Name of resource group. You can configure the default group using 'az configure --defaults group=<name>'. |
| 32 | + description: '' |
| 33 | + - name: --debug |
| 34 | + isRequired: False |
| 35 | + summary: Increase logging verbosity to show all debug logs. |
| 36 | + description: '' |
| 37 | + - name: --help -h |
| 38 | + isRequired: False |
| 39 | + summary: Show this help message and exit. |
| 40 | + description: '' |
| 41 | + - name: --output -o |
| 42 | + isRequired: False |
| 43 | + summary: Output format. |
| 44 | + description: '' |
| 45 | + defaultValue: json |
| 46 | + parameterValueGroup: json, jsonc, table, tsv |
| 47 | + - name: --query |
| 48 | + isRequired: False |
| 49 | + summary: JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples. |
| 50 | + description: '' |
| 51 | + - name: --verbose |
| 52 | + isRequired: False |
| 53 | + summary: Increase logging verbosity. Use --debug for full debug logs. |
| 54 | + description: '' |
| 55 | + children: [] |
| 56 | + uid: az_lab_secret_delete |
| 57 | + name: az lab secret delete |
| 58 | + description: '' |
| 59 | + summary: Delete secret. |
| 60 | + Metadata: {} |
| 61 | +- commandList: [] |
| 62 | + htmlId: list |
| 63 | + examples: [] |
| 64 | + parameters: |
| 65 | + - name: --lab-name |
| 66 | + isRequired: True |
| 67 | + summary: The name of the lab. |
| 68 | + description: '' |
| 69 | + - name: --resource-group -g |
| 70 | + isRequired: True |
| 71 | + summary: Name of resource group. You can configure the default group using 'az configure --defaults group=<name>'. |
| 72 | + description: '' |
| 73 | + - name: --expand |
| 74 | + isRequired: False |
| 75 | + summary: 'Specify the $expand query. Example: ''properties($select=value)''.' |
| 76 | + description: '' |
| 77 | + - name: --filter |
| 78 | + isRequired: False |
| 79 | + summary: The filter to apply to the operation. |
| 80 | + description: '' |
| 81 | + - name: --order-by |
| 82 | + isRequired: False |
| 83 | + summary: The ordering expression for the results, using OData notation. |
| 84 | + description: '' |
| 85 | + - name: --top |
| 86 | + isRequired: False |
| 87 | + summary: The maximum number of resources to return from the operation. |
| 88 | + description: '' |
| 89 | + - name: --debug |
| 90 | + isRequired: False |
| 91 | + summary: Increase logging verbosity to show all debug logs. |
| 92 | + description: '' |
| 93 | + - name: --help -h |
| 94 | + isRequired: False |
| 95 | + summary: Show this help message and exit. |
| 96 | + description: '' |
| 97 | + - name: --output -o |
| 98 | + isRequired: False |
| 99 | + summary: Output format. |
| 100 | + description: '' |
| 101 | + defaultValue: json |
| 102 | + parameterValueGroup: json, jsonc, table, tsv |
| 103 | + - name: --query |
| 104 | + isRequired: False |
| 105 | + summary: JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples. |
| 106 | + description: '' |
| 107 | + - name: --verbose |
| 108 | + isRequired: False |
| 109 | + summary: Increase logging verbosity. Use --debug for full debug logs. |
| 110 | + description: '' |
| 111 | + children: [] |
| 112 | + uid: az_lab_secret_list |
| 113 | + name: az lab secret list |
| 114 | + description: '' |
| 115 | + summary: List secrets in a given user profile. |
| 116 | + Metadata: {} |
| 117 | +- commandList: [] |
| 118 | + htmlId: set |
| 119 | + examples: [] |
| 120 | + parameters: |
| 121 | + - name: --lab-name |
| 122 | + isRequired: True |
| 123 | + summary: Name of the Lab. |
| 124 | + description: '' |
| 125 | + - name: --name -n |
| 126 | + isRequired: True |
| 127 | + summary: Name of the secret. |
| 128 | + description: '' |
| 129 | + - name: --resource-group -g |
| 130 | + isRequired: True |
| 131 | + summary: Name of resource group. You can configure the default group using 'az configure --defaults group=<name>'. |
| 132 | + description: '' |
| 133 | + - name: --value |
| 134 | + isRequired: True |
| 135 | + summary: Value of the secret. |
| 136 | + description: '' |
| 137 | + - name: --debug |
| 138 | + isRequired: False |
| 139 | + summary: Increase logging verbosity to show all debug logs. |
| 140 | + description: '' |
| 141 | + - name: --help -h |
| 142 | + isRequired: False |
| 143 | + summary: Show this help message and exit. |
| 144 | + description: '' |
| 145 | + - name: --output -o |
| 146 | + isRequired: False |
| 147 | + summary: Output format. |
| 148 | + description: '' |
| 149 | + defaultValue: json |
| 150 | + parameterValueGroup: json, jsonc, table, tsv |
| 151 | + - name: --query |
| 152 | + isRequired: False |
| 153 | + summary: JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples. |
| 154 | + description: '' |
| 155 | + - name: --verbose |
| 156 | + isRequired: False |
| 157 | + summary: Increase logging verbosity. Use --debug for full debug logs. |
| 158 | + description: '' |
| 159 | + children: [] |
| 160 | + uid: az_lab_secret_set |
| 161 | + name: az lab secret set |
| 162 | + description: '' |
| 163 | + summary: Sets a secret in the DevTest Lab. |
| 164 | + Metadata: {} |
| 165 | +- commandList: [] |
| 166 | + htmlId: show |
| 167 | + examples: [] |
| 168 | + parameters: |
| 169 | + - name: --lab-name |
| 170 | + isRequired: True |
| 171 | + summary: The name of the lab. |
| 172 | + description: '' |
| 173 | + - name: --name -n |
| 174 | + isRequired: True |
| 175 | + summary: The name of the secret. |
| 176 | + description: '' |
| 177 | + - name: --resource-group -g |
| 178 | + isRequired: True |
| 179 | + summary: Name of resource group. You can configure the default group using 'az configure --defaults group=<name>'. |
| 180 | + description: '' |
| 181 | + - name: --expand |
| 182 | + isRequired: False |
| 183 | + summary: 'Specify the $expand query. Example: ''properties($select=value)''.' |
| 184 | + description: '' |
| 185 | + - name: --debug |
| 186 | + isRequired: False |
| 187 | + summary: Increase logging verbosity to show all debug logs. |
| 188 | + description: '' |
| 189 | + - name: --help -h |
| 190 | + isRequired: False |
| 191 | + summary: Show this help message and exit. |
| 192 | + description: '' |
| 193 | + - name: --output -o |
| 194 | + isRequired: False |
| 195 | + summary: Output format. |
| 196 | + description: '' |
| 197 | + defaultValue: json |
| 198 | + parameterValueGroup: json, jsonc, table, tsv |
| 199 | + - name: --query |
| 200 | + isRequired: False |
| 201 | + summary: JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples. |
| 202 | + description: '' |
| 203 | + - name: --verbose |
| 204 | + isRequired: False |
| 205 | + summary: Increase logging verbosity. Use --debug for full debug logs. |
| 206 | + description: '' |
| 207 | + children: [] |
| 208 | + uid: az_lab_secret_show |
| 209 | + name: az lab secret show |
| 210 | + description: '' |
| 211 | + summary: Get secret. |
| 212 | + Metadata: {} |
| 213 | +uid: az_lab_secret |
| 214 | +name: az lab secret |
| 215 | +description: '' |
| 216 | +summary: Commands to manage secrets of a DevTest Lab. |
| 217 | +Metadata: {} |
0 commit comments