Skip to content

Commit

Permalink
fix azure application insights name (microsoft#6734)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi Kang authored Apr 7, 2021
1 parent 79a3775 commit 64c91c7
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 64c91c7

Please sign in to comment.