@@ -43,212 +43,290 @@ public AuditTests(ITestOutputHelper output) : base(output)
43
43
} ;
44
44
}
45
45
46
- [ Fact ( Skip = "not able to re - record because cannot create sql server in region 'West Central US'" ) ]
46
+ [ Fact ]
47
47
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
48
48
public void TestBlobAuditDatabaseUpdatePolicyWithStorage ( )
49
49
{
50
50
RunPowerShellTest ( "Test-BlobAuditDatabaseUpdatePolicyWithStorage" ) ;
51
51
}
52
52
53
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
53
+ [ Fact ]
54
54
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
55
55
public void TestBlobAuditServerUpdatePolicyWithStorage ( )
56
56
{
57
57
RunPowerShellTest ( "Test-BlobAuditServerUpdatePolicyWithStorage" ) ;
58
58
}
59
59
60
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
60
+ [ Fact ]
61
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
62
+ public void TestMSSupportBlobAuditServerUpdatePolicyWithStorage ( )
63
+ {
64
+ RunPowerShellTest ( "Test-MSSupportBlobAuditServerUpdatePolicyWithStorage" ) ;
65
+ }
66
+
67
+ [ Fact ]
61
68
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
62
69
public void TestBlobAuditDisableDatabaseAudit ( )
63
70
{
64
71
RunPowerShellTest ( "Test-BlobAuditDisableDatabaseAudit" ) ;
65
72
}
66
73
67
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
74
+ [ Fact ]
68
75
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
69
76
public void TestBlobAuditDisableServerAudit ( )
70
77
{
71
78
RunPowerShellTest ( "Test-BlobAuditDisableServerAudit" ) ;
72
79
}
73
80
74
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
81
+ [ Fact ]
82
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
83
+ public void TestMSSupportBlobAuditDisableServerAudit ( )
84
+ {
85
+ RunPowerShellTest ( "Test-MSSupportBlobAuditDisableServerAudit" ) ;
86
+ }
87
+
88
+ [ Fact ]
75
89
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
76
90
public void TestBlobAuditFailedDatabaseUpdatePolicyWithNoStorage ( )
77
91
{
78
92
RunPowerShellTest ( "Test-BlobAuditFailedDatabaseUpdatePolicyWithNoStorage" ) ;
79
93
}
80
94
81
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
95
+ [ Fact ]
82
96
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
83
97
public void TestBlobAuditFailedServerUpdatePolicyWithNoStorage ( )
84
98
{
85
99
RunPowerShellTest ( "Test-BlobAuditFailedServerUpdatePolicyWithNoStorage" ) ;
86
100
}
87
101
88
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
102
+ [ Fact ]
103
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
104
+ public void TestMSSupportBlobAuditFailedServerUpdatePolicyWithNoStorage ( )
105
+ {
106
+ RunPowerShellTest ( "Test-MSSupportBlobAuditFailedServerUpdatePolicyWithNoStorage" ) ;
107
+ }
108
+
109
+ [ Fact ]
89
110
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
90
111
public void TestBlobAuditDatabaseUpdatePolicyKeepPreviousStorage ( )
91
112
{
92
113
RunPowerShellTest ( "Test-BlobAuditDatabaseUpdatePolicyKeepPreviousStorage" ) ;
93
114
}
94
115
95
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
116
+ [ Fact ]
96
117
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
97
118
public void TestBlobAuditServerUpdatePolicyKeepPreviousStorage ( )
98
119
{
99
120
RunPowerShellTest ( "Test-BlobAuditServerUpdatePolicyKeepPreviousStorage" ) ;
100
121
}
101
122
102
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
123
+ [ Fact ]
124
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
125
+ public void TestMSSupportBlobAuditServerUpdatePolicyKeepPreviousStorage ( )
126
+ {
127
+ RunPowerShellTest ( "Test-MSSupportBlobAuditServerUpdatePolicyKeepPreviousStorage" ) ;
128
+ }
129
+
130
+ [ Fact ]
103
131
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
104
132
public void TestBlobAuditFailWithBadDatabaseIndentity ( )
105
133
{
106
134
RunPowerShellTest ( "Test-BlobAuditFailWithBadDatabaseIndentity" ) ;
107
135
}
108
136
109
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
137
+ [ Fact ]
110
138
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
111
139
public void TestBlobAuditFailWithBadServerIndentity ( )
112
140
{
113
141
RunPowerShellTest ( "Test-BlobAuditFailWithBadServerIndentity" ) ;
114
142
}
115
143
116
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
144
+ [ Fact ]
145
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
146
+ public void TestMSSupportBlobAuditFailWithBadServerIndentity ( )
147
+ {
148
+ RunPowerShellTest ( "Test-MSSupportBlobAuditFailWithBadServerIndentity" ) ;
149
+ }
150
+
151
+ [ Fact ]
117
152
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
118
153
public void TestBlobAuditDatabaseStorageKeyRotation ( )
119
154
{
120
155
RunPowerShellTest ( "Test-BlobAuditDatabaseStorageKeyRotation" ) ;
121
156
}
122
157
123
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
158
+ [ Fact ]
124
159
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
125
160
public void TestBlobAuditServerStorageKeyRotation ( )
126
161
{
127
162
RunPowerShellTest ( "Test-BlobAuditServerStorageKeyRotation" ) ;
128
163
}
129
164
130
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
165
+ [ Fact ]
131
166
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
132
167
public void TestBlobAuditServerRetentionKeepProperties ( )
133
168
{
134
169
RunPowerShellTest ( "Test-BlobAuditServerRetentionKeepProperties" ) ;
135
170
}
136
171
137
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
172
+ [ Fact ]
138
173
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
139
174
public void TestBlobAuditDatabaseRetentionKeepProperties ( )
140
175
{
141
176
RunPowerShellTest ( "Test-BlobAuditDatabaseRetentionKeepProperties" ) ;
142
177
}
143
178
144
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
179
+ [ Fact ]
145
180
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
146
181
public void TestBlobAuditOnDatabase ( )
147
182
{
148
183
RunPowerShellTest ( "Test-BlobAuditOnDatabase" ) ;
149
184
}
150
185
151
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
186
+ [ Fact ]
152
187
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
153
188
public void TestBlobAuditOnServer ( )
154
189
{
155
190
RunPowerShellTest ( "Test-BlobAuditOnServer" ) ;
156
191
}
157
192
158
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
193
+ [ Fact ]
194
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
195
+ public void TestMSSupportBlobAuditOnServer ( )
196
+ {
197
+ RunPowerShellTest ( "Test-MSSupportBlobAuditOnServer" ) ;
198
+ }
199
+
200
+ [ Fact ]
159
201
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
160
202
public void TestBlobAuditDatabaseUpdatePolicyWithSameNameStorageOnDifferentRegion ( )
161
203
{
162
204
RunPowerShellTest ( "Test-BlobAuditDatabaseUpdatePolicyWithSameNameStorageOnDifferentRegion" ) ;
163
205
}
164
206
165
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
207
+ [ Fact ]
166
208
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
167
209
public void TestBlobAuditWithAuditActionGroups ( )
168
210
{
169
211
RunPowerShellTest ( "Test-BlobAuditWithAuditActionGroups" ) ;
170
212
}
171
213
172
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
214
+ [ Fact ]
173
215
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
174
216
public void TestExtendedAuditOnDatabase ( )
175
217
{
176
218
RunPowerShellTest ( "Test-ExtendedAuditOnDatabase" ) ;
177
219
}
178
220
179
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
221
+ [ Fact ]
180
222
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
181
223
public void TestExtendedAuditOnServer ( )
182
224
{
183
225
RunPowerShellTest ( "Test-ExtendedAuditOnServer" ) ;
184
226
}
185
227
186
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
228
+ [ Fact ]
187
229
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
188
230
[ Trait ( Category . RunType , Category . LiveOnly ) ]
189
231
public void TestAuditOnDatabase ( )
190
232
{
191
233
RunPowerShellTest ( "Test-AuditOnDatabase" ) ;
192
234
}
193
235
194
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
236
+ [ Fact ]
195
237
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
196
238
[ Trait ( Category . RunType , Category . LiveOnly ) ]
197
239
public void TestAuditOnServer ( )
198
240
{
199
241
RunPowerShellTest ( "Test-AuditOnServer" ) ;
200
242
}
201
243
202
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
244
+ [ Fact ]
245
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
246
+ [ Trait ( Category . RunType , Category . LiveOnly ) ]
247
+ public void TestMSSupportAuditOnServer ( )
248
+ {
249
+ RunPowerShellTest ( "Test-MSSupportAuditOnServer" ) ;
250
+ }
251
+
252
+ [ Fact ]
203
253
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
204
254
public void TestNewDatabaseAuditDiagnosticsAreCreatedOnNeed ( )
205
255
{
206
256
RunPowerShellTest ( "Test-NewDatabaseAuditDiagnosticsAreCreatedOnNeed" ) ;
207
257
}
208
258
209
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
259
+ [ Fact ]
210
260
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
211
261
public void TestNewServerAuditDiagnosticsAreCreatedOnNeed ( )
212
262
{
213
263
RunPowerShellTest ( "Test-NewServerAuditDiagnosticsAreCreatedOnNeed" ) ;
214
264
}
215
265
216
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
266
+ [ Fact ]
267
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
268
+ public void TestMSSupportNewServerAuditDiagnosticsAreCreatedOnNeed ( )
269
+ {
270
+ RunPowerShellTest ( "Test-MSSupportNewServerAuditDiagnosticsAreCreatedOnNeed" ) ;
271
+ }
272
+
273
+ [ Fact ]
217
274
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
218
275
public void TestRemoveAuditOnServer ( )
219
276
{
220
277
RunPowerShellTest ( "Test-RemoveAuditOnServer" ) ;
221
278
}
222
279
223
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
280
+ [ Fact ]
281
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
282
+ public void TestMSSupportRemoveAuditOnServer ( )
283
+ {
284
+ RunPowerShellTest ( "Test-MSSupportRemoveAuditOnServer" ) ;
285
+ }
286
+
287
+ [ Fact ]
224
288
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
225
289
public void TestRemoveAuditOnDatabase ( )
226
290
{
227
291
RunPowerShellTest ( "Test-RemoveAuditOnDatabase" ) ;
228
292
}
229
293
230
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
294
+ [ Fact ]
231
295
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
232
296
public void TestRemoveDatabaseAuditingSettingsMultipleDiagnosticSettings ( )
233
297
{
234
298
RunPowerShellTest ( "Test-RemoveDatabaseAuditingSettingsMultipleDiagnosticSettings" ) ;
235
299
}
236
300
237
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
301
+ [ Fact ]
238
302
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
239
303
public void TestRemoveServerAuditingSettingsMultipleDiagnosticSettings ( )
240
304
{
241
305
RunPowerShellTest ( "Test-RemoveServerAuditingSettingsMultipleDiagnosticSettings" ) ;
242
306
}
243
307
244
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
308
+ [ Fact ]
309
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
310
+ public void TestMSSupportRemoveServerAuditingSettingsMultipleDiagnosticSettings ( )
311
+ {
312
+ RunPowerShellTest ( "Test-MSSupportRemoveServerAuditingSettingsMultipleDiagnosticSettings" ) ;
313
+ }
314
+
315
+ [ Fact ]
245
316
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
246
317
public void TestServerAuditingToStorageInVNet ( )
247
318
{
248
319
RunPowerShellTest ( "Test-ServerAuditingToStorageInVNet" ) ;
249
320
}
250
321
251
- [ Fact ( Skip = "not able to re-record because cannot create sql server in region 'West Central US'" ) ]
322
+ [ Fact ]
323
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
324
+ public void TestMSSupportServerAuditingToStorageInVNet ( )
325
+ {
326
+ RunPowerShellTest ( "Test-MSSupportServerAuditingToStorageInVNet" ) ;
327
+ }
328
+
329
+ [ Fact ]
252
330
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
253
331
public void TestDatabaseAuditingToStorageInVNet ( )
254
332
{
0 commit comments