Skip to content

Commit

Permalink
fix typos & regenerate clients
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-schndr committed Jul 24, 2023
1 parent 346c356 commit 9a25493
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .sha256sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
239c63228da1db172f298cd81d0c3cc0d52ecca907915efe61be98c42b6d8f1d swagger/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/stable/2022-04-01/redhatopenshift.json
1d167031baf0209fe8c46df9654585c64e8cc9a0c89555d7479c4ed6dc150251 swagger/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/stable/2022-09-04/redhatopenshift.json
622404e8311c62f27fba778e30e760bb1901e5bd221b23de72f449cafbdf0c45 swagger/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/stable/2023-04-01/redhatopenshift.json
af683de25aab1883bf7aeaedfa2e74269a2baf51b3bbe0308c2a5ff81f22c000 swagger/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/preview/2023-07-01-preview/redhatopenshift.json
33e4564add5a26c8cc2272f7988b5a8b58779c15528461bf721f349ce1d9805a swagger/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/preview/2023-07-01-preview/redhatopenshift.json
415605101b133e4277711cdac0dd5f95112fbffca2376c7728f35b6c9700f794 swagger/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/stable/2023-09-04/redhatopenshift.json
2 changes: 1 addition & 1 deletion pkg/api/admin/openshiftcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ type ResourceReference struct {
ID string `json:"id,omitempty"`
}

// LoadBalancerProfile represents the profile of the cluster public loadbalancer.
// LoadBalancerProfile represents the profile of the cluster public load balancer.
type LoadBalancerProfile struct {
// The desired managed outbound IPs for the cluster public load balancer.
ManagedOutboundIPs *ManagedOutboundIPs `json:"managedOutboundIps,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/openshiftcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ type ResourceReference struct {
ID string `json:"id,omitempty"`
}

// LoadBalancerProfile represents the profile of the cluster public loadbalancer.
// LoadBalancerProfile represents the profile of the cluster public load balancer.
type LoadBalancerProfile struct {
// The desired managed outbound IPs for the cluster public load balancer.
ManagedOutboundIPs *ManagedOutboundIPs `json:"managedOutboundIps,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/v20230701preview/openshiftcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ type ResourceReference struct {
ID string `json:"id,omitempty"`
}

// LoadBalancerProfile represents the profile of the cluster public loadbalancer.
// LoadBalancerProfile represents the profile of the cluster public load balancer.
type LoadBalancerProfile struct {
// The desired managed outbound IPs for the cluster public load balancer.
ManagedOutboundIPs *ManagedOutboundIPs `json:"managedOutboundIps,omitempty" mutable:"true"`
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def __init__(


class LoadBalancerProfile(msrest.serialization.Model):
"""LoadBalancerProfile represents the profile of the cluster public loadbalancer.
"""LoadBalancerProfile represents the profile of the cluster public load balancer.
:ivar managed_outbound_ips: The desired managed outbound IPs for the cluster public load
balancer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def __init__(


class LoadBalancerProfile(msrest.serialization.Model):
"""LoadBalancerProfile represents the profile of the cluster public loadbalancer.
"""LoadBalancerProfile represents the profile of the cluster public load balancer.
:ivar managed_outbound_ips: The desired managed outbound IPs for the cluster public load
balancer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@
}
},
"LoadBalancerProfile": {
"description": "LoadBalancerProfile represents the profile of the cluster public loadbalancer.",
"description": "LoadBalancerProfile represents the profile of the cluster public load balancer.",
"type": "object",
"properties": {
"managedOutboundIps": {
Expand Down

0 comments on commit 9a25493

Please sign in to comment.