File tree Expand file tree Collapse file tree 1 file changed +114
-0
lines changed
schemas/2021-12-01-preview Expand file tree Collapse file tree 1 file changed +114
-0
lines changed Original file line number Diff line number Diff line change 903
903
"sapSid" : {
904
904
"type" : " string" ,
905
905
"description" : " Gets or sets the SAP System Identifier"
906
+ },
907
+ "sslCertificateUri" : {
908
+ "type" : " string" ,
909
+ "description" : " Gets or sets the blob URI to SSL certificate for the DB2 Database."
910
+ },
911
+ "sslPreference" : {
912
+ "oneOf" : [
913
+ {
914
+ "type" : " string" ,
915
+ "enum" : [
916
+ " Disabled" ,
917
+ " RootCertificate" ,
918
+ " ServerCertificate"
919
+ ]
920
+ },
921
+ {
922
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
923
+ }
924
+ ]
906
925
}
907
926
},
908
927
"required" : [
1201
1220
"type" : " string" ,
1202
1221
"description" : " Gets or sets the database sql port."
1203
1222
},
1223
+ "sslCertificateUri" : {
1224
+ "type" : " string" ,
1225
+ "description" : " Gets or sets the blob URI to SSL certificate for the DB."
1226
+ },
1204
1227
"sslHostNameInCertificate" : {
1205
1228
"type" : " string" ,
1206
1229
"description" : " Gets or sets the hostname(s) in the SSL certificate."
1230
+ },
1231
+ "sslPreference" : {
1232
+ "oneOf" : [
1233
+ {
1234
+ "type" : " string" ,
1235
+ "enum" : [
1236
+ " Disabled" ,
1237
+ " RootCertificate" ,
1238
+ " ServerCertificate"
1239
+ ]
1240
+ },
1241
+ {
1242
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1243
+ }
1244
+ ]
1207
1245
}
1208
1246
},
1209
1247
"required" : [
1493
1531
"sapSid" : {
1494
1532
"type" : " string" ,
1495
1533
"description" : " Gets or sets the SAP System Identifier"
1534
+ },
1535
+ "sslCertificateUri" : {
1536
+ "type" : " string" ,
1537
+ "description" : " Gets or sets the blob URI to SSL certificate for the SQL Database."
1538
+ },
1539
+ "sslPreference" : {
1540
+ "oneOf" : [
1541
+ {
1542
+ "type" : " string" ,
1543
+ "enum" : [
1544
+ " Disabled" ,
1545
+ " RootCertificate" ,
1546
+ " ServerCertificate"
1547
+ ]
1548
+ },
1549
+ {
1550
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1551
+ }
1552
+ ]
1496
1553
}
1497
1554
},
1498
1555
"required" : [
2031
2088
"sid" : {
2032
2089
"type" : " string" ,
2033
2090
"description" : " Gets or sets the cluster sid."
2091
+ },
2092
+ "sslCertificateUri" : {
2093
+ "type" : " string" ,
2094
+ "description" : " Gets or sets the blob URI to SSL certificate for the HA cluster exporter."
2095
+ },
2096
+ "sslPreference" : {
2097
+ "oneOf" : [
2098
+ {
2099
+ "type" : " string" ,
2100
+ "enum" : [
2101
+ " Disabled" ,
2102
+ " RootCertificate" ,
2103
+ " ServerCertificate"
2104
+ ]
2105
+ },
2106
+ {
2107
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2108
+ }
2109
+ ]
2034
2110
}
2035
2111
},
2036
2112
"required" : [
2050
2126
"enum" : [
2051
2127
" PrometheusOS"
2052
2128
]
2129
+ },
2130
+ "sslCertificateUri" : {
2131
+ "type" : " string" ,
2132
+ "description" : " Gets or sets the blob URI to SSL certificate for the prometheus node exporter."
2133
+ },
2134
+ "sslPreference" : {
2135
+ "oneOf" : [
2136
+ {
2137
+ "type" : " string" ,
2138
+ "enum" : [
2139
+ " Disabled" ,
2140
+ " RootCertificate" ,
2141
+ " ServerCertificate"
2142
+ ]
2143
+ },
2144
+ {
2145
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2146
+ }
2147
+ ]
2053
2148
}
2054
2149
},
2055
2150
"required" : [
2274
2369
"sapUsername" : {
2275
2370
"type" : " string" ,
2276
2371
"description" : " Gets or sets the SAP user name."
2372
+ },
2373
+ "sslCertificateUri" : {
2374
+ "type" : " string" ,
2375
+ "description" : " Gets or sets the blob URI to SSL certificate for the SAP system."
2376
+ },
2377
+ "sslPreference" : {
2378
+ "oneOf" : [
2379
+ {
2380
+ "type" : " string" ,
2381
+ "enum" : [
2382
+ " Disabled" ,
2383
+ " RootCertificate" ,
2384
+ " ServerCertificate"
2385
+ ]
2386
+ },
2387
+ {
2388
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2389
+ }
2390
+ ]
2277
2391
}
2278
2392
},
2279
2393
"required" : [
You can’t perform that action at this time.
0 commit comments