@@ -75,9 +75,9 @@ public void TestSetResourceGroupDeploymentStackDenySettings()
75
75
76
76
[ Fact ( ) ]
77
77
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
78
- public void TestNewAndSetResourceGroupDeploymentStackWithTemplateSpec ( )
78
+ public void TestNewAndSetAndExportResourceGroupDeploymentStackWithTemplateSpec ( )
79
79
{
80
- TestRunner . RunTestScript ( "Test-NewAndSetResourceGroupDeploymentStackWithTemplateSpec " ) ;
80
+ TestRunner . RunTestScript ( "Test-NewAndSetAndExportResourceGroupDeploymentStackWithTemplateSpec " ) ;
81
81
}
82
82
83
83
[ Fact ( ) ]
@@ -101,32 +101,53 @@ public void TestRemoveResourceGroupDeploymentStack()
101
101
TestRunner . RunTestScript ( "Test-RemoveResourceGroupDeploymentStack" ) ;
102
102
}
103
103
104
- /* [Fact()]
104
+ [ Fact ( ) ]
105
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
106
+ public void TestGetSubscriptionDeploymentStack ( )
107
+ {
108
+ TestRunner . RunTestScript ( "Test-GetSubscriptionDeploymentStack" ) ;
109
+ }
110
+
111
+ [ Fact ( ) ]
112
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
113
+ public void TestNewSubscriptionDeploymentStack ( )
114
+ {
115
+ TestRunner . RunTestScript ( "Test-NewSubscriptionDeploymentStack" ) ;
116
+ }
117
+
118
+ [ Fact ( ) ]
105
119
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
106
120
public void TestNewSubscriptionDeploymentStackUnmanageActions ( )
107
121
{
108
122
TestRunner . RunTestScript ( "Test-NewSubscriptionDeploymentStackUnmanageActions" ) ;
109
123
}
110
124
125
+ [ Fact ( ) ]
126
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
127
+ public void TestNewSubscriptionDeploymentStackDenySettings ( )
128
+ {
129
+ TestRunner . RunTestScript ( "Test-NewSubscriptionDeploymentStackDenySettings" ) ;
130
+ }
131
+
111
132
[ Fact ( ) ]
112
133
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
113
134
public void TestSetSubscriptionDeploymentStack ( )
114
135
{
115
- TestRunner.RunTestScript("Test-SetSubscriptionDeploymentStack ");
136
+ TestRunner . RunTestScript ( "Test-NewSubscriptionDeploymentStack " ) ;
116
137
}
117
138
118
139
[ Fact ( ) ]
119
140
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
120
141
public void TestSetSubscriptionDeploymentStackUnmanageActions ( )
121
142
{
122
- TestRunner.RunTestScript("Test-SetSubscriptionDeploymentStackUnmanageActions ");
143
+ TestRunner . RunTestScript ( "Test-NewSubscriptionDeploymentStackUnmanageActions " ) ;
123
144
}
124
145
125
146
[ Fact ( ) ]
126
147
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
127
- public void TestNewAndSetSubscriptionDeploymentStackWithBicep ()
148
+ public void TestSetSubscriptionDeploymentStackDenySettings ( )
128
149
{
129
- TestRunner.RunTestScript("Test-NewAndSetSubscriptionDeploymentStackWithBicep ");
150
+ TestRunner . RunTestScript ( "Test-SetSubscriptionDeploymentStackDenySettings " ) ;
130
151
}
131
152
132
153
[ Fact ( ) ]
@@ -135,27 +156,26 @@ public void TestNewAndSetSubscriptionDeploymentStackWithTemplateSpec()
135
156
{
136
157
TestRunner . RunTestScript ( "Test-NewAndSetSubscriptionDeploymentStackWithTemplateSpec" ) ;
137
158
}
138
- */
139
-
140
- /* [Fact()]
141
- [Trait(Category.AcceptanceType, Category.CheckIn)]
142
- public void TestResourceGroupDeploymentStackSnapshotDelete()
143
- {
144
- TestRunner.RunTestScript("Test-RemoveResourceGroupDeploymentStackSnapshot");
145
- }*/
146
-
147
- /* [Fact()]
148
- [Trait(Category.AcceptanceType, Category.CheckIn)]
149
- public void TestSubscriptionDeploymentStackDelete()
150
- {
151
- TestRunner.RunTestScript("Test-RemoveSubscriptionDeploymentStack");
152
- }*/
153
-
154
- /* [Fact()]
155
- [Trait(Category.AcceptanceType, Category.CheckIn)]
156
- public void TestSubscriptionDeploymentStackSnapshotDelete()
157
- {
158
- TestRunner.RunTestScript("Test-RemoveSubscriptionDeploymentStackSnapshot");
159
- }*/
159
+
160
+ [ Fact ( ) ]
161
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
162
+ public void TestNewAndSetSubscriptionDeploymentStackWithBicep ( )
163
+ {
164
+ TestRunner . RunTestScript ( "Test-NewAndSetSubscriptionDeploymentStackWithBicep" ) ;
165
+ }
166
+
167
+ [ Fact ( ) ]
168
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
169
+ public void TestExportSubscriptionDeploymentStackTemplate ( )
170
+ {
171
+ TestRunner . RunTestScript ( "Test-ExportSubscriptionDeploymentStackTemplate" ) ;
172
+ }
173
+
174
+ [ Fact ( ) ]
175
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
176
+ public void TestRemoveSubscriptionDeploymentStack ( )
177
+ {
178
+ TestRunner . RunTestScript ( "Test-RemoveSubscriptionDeploymentStack" ) ;
179
+ }
160
180
}
161
181
}
0 commit comments