Skip to content

Commit

Permalink
service principal default value in bicep parameters. right fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dantelmomsft committed Aug 5, 2024
1 parent 5c616da commit e9ecef2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/aca/infra/main.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"value": "${AZURE_PRINCIPAL_ID}"
},
"principalType": {
"value": "${AZURE_PRINCIPAL_TYPE}=User"
"value": "${AZURE_PRINCIPAL_TYPE=User}"
},
"openAiServiceName": {
"value": "${AZURE_OPENAI_SERVICE}"
Expand Down
2 changes: 1 addition & 1 deletion deploy/aks/infra/main.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"value": "${AZURE_PRINCIPAL_ID}"
},
"principalType": {
"value": "${AZURE_PRINCIPAL_TYPE}=User"
"value": "${AZURE_PRINCIPAL_TYPE=User}"
},
"openAiServiceName": {
"value": "${AZURE_OPENAI_SERVICE}"
Expand Down
2 changes: 1 addition & 1 deletion deploy/app-service/infra/main.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"value": "${AZURE_PRINCIPAL_ID}"
},
"principalType": {
"value": "${AZURE_PRINCIPAL_TYPE}=User"
"value": "${AZURE_PRINCIPAL_TYPE=User}"
},
"openAiServiceName": {
"value": "${AZURE_OPENAI_SERVICE}"
Expand Down

0 comments on commit e9ecef2

Please sign in to comment.