Skip to content

Commit

Permalink
Small APIM fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr committed Oct 4, 2023
1 parent 2e2d223 commit ff2384d
Show file tree
Hide file tree
Showing 13 changed files with 110 additions and 109 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
12 changes: 1 addition & 11 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 ff2384d

Please sign in to comment.