Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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