-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Users/rok/telemtry in m123 for older version #6823
Users/rok/telemtry in m123 for older version #6823
Conversation
@@ -54,6 +54,7 @@ $ErrorActionPreference = 'Stop' | |||
$deploymentOperation = 'Deployment' | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove all instances of this from this file
Write-Telemetry "DTLSDK_Error" $deploymentResponse.DeploymentSummary"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refer #6889
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. @asranja Please review it.
@@ -13,7 +13,7 @@ | |||
"version": { | |||
"Major": 1, | |||
"Minor": 0, | |||
"Patch": 47 | |||
"Patch": 51 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why from version 47 to 51 ?
Because we have done hotfix for version 1 from chaitanya branch not through m123. In chaitanya branch last version for PS on target machine is 50 and window file copy is 42.
Make sure you run a CDP with your change before check-in. |
@@ -53,6 +53,55 @@ param ( | |||
[String]$psOnRemoteScriptBlockString = "Invoke-PsOnRemote -MachineDnsName $fqdn -ScriptPath `$scriptPath -WinRMPort $port -Credential `$credential -ScriptArguments `$scriptArguments -InitializationScriptPath `$initializationScriptPath -SessionVariables `$parsedSessionVariables $skipCACheckOption $httpProtocolOption $enableDetailedLoggingOption" | |||
[scriptblock]$psOnRemoteScriptBlock = [scriptblock]::Create($psOnRemoteScriptBlockString) | |||
$deploymentResponse = Invoke-Command -ScriptBlock $psOnRemoteScriptBlock | |||
|
|||
|
|||
# Telemetry data logic through ps session |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
run all our BVT Test before merge
No description provided.