Skip to content

Commit 53862cf

Browse files
Migrate tasks from deprecated AzureRM powershell functions to AZ powershell functions (#19752)
* Migrate tasks from deprecated AzureRM powershell functions to AZ powershell functions - Supress some warnings about new avaiable versions - Supressing breaking changes warnings - Removed Uninstall-AzureRMModules function because AzureRM methods still can be used inside AzurePowerShell * bump task version * Bump tasks version * Remove unused variable * Migrate tasks from deprecated AzureRM powershell functions to AZ powershell functions - Restored Uninstall-AzureRMModules function - Added Enable-AzureRmAlias * Remove azRM * Redesign Uninstall-AzureRMModules * Fix CmdletBinding in Uninstall-AzureRMModules * Fix scope in Enable-AzureRmAlias * Fix scope in Enable-AzureRmAlias * Migrate tasks from deprecated AzureRM powershell functions to AZ powershell functions - Bump task version
1 parent f113906 commit 53862cf

File tree

62 files changed

+176
-175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+176
-175
lines changed

Tasks/AzureCloudPowerShellDeploymentV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 1,
1919
"Minor": 238,
20-
"Patch": 0
20+
"Patch": 1
2121
},
2222
"demands": [
2323
"azureps"
@@ -284,4 +284,4 @@
284284
"AllRoleInstancesAreReady": "All role instances (count: '{1}') for Azure Cloud Service: '{0}' are in 'ReadyRole' state.",
285285
"AzureCloudServiceNotFound": "Azure Cloud Service: '{0}' not found."
286286
}
287-
}
287+
}

Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 1,
1919
"Minor": 238,
20-
"Patch": 0
20+
"Patch": 1
2121
},
2222
"demands": [
2323
"azureps"

Tasks/AzureCloudPowerShellDeploymentV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 238,
20-
"Patch": 0
20+
"Patch": 1
2121
},
2222
"demands": [
2323
"azureps"

Tasks/AzureCloudPowerShellDeploymentV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 238,
20-
"Patch": 0
20+
"Patch": 1
2121
},
2222
"demands": [
2323
"azureps"

Tasks/AzureFileCopyV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 238,
17-
"Patch": 2
17+
"Patch": 3
1818
},
1919
"demands": [
2020
"azureps"

Tasks/AzureFileCopyV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 238,
17-
"Patch": 2
17+
"Patch": 3
1818
},
1919
"demands": [
2020
"azureps"

Tasks/AzureFileCopyV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 238,
17-
"Patch": 2
17+
"Patch": 4
1818
},
1919
"demands": [
2020
"azureps"

Tasks/AzureFileCopyV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 238,
17-
"Patch": 2
17+
"Patch": 4
1818
},
1919
"demands": [
2020
"azureps"

Tasks/AzureFileCopyV3/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 3,
1616
"Minor": 238,
17-
"Patch": 2
17+
"Patch": 4
1818
},
1919
"demands": [
2020
"azureps"

Tasks/AzureFileCopyV3/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 3,
1616
"Minor": 238,
17-
"Patch": 2
17+
"Patch": 4
1818
},
1919
"demands": [
2020
"azureps"

0 commit comments

Comments
 (0)