File tree 2 files changed +9
-12
lines changed
specification/recoveryservicesbackup/resource-manager
2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,7 @@ These are the global settings for the RecoveryServicesBackup API.
28
28
title : Recovery Services Backup Client
29
29
description : Open API 2.0 Specs for Azure RecoveryServices Backup service
30
30
openapi-type : arm
31
- tag : package-2022-06-01-preview
32
- csharp-sdks-folder : ./Generated/CSharp
33
- python-sdks-folder : ./Generated/Python
34
- go-sdk-folder : ./Generated/Golang
31
+ tag : package-2022-09-preview
35
32
license-header : MICROSOFT_MIT
36
33
` ` `
37
34
@@ -40,7 +37,7 @@ tag: package-passivestamp-2021-11-15
40
37
` ` `
41
38
42
39
` ` ` yaml $(package-activestamp)
43
- tag : package-preview- 2022-09
40
+ tag : package-2022-09-preview
44
41
` ` `
45
42
46
43
### Validations
@@ -55,11 +52,11 @@ message-format: json
55
52
` ` `
56
53
57
54
58
- # ## Tag: package-preview- 2022-09
55
+ # ## Tag: package-2022-09-preview
59
56
60
- These settings apply only when `--tag=package-preview- 2022-09` is specified on the command line.
57
+ These settings apply only when `--tag=package-2022-09-preview ` is specified on the command line.
61
58
62
- ` ` ` yaml $(tag) == 'package-preview- 2022-09'
59
+ ` ` ` yaml $(tag) == 'package-2022-09-preview '
63
60
input-file:
64
61
- Microsoft.RecoveryServices/preview/2022-09-01-preview/bms.json
65
62
` ` `
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Generate all API versions currently shipped for this package
18
18
clear-output-folder : true
19
19
batch :
20
20
- tag : package-passivestamp-2021-11-15
21
- - tag : package-preview- 2022-09
21
+ - tag : package-2022-09-preview
22
22
` ` `
23
23
24
24
### Tag: package-passivestamp-2021-11-15 and python
@@ -32,12 +32,12 @@ namespace: azure.mgmt.recoveryservicesbackup.passivestamp
32
32
output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp
33
33
` ` `
34
34
35
- # ## Tag: package-preview- 2022-09 and python
35
+ # ## Tag: package-2022-09-preview and python
36
36
37
- These settings apply only when `--package-preview- 2022-09 --python` is specified on the command line.
37
+ These settings apply only when `--package-2022-09-preview --python` is specified on the command line.
38
38
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
39
39
40
- ` ` ` yaml $(tag) == 'package-preview- 2022-09'
40
+ ` ` ` yaml $(tag) == 'package-2022-09-preview '
41
41
namespace: azure.mgmt.recoveryservicesbackup.activestamp
42
42
output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp
43
43
` ` `
You can’t perform that action at this time.
0 commit comments