Skip to content

Commit 6f2b7c1

Browse files
authored
Merge pull request #4 from jorinmejia/sinadell/cdn-swagger-2021-06-01
Swagger changes for enabling certname check and onboarding prevalidated customdomains
2 parents 83e157a + 3ece038 commit 6f2b7c1

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

  • specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4213,6 +4213,11 @@
42134213
"description": "Resource reference to the Azure DNS zone",
42144214
"type": "object",
42154215
"$ref": "./cdn.json#/definitions/ResourceReference"
4216+
},
4217+
"preValidatedCustomDomainResourceId": {
4218+
"description": "Resource reference to the Azure resource where custom domain ownership was prevalidated",
4219+
"type": "object",
4220+
"$ref": "./cdn.json#/definitions/ResourceReference"
42164221
}
42174222
}
42184223
},
@@ -4241,7 +4246,8 @@
42414246
"description": "Defines the source of the SSL certificate.",
42424247
"enum": [
42434248
"CustomerCertificate",
4244-
"ManagedCertificate"
4249+
"ManagedCertificate",
4250+
"AzureFirstPartyManagedCertificate"
42454251
],
42464252
"type": "string",
42474253
"x-ms-enum": {
@@ -4794,6 +4800,10 @@
47944800
"name": "EnabledState",
47954801
"modelAsString": true
47964802
}
4803+
},
4804+
"enforceCertificateNameCheck": {
4805+
"description": "Whether to enable certificate name check at origin level",
4806+
"type": "boolean"
47974807
}
47984808
}
47994809
},
@@ -5703,4 +5713,4 @@
57035713
"description": "Name of the Resource group within the Azure subscription."
57045714
}
57055715
}
5706-
}
5716+
}

0 commit comments

Comments
 (0)