Skip to content

Commit

Permalink
fix azure application insights name
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi Kang committed Apr 7, 2021
1 parent f551a78 commit fc56d47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ export class AzureResourceMananger {
try {
appinsightsApiKeyResponse = await appinsightsClient.aPIKeys.create(
config.resourceGroupName,
config.resourceGroupName,
config.name,
apiKeyOptions
);

Expand Down

0 comments on commit fc56d47

Please sign in to comment.