You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra/modules/document-db/database-account/main.bicep
-53Lines changed: 0 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -64,18 +64,6 @@ param maxStalenessPrefix int = 100000
64
64
@description('Optional. The maximum lag time in minutes. Required for "BoundedStaleness" consistency level. Valid ranges, Single Region: 5 to 84600. Multi Region: 300 to 86400. Defaults to 300.')
65
65
parammaxIntervalInSecondsint = 300
66
66
67
-
@description('Optional. Specifies the MongoDB server version to use if using Azure Cosmos DB for MongoDB RU. Defaults to "4.2".')
68
-
@allowed([
69
-
'3.2'
70
-
'3.6'
71
-
'4.0'
72
-
'4.2'
73
-
'5.0'
74
-
'6.0'
75
-
'7.0'
76
-
])
77
-
paramserverVersionstring = '4.2'
78
-
79
67
@description('Optional. Configuration for databases when using Azure Cosmos DB for NoSQL.')
80
68
paramsqlDatabasessqlDatabaseType[]?
81
69
@@ -89,16 +77,9 @@ import { lockType } from 'br/public:avm/utl/types/avm-common-types:0.6.0'
89
77
@description('Optional. The lock settings of the service.')
@description('Optional. An array of control plane Azure role-based access control assignments.')
94
-
paramroleAssignmentsroleAssignmentType[]?
95
-
96
80
@description('Optional. Configurations for Azure Cosmos DB for NoSQL native role-based access control definitions. Allows the creations of custom role definitions.')
0 commit comments