Skip to content

Commit

Permalink
Fix sql database name output
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
  • Loading branch information
AaronCrawfis committed Nov 9, 2023
1 parent 3fcab4b commit 0c9c933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/sqldatabases.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ output result object = {
values: {
server: mssql.properties.fullyQualifiedDomainName
port: mssqlPort
database: mssql::db.name
database: database
username: adminLogin
}
secrets: {
Expand Down

0 comments on commit 0c9c933

Please sign in to comment.