@@ -121,7 +121,15 @@ input-file:
121
121
- stable/2023-06-30/FlexibleServers.json
122
122
- stable/2023-06-30/LogFiles.json
123
123
- stable/2023-06-30/ServiceOperations.json
124
- - preview/2023-10-01-preview/Maintenances.json
124
+ - stable/2023-06-30/PrivateEndpointConnections.json
125
+ - stable/2023-06-30/PrivateLinkResources.json
126
+ suppressions:
127
+ - code: PostOperationAsyncResponseValidation
128
+ from: FlexibleServers.json
129
+ reason: This check is optional.
130
+ - code: PropertiesTypeObjectNoDefinition
131
+ from: common-types.json
132
+ reason: This will be fixed in new versions.
125
133
` ` `
126
134
127
135
# ## Tag: package-flexibleserver-2023-10-01-preview
@@ -162,11 +170,11 @@ input-file:
162
170
- preview/2023-10-01-preview/Maintenances.json
163
171
` ` `
164
172
165
- # ## Tag: package-flexibleserver-2023-12-30
173
+ # ## Tag: package-flexibleserver-2023-12-30-preview
166
174
167
- These settings apply only when `--tag=package-flexibleserver-2023-12-30` is specified on the command line.
175
+ These settings apply only when `--tag=package-flexibleserver-2023-12-30-preview ` is specified on the command line.
168
176
169
- ` ` ` yaml $(tag) == 'package-flexibleserver-2023-12-30'
177
+ ` ` ` yaml $(tag) == 'package-flexibleserver-2023-12-30-preview '
170
178
input-file:
171
179
- preview/2023-06-01-preview/AzureADAdministrator.json
172
180
- preview/2023-10-01-preview/Backups.json
@@ -182,11 +190,11 @@ input-file:
182
190
- preview/2023-10-01-preview/Maintenances.json
183
191
` ` `
184
192
185
- # ## Tag: package-flexibleserver-2024-01-01
193
+ # ## Tag: package-flexibleserver-2023-12-30
186
194
187
- These settings apply only when `--tag=package-flexibleserver-2024-01-01 ` is specified on the command line.
195
+ These settings apply only when `--tag=package-flexibleserver-2023-12-30 ` is specified on the command line.
188
196
189
- ` ` ` yaml $(tag) == 'package-flexibleserver-2024-01-01 '
197
+ ` ` ` yaml $(tag) == 'package-flexibleserver-2023-12-30 '
190
198
input-file:
191
199
- stable/2023-12-30/AzureADAdministrator.json
192
200
- stable/2023-12-30/Backups.json
@@ -262,16 +270,6 @@ input-file:
262
270
- stable/2023-12-30/Maintenances.json
263
271
` ` `
264
272
265
- # ## Tag: package-flexibleserver-2023-06-30-privatelink
266
-
267
- These settings apply only when `--tag=package-flexibleserver-2023-06-30-privatelink` is specified on the command line.
268
-
269
- ` ` ` yaml $(tag) == 'package-flexibleserver-2023-06-30-privatelink'
270
- input-file:
271
- - stable/2023-06-30/PrivateEndpointConnections.json
272
- - stable/2023-06-30/PrivateLinkResources.json
273
- ` ` `
274
-
275
273
# ## Tag: package-flexibleserver-2022-01-01
276
274
277
275
These settings apply only when `--tag=package-flexibleserver-2022-01-01` is specified on the command line.
0 commit comments