Skip to content

Commit

Permalink
[Bicep] Update DeploymentTests.cs (#25340)
Browse files Browse the repository at this point in the history
* Update DeploymentTests.cs

* Update kubernetes.bicep

* Update kubernetes.bicep
  • Loading branch information
NoriZC authored Jun 25, 2024
1 parent 46612de commit dcc82f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@secure()
param kubeConfig string

provider 'kubernetes@1.0.0' with {
provider kubernetes with {
kubeConfig: kubeConfig
namespace: 'default'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public void TestSymbolicNameDeployment()
}

[Fact]
[Trait(Category.AcceptanceType, Category.LiveOnly)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestExtensibleResourceDeployment()
{
TestRunner.RunTestScript("Test-ExtensibleResourceDeployment");
Expand Down

0 comments on commit dcc82f4

Please sign in to comment.