Skip to content

Commit

Permalink
updates to translator name
Browse files Browse the repository at this point in the history
  • Loading branch information
thbst16 authored Jun 19, 2022
1 parent 6000e92 commit 557ec98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MyStack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ public MyStack()
this.RoslynClassUrl = Output.Format($"https://{storageAccount.Name}.blob.core.windows.net/public/rosslyn-classes.txt");

// Create Cognitive / Storage Service
var cogntiveAccount = new Pulumi.AzureNative.CognitiveServices.Account("beckshome-translator", new Pulumi.AzureNative.CognitiveServices.AccountArgs
var cogntiveAccount = new Pulumi.AzureNative.CognitiveServices.Account("beckshome-translation-1", new Pulumi.AzureNative.CognitiveServices.AccountArgs
{
AccountName = "beckshome-translator",
AccountName = "beckshome-translation-1",
ResourceGroupName = resourceGroup.Name,
Kind = "TextTranslation",
Location = "eastus",
Expand Down

0 comments on commit 557ec98

Please sign in to comment.