Skip to content

Commit 80062f8

Browse files
authored
Merge pull request #1202 from berndverst/master
Support managed identity & container instances in conf test infra
2 parents 5a33acf + 228783f commit 80062f8

File tree

2 files changed

+59
-40
lines changed

2 files changed

+59
-40
lines changed

.github/infrastructure/conformance/azure/conf-test-azure-iothub.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource iotHub 'Microsoft.Devices/IotHubs@2021-03-31' = {
1616
tags: confTestTags
1717
sku: {
1818
capacity: 1
19-
name: 'F1'
19+
name: 'S1'
2020
}
2121
properties: {
2222
eventHubEndpoints: {

0 commit comments

Comments
 (0)