Skip to content

Commit

Permalink
Actually fixing deploy_cognitive_models.ps1 to properly use the Dispa…
Browse files Browse the repository at this point in the history
…tch app ID.
  • Loading branch information
peterinnesmsft committed Apr 22, 2020
1 parent 4512c45 commit f0fc096
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ foreach ($language in $languageArr)
--resourceGroup $resourceGroup `
--armToken $azAccessToken.accessToken `
--azureSubscriptionId $azAccount.id `
--appId $dispatchApp.id `
--appId $dispatchApp.appId `
--endpoint $luisEndpoint `
--subscriptionKey $luisAuthoringKey 2>> $logFile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ foreach ($language in $languageArr)
--resourceGroup $resourceGroup `
--armToken $azAccessToken.accessToken `
--azureSubscriptionId $azAccount.id `
--appId $dispatchApp.id `
--appId $dispatchApp.appId `
--endpoint $luisEndpoint `
--subscriptionKey $luisAuthoringKey 2>> $logFile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ foreach ($language in $languageArr)
--resourceGroup $resourceGroup `
--armToken $azAccessToken.accessToken `
--azureSubscriptionId $azAccount.id `
--appId $dispatchApp.id `
--appId $dispatchApp.appId `
--endpoint $luisEndpoint `
--subscriptionKey $luisAuthoringKey 2>> $logFile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ foreach ($language in $languageArr)
--resourceGroup $resourceGroup `
--armToken $azAccessToken.accessToken `
--azureSubscriptionId $azAccount.id `
--appId $dispatchApp.id `
--appId $dispatchApp.appId `
--endpoint $luisEndpoint `
--subscriptionKey $luisAuthoringKey 2>> $logFile

Expand Down

0 comments on commit f0fc096

Please sign in to comment.