Skip to content

Commit

Permalink
[ReleasePR workloads] changes to support secure communication for all…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Nov 9, 2022
2 parents 8b911c9 + e06e068 commit b3531d3
Showing 1 changed file with 114 additions and 0 deletions.
114 changes: 114 additions & 0 deletions schemas/2021-12-01-preview/Microsoft.Workloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,25 @@
"sapSid": {
"type": "string",
"description": "Gets or sets the SAP System Identifier"
},
"sslCertificateUri": {
"type": "string",
"description": "Gets or sets the blob URI to SSL certificate for the DB2 Database."
},
"sslPreference": {
"oneOf": [
{
"type": "string",
"enum": [
"Disabled",
"RootCertificate",
"ServerCertificate"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"required": [
Expand Down Expand Up @@ -1201,9 +1220,28 @@
"type": "string",
"description": "Gets or sets the database sql port."
},
"sslCertificateUri": {
"type": "string",
"description": "Gets or sets the blob URI to SSL certificate for the DB."
},
"sslHostNameInCertificate": {
"type": "string",
"description": "Gets or sets the hostname(s) in the SSL certificate."
},
"sslPreference": {
"oneOf": [
{
"type": "string",
"enum": [
"Disabled",
"RootCertificate",
"ServerCertificate"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"required": [
Expand Down Expand Up @@ -1493,6 +1531,25 @@
"sapSid": {
"type": "string",
"description": "Gets or sets the SAP System Identifier"
},
"sslCertificateUri": {
"type": "string",
"description": "Gets or sets the blob URI to SSL certificate for the SQL Database."
},
"sslPreference": {
"oneOf": [
{
"type": "string",
"enum": [
"Disabled",
"RootCertificate",
"ServerCertificate"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"required": [
Expand Down Expand Up @@ -2031,6 +2088,25 @@
"sid": {
"type": "string",
"description": "Gets or sets the cluster sid."
},
"sslCertificateUri": {
"type": "string",
"description": "Gets or sets the blob URI to SSL certificate for the HA cluster exporter."
},
"sslPreference": {
"oneOf": [
{
"type": "string",
"enum": [
"Disabled",
"RootCertificate",
"ServerCertificate"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"required": [
Expand All @@ -2050,6 +2126,25 @@
"enum": [
"PrometheusOS"
]
},
"sslCertificateUri": {
"type": "string",
"description": "Gets or sets the blob URI to SSL certificate for the prometheus node exporter."
},
"sslPreference": {
"oneOf": [
{
"type": "string",
"enum": [
"Disabled",
"RootCertificate",
"ServerCertificate"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"required": [
Expand Down Expand Up @@ -2274,6 +2369,25 @@
"sapUsername": {
"type": "string",
"description": "Gets or sets the SAP user name."
},
"sslCertificateUri": {
"type": "string",
"description": "Gets or sets the blob URI to SSL certificate for the SAP system."
},
"sslPreference": {
"oneOf": [
{
"type": "string",
"enum": [
"Disabled",
"RootCertificate",
"ServerCertificate"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"required": [
Expand Down

0 comments on commit b3531d3

Please sign in to comment.