Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions hack/machineset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ get_azure_ms() {
case "$winver" in
"2019")
sku="2019-datacenter-smalldisk"
# TODO: remove when VM SSH issue is patched in Azure cloud
release="17763.6293.240905"
;;
"2025")
sku="2025-datacenter-smalldisk"
Expand Down
4 changes: 0 additions & 4 deletions test/e2e/providers/azure/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ func New(clientset *clusterinfo.OpenShift, infraStatus *config.InfrastructureSta
// newAzureMachineProviderSpec returns an AzureMachineProviderSpec generated from the inputs, or an error
func (p *Provider) newAzureMachineProviderSpec(location, zone, vmSize, publicLoadBalancer string, windowsServerVersion windows.ServerVersion) (*mapi.AzureMachineProviderSpec, error) {
imageVersion := defaultImageVersion
if windowsServerVersion == windows.Server2019 {
// TODO: remove when VM SSH issue is patched in Azure cloud
imageVersion = "17763.6293.240905"
}
return &mapi.AzureMachineProviderSpec{
TypeMeta: meta.TypeMeta{
APIVersion: "azureproviderconfig.openshift.io/v1beta1",
Expand Down