Skip to content

Commit

Permalink
fix aks log analytics parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
dantelmomsft committed Jul 29, 2024
1 parent 981cffd commit da31834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/indexer/cli/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>indexer-parent</artifactId>
<groupId>com.microsoft.openai.samples</groupId>
<version>1.3.0</version>
<version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>indexer-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deploy/aks/infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ module aks '../../shared/host/aks.bicep' = {
tags: tags
name: !empty(clusterName) ? clusterName : '${abbrs.containerServiceManagedClusters}${resourceToken}'
containerRegistryName: !empty(containerRegistryName) ? containerRegistryName : '${abbrs.containerRegistryRegistries}${resourceToken}'
logAnalyticsWorkspaceName: monitoring.outputs.logAnalyticsWorkspaceName
logAnalyticsName: monitoring.outputs.logAnalyticsWorkspaceName
keyVaultName: keyVault.outputs.name
}
}
Expand Down

0 comments on commit da31834

Please sign in to comment.