Skip to content

Commit

Permalink
Update recordings
Browse files Browse the repository at this point in the history
  • Loading branch information
theunrepentantgeek committed Aug 30, 2023
1 parent c735840 commit 60709b4
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 154 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func ServiceBus_Queue_v1api20210101preview_CRUD(tc *testcommon.KubePerTestContex

func ServiceBus_Namespace_Secrets_v1api20210101preview(tc *testcommon.KubePerTestContext, sbNamespace client.Object) {
namespace := sbNamespace.(*servicebus.Namespace)
secretName := "namespace-secrets"
secretName := "namespace-secrets-20210101preview"

old := namespace.DeepCopy()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func ServiceBus_Queue_v1api20211101_CRUD(tc *testcommon.KubePerTestContext, sbNa

func ServiceBus_Namespace_Secrets_v1api20211101(tc *testcommon.KubePerTestContext, sbNamespace client.Object) {
namespace := sbNamespace.(*servicebus.Namespace)
secretName := "namespace-secrets"
secretName := "namespace-secrets-20211101"

old := namespace.DeepCopy()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func ServiceBus_Queue_v1api20221001preview_CRUD(tc *testcommon.KubePerTestContex

func ServiceBus_Namespace_Secrets_v1api20221001preview(tc *testcommon.KubePerTestContext, sbNamespace client.Object) {
namespace := sbNamespace.(*servicebus.Namespace)
secretName := "namespace-secrets"
secretName := "namespace-secrets-20221001preview"

old := namespace.DeepCopy()

Expand Down
Loading

0 comments on commit 60709b4

Please sign in to comment.