@@ -45,13 +45,6 @@ public void TestNewResourceGroupDeploymentStackUnmanageActions()
45
45
TestRunner . RunTestScript ( "Test-NewResourceGroupDeploymentStackUnmanageActions" ) ;
46
46
}
47
47
48
- [ Fact ( ) ]
49
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
50
- public void TestNewResourceGroupDeploymentStackDenySettings ( )
51
- {
52
- TestRunner . RunTestScript ( "Test-NewResourceGroupDeploymentStackDenySettings" ) ;
53
- }
54
-
55
48
[ Fact ( ) ]
56
49
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
57
50
public void TestSetResourceGroupDeploymentStack ( )
@@ -61,16 +54,16 @@ public void TestSetResourceGroupDeploymentStack()
61
54
62
55
[ Fact ( ) ]
63
56
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
64
- public void TestSetResourceGroupDeploymentStackUnmanageActions ( )
57
+ public void TestNewAndSetResourceGroupDeploymentStackDenySettings ( )
65
58
{
66
- TestRunner . RunTestScript ( "Test-SetResourceGroupDeploymentStackUnmanageActions " ) ;
59
+ TestRunner . RunTestScript ( "Test-NewAndSetResourceGroupDeploymentStackDenySettings " ) ;
67
60
}
68
61
69
62
[ Fact ( ) ]
70
63
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
71
- public void TestSetResourceGroupDeploymentStackDenySettings ( )
64
+ public void TestSetResourceGroupDeploymentStackUnmanageActions ( )
72
65
{
73
- TestRunner . RunTestScript ( "Test-SetResourceGroupDeploymentStackDenySettings " ) ;
66
+ TestRunner . RunTestScript ( "Test-SetResourceGroupDeploymentStackUnmanageActions " ) ;
74
67
}
75
68
76
69
[ Fact ( ) ]
@@ -124,9 +117,9 @@ public void TestNewSubscriptionDeploymentStackUnmanageActions()
124
117
125
118
[ Fact ( ) ]
126
119
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
127
- public void TestNewSubscriptionDeploymentStackDenySettings ( )
120
+ public void TestNewAndSetSubscriptionDeploymentStackDenySettings ( )
128
121
{
129
- TestRunner . RunTestScript ( "Test-NewSubscriptionDeploymentStackDenySettings " ) ;
122
+ TestRunner . RunTestScript ( "Test-NewAndSetSubscriptionDeploymentStackDenySettings " ) ;
130
123
}
131
124
132
125
[ Fact ( ) ]
@@ -143,13 +136,6 @@ public void TestSetSubscriptionDeploymentStackUnmanageActions()
143
136
TestRunner . RunTestScript ( "Test-SetSubscriptionDeploymentStackUnmanageActions" ) ;
144
137
}
145
138
146
- [ Fact ( ) ]
147
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
148
- public void TestSetSubscriptionDeploymentStackDenySettings ( )
149
- {
150
- TestRunner . RunTestScript ( "Test-SetSubscriptionDeploymentStackDenySettings" ) ;
151
- }
152
-
153
139
[ Fact ( ) ]
154
140
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
155
141
public void TestNewAndSetAndExportSubscriptionDeploymentStackWithTemplateSpec ( )
0 commit comments