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

Users/rok/telemtry in m123 for older version #6823

Conversation

RoshanKumarMicrosoft
Copy link
Contributor

No description provided.

@@ -54,6 +54,7 @@ $ErrorActionPreference = 'Stop'
$deploymentOperation = 'Deployment'

Copy link
Contributor

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"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refer #6889

Copy link
Contributor Author

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
Copy link
Contributor Author

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.

@kmkumaran
Copy link
Member

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
Copy link
Contributor

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

@RoshanKumarMicrosoft RoshanKumarMicrosoft merged commit 9c08eef into releases/m123 Apr 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants