File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,17 @@ param topicName string = 'orders'
55param tags object
66
77
8- resource serviceBusNamespace 'Microsoft.ServiceBus/namespaces@2021-11 -01' = {
8+ resource serviceBusNamespace 'Microsoft.ServiceBus/namespaces@2022-10 -01-preview ' = {
99 name : 'sb-${resourceToken }'
1010 location : location
1111 tags : tags
1212 sku : {
1313 name : skuName
1414 tier : skuName
1515 }
16-
16+ properties : {
17+ minimumTlsVersion : '1.2'
18+ }
1719 resource topic 'topics' = {
1820 name : topicName
1921 properties : {
Original file line number Diff line number Diff line change 11# YAML: Set the AZURE_BICEP_FILE_EXPANSION configuration option to enable expansion
22configuration :
3- AZURE_BICEP_FILE_EXPANSION : true
3+ AZURE_BICEP_FILE_EXPANSION : true
4+ AZURE_DEPLOYMENT_NONSENSITIVE_PARAMETER_NAMES :
5+ - resourceToken
You can’t perform that action at this time.
0 commit comments