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