@@ -44,182 +44,182 @@ protected override void SetupManagementClients()
44
44
}
45
45
46
46
[ Fact ]
47
- [ Trait ( Category . Sql , Category . CheckIn ) ]
47
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
48
48
public void TestAuditingDatabaseUpdatePolicyWithStorage ( )
49
49
{
50
50
RunPowerShellTest ( "Test-AuditingDatabaseUpdatePolicyWithStorage" ) ;
51
51
}
52
52
53
53
[ Fact ]
54
- [ Trait ( Category . Sql , Category . CheckIn ) ]
54
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
55
55
public void TestAuditingDatabaseUpdatePolicyWithStorageV2 ( )
56
56
{
57
57
RunPowerShellTest ( "Test-AuditingDatabaseUpdatePolicyWithStorageV2" ) ;
58
58
}
59
59
60
60
[ Fact ]
61
- [ Trait ( Category . Sql , Category . CheckIn ) ]
61
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
62
62
public void TestAuditingServerUpdatePolicyWithStorage ( )
63
63
{
64
64
RunPowerShellTest ( "Test-AuditingServerUpdatePolicyWithStorage" ) ;
65
65
}
66
66
67
67
[ Fact ]
68
- [ Trait ( Category . Sql , Category . CheckIn ) ]
68
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
69
69
public void TestAuditingDatabaseUpdatePolicyWithEventTypes ( )
70
70
{
71
71
RunPowerShellTest ( "Test-AuditingDatabaseUpdatePolicyWithEventTypes" ) ;
72
72
}
73
73
74
74
[ Fact ]
75
- [ Trait ( Category . Sql , Category . CheckIn ) ]
75
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
76
76
public void TestAuditingServerUpdatePolicyWithEventTypes ( )
77
77
{
78
78
RunPowerShellTest ( "Test-AuditingServerUpdatePolicyWithEventTypes" ) ;
79
79
}
80
80
81
81
[ Fact ]
82
- [ Trait ( Category . Sql , Category . CheckIn ) ]
82
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
83
83
public void TestAuditingDisableDatabaseAuditing ( )
84
84
{
85
85
RunPowerShellTest ( "Test-AuditingDisableDatabaseAuditing" ) ;
86
86
}
87
87
88
88
[ Fact ]
89
- [ Trait ( Category . Sql , Category . CheckIn ) ]
89
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
90
90
public void TestAuditingDisableServerAuditing ( )
91
91
{
92
92
RunPowerShellTest ( "Test-AuditingDisableServerAuditing" ) ;
93
93
}
94
94
95
95
[ Fact ]
96
- [ Trait ( Category . Sql , Category . CheckIn ) ]
96
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
97
97
public void TestAuditingDatabaseDisableEnableKeepProperties ( )
98
98
{
99
99
RunPowerShellTest ( "Test-AuditingDatabaseDisableEnableKeepProperties" ) ;
100
100
}
101
101
102
102
[ Fact ]
103
- [ Trait ( Category . Sql , Category . CheckIn ) ]
103
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
104
104
public void TestAuditingServerDisableEnableKeepProperties ( )
105
105
{
106
106
RunPowerShellTest ( "Test-AuditingServerDisableEnableKeepProperties" ) ;
107
107
}
108
108
109
109
[ Fact ]
110
- [ Trait ( Category . Sql , Category . CheckIn ) ]
110
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
111
111
public void TestAuditingUseServerDefault ( )
112
112
{
113
113
RunPowerShellTest ( "Test-AuditingUseServerDefault" ) ;
114
114
}
115
115
116
116
[ Fact ]
117
- [ Trait ( Category . Sql , Category . CheckIn ) ]
117
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
118
118
public void TestAuditingFailedDatabaseUpdatePolicyWithNoStorage ( )
119
119
{
120
120
RunPowerShellTest ( "Test-AuditingFailedDatabaseUpdatePolicyWithNoStorage" ) ;
121
121
}
122
122
123
123
[ Fact ]
124
- [ Trait ( Category . Sql , Category . CheckIn ) ]
124
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
125
125
public void TestAuditingFailedServerUpdatePolicyWithNoStorage ( )
126
126
{
127
127
RunPowerShellTest ( "Test-AuditingFailedServerUpdatePolicyWithNoStorage" ) ;
128
128
}
129
129
130
130
[ Fact ]
131
- [ Trait ( Category . Sql , Category . CheckIn ) ]
131
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
132
132
public void TestAuditingFailedUseServerDefault ( )
133
133
{
134
134
RunPowerShellTest ( "Test-AuditingFailedUseServerDefault" ) ;
135
135
}
136
136
137
137
[ Fact ]
138
- [ Trait ( Category . Sql , Category . CheckIn ) ]
138
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
139
139
public void TestAuditingDatabaseUpdatePolicyWithEventTypeShortcuts ( )
140
140
{
141
141
RunPowerShellTest ( "Test-AuditingDatabaseUpdatePolicyWithEventTypeShortcuts" ) ;
142
142
}
143
143
144
144
[ Fact ]
145
- [ Trait ( Category . Sql , Category . CheckIn ) ]
145
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
146
146
public void TestAuditingServerUpdatePolicyWithEventTypeShortcuts ( )
147
147
{
148
148
RunPowerShellTest ( "Test-AuditingServerUpdatePolicyWithEventTypeShortcuts" ) ;
149
149
}
150
150
151
151
[ Fact ]
152
- [ Trait ( Category . Sql , Category . CheckIn ) ]
152
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
153
153
public void TestAuditingDatabaseUpdatePolicyKeepPreviousStorage ( )
154
154
{
155
155
RunPowerShellTest ( "Test-AuditingDatabaseUpdatePolicyKeepPreviousStorage" ) ;
156
156
}
157
157
158
158
[ Fact ]
159
- [ Trait ( Category . Sql , Category . CheckIn ) ]
159
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
160
160
public void TestAuditingServerUpdatePolicyKeepPreviousStorage ( )
161
161
{
162
162
RunPowerShellTest ( "Test-AuditingServerUpdatePolicyKeepPreviousStorage" ) ;
163
163
}
164
164
165
165
[ Fact ]
166
- [ Trait ( Category . Sql , Category . CheckIn ) ]
166
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
167
167
public void TestAuditingFailWithBadDatabaseIndentity ( )
168
168
{
169
169
RunPowerShellTest ( "Test-AuditingFailWithBadDatabaseIndentity" ) ;
170
170
}
171
171
172
172
[ Fact ]
173
- [ Trait ( Category . Sql , Category . CheckIn ) ]
173
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
174
174
public void TestAuditingFailWithBadServerIndentity ( )
175
175
{
176
176
RunPowerShellTest ( "Test-AuditingFailWithBadServerIndentity" ) ;
177
177
}
178
178
179
179
[ Fact ]
180
- [ Trait ( Category . Sql , Category . CheckIn ) ]
180
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
181
181
public void TestAuditingDatabaseStorageKeyRotation ( )
182
182
{
183
183
RunPowerShellTest ( "Test-AuditingDatabaseStorageKeyRotation" ) ;
184
184
}
185
185
186
186
[ Fact ]
187
- [ Trait ( Category . Sql , Category . CheckIn ) ]
187
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
188
188
public void TestAuditingServerStorageKeyRotation ( )
189
189
{
190
190
RunPowerShellTest ( "Test-AuditingServerStorageKeyRotation" ) ;
191
191
}
192
192
193
193
[ Fact ]
194
- [ Trait ( Category . Sql , Category . CheckIn ) ]
194
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
195
195
public void TestAuditingServerUpdatePolicyWithRetention ( )
196
196
{
197
197
RunPowerShellTest ( "Test-AuditingServerUpdatePolicyWithRetention" ) ;
198
198
}
199
199
200
200
[ Fact ]
201
- [ Trait ( Category . Sql , Category . CheckIn ) ]
201
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
202
202
public void TestAuditingDatabaseUpdatePolicyWithRetention ( )
203
203
{
204
204
RunPowerShellTest ( "Test-AuditingDatabaseUpdatePolicyWithRetention" ) ;
205
205
}
206
206
207
207
[ Fact ]
208
- [ Trait ( Category . Sql , Category . CheckIn ) ]
208
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
209
209
public void TestAuditingServerRetentionKeepProperties ( )
210
210
{
211
211
RunPowerShellTest ( "Test-AuditingServerRetentionKeepProperties" ) ;
212
212
}
213
213
214
214
[ Fact ]
215
- [ Trait ( Category . Sql , Category . CheckIn ) ]
215
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
216
216
public void TestAuditingDatabaseRetentionKeepProperties ( )
217
217
{
218
218
RunPowerShellTest ( "Test-AuditingDatabaseRetentionKeepProperties" ) ;
219
219
}
220
220
221
221
[ Fact ]
222
- [ Trait ( Category . Sql , Category . CheckIn ) ]
222
+ [ Trait ( Category . AcceptanceType , Category . Sql ) ]
223
223
public void TestAuditingDatabaseUpdatePolicyWithSameNameStorageOnDifferentRegion ( )
224
224
{
225
225
RunPowerShellTest ( "Test-AuditingDatabaseUpdatePolicyWithSameNameStorageOnDifferentRegion" ) ;
0 commit comments