Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning for AzureFileCopyV6 #20699

Merged
merged 5 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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: 1 addition & 1 deletion Tasks/AzureFileCopyV6/AzureUtilityAz1.0.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ function Import-AzModule
else {
# Import the module.
Write-Host "##[command]Import-Module -Name $($module.Path) -Global"
$module = Import-Module -Name $module.Path -Global -PassThru -Force
$module = Import-Module -Name $module.Path -Global -PassThru -Force 3>$null
}
}
}
Expand Down
254 changes: 127 additions & 127 deletions Tasks/AzureFileCopyV6/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/AzureFileCopyV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 6,
"Minor": 249,
"Patch": 0
"Patch": 2
},
"demands": [
"azureps"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFileCopyV6/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 6,
"Minor": 249,
"Patch": 0
"Patch": 2
},
"demands": [
"azureps"
Expand Down
4 changes: 2 additions & 2 deletions _generated/AzureFileCopyV6.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|6.249.0
Node20_229_2|6.249.1
Default|6.249.2
Node20_229_2|6.249.3
2 changes: 1 addition & 1 deletion _generated/AzureFileCopyV6/AzureUtilityAz1.0.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ function Import-AzModule
else {
# Import the module.
Write-Host "##[command]Import-Module -Name $($module.Path) -Global"
$module = Import-Module -Name $module.Path -Global -PassThru -Force
$module = Import-Module -Name $module.Path -Global -PassThru -Force 3>$null
}
}
}
Expand Down
254 changes: 127 additions & 127 deletions _generated/AzureFileCopyV6/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _generated/AzureFileCopyV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 6,
"Minor": 249,
"Patch": 0
"Patch": 2
},
"demands": [
"azureps"
Expand Down Expand Up @@ -288,7 +288,7 @@
"AzModuleNotFound": "Could not find the modules: 'Az.Accounts'. If the module was recently installed, retry after restarting the Azure Pipelines task agent."
},
"_buildConfigMapping": {
"Default": "6.249.0",
"Node20_229_2": "6.249.1"
"Default": "6.249.2",
"Node20_229_2": "6.249.3"
}
}
6 changes: 3 additions & 3 deletions _generated/AzureFileCopyV6/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 6,
"Minor": 249,
"Patch": 0
"Patch": 2
},
"demands": [
"azureps"
Expand Down Expand Up @@ -288,7 +288,7 @@
"AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound"
},
"_buildConfigMapping": {
"Default": "6.249.0",
"Node20_229_2": "6.249.1"
"Default": "6.249.2",
"Node20_229_2": "6.249.3"
}
}
2 changes: 1 addition & 1 deletion _generated/AzureFileCopyV6_Node20/AzureUtilityAz1.0.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ function Import-AzModule
else {
# Import the module.
Write-Host "##[command]Import-Module -Name $($module.Path) -Global"
$module = Import-Module -Name $module.Path -Global -PassThru -Force
$module = Import-Module -Name $module.Path -Global -PassThru -Force 3>$null
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions _generated/AzureFileCopyV6_Node20/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 6,
"Minor": 249,
"Patch": 1
"Patch": 3
},
"demands": [
"azureps"
Expand Down Expand Up @@ -292,7 +292,7 @@
"AzModuleNotFound": "Could not find the modules: 'Az.Accounts'. If the module was recently installed, retry after restarting the Azure Pipelines task agent."
},
"_buildConfigMapping": {
"Default": "6.249.0",
"Node20_229_2": "6.249.1"
"Default": "6.249.2",
"Node20_229_2": "6.249.3"
}
}
6 changes: 3 additions & 3 deletions _generated/AzureFileCopyV6_Node20/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 6,
"Minor": 249,
"Patch": 1
"Patch": 3
},
"demands": [
"azureps"
Expand Down Expand Up @@ -292,7 +292,7 @@
"AzModuleNotFound": "ms-resource:loc.messages.AzModuleNotFound"
},
"_buildConfigMapping": {
"Default": "6.249.0",
"Node20_229_2": "6.249.1"
"Default": "6.249.2",
"Node20_229_2": "6.249.3"
}
}
Loading