Skip to content

Commit

Permalink
Merge branch 'master' into users/ivanjobs/cleanup-workdir-after-each-run
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJobs authored Nov 11, 2024
2 parents d4ee99b + faa494f commit 017faf7
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"loc.messages.JS_InvalidFilePath": "Script file could not be found at specified script location: '%s'. Please verify the script exists at the specified path. If you want to use inline script, specify input `Script Location` as `inlineScript`.",
"loc.messages.JS_InvalidErrorActionPreference": "Invalid ErrorActionPreference '%s'. The value must be one of: 'Stop', 'Continue', or 'SilentlyContinue'",
"loc.messages.GlobalCliConfigAgentVersionWarning": "For agent version < 2.115.0, only global Azure CLI configuration can be used",
"loc.messages.UnacceptedScriptLocationValue": "%s is not a valid value for task input 'Script Location' (scriptLocation in YAML). Value can either be'inlineScript' or 'scriptPath'",
"loc.messages.UnacceptedScriptLocationValue": "%s is not a valid value for task input 'Script Location' (scriptLocation in YAML). Value can either be 'inlineScript' or 'scriptPath'",
"loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections.",
"loc.messages.ProxyConfig": "az tool is configured to use %s as proxy server",
"loc.messages.FailedToRefreshAzSession": "The following error occurred while trying to refresh az-cli session: %s",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureCLIV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 247,
"Patch": 2
"Minor": 248,
"Patch": 0
},
"minimumAgentVersion": "2.0.0",
"instanceNameFormat": "Azure CLI $(scriptPath)",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureCLIV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 247,
"Patch": 2
"Minor": 248,
"Patch": 0
},
"minimumAgentVersion": "2.0.0",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down
4 changes: 2 additions & 2 deletions _generated/AzureCLIV2.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|2.247.2
Node20_229_2|2.247.3
Default|2.248.0
Node20_229_2|2.248.1
8 changes: 4 additions & 4 deletions _generated/AzureCLIV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 247,
"Patch": 2
"Minor": 248,
"Patch": 0
},
"minimumAgentVersion": "2.0.0",
"instanceNameFormat": "Azure CLI $(scriptPath)",
Expand Down Expand Up @@ -226,7 +226,7 @@
"KeepingAzSessionActiveUnsupportedScheme": "The 'keepAzSessionActive' input might be used only for workload identity federation ARM service connection. The referenced service endpoint auth scheme was unexpected: %s. Change the scheme or remove 'keepAzSessionActive' input."
},
"_buildConfigMapping": {
"Default": "2.247.2",
"Node20_229_2": "2.247.3"
"Default": "2.248.0",
"Node20_229_2": "2.248.1"
}
}
8 changes: 4 additions & 4 deletions _generated/AzureCLIV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 247,
"Patch": 2
"Minor": 248,
"Patch": 0
},
"minimumAgentVersion": "2.0.0",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down Expand Up @@ -226,7 +226,7 @@
"KeepingAzSessionActiveUnsupportedScheme": "ms-resource:loc.messages.KeepingAzSessionActiveUnsupportedScheme"
},
"_buildConfigMapping": {
"Default": "2.247.2",
"Node20_229_2": "2.247.3"
"Default": "2.248.0",
"Node20_229_2": "2.248.1"
}
}
8 changes: 4 additions & 4 deletions _generated/AzureCLIV2_Node20/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 247,
"Patch": 3
"Minor": 248,
"Patch": 1
},
"minimumAgentVersion": "2.0.0",
"instanceNameFormat": "Azure CLI $(scriptPath)",
Expand Down Expand Up @@ -230,7 +230,7 @@
"KeepingAzSessionActiveUnsupportedScheme": "The 'keepAzSessionActive' input might be used only for workload identity federation ARM service connection. The referenced service endpoint auth scheme was unexpected: %s. Change the scheme or remove 'keepAzSessionActive' input."
},
"_buildConfigMapping": {
"Default": "2.247.2",
"Node20_229_2": "2.247.3"
"Default": "2.248.0",
"Node20_229_2": "2.248.1"
}
}
8 changes: 4 additions & 4 deletions _generated/AzureCLIV2_Node20/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 247,
"Patch": 3
"Minor": 248,
"Patch": 1
},
"minimumAgentVersion": "2.0.0",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down Expand Up @@ -230,7 +230,7 @@
"KeepingAzSessionActiveUnsupportedScheme": "ms-resource:loc.messages.KeepingAzSessionActiveUnsupportedScheme"
},
"_buildConfigMapping": {
"Default": "2.247.2",
"Node20_229_2": "2.247.3"
"Default": "2.248.0",
"Node20_229_2": "2.248.1"
}
}

0 comments on commit 017faf7

Please sign in to comment.