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 903903 "sapSid" : {
904904 "type" : " string" ,
905905 "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+ ]
906925 }
907926 },
908927 "required" : [
12011220 "type" : " string" ,
12021221 "description" : " Gets or sets the database sql port."
12031222 },
1223+ "sslCertificateUri" : {
1224+ "type" : " string" ,
1225+ "description" : " Gets or sets the blob URI to SSL certificate for the DB."
1226+ },
12041227 "sslHostNameInCertificate" : {
12051228 "type" : " string" ,
12061229 "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+ ]
12071245 }
12081246 },
12091247 "required" : [
14931531 "sapSid" : {
14941532 "type" : " string" ,
14951533 "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+ ]
14961553 }
14971554 },
14981555 "required" : [
20312088 "sid" : {
20322089 "type" : " string" ,
20332090 "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+ ]
20342110 }
20352111 },
20362112 "required" : [
20502126 "enum" : [
20512127 " PrometheusOS"
20522128 ]
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+ ]
20532148 }
20542149 },
20552150 "required" : [
22742369 "sapUsername" : {
22752370 "type" : " string" ,
22762371 "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+ ]
22772391 }
22782392 },
22792393 "required" : [
You can’t perform that action at this time.
0 commit comments