Skip to content

Commit 507f671

Browse files
authored
Merge pull request #5908 from aljo-microsoft/preview
Update NewAzureRmServiceFabricCluster.cs
2 parents a5a3e66 + 6209378 commit 507f671

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/ResourceManager/ServiceFabric/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Update default Linux image version sku
22+
- NewAzureServiceFabricCluster.cs default UbuntuServer1604 Sku update
2123
* Set minimum dependency of module to PowerShell 5.0
2224

25+
2326
## Version 0.3.4
2427
* Updated to the latest version of the Azure ClientRuntime
2528

src/ResourceManager/ServiceFabric/Commands.ServiceFabric/Commands/NewAzureRmServiceFabricCluster.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class NewAzureRmServiceFabricCluster : ServiceFabricClusterCertificateCmd
5050
public readonly Dictionary<OperatingSystem, string> OsToVmSkuString = new Dictionary<OperatingSystem, string>()
5151
{
5252
{OperatingSystem.WindowsServer2012R2Datacenter, "2012-R2-Datacenter"},
53-
{OperatingSystem.UbuntuServer1604, "16.04"},
53+
{OperatingSystem.UbuntuServer1604, "16.04-LTS"},
5454
{OperatingSystem.WindowsServer2016DatacenterwithContainers, "2016-Datacenter-with-Containers"},
5555
{OperatingSystem.WindowsServer2016Datacenter, "2016-Datacenter"}
5656
};
@@ -1059,4 +1059,4 @@ private void CheckValidationResult(DeploymentValidateResult validateResult)
10591059
}
10601060
}
10611061
}
1062-
}
1062+
}

0 commit comments

Comments
 (0)