Skip to content

Commit a481a6b

Browse files
author
VSC CI Service
committed
Update Document Content
1 parent 2678d50 commit a481a6b

File tree

9 files changed

+95
-49
lines changed

9 files changed

+95
-49
lines changed

2017-03-09-profile/docs-ref-autogen/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,6 +1652,9 @@
16521652
- name: List
16531653
uid: az_storage_blob_list
16541654
displayName: az storage blob list
1655+
- name: Set-Tier
1656+
uid: az_storage_blob_set_tier
1657+
displayName: az storage blob set-tier
16551658
- name: Show
16561659
uid: az_storage_blob_show
16571660
displayName: az storage blob show
@@ -1799,9 +1802,6 @@
17991802
- name: Show
18001803
uid: az_storage_container_policy_show
18011804
displayName: az storage container policy show
1802-
- name: Update
1803-
uid: az_storage_container_policy_update
1804-
displayName: az storage container policy update
18051805
- name: Cross-Origin Resorce Sharing
18061806
uid: az_storage_cors
18071807
displayName: az storage cors

2017-03-09-profile/docs-ref-autogen/storage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ commands:
115115
- uid: az_storage_blob_service_properties_show
116116
name: az storage blob service-properties show
117117
summary: Gets the properties of a storage account's Blob service, including Azure Storage Analytics.
118+
- uid: az_storage_blob_set_tier
119+
name: az storage blob set-tier
120+
summary: Sets the block or page blob tiers on the blob.
118121
- uid: az_storage_blob_show
119122
name: az storage blob show
120123
summary: Returns properties for a named blob in a container in a storage account.
@@ -193,9 +196,6 @@ commands:
193196
- uid: az_storage_container_policy_show
194197
name: az storage container policy show
195198
summary: Show a stored access policy on a containing object.
196-
- uid: az_storage_container_policy_update
197-
name: az storage container policy update
198-
summary: Set a stored access policy on a containing object.
199199
- uid: az_storage_container_set_permission
200200
name: az storage container set-permission
201201
summary: Sets the permissions for the specified container or stored access policies that may be used with Shared Access Signatures.

2017-03-09-profile/docs-ref-autogen/storage/blob.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ items:
1212
- az_storage_blob_exists
1313
- az_storage_blob_generate_sas
1414
- az_storage_blob_list
15+
- az_storage_blob_set_tier
1516
- az_storage_blob_show
1617
- az_storage_blob_snapshot
1718
- az_storage_blob_update
@@ -267,6 +268,41 @@ items:
267268
branch: master
268269
path: src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/_help.py
269270
repo: https://github.com/Azure/azure-cli.git
271+
- uid: az_storage_blob_set_tier
272+
name: az storage blob set-tier
273+
summary: Sets the block or page blob tiers on the blob.
274+
langs:
275+
- azurecli
276+
parameters:
277+
- isRequired: true
278+
name: --container-name -c
279+
summary: The container name.
280+
- isRequired: true
281+
name: --name -n
282+
summary: The blob name.
283+
- isRequired: true
284+
name: --tier
285+
summary: The tier value to set the blob to.
286+
- name: --timeout
287+
summary: The timeout parameter is expressed in seconds. This method may make multiple calls to the Azure service and the timeout will apply to each call individually.
288+
- name: --type -t
289+
defaultValue: block
290+
parameterValueGroup: block, page
291+
summary: The blob's type.
292+
- name: --account-key
293+
summary: 'Storage account key. Must be used in conjunction with storage account name. Environment variable: AZURE_STORAGE_KEY.'
294+
- name: --account-name
295+
summary: 'Storage account name. Must be used in conjunction with either storage account key or a SAS token. Environment variable: AZURE_STORAGE_ACCOUNT.'
296+
- name: --connection-string
297+
summary: 'Storage account connection string. Environment variable: AZURE_STORAGE_CONNECTION_STRING.'
298+
- name: --sas-token
299+
summary: 'A Shared Access Signature (SAS). Must be used in conjunction with storage account name. Environment variable: AZURE_STORAGE_SAS_TOKEN.'
300+
source:
301+
path: src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/_help.py
302+
remote:
303+
branch: master
304+
path: src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/_help.py
305+
repo: https://github.com/Azure/azure-cli.git
270306
- uid: az_storage_blob_show
271307
name: az storage blob show
272308
summary: Returns properties for a named blob in a container in a storage account.
@@ -632,6 +668,9 @@ commands:
632668
- uid: az_storage_blob_service_properties_show
633669
name: az storage blob service-properties show
634670
summary: Gets the properties of a storage account's Blob service, including Azure Storage Analytics.
671+
- uid: az_storage_blob_set_tier
672+
name: az storage blob set-tier
673+
summary: Sets the block or page blob tiers on the blob.
635674
- uid: az_storage_blob_show
636675
name: az storage blob show
637676
summary: Returns properties for a named blob in a container in a storage account.

2017-03-09-profile/docs-ref-autogen/storage/container.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,6 @@ commands:
330330
- uid: az_storage_container_policy_show
331331
name: az storage container policy show
332332
summary: Show a stored access policy on a containing object.
333-
- uid: az_storage_container_policy_update
334-
name: az storage container policy update
335-
summary: Set a stored access policy on a containing object.
336333
- uid: az_storage_container_set_permission
337334
name: az storage container set-permission
338335
summary: Sets the permissions for the specified container or stored access policies that may be used with Shared Access Signatures.

2017-03-09-profile/docs-ref-autogen/storage/container/policy.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ items:
1010
- az_storage_container_policy_delete
1111
- az_storage_container_policy_list
1212
- az_storage_container_policy_show
13-
- az_storage_container_policy_update
1413
- uid: az_storage_container_policy_create
1514
name: az storage container policy create
1615
summary: Create a stored access policy on the containing object.
@@ -126,40 +125,6 @@ items:
126125
branch: master
127126
path: src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/_help.py
128127
repo: https://github.com/Azure/azure-cli.git
129-
- uid: az_storage_container_policy_update
130-
name: az storage container policy update
131-
summary: Set a stored access policy on a containing object.
132-
langs:
133-
- azurecli
134-
parameters:
135-
- isRequired: true
136-
name: --container-name -c
137-
summary: The container name.
138-
- isRequired: true
139-
name: --name -n
140-
summary: The stored access policy name.
141-
- name: --expiry
142-
summary: Expiration UTC datetime in (Y-m-d'T'H:M:S'Z').
143-
- name: --lease-id
144-
summary: The container lease ID.
145-
- name: --permissions
146-
summary: 'Allowed values: (d)elete (l)ist (r)ead (w)rite. Can be combined.'
147-
- name: --start
148-
summary: Start UTC datetime (Y-m-d'T'H:M:S'Z'). Defaults to time of request.
149-
- name: --account-key
150-
summary: 'Storage account key. Must be used in conjunction with storage account name. Environment variable: AZURE_STORAGE_KEY.'
151-
- name: --account-name
152-
summary: 'Storage account name. Must be used in conjunction with either storage account key or a SAS token. Environment variable: AZURE_STORAGE_ACCOUNT.'
153-
- name: --connection-string
154-
summary: 'Storage account connection string. Environment variable: AZURE_STORAGE_CONNECTION_STRING.'
155-
- name: --sas-token
156-
summary: 'A Shared Access Signature (SAS). Must be used in conjunction with storage account name. Environment variable: AZURE_STORAGE_SAS_TOKEN.'
157-
source:
158-
path: src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/_help.py
159-
remote:
160-
branch: master
161-
path: src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/_help.py
162-
repo: https://github.com/Azure/azure-cli.git
163128
commands:
164129
- uid: az_storage_container_policy_create
165130
name: az storage container policy create
@@ -173,9 +138,6 @@ commands:
173138
- uid: az_storage_container_policy_show
174139
name: az storage container policy show
175140
summary: Show a stored access policy on a containing object.
176-
- uid: az_storage_container_policy_update
177-
name: az storage container policy update
178-
summary: Set a stored access policy on a containing object.
179141
globalParameters:
180142
- name: --debug
181143
summary: Increase logging verbosity to show all debug logs.

latest/docs-ref-autogen/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4397,6 +4397,9 @@
43974397
- name: List
43984398
uid: az_storage_blob_list
43994399
displayName: az storage blob list
4400+
- name: Set-Tier
4401+
uid: az_storage_blob_set_tier
4402+
displayName: az storage blob set-tier
44004403
- name: Show
44014404
uid: az_storage_blob_show
44024405
displayName: az storage blob show

latest/docs-ref-autogen/dls/fs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ items:
111111
- name: --overwrite
112112
summary: Indicates that, if the destination file or folder exists, it should be overwritten.
113113
- name: --progress-callback
114-
defaultValue: <function _update_progress at 0x063A5468>
114+
defaultValue: <function _update_progress at 0x0507C4F8>
115115
summary: ''
116116
- name: --thread-count
117117
summary: Optionally specify the parallelism of the download. Default is the number of cores in the local machine.
@@ -311,7 +311,7 @@ items:
311311
- name: --overwrite
312312
summary: Indicates that, if the destination file or folder exists, it should be overwritten.
313313
- name: --progress-callback
314-
defaultValue: <function _update_progress at 0x063A5468>
314+
defaultValue: <function _update_progress at 0x0507C4F8>
315315
summary: ''
316316
- name: --thread-count
317317
summary: Optionally specify the parallelism of the upload. Default is the number of cores in the local machine.

latest/docs-ref-autogen/storage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ commands:
133133
- uid: az_storage_blob_service_properties_show
134134
name: az storage blob service-properties show
135135
summary: Gets the properties of a storage account's Blob service, including Azure Storage Analytics.
136+
- uid: az_storage_blob_set_tier
137+
name: az storage blob set-tier
138+
summary: Sets the block or page blob tiers on the blob.
136139
- uid: az_storage_blob_show
137140
name: az storage blob show
138141
summary: Returns properties for a named blob in a container in a storage account.

latest/docs-ref-autogen/storage/blob.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ items:
1212
- az_storage_blob_exists
1313
- az_storage_blob_generate_sas
1414
- az_storage_blob_list
15+
- az_storage_blob_set_tier
1516
- az_storage_blob_show
1617
- az_storage_blob_snapshot
1718
- az_storage_blob_update
@@ -261,6 +262,41 @@ items:
261262
branch: master
262263
path: src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/_help.py
263264
repo: https://github.com/Azure/azure-cli.git
265+
- uid: az_storage_blob_set_tier
266+
name: az storage blob set-tier
267+
summary: Sets the block or page blob tiers on the blob.
268+
langs:
269+
- azurecli
270+
parameters:
271+
- isRequired: true
272+
name: --container-name -c
273+
summary: The container name.
274+
- isRequired: true
275+
name: --name -n
276+
summary: The blob name.
277+
- isRequired: true
278+
name: --tier
279+
summary: The tier value to set the blob to.
280+
- name: --timeout
281+
summary: The timeout parameter is expressed in seconds. This method may make multiple calls to the Azure service and the timeout will apply to each call individually.
282+
- name: --type -t
283+
defaultValue: block
284+
parameterValueGroup: block, page
285+
summary: The blob's type.
286+
- name: --account-key
287+
summary: 'Storage account key. Must be used in conjunction with storage account name. Environment variable: AZURE_STORAGE_KEY.'
288+
- name: --account-name
289+
summary: 'Storage account name. Must be used in conjunction with either storage account key or a SAS token. Environment variable: AZURE_STORAGE_ACCOUNT.'
290+
- name: --connection-string
291+
summary: 'Storage account connection string. Environment variable: AZURE_STORAGE_CONNECTION_STRING.'
292+
- name: --sas-token
293+
summary: 'A Shared Access Signature (SAS). Must be used in conjunction with storage account name. Environment variable: AZURE_STORAGE_SAS_TOKEN.'
294+
source:
295+
path: src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/_help.py
296+
remote:
297+
branch: master
298+
path: src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/_help.py
299+
repo: https://github.com/Azure/azure-cli.git
264300
- uid: az_storage_blob_show
265301
name: az storage blob show
266302
summary: Returns properties for a named blob in a container in a storage account.
@@ -435,6 +471,9 @@ items:
435471
summary: The max length in bytes permitted for an append blob.
436472
- name: --metadata
437473
summary: Metadata in space-separated key=value pairs. This overwrites any existing metadata.
474+
- name: --tier
475+
parameterValueGroup: P10, P20, P30, P4, P40, P50, P6, P60
476+
summary: A page blob tier value to set the blob to. The tier correlates to the size of the blob and number of allowed IOPS. This is only applicable to page blobs on premium storage accounts.
438477
- name: --timeout
439478
summary: Request timeout in seconds. Applies to each call to the service.
440479
- name: --type -t
@@ -635,6 +674,9 @@ commands:
635674
- uid: az_storage_blob_service_properties_show
636675
name: az storage blob service-properties show
637676
summary: Gets the properties of a storage account's Blob service, including Azure Storage Analytics.
677+
- uid: az_storage_blob_set_tier
678+
name: az storage blob set-tier
679+
summary: Sets the block or page blob tiers on the blob.
638680
- uid: az_storage_blob_show
639681
name: az storage blob show
640682
summary: Returns properties for a named blob in a container in a storage account.

0 commit comments

Comments
 (0)