diff --git a/specification/storage/resource-manager/readme.md b/specification/storage/resource-manager/readme.md index e66540916902..770856e715b5 100644 --- a/specification/storage/resource-manager/readme.md +++ b/specification/storage/resource-manager/readme.md @@ -614,6 +614,31 @@ directive: ``` +### Tag: package-2018-03-preview-only + +These settings apply only when `--tag=package-2018-03-preview-only` is specified on the command line. + +``` yaml $(tag) == 'package-2018-03-preview-only' +input-file: +- Microsoft.Storage/preview/2018-03-01-preview/storage.json +- Microsoft.Storage/preview/2018-03-01-preview/blob.json +- Microsoft.Storage/preview/2018-03-01-preview/managementpolicy.json +- +directive: + - suppress: R3018 + reason: Existing boolean properties + approved-by: "@fearthecowboy" + + - where: + - $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/setLegalHold"].post.operationId + - $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/clearLegalHold"].post.operationId + - $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/regenerateKey"].post.operationId + suppress: R1003 + reason: APIs return array of values, is not actually a 'list' operation + approved-by: "@fearthecowboy" + +``` + ### Tag: package-2018-02 These settings apply only when `--tag=package-2018-02` is specified on the command line. diff --git a/specification/storage/resource-manager/readme.python.md b/specification/storage/resource-manager/readme.python.md index cf3d53db72e7..8780788b619e 100644 --- a/specification/storage/resource-manager/readme.python.md +++ b/specification/storage/resource-manager/readme.python.md @@ -33,8 +33,8 @@ batch: - tag: package-2019-06 - tag: package-2019-04 - tag: package-2018-11 - - tag: package-2018-07 - - tag: package-2018-03 + - tag: package-2018-07-only + - tag: package-2018-03-preview-only - tag: package-2018-02 - tag: package-2017-10 - tag: package-2017-06 @@ -162,22 +162,22 @@ namespace: azure.mgmt.storage.v2018_11_01 output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/storage/v2018_11_01 ``` -### Tag: package-2018-07 and python +### Tag: package-2018-07-only and python -These settings apply only when `--tag=package-2018-07 --python` is specified on the command line. +These settings apply only when `--tag=package-2018-07-only --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2018-07' +``` yaml $(tag) == 'package-2018-07-only' namespace: azure.mgmt.storage.v2018_07_01 output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/storage/v2018_07_01 ``` -### Tag: package-2018-03 and python +### Tag: package-2018-03-preview-only and python -These settings apply only when `--tag=package-2018-03 --python` is specified on the command line. +These settings apply only when `--tag=package-2018-03-preview-only --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2018-03' +``` yaml $(tag) == 'package-2018-03-preview-only' namespace: azure.mgmt.storage.v2018_03_01_preview output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/storage/v2018_03_01_preview ```