File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
specification/iothub/resource-manager/Microsoft.Devices/preview/2020-07-10-preview Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 2376
2376
"modelAsString" : true
2377
2377
}
2378
2378
},
2379
+ "encryption" : {
2380
+ "description" : " The encryption properties for the IoT hub." ,
2381
+ "$ref" : " #/definitions/EncryptionPropertiesDescription"
2382
+ },
2379
2383
"locations" : {
2380
2384
"description" : " Primary and secondary location for iot hub" ,
2381
2385
"readOnly" : true ,
4149
4153
}
4150
4154
}
4151
4155
}
4156
+ },
4157
+ "EncryptionPropertiesDescription" : {
4158
+ "description" : " The encryption properties for the IoT hub." ,
4159
+ "type" : " object" ,
4160
+ "properties" : {
4161
+ "keySource" : {
4162
+ "description" : " The source of the key." ,
4163
+ "type" : " string"
4164
+ },
4165
+ "keyVaultProperties" : {
4166
+ "description" : " The properties of the KeyVault key." ,
4167
+ "$ref" : " #/definitions/KeyVaultKeyProperties"
4168
+ }
4169
+ }
4170
+ },
4171
+ "KeyVaultKeyProperties" : {
4172
+ "description" : " The properties of the KeyVault key." ,
4173
+ "type" : " object" ,
4174
+ "properties" : {
4175
+ "keyIdentifier" : {
4176
+ "type" : " string" ,
4177
+ "description" : " The identifier of the key."
4178
+ }
4179
+ }
4152
4180
}
4153
4181
},
4154
4182
"parameters" : {
You can’t perform that action at this time.
0 commit comments