|
| 1 | +# -------------------------------------------------------------------------- |
| 2 | +# Copyright (c) Microsoft Corporation. All rights reserved. |
| 3 | +# Licensed under the MIT License. See License.txt in the project root for |
| 4 | +# license information. |
| 5 | +# |
| 6 | +# Code generated by Microsoft (R) AutoRest Code Generator. |
| 7 | +# Changes may cause incorrect behavior and will be lost if the code is |
| 8 | +# regenerated. |
| 9 | +# -------------------------------------------------------------------------- |
| 10 | +# pylint: disable=too-many-lines |
| 11 | + |
| 12 | +from knack.help_files import helps |
| 13 | + |
| 14 | + |
| 15 | +helps['adp account'] = """ |
| 16 | + type: group |
| 17 | + short-summary: adp account |
| 18 | +""" |
| 19 | + |
| 20 | +helps['adp account list'] = """ |
| 21 | + type: command |
| 22 | + short-summary: "List all ADP accounts available under the resource group And List all ADP accounts available under \ |
| 23 | +the subscription." |
| 24 | + examples: |
| 25 | + - name: List accounts by resource group |
| 26 | + text: |- |
| 27 | + az adp account list --resource-group "adpClient" |
| 28 | + - name: List accounts |
| 29 | + text: |- |
| 30 | + az adp account list |
| 31 | +""" |
| 32 | + |
| 33 | +helps['adp account show'] = """ |
| 34 | + type: command |
| 35 | + short-summary: "Gets the properties of an ADP account." |
| 36 | + examples: |
| 37 | + - name: Get account |
| 38 | + text: |- |
| 39 | + az adp account show --name "sampleacct" --resource-group "adpClient" |
| 40 | +""" |
| 41 | + |
| 42 | +helps['adp account create'] = """ |
| 43 | + type: command |
| 44 | + short-summary: "Create an ADP account." |
| 45 | + examples: |
| 46 | + - name: Put account |
| 47 | + text: |- |
| 48 | + az adp account create --name "sampleacct" --location "Global" --resource-group "adpClient" |
| 49 | +""" |
| 50 | + |
| 51 | +helps['adp account update'] = """ |
| 52 | + type: command |
| 53 | + short-summary: "Updates the properties of an existing ADP account." |
| 54 | + examples: |
| 55 | + - name: Patch account |
| 56 | + text: |- |
| 57 | + az adp account update --name "sampleacct" --resource-group "adpClient" |
| 58 | +""" |
| 59 | + |
| 60 | +helps['adp account delete'] = """ |
| 61 | + type: command |
| 62 | + short-summary: "Deletes an ADP account." |
| 63 | + examples: |
| 64 | + - name: Delete account |
| 65 | + text: |- |
| 66 | + az adp account delete --name "sampleacct" --resource-group "adpClient" |
| 67 | +""" |
| 68 | + |
| 69 | +helps['adp account wait'] = """ |
| 70 | + type: command |
| 71 | + short-summary: Place the CLI in a waiting state until a condition of the adp account is met. |
| 72 | + examples: |
| 73 | + - name: Pause executing next line of CLI script until the adp account is successfully created. |
| 74 | + text: |- |
| 75 | + az adp account wait --name "sampleacct" --resource-group "adpClient" --created |
| 76 | + - name: Pause executing next line of CLI script until the adp account is successfully updated. |
| 77 | + text: |- |
| 78 | + az adp account wait --name "sampleacct" --resource-group "adpClient" --updated |
| 79 | + - name: Pause executing next line of CLI script until the adp account is successfully deleted. |
| 80 | + text: |- |
| 81 | + az adp account wait --name "sampleacct" --resource-group "adpClient" --deleted |
| 82 | +""" |
| 83 | + |
| 84 | +helps['adp data-pool'] = """ |
| 85 | + type: group |
| 86 | + short-summary: adp data-pool |
| 87 | +""" |
| 88 | + |
| 89 | +helps['adp data-pool list'] = """ |
| 90 | + type: command |
| 91 | + short-summary: "Lists the data pools under the ADP account." |
| 92 | + examples: |
| 93 | + - name: List Data Pools |
| 94 | + text: |- |
| 95 | + az adp data-pool list --account-name "sampleacct" --resource-group "adpClient" |
| 96 | +""" |
| 97 | + |
| 98 | +helps['adp data-pool show'] = """ |
| 99 | + type: command |
| 100 | + short-summary: "Gets the properties of a Data Pool." |
| 101 | + examples: |
| 102 | + - name: Get Data Pool |
| 103 | + text: |- |
| 104 | + az adp data-pool show --account-name "sampleacct" --name "sampledp" --resource-group "adpClient" |
| 105 | +""" |
| 106 | + |
| 107 | +helps['adp data-pool create'] = """ |
| 108 | + type: command |
| 109 | + short-summary: "Create a Data Pool." |
| 110 | + parameters: |
| 111 | + - name: --locations |
| 112 | + short-summary: "Gets or sets the collection of locations where Data Pool resources should be created." |
| 113 | + long-summary: | |
| 114 | + Usage: --locations name=XX |
| 115 | +
|
| 116 | + name: Required. The location name |
| 117 | +
|
| 118 | + Multiple actions can be specified by using more than one --locations argument. |
| 119 | + examples: |
| 120 | + - name: Put Data Pool |
| 121 | + text: |- |
| 122 | + az adp data-pool create --account-name "sampleacct" --name "sampledp" --locations name="westus" \ |
| 123 | +--resource-group "adpClient" |
| 124 | +""" |
| 125 | + |
| 126 | +helps['adp data-pool update'] = """ |
| 127 | + type: command |
| 128 | + short-summary: "Updates the properties of an existing Data Pool." |
| 129 | + parameters: |
| 130 | + - name: --locations |
| 131 | + short-summary: "Gets or sets the collection of locations where Data Pool resources should be created." |
| 132 | + long-summary: | |
| 133 | + Usage: --locations name=XX |
| 134 | +
|
| 135 | + name: Required. The location name |
| 136 | +
|
| 137 | + Multiple actions can be specified by using more than one --locations argument. |
| 138 | + examples: |
| 139 | + - name: Patch Data Pool |
| 140 | + text: |- |
| 141 | + az adp data-pool update --account-name "sampleacct" --name "sampledp" --locations name="westus" \ |
| 142 | +--resource-group "adpClient" |
| 143 | +""" |
| 144 | + |
| 145 | +helps['adp data-pool delete'] = """ |
| 146 | + type: command |
| 147 | + short-summary: "Deletes a Data Pool." |
| 148 | + examples: |
| 149 | + - name: Delete Data Pool |
| 150 | + text: |- |
| 151 | + az adp data-pool delete --account-name "sampleacct" --name "sampledp" --resource-group "adpClient" |
| 152 | +""" |
| 153 | + |
| 154 | +helps['adp data-pool wait'] = """ |
| 155 | + type: command |
| 156 | + short-summary: Place the CLI in a waiting state until a condition of the adp data-pool is met. |
| 157 | + examples: |
| 158 | + - name: Pause executing next line of CLI script until the adp data-pool is successfully created. |
| 159 | + text: |- |
| 160 | + az adp data-pool wait --account-name "sampleacct" --name "sampledp" --resource-group "adpClient" \ |
| 161 | +--created |
| 162 | + - name: Pause executing next line of CLI script until the adp data-pool is successfully updated. |
| 163 | + text: |- |
| 164 | + az adp data-pool wait --account-name "sampleacct" --name "sampledp" --resource-group "adpClient" \ |
| 165 | +--updated |
| 166 | + - name: Pause executing next line of CLI script until the adp data-pool is successfully deleted. |
| 167 | + text: |- |
| 168 | + az adp data-pool wait --account-name "sampleacct" --name "sampledp" --resource-group "adpClient" \ |
| 169 | +--deleted |
| 170 | +""" |
0 commit comments