Skip to content

Commit

Permalink
Mark ManagedClusterServicePrincipalProfile.Secret as a secret refer…
Browse files Browse the repository at this point in the history
…ence (#3026)
  • Loading branch information
super-harsh authored Jun 18, 2023
1 parent 3b4d2e1 commit 66c9ca7
Show file tree
Hide file tree
Showing 42 changed files with 204 additions and 281 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 19 additions & 24 deletions v2/api/containerservice/v1api20210501/managed_cluster_types_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions v2/api/containerservice/v1api20210501/structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20210501
│ │ │ └── Type: *string
│ │ ├── ServicePrincipalProfile: *Object (2 properties)
│ │ │ ├── ClientId: *string
│ │ │ └── Secret: *string
│ │ │ └── Secret: *genruntime.SecretReference
│ │ ├── Sku: *Object (2 properties)
│ │ │ ├── Name: *Enum (1 value)
│ │ │ │ └── "Basic"
Expand Down Expand Up @@ -554,9 +554,8 @@ github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20210501
│ │ ├── RequiredMembers: string[]
│ │ └── Type: *string
│ ├── ProvisioningState: *string
│ ├── ServicePrincipalProfile: *Object (2 properties)
│ │ ├── ClientId: *string
│ │ └── Secret: *string
│ ├── ServicePrincipalProfile: *Object (1 property)
│ │ └── ClientId: *string
│ ├── Sku: *Object (2 properties)
│ │ ├── Name: *Enum (1 value)
│ │ │ └── "Basic"
Expand Down Expand Up @@ -847,9 +846,8 @@ github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20210501
│ │ │ ├── RequiredMembers: string[]
│ │ │ └── Type: *string
│ │ ├── ProvisioningState: *string
│ │ ├── ServicePrincipalProfile: *Object (2 properties)
│ │ │ ├── ClientId: *string
│ │ │ └── Secret: *string
│ │ ├── ServicePrincipalProfile: *Object (1 property)
│ │ │ └── ClientId: *string
│ │ └── WindowsProfile: *Object (4 properties)
│ │ ├── AdminPassword: *string
│ │ ├── AdminUsername: *string
Expand Down
12 changes: 1 addition & 11 deletions v2/api/containerservice/v1api20210501/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions v2/api/containerservice/v1api20210501storage/structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20210501sto
│ │ ├── ServicePrincipalProfile: *Object (3 properties)
│ │ │ ├── ClientId: *string
│ │ │ ├── PropertyBag: genruntime.PropertyBag
│ │ │ └── Secret: *string
│ │ │ └── Secret: *genruntime.SecretReference
│ │ ├── Sku: *Object (3 properties)
│ │ │ ├── Name: *string
│ │ │ ├── PropertyBag: genruntime.PropertyBag
Expand Down Expand Up @@ -515,10 +515,9 @@ github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20210501sto
│ │ └── Type: *string
│ ├── PropertyBag: genruntime.PropertyBag
│ ├── ProvisioningState: *string
│ ├── ServicePrincipalProfile: *Object (3 properties)
│ ├── ServicePrincipalProfile: *Object (2 properties)
│ │ ├── ClientId: *string
│ │ ├── PropertyBag: genruntime.PropertyBag
│ │ └── Secret: *string
│ │ └── PropertyBag: genruntime.PropertyBag
│ ├── Sku: *Object (3 properties)
│ │ ├── Name: *string
│ │ ├── PropertyBag: genruntime.PropertyBag
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 66c9ca7

Please sign in to comment.