Skip to content

Commit

Permalink
Revert "Revert "Merge pull request openshift#1565 from RadekManak/azu…
Browse files Browse the repository at this point in the history
…re-zone-no-pointer""

This reverts commit 527750b.
  • Loading branch information
jstuever committed Sep 13, 2023
1 parent f8efad6 commit 7ec9c58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion machine/v1beta1/types_azureprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ type AzureMachineProviderSpec struct {
// Availability Zone for the virtual machine.
// If nil, the virtual machine should be deployed to no zone
// +optional
Zone *string `json:"zone,omitempty"`
Zone string `json:"zone,omitempty"`
// NetworkResourceGroup is the resource group for the virtual machine's network
// +optional
NetworkResourceGroup string `json:"networkResourceGroup,omitempty"`
Expand Down
5 changes: 0 additions & 5 deletions machine/v1beta1/zz_generated.deepcopy.go

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

0 comments on commit 7ec9c58

Please sign in to comment.