Skip to content
Merged
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
10 changes: 0 additions & 10 deletions .pipelines/npm/npm-conformance-tests-latest-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ jobs:
az extension add --name aks-preview
az extension update --name aks-preview

# Enable Microsoft.ContainerService/AKSWindows2022Preview
az feature register --namespace Microsoft.ContainerService --name AKSWindows2022Preview
az provider register -n Microsoft.ContainerService

echo "creating WS22 Cluster";
az aks create \
--resource-group $(RESOURCE_GROUP) \
Expand All @@ -137,7 +133,6 @@ jobs:
--windows-admin-password alpha@numeric!password2 \
--network-plugin azure \
--vm-set-type VirtualMachineScaleSets \
--kubernetes-version v1.23.5 \
--node-vm-size Standard_D4s_v3 \
--node-count 1

Expand Down Expand Up @@ -351,10 +346,6 @@ jobs:
az extension add --name aks-preview
az extension update --name aks-preview

# Enable Microsoft.ContainerService/AKSWindows2022Preview
az feature register --namespace Microsoft.ContainerService --name AKSWindows2022Preview
az provider register -n Microsoft.ContainerService

export CLUSTER_NAME=$(RESOURCE_GROUP)-$(PROFILE)

echo "Creating resource group named $CLUSTER_NAME"
Expand All @@ -370,7 +361,6 @@ jobs:
--network-plugin azure \
--vm-set-type VirtualMachineScaleSets \
--node-vm-size Standard_D4s_v3 \
--kubernetes-version v1.23.5 \
--node-count 1

# don't schedule anything on the linux system pool
Expand Down
10 changes: 0 additions & 10 deletions .pipelines/npm/npm-conformance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ jobs:
az extension add --name aks-preview
az extension update --name aks-preview

# Enable Microsoft.ContainerService/AKSWindows2022Preview
az feature register --namespace Microsoft.ContainerService --name AKSWindows2022Preview
az provider register -n Microsoft.ContainerService

echo "creating WS22 Cluster";
az aks create \
--resource-group $(RESOURCE_GROUP) \
Expand All @@ -182,7 +178,6 @@ jobs:
--windows-admin-password alpha@numeric!password2 \
--network-plugin azure \
--vm-set-type VirtualMachineScaleSets \
--kubernetes-version v1.23.5 \
--node-vm-size Standard_D4s_v3 \
--node-count 1

Expand Down Expand Up @@ -396,10 +391,6 @@ jobs:
az extension add --name aks-preview
az extension update --name aks-preview

# Enable Microsoft.ContainerService/AKSWindows2022Preview
az feature register --namespace Microsoft.ContainerService --name AKSWindows2022Preview
az provider register -n Microsoft.ContainerService

export CLUSTER_NAME=$(RESOURCE_GROUP)-$(PROFILE)

echo "Creating resource group named $CLUSTER_NAME"
Expand All @@ -415,7 +406,6 @@ jobs:
--network-plugin azure \
--vm-set-type VirtualMachineScaleSets \
--node-vm-size Standard_D4s_v3 \
--kubernetes-version v1.23.5 \
--node-count 1

# don't schedule anything on the linux system pool
Expand Down
5 changes: 0 additions & 5 deletions .pipelines/npm/npm-cyc-win-tests-latest-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ jobs:
az extension add --name aks-preview
az extension update --name aks-preview

# Enable Microsoft.ContainerService/AKSWindows2022Preview
az feature register --namespace Microsoft.ContainerService --name AKSWindows2022Preview
az provider register -n Microsoft.ContainerService

export CLUSTER_NAME=$(RESOURCE_GROUP)

echo "Creating resource group named $CLUSTER_NAME"
Expand All @@ -94,7 +90,6 @@ jobs:
--network-plugin azure \
--vm-set-type VirtualMachineScaleSets \
--node-vm-size Standard_D4s_v3 \
--kubernetes-version v1.23.5 \
--node-count 1

if [ $? != 0 ]
Expand Down