Skip to content

Commit

Permalink
Merge branch 'release-app-Microsoft.app-2025-01-01' into release-app-…
Browse files Browse the repository at this point in the history
…Microsoft.app-2025-01-01
  • Loading branch information
weshaggard authored Jan 10, 2025
2 parents af73b8f + be9f51a commit 6dae834
Show file tree
Hide file tree
Showing 33 changed files with 1,259 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource"
}
],
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource"
}
],
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource"
}
],
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,10 @@
"read"
]
},
"certificateKeyVaultProperties": {
"description": "Certificate stored in Azure Key Vault.",
"$ref": "#/definitions/CertificateKeyVaultProperties"
},
"certificateValue": {
"format": "byte",
"description": "PFX or PEM blob",
Expand Down Expand Up @@ -759,7 +763,7 @@
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource"
}
],
"properties": {
Expand Down Expand Up @@ -956,12 +960,27 @@
}
}
},
"CertificateKeyVaultProperties": {
"description": "Properties for a certificate stored in a Key Vault.",
"type": "object",
"properties": {
"identity": {
"description": "Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.",
"type": "string"
},
"keyVaultUrl": {
"description": "URL pointing to the Azure Key Vault secret that holds the certificate.",
"type": "string",
"format": "uri"
}
}
},
"Certificate": {
"description": "Certificate used for Custom Domain bindings of Container Apps in a Managed Environment",
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/TrackedResource"
}
],
"properties": {
Expand All @@ -985,6 +1004,10 @@
"modelAsString": true
}
},
"certificateKeyVaultProperties": {
"description": "Properties for a certificate stored in a Key Vault.",
"$ref": "#/definitions/CertificateKeyVaultProperties"
},
"password": {
"description": "Certificate password.",
"type": "string",
Expand Down Expand Up @@ -1091,7 +1114,7 @@
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/TrackedResource"
}
],
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/TrackedResource"
}
],
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource"
}
],
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/TrackedResource"
}
],
"properties": {
Expand Down Expand Up @@ -1395,7 +1395,7 @@
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/TrackedResource"
}
],
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource"
}
],
"properties": {
Expand Down Expand Up @@ -525,7 +525,7 @@
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource"
}
],
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource"
}
],
"properties": {
Expand Down
Loading

0 comments on commit 6dae834

Please sign in to comment.