Skip to content

Commit a8db6be

Browse files
[Windows] Update Azure PowerShell to 7.1 (#4853)
1 parent 44fd9ae commit a8db6be

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

images/win/toolsets/toolset-2016.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"name": "az",
124124
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
125125
"versions": [
126-
"6.5.0"
126+
"7.1.0"
127127
],
128128
"zip_versions": [
129129
"1.0.0",
@@ -137,7 +137,8 @@
137137
"4.4.0",
138138
"4.7.0",
139139
"5.5.0",
140-
"5.9.0"
140+
"5.9.0",
141+
"6.6.0"
141142
]
142143
}
143144
],

images/win/toolsets/toolset-2019.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"name": "az",
125125
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
126126
"versions": [
127-
"6.5.0"
127+
"7.1.0"
128128
],
129129
"zip_versions": [
130130
"1.0.0",
@@ -138,7 +138,8 @@
138138
"4.4.0",
139139
"4.7.0",
140140
"5.5.0",
141-
"5.9.0"
141+
"5.9.0",
142+
"6.6.0"
142143
]
143144
}
144145
],

images/win/toolsets/toolset-2022.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,11 @@
114114
"name": "az",
115115
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
116116
"versions": [
117-
"6.5.0"
117+
"7.1.0"
118118
],
119-
"zip_versions": []
119+
"zip_versions": [
120+
"6.6.0"
121+
]
120122
}
121123
],
122124
"java": {

0 commit comments

Comments
 (0)