Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark ManagedClusterServicePrincipalProfile.Secret as a secret reference #3026

Merged
merged 12 commits into from
Jun 18, 2023

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.

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