diff --git a/specification/storagesync/resource-manager/readme.md b/specification/storagesync/resource-manager/readme.md index 856b9705c2a9..cfec963cd455 100644 --- a/specification/storagesync/resource-manager/readme.md +++ b/specification/storagesync/resource-manager/readme.md @@ -24,17 +24,17 @@ To see additional help and options, run: These are the global settings for the Storage Sync API. -``` yaml +```yaml openapi-type: arm -tag: package-2019-06 +tag: package-2019-06-01 ``` -### Tag: package-2019-06 +### Tag: package-2019-06-01 -These settings apply only when `--tag=package-2019-06` is specified on the command line. +These settings apply only when `--tag=package-2019-06-01` is specified on the command line. -```yaml $(tag) == 'package-2019-06' +```yaml $(tag) == 'package-2019-06-01' input-file: - Microsoft.StorageSync/stable/2019-06-01/storagesync.json ``` @@ -42,7 +42,7 @@ input-file: These settings apply only when `--tag=package-2019-03-01` is specified on the command line. -``` yaml $(tag) == 'package-2019-03-01' +```yaml $(tag) == 'package-2019-03-01' input-file: - Microsoft.StorageSync/stable/2019-03-01/storagesync.json ``` @@ -51,7 +51,7 @@ input-file: These settings apply only when `--tag=package-2019-02-01` is specified on the command line. -``` yaml $(tag) == 'package-2019-02-01' +```yaml $(tag) == 'package-2019-02-01' input-file: - Microsoft.StorageSync/stable/2019-02-01/storagesync.json ``` @@ -60,7 +60,7 @@ input-file: These settings apply only when `--tag=package-2018-07-01` is specified on the command line. -``` yaml $(tag) == 'package-2018-10-01' +```yaml $(tag) == 'package-2018-10-01' input-file: - Microsoft.StorageSync/stable/2018-10-01/storagesync.json ``` @@ -69,7 +69,7 @@ input-file: These settings apply only when `--tag=package-2018-07-01` is specified on the command line. -``` yaml $(tag) == 'package-2018-07-01' +```yaml $(tag) == 'package-2018-07-01' input-file: - Microsoft.StorageSync/stable/2018-07-01/storagesync.json ``` @@ -78,7 +78,7 @@ input-file: These settings apply only when `--tag=package-2018-04-02` is specified on the command line. -``` yaml $(tag) == 'package-2018-04-02' +```yaml $(tag) == 'package-2018-04-02' input-file: - Microsoft.StorageSync/stable/2018-04-02/storagesync.json ``` @@ -87,7 +87,7 @@ input-file: These settings apply only when `--tag=package-2017-06-05-preview` is specified on the command line. -``` yaml $(tag) == 'package-2017-06-05-preview' +```yaml $(tag) == 'package-2017-06-05-preview' input-file: - Microsoft.StorageSync/preview/2017-06-05-preview/storagesync.json ``` @@ -101,7 +101,7 @@ input-file: This section describes what SDK should be generated by the automatic system. This is not used by Autorest itself. -``` yaml $(swagger-to-sdk) +```yaml $(swagger-to-sdk) swagger-to-sdk: - repo: azure-sdk-for-net - repo: azure-sdk-for-python @@ -116,7 +116,7 @@ swagger-to-sdk: These settings apply only when `--csharp` is specified on the command line. Please also specify `--csharp-sdks-folder=`. -``` yaml $(csharp) +```yaml $(csharp) csharp: azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION @@ -132,7 +132,7 @@ These settings apply only when `--python` is specified on the command line. Please also specify `--python-sdks-folder=`. Use `--python-mode=update` if you already have a setup.py and just want to update the code itself. -``` yaml $(python) +```yaml $(python) python-mode: create python: azure-arm: true @@ -144,13 +144,13 @@ python: clear-output-folder: true ``` -``` yaml $(python) && $(python-mode) == 'update' +```yaml $(python) && $(python-mode) == 'update' python: no-namespace-folders: true output-folder: $(python-sdks-folder)/storage/azure-mgmt-storagesync/azure/mgmt/storagesync ``` -``` yaml $(python) && $(python-mode) == 'create' +```yaml $(python) && $(python-mode) == 'create' python: basic-setup-py: true output-folder: $(python-sdks-folder)/storage/azure-mgmt-storagesync @@ -170,12 +170,13 @@ AutoRest V3 generators require the use of `--tag=all-api-versions` to select api This block is updated by an automatic script. Edits may be lost! -``` yaml $(tag) == 'all-api-versions' /* autogenerated */ +```yaml $(tag) == 'all-api-versions' /* autogenerated */ # include the azure profile definitions from the standard location require: $(this-folder)/../../../profiles/readme.md # all the input files across all versions input-file: + - $(this-folder)/Microsoft.StorageSync/stable/2019-06-01/storagesync.json - $(this-folder)/Microsoft.StorageSync/stable/2019-03-01/storagesync.json - $(this-folder)/Microsoft.StorageSync/stable/2019-02-01/storagesync.json - $(this-folder)/Microsoft.StorageSync/stable/2018-10-01/storagesync.json @@ -188,7 +189,7 @@ input-file: If there are files that should not be in the `all-api-versions` set, uncomment the `exclude-file` section below and add the file paths. -``` yaml $(tag) == 'all-api-versions' +```yaml $(tag) == 'all-api-versions' #exclude-file: # - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json ```