diff --git a/Tasks/Common/ServiceFabricHelpers/Get-ServiceFabricEncryptedText.ps1 b/Tasks/Common/ServiceFabricHelpers/Get-ServiceFabricEncryptedText.ps1 index d7166b02f8ed..d225379831d0 100644 --- a/Tasks/Common/ServiceFabricHelpers/Get-ServiceFabricEncryptedText.ps1 +++ b/Tasks/Common/ServiceFabricHelpers/Get-ServiceFabricEncryptedText.ps1 @@ -79,7 +79,7 @@ function Get-ServerCertThumbprints { $ClusterConnectionParameters ) - $serverCertThumbprints = null; + $serverCertThumbprints = $null; if ($ClusterConnectionParameters["ServerCommonName"]) { @@ -114,4 +114,4 @@ function Get-ServerCertThumbprints { } return $serverCertThumbprints -} \ No newline at end of file +} diff --git a/Tasks/ServiceFabricComposeDeployV0/task.json b/Tasks/ServiceFabricComposeDeployV0/task.json index 343bab9b05ca..7b5d201d4276 100644 --- a/Tasks/ServiceFabricComposeDeployV0/task.json +++ b/Tasks/ServiceFabricComposeDeployV0/task.json @@ -18,7 +18,7 @@ "version": { "Major": 0, "Minor": 5, - "Patch": 3 + "Patch": 4 }, "demands": [ "Cmd" @@ -199,4 +199,4 @@ "InvalidApplicationNameWarning": "Latest Service Fabric has stopped supporting compose application name starting with 'fabric:/' and hence compose deployment might fail with ServiceDnsName error for application name '{0}'. You can provide a different application name and re-run if required.", "UpgradeInProgress": "An upgrade for the application '{0}' is already in progress." } -} \ No newline at end of file +} diff --git a/Tasks/ServiceFabricComposeDeployV0/task.loc.json b/Tasks/ServiceFabricComposeDeployV0/task.loc.json index 4ea0f5012758..cae0bf7697e5 100644 --- a/Tasks/ServiceFabricComposeDeployV0/task.loc.json +++ b/Tasks/ServiceFabricComposeDeployV0/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 0, "Minor": 5, - "Patch": 3 + "Patch": 4 }, "demands": [ "Cmd" @@ -199,4 +199,4 @@ "InvalidApplicationNameWarning": "ms-resource:loc.messages.InvalidApplicationNameWarning", "UpgradeInProgress": "ms-resource:loc.messages.UpgradeInProgress" } -} \ No newline at end of file +} diff --git a/Tasks/ServiceFabricDeployV1/task.json b/Tasks/ServiceFabricDeployV1/task.json index c74c91003936..5cfb6e15ad10 100644 --- a/Tasks/ServiceFabricDeployV1/task.json +++ b/Tasks/ServiceFabricDeployV1/task.json @@ -18,7 +18,7 @@ "version": { "Major": 1, "Minor": 9, - "Patch": 3 + "Patch": 4 }, "demands": [ "Cmd" @@ -481,4 +481,4 @@ "SFSDK_RetryingGetClusterManifest": "Getting cluster manifest..", "SFSDK_RetryingRemoveApplicationPackage": "Retrying to remove application package.." } -} \ No newline at end of file +} diff --git a/Tasks/ServiceFabricDeployV1/task.loc.json b/Tasks/ServiceFabricDeployV1/task.loc.json index 4a57d45e5718..beebf2e472cd 100644 --- a/Tasks/ServiceFabricDeployV1/task.loc.json +++ b/Tasks/ServiceFabricDeployV1/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 1, "Minor": 9, - "Patch": 3 + "Patch": 4 }, "demands": [ "Cmd" @@ -481,4 +481,4 @@ "SFSDK_RetryingGetClusterManifest": "ms-resource:loc.messages.SFSDK_RetryingGetClusterManifest", "SFSDK_RetryingRemoveApplicationPackage": "ms-resource:loc.messages.SFSDK_RetryingRemoveApplicationPackage" } -} \ No newline at end of file +} diff --git a/Tasks/ServiceFabricPowerShellV1/task.json b/Tasks/ServiceFabricPowerShellV1/task.json index ed58d1188f30..731843f8ffe6 100644 --- a/Tasks/ServiceFabricPowerShellV1/task.json +++ b/Tasks/ServiceFabricPowerShellV1/task.json @@ -18,7 +18,7 @@ "version": { "Major": 1, "Minor": 2, - "Patch": 3 + "Patch": 4 }, "demands": [ "Cmd" @@ -94,4 +94,4 @@ "InvalidScriptArguments0": "Invalid script arguments '{0}'. Line breaks are not allowed.", "InvalidScriptPath0": "Invalid script path '{0}'. Invalid path characters specified." } -} \ No newline at end of file +} diff --git a/Tasks/ServiceFabricPowerShellV1/task.loc.json b/Tasks/ServiceFabricPowerShellV1/task.loc.json index 46fd99da1f76..0e82700ca808 100644 --- a/Tasks/ServiceFabricPowerShellV1/task.loc.json +++ b/Tasks/ServiceFabricPowerShellV1/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 1, "Minor": 2, - "Patch": 3 + "Patch": 4 }, "demands": [ "Cmd" @@ -94,4 +94,4 @@ "InvalidScriptArguments0": "ms-resource:loc.messages.InvalidScriptArguments0", "InvalidScriptPath0": "ms-resource:loc.messages.InvalidScriptPath0" } -} \ No newline at end of file +}