Skip to content

Commit 20b5966

Browse files
committed
Fixed param to AzPs call
1 parent e6da1f6 commit 20b5966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/create-account-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ In this article, you learn how to:
111111

112112
```azurepowershell
113113
Get-AzCognitiveServicesAccount -ResourceGroupName $resource_group_name `
114-
-Name $api_management_service_name
114+
-Name $azurerm_cognitive_account_name
115115
```
116116

117117
---

0 commit comments

Comments
 (0)