Skip to content

Commit e1ca6c3

Browse files
mwesigwagumaYanaXu
andauthored
Update Add-AzServiceFabricNodeType command to use location from cluster (Azure#24379)
* update add nodeType command to use command from cluster * fix test recordings * update changelog * update changelog * Update src/ServiceFabric/ServiceFabric/ChangeLog.md --------- Co-authored-by: Yan Xu <[email protected]>
1 parent 32d4d91 commit e1ca6c3

File tree

4 files changed

+1216
-2242
lines changed

4 files changed

+1216
-2242
lines changed

src/ServiceFabric/ServiceFabric.Test/ScenarioTests/TestServiceFabric.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function Test-NewAzureRmServiceFabricClusterCNCert
113113

114114
function Test-AddAzureRmServiceFabricNodeType
115115
{
116-
$clusterName = Get-ClusterName
116+
$clusterName = "pstestnodetypecluster"
117117
$resourceGroupName = Get-ResourceGroupName
118118
$newNodeTypeName = Get-NewNodeTypeName
119119

0 commit comments

Comments
 (0)