diff --git a/Environments/AKS-Store-Demo/azuredeploy.json b/Environments/AKS-Store-Demo/azuredeploy.json index c2d2d0a..49cd5e1 100644 --- a/Environments/AKS-Store-Demo/azuredeploy.json +++ b/Environments/AKS-Store-Demo/azuredeploy.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "575350053962925419" + "templateHash": "10704493879961365284" } }, "parameters": { @@ -1003,7 +1003,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "12563724890341115562" + "templateHash": "1712593165933286164" } }, "parameters": { @@ -1085,7 +1085,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5808186645938946038" + "templateHash": "3051764932488625981" }, "description": "Creates an Azure Cosmos DB for MongoDB account with a database." }, @@ -1193,7 +1193,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "7950805331497391447" + "templateHash": "4693794629197446458" }, "description": "Creates an Azure Cosmos DB for MongoDB account." }, @@ -1254,7 +1254,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5772648737959552265" + "templateHash": "10034279666465122994" }, "description": "Creates an Azure Cosmos DB account." }, @@ -1313,7 +1313,8 @@ { "name": "EnableServerless" } - ] + ], + "disableLocalAuth": true } }, { @@ -1428,7 +1429,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "7737694719083989185" + "templateHash": "16116103805544296619" }, "description": "Creates an Azure Cosmos DB for NoSQL account with a database." }, @@ -1526,7 +1527,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "15106079368020532347" + "templateHash": "18220013070549790672" }, "description": "Creates an Azure Cosmos DB for NoSQL account." }, @@ -1580,7 +1581,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5772648737959552265" + "templateHash": "10034279666465122994" }, "description": "Creates an Azure Cosmos DB account." }, @@ -1639,7 +1640,8 @@ { "name": "EnableServerless" } - ] + ], + "disableLocalAuth": true } }, { @@ -1909,7 +1911,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "2125607583208873548" + "templateHash": "2154407021129517742" } }, "parameters": { @@ -1944,6 +1946,9 @@ "tags": "[parameters('tags')]", "sku": { "name": "Standard" + }, + "properties": { + "disableLocalAuth": true } }, { diff --git a/Environments/AKS/azuredeploy.json b/Environments/AKS/azuredeploy.json index a1e89c5..8dc763d 100644 --- a/Environments/AKS/azuredeploy.json +++ b/Environments/AKS/azuredeploy.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "2114239967834469967" + "templateHash": "16034083465139663619" } }, "parameters": { @@ -1106,7 +1106,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "18381885242494360931" + "templateHash": "10664478597037280079" } }, "parameters": { @@ -1187,7 +1187,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "16622766300017925980" + "templateHash": "11639574980696241038" } }, "parameters": { @@ -1294,7 +1294,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "17196584048072227928" + "templateHash": "15854138267854445037" } }, "parameters": { @@ -1354,7 +1354,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "7688648017235778909" + "templateHash": "15842445230570505343" } }, "parameters": { @@ -1412,7 +1412,8 @@ { "name": "EnableServerless" } - ] + ], + "disableLocalAuth": true } }, { diff --git a/Environments/App-Base-WebApp-ACA/azuredeploy.json b/Environments/App-Base-WebApp-ACA/azuredeploy.json index 9cbe684..c384657 100644 --- a/Environments/App-Base-WebApp-ACA/azuredeploy.json +++ b/Environments/App-Base-WebApp-ACA/azuredeploy.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "14812900086505163857" + "templateHash": "6959012947984384186" } }, "parameters": { @@ -2266,7 +2266,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "9506725499169300305" + "templateHash": "11074299330608515845" } }, "parameters": { @@ -2347,7 +2347,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5808186645938946038" + "templateHash": "3051764932488625981" }, "description": "Creates an Azure Cosmos DB for MongoDB account with a database." }, @@ -2455,7 +2455,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "7950805331497391447" + "templateHash": "4693794629197446458" }, "description": "Creates an Azure Cosmos DB for MongoDB account." }, @@ -2516,7 +2516,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5772648737959552265" + "templateHash": "10034279666465122994" }, "description": "Creates an Azure Cosmos DB account." }, @@ -2575,7 +2575,8 @@ { "name": "EnableServerless" } - ] + ], + "disableLocalAuth": true } }, { diff --git a/Environments/App-Base-WebApp-AKS/azuredeploy.json b/Environments/App-Base-WebApp-AKS/azuredeploy.json index f6454f3..bb92ee1 100644 --- a/Environments/App-Base-WebApp-AKS/azuredeploy.json +++ b/Environments/App-Base-WebApp-AKS/azuredeploy.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "8340638631147543749" + "templateHash": "3554149725070251677" } }, "parameters": { @@ -220,7 +220,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "9506725499169300305" + "templateHash": "11074299330608515845" } }, "parameters": { @@ -301,7 +301,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5808186645938946038" + "templateHash": "3051764932488625981" }, "description": "Creates an Azure Cosmos DB for MongoDB account with a database." }, @@ -409,7 +409,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "7950805331497391447" + "templateHash": "4693794629197446458" }, "description": "Creates an Azure Cosmos DB for MongoDB account." }, @@ -470,7 +470,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5772648737959552265" + "templateHash": "10034279666465122994" }, "description": "Creates an Azure Cosmos DB account." }, @@ -529,7 +529,8 @@ { "name": "EnableServerless" } - ] + ], + "disableLocalAuth": true } }, { diff --git a/Environments/Todo-Mongo-ACA/azuredeploy.json b/Environments/Todo-Mongo-ACA/azuredeploy.json index 659c655..fad3773 100644 --- a/Environments/Todo-Mongo-ACA/azuredeploy.json +++ b/Environments/Todo-Mongo-ACA/azuredeploy.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "7670045821900577611" + "templateHash": "2826290446221151175" } }, "parameters": { @@ -2115,7 +2115,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "9506725499169300305" + "templateHash": "11074299330608515845" } }, "parameters": { @@ -2196,7 +2196,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5808186645938946038" + "templateHash": "3051764932488625981" }, "description": "Creates an Azure Cosmos DB for MongoDB account with a database." }, @@ -2304,7 +2304,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "7950805331497391447" + "templateHash": "4693794629197446458" }, "description": "Creates an Azure Cosmos DB for MongoDB account." }, @@ -2365,7 +2365,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5772648737959552265" + "templateHash": "10034279666465122994" }, "description": "Creates an Azure Cosmos DB account." }, @@ -2424,7 +2424,8 @@ { "name": "EnableServerless" } - ] + ], + "disableLocalAuth": true } }, { diff --git a/Environments/Todo-Mongo-AKS/azuredeploy.json b/Environments/Todo-Mongo-AKS/azuredeploy.json index 39663ee..ac54c96 100644 --- a/Environments/Todo-Mongo-AKS/azuredeploy.json +++ b/Environments/Todo-Mongo-AKS/azuredeploy.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "11835380275388562123" + "templateHash": "4758816057439609930" } }, "parameters": { @@ -282,7 +282,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "9506725499169300305" + "templateHash": "11074299330608515845" } }, "parameters": { @@ -363,7 +363,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5808186645938946038" + "templateHash": "3051764932488625981" }, "description": "Creates an Azure Cosmos DB for MongoDB account with a database." }, @@ -471,7 +471,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "7950805331497391447" + "templateHash": "4693794629197446458" }, "description": "Creates an Azure Cosmos DB for MongoDB account." }, @@ -532,7 +532,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5772648737959552265" + "templateHash": "10034279666465122994" }, "description": "Creates an Azure Cosmos DB account." }, @@ -591,7 +591,8 @@ { "name": "EnableServerless" } - ] + ], + "disableLocalAuth": true } }, { diff --git a/Environments/Todo-Nodejs-Mongo-ACA/azuredeploy.json b/Environments/Todo-Nodejs-Mongo-ACA/azuredeploy.json index 9cbe684..c384657 100644 --- a/Environments/Todo-Nodejs-Mongo-ACA/azuredeploy.json +++ b/Environments/Todo-Nodejs-Mongo-ACA/azuredeploy.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "14812900086505163857" + "templateHash": "6959012947984384186" } }, "parameters": { @@ -2266,7 +2266,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "9506725499169300305" + "templateHash": "11074299330608515845" } }, "parameters": { @@ -2347,7 +2347,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5808186645938946038" + "templateHash": "3051764932488625981" }, "description": "Creates an Azure Cosmos DB for MongoDB account with a database." }, @@ -2455,7 +2455,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "7950805331497391447" + "templateHash": "4693794629197446458" }, "description": "Creates an Azure Cosmos DB for MongoDB account." }, @@ -2516,7 +2516,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5772648737959552265" + "templateHash": "10034279666465122994" }, "description": "Creates an Azure Cosmos DB account." }, @@ -2575,7 +2575,8 @@ { "name": "EnableServerless" } - ] + ], + "disableLocalAuth": true } }, { diff --git a/Environments/Todo-Nodejs-Mongo-AKS/azuredeploy.json b/Environments/Todo-Nodejs-Mongo-AKS/azuredeploy.json index 88e2fce..f83b8d5 100644 --- a/Environments/Todo-Nodejs-Mongo-AKS/azuredeploy.json +++ b/Environments/Todo-Nodejs-Mongo-AKS/azuredeploy.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "18446031272399398207" + "templateHash": "7077090465907669075" } }, "parameters": { @@ -1342,7 +1342,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "9506725499169300305" + "templateHash": "11074299330608515845" } }, "parameters": { @@ -1423,7 +1423,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5808186645938946038" + "templateHash": "3051764932488625981" }, "description": "Creates an Azure Cosmos DB for MongoDB account with a database." }, @@ -1531,7 +1531,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "7950805331497391447" + "templateHash": "4693794629197446458" }, "description": "Creates an Azure Cosmos DB for MongoDB account." }, @@ -1592,7 +1592,7 @@ "_generator": { "name": "bicep", "version": "0.26.170.59819", - "templateHash": "5772648737959552265" + "templateHash": "10034279666465122994" }, "description": "Creates an Azure Cosmos DB account." }, @@ -1651,7 +1651,8 @@ { "name": "EnableServerless" } - ] + ], + "disableLocalAuth": true } }, {