Skip to content

Commit

Permalink
Bump min tls version to 1.2 for digital twins live test event hub (Az…
Browse files Browse the repository at this point in the history
…ure#39405)

* Bump min tls version to 1.2 for digital twins live test storage account

* Bump min tls version to 1.2 for digital twins live test event hub
  • Loading branch information
benbp authored and matthohn-msft committed Oct 27, 2023
1 parent e86f136 commit 8ba7676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion sdk/digitaltwins/test-resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource digitaltwinRoleAssignment 'Microsoft.Authorization/roleAssignments@2020
scope: digitaltwin
}

resource eventHubNamespace 'Microsoft.EventHub/namespaces@2018-01-01-preview' = {
resource eventHubNamespace 'Microsoft.EventHub/namespaces@2022-01-01-preview' = {
name: baseName
location: location
sku: {
Expand All @@ -47,6 +47,7 @@ resource eventHubNamespace 'Microsoft.EventHub/namespaces@2018-01-01-preview' =
isAutoInflateEnabled: false
maximumThroughputUnits: 0
kafkaEnabled: false
minimumTlsVersion: 'TLS1_2'
}
}

Expand Down
7 changes: 1 addition & 6 deletions sdk/digitaltwins/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml
parameters:
ServiceDirectory: digitaltwins
# Enable canary and public cloud testing in separate subscriptions, so that the tests-weekly builds
# don't exceed the 10 azure digital twin instance hard limit
CloudConfig:
Public:
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
Location: westcentralus
Canary:
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources-preview)
Location: eastus2euap
Clouds: Public,Canary
Clouds: Public

0 comments on commit 8ba7676

Please sign in to comment.