Skip to content

Commit 7743fda

Browse files
authored
remove udp port 3389 (#1998)
remove port 3389
1 parent a0d2b25 commit 7743fda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pipelines/singletenancy/aks-engine/e2e-step-template.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@ steps:
3131
echo Using AKS-Engine version $aksEVersion
3232
3333
#download source
34-
wget https://github.com/csfmomo/aks-engine/archive/v1.0.9.2.tar.gz
34+
wget https://github.com/csfmomo/aks-engine/archive/v1.0.9.3.tar.gz
3535
3636
# extract source
3737
#tar -zxf $aksEVersion.tar.gz
38-
tar -zxf v1.0.9.2.tar.gz
38+
tar -zxf v1.0.9.3.tar.gz
3939
4040
# move source to current directory
4141
mv aks-engine-*/* .
4242
4343
# download binary
44-
wget https://github.com/csfmomo/aks-engine/releases/download/v1.0.9.2/aks-engine-v1.0.9.2-linux-amd64.tar.gz
44+
wget https://github.com/csfmomo/aks-engine/releases/download/v1.0.9.3/aks-engine-v1.0.9.3-linux-amd64.tar.gz
4545
4646
rm -rf ./bin
4747
mkdir ./bin
4848
4949
# extract binary
50-
tar -zxvf aks-engine-v1.0.9.2-linux-amd64.tar.gz -C bin
50+
tar -zxvf aks-engine-v1.0.9.3-linux-amd64.tar.gz -C bin
5151
mv ./bin/aks-engine-*/* ./bin/
5252
ls -l ./bin
5353
./bin/aks-engine version

0 commit comments

Comments
 (0)