We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eb1275 + 607653f commit fc2ce50Copy full SHA for fc2ce50
articles/active-directory-domain-services/powershell-create-instance.md
@@ -209,7 +209,7 @@ $replicaSetParams = @{
209
Location = $AzureLocation
210
SubnetId = "/subscriptions/$AzureSubscriptionId/resourceGroups/$ResourceGroupName/providers/Microsoft.Network/virtualNetworks/$VnetName/subnets/DomainServices"
211
}
212
-$replicaSet = New-AzADDomainServiceReplicaSet @replicaSetParams
+$replicaSet = New-AzADDomainServiceReplicaSetObject @replicaSetParams
213
214
$domainServiceParams = @{
215
Name = $ManagedDomainName
0 commit comments