Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,7 @@ class BicepTemplateSizeOptimizationScenarioTest(ScenarioTest):
correctly in real deployment scenarios and generates recordings for CI/CD.
"""

@live_only()
@ResourceGroupPreparer(name_prefix='cli_test_bicep_size_opt')
def test_bicep_deployment_size_optimization(self, resource_group):
"""Test that bicep deployments work correctly with size optimization.
Expand Down Expand Up @@ -955,6 +956,7 @@ def test_bicep_deployment_size_optimization(self, resource_group):
if os.path.exists(bicep_file_path):
os.unlink(bicep_file_path)

@live_only()
@ResourceGroupPreparer(name_prefix='cli_test_bicep_vs_arm_opt')
def test_bicep_vs_arm_template_deployment(self, resource_group):
"""Test both bicep and ARM template deployments work correctly.
Expand Down