File tree 1 file changed +12
-3
lines changed
specification/recoveryservicesbackup/resource-manager
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ tag: package-passivestamp-2021-11-15
41
41
` ` `
42
42
43
43
` ` ` yaml $(package-activestamp)
44
- tag : package-2022-09-preview
44
+ tag : package-2022-10
45
45
` ` `
46
46
47
47
### Validations
@@ -56,11 +56,19 @@ message-format: json
56
56
` ` `
57
57
58
58
59
+ # ## Tag: package-2022-10
60
+
61
+ These settings apply only when `--tag=package-2022-10` is specified on the command line.
62
+
63
+ ` ` ` yaml $(tag) == 'package-2022-10'
64
+ input-file:
65
+ - Microsoft.RecoveryServices/stable/2022-10-01/bms.json
66
+ ` ` `
59
67
# ## Tag: package-2022-09-preview
60
68
61
69
These settings apply only when `--tag=package-2022-09-preview` is specified on the command line.
62
70
63
- ` ` ` yaml $(tag) == 'package-2022-09-preview'
71
+ ` ` ` yaml $(tag) == 'package-2022-09-preview'
64
72
input-file:
65
73
- Microsoft.RecoveryServices/preview/2022-09-01-preview/bms.json
66
74
` ` `
@@ -73,11 +81,12 @@ These settings apply only when `--tag=package-2022-06-01-preview` is specified o
73
81
input-file:
74
82
- Microsoft.RecoveryServices/preview/2022-06-01-preview/bms.json
75
83
` ` `
84
+
76
85
# ## Tag: package-2022-04
77
86
78
87
These settings apply only when `--tag=package-2022-04` is specified on the command line.
79
88
80
- ` ` ` yaml $(tag) == 'package-2022-04'
89
+ ` ` ` yaml $(tag) == 'package-2022-04'
81
90
input-file:
82
91
- Microsoft.RecoveryServices/stable/2022-04-01/bms.json
83
92
` ` `
You can’t perform that action at this time.
0 commit comments