Skip to content

Commit

Permalink
Bump min tls version to 1.2 for digital twins live test event hub
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Oct 19, 2023
1 parent 0741370 commit 985f2cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/digitaltwins/test-resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ resource eventHubNamespace 'Microsoft.EventHub/namespaces@2018-01-01-preview' =
isAutoInflateEnabled: false
maximumThroughputUnits: 0
kafkaEnabled: false
minimumTlsVersion: 'TLS1_2'
}
}

Expand Down

0 comments on commit 985f2cf

Please sign in to comment.