Skip to content

Commit

Permalink
Small APIM fixups (#3377)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr authored Oct 4, 2023
1 parent e618679 commit 9824c11
Show file tree
Hide file tree
Showing 14 changed files with 120 additions and 115 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.

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

98 changes: 51 additions & 47 deletions v2/api/apimanagement/v1api20220801/service_types_gen.go

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

3 changes: 0 additions & 3 deletions v2/api/apimanagement/v1api20220801/service_types_gen_test.go

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

10 changes: 4 additions & 6 deletions v2/api/apimanagement/v1api20220801/structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801
│ │ │ │ ├── SubjectFromConfig: *genruntime.ConfigMapReference
│ │ │ │ ├── Thumbprint: *string
│ │ │ │ └── ThumbprintFromConfig: *genruntime.ConfigMapReference
│ │ │ ├── CertificatePassword: *string
│ │ │ ├── CertificatePassword: *genruntime.SecretReference
│ │ │ ├── EncodedCertificate: *string
│ │ │ └── StoreName: *Enum (2 values)
│ │ │ ├── "CertificateAuthority"
Expand Down Expand Up @@ -92,7 +92,7 @@ github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801
│ │ ├── NotificationSenderEmail: Validated<*string> (1 rule)
│ │ │ └── Rule 0: MaxLength: 100
│ │ ├── Owner: *genruntime.KnownResourceReference
│ │ ├── PublicIpAddressId: *string
│ │ ├── PublicIpAddressReference: *genruntime.ResourceReference
│ │ ├── PublicNetworkAccess: *Enum (2 values)
│ │ │ ├── "Disabled"
│ │ │ └── "Enabled"
Expand Down Expand Up @@ -151,12 +151,11 @@ github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801
│ │ └── Zones: string[]
│ ├── ApiVersionConstraint: *Object (1 property)
│ │ └── MinApiVersion: *string
│ ├── Certificates: Object (4 properties)[]
│ ├── Certificates: Object (3 properties)[]
│ │ ├── Certificate: *Object (3 properties)
│ │ │ ├── Expiry: *string
│ │ │ ├── Subject: *string
│ │ │ └── Thumbprint: *string
│ │ ├── CertificatePassword: *string
│ │ ├── EncodedCertificate: *string
│ │ └── StoreName: *Enum (2 values)
│ │ ├── "CertificateAuthority"
Expand Down Expand Up @@ -333,12 +332,11 @@ github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801
│ │ │ └── Zones: string[]
│ │ ├── ApiVersionConstraint: *Object (1 property)
│ │ │ └── MinApiVersion: *string
│ │ ├── Certificates: Object (4 properties)[]
│ │ ├── Certificates: Object (3 properties)[]
│ │ │ ├── Certificate: *Object (3 properties)
│ │ │ │ ├── Expiry: *string
│ │ │ │ ├── Subject: *string
│ │ │ │ └── Thumbprint: *string
│ │ │ ├── CertificatePassword: *string
│ │ │ ├── EncodedCertificate: *string
│ │ │ └── StoreName: *Enum (2 values)
│ │ │ ├── "CertificateAuthority"
Expand Down
18 changes: 4 additions & 14 deletions v2/api/apimanagement/v1api20220801/zz_generated.deepcopy.go

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

Loading

0 comments on commit 9824c11

Please sign in to comment.