Skip to content

Commit

Permalink
Merge pull request #8002 from MartinForReal/shafan/update
Browse files Browse the repository at this point in the history
Chores:move DisableAzureStackCloud to azclient package
  • Loading branch information
MartinForReal authored Jan 10, 2025
2 parents 7a1231f + 6599683 commit 4cde64e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/provider/config/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ type Config struct {
DisableAvailabilitySetNodes bool `json:"disableAvailabilitySetNodes,omitempty" yaml:"disableAvailabilitySetNodes,omitempty"`
// EnableVmssFlexNodes enables vmss flex nodes support when "VMType" is set to "vmss".
EnableVmssFlexNodes bool `json:"enableVmssFlexNodes,omitempty" yaml:"enableVmssFlexNodes,omitempty"`
// DisableAzureStackCloud disables AzureStackCloud support. It should be used
// when setting AzureAuthConfig.Cloud with "AZURESTACKCLOUD" to customize ARM endpoints
// while the cluster is not running on AzureStack.
DisableAzureStackCloud bool `json:"disableAzureStackCloud,omitempty" yaml:"disableAzureStackCloud,omitempty"`
// Use instance metadata service where possible
UseInstanceMetadata bool `json:"useInstanceMetadata,omitempty" yaml:"useInstanceMetadata,omitempty"`

Expand Down

0 comments on commit 4cde64e

Please sign in to comment.