Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new api version 2024-06-01-preview for Microsoft.Cdn #29588

Merged
merged 41 commits into from
Aug 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
f0b2add
Copy 2024-05-01-preview swagger
ZianWang02 Jun 26, 2024
9b50a39
update api version
ZianWang02 Jun 26, 2024
c908554
Update readme.md
ZianWang02 Jun 26, 2024
14acb97
Update Afdx.json
ZianWang02 Jul 1, 2024
ac6cedd
Merge remote-tracking branch 'upstream/main' into cdn-2024-06-01-preview
ZianWang02 Jul 1, 2024
1407ea9
Adding new HttpConnect resources for 2024-06-01-preview
barathvg Jul 10, 2024
06fffc6
Few changes to fix validation errors
barathvg Jul 11, 2024
36fe71e
Changes to example jsons to fix name parameters
barathvg Jul 11, 2024
0b9aedc
Changes to example jsons to fix casing on parameters
barathvg Jul 11, 2024
c8d392b
Merge pull request #1 from barathvg/barathcdn
ZianWang02 Jul 12, 2024
ee071d8
Azure Pipelines / Swagger PrettierCheck
ZianWang02 Jul 15, 2024
0b9a491
prettier check
ZianWang02 Jul 15, 2024
0b0f184
Merge remote-tracking branch 'upstream/main' into cdn-2024-06-01-preview
ZianWang02 Jul 16, 2024
706a46a
Merge branch 'main' into cdn-2024-06-01-preview
ZianWang02 Jul 16, 2024
bd08ac0
Add Capacity based round-robin load balancing settings
Jul 17, 2024
a5d52b0
Fix resourceName with regex patterns
barathvg Jul 17, 2024
396c50d
Merge pull request #3 from barathvg/barathcdn1
ZianWang02 Jul 18, 2024
814228d
Merge branch 'main' into cdn-2024-06-01-preview
ZianWang02 Jul 18, 2024
7091be1
Merge pull request #2 from anupamsr/main
ZianWang02 Jul 18, 2024
5db05a1
Update afdx.json
ZianWang02 Jul 23, 2024
0b61d16
Merge branch 'cdn-2024-06-01-preview' of https://github.com/ZianWang0…
ZianWang02 Jul 23, 2024
5217599
Remove default so that the API becomes patchable
Jul 23, 2024
de1f616
Merge pull request #4 from anupamsr/cdn-2024-06-01-preview
ZianWang02 Jul 24, 2024
0454cb3
Merge remote-tracking branch 'upstream/main' into cdn-2024-06-01-preview
ZianWang02 Jul 25, 2024
9643bbe
Update cdn.json from 2024-02-01 version
ZianWang02 Jul 25, 2024
b929eb2
Merge branch 'main' into cdn-2024-06-01-preview
ZianWang02 Jul 26, 2024
aec0a81
Update afdx.json
ZianWang02 Jul 26, 2024
d868683
Merge branch 'cdn-2024-06-01-preview' of https://github.com/ZianWang0…
ZianWang02 Jul 26, 2024
0b6dc14
Cdn 2024 06 01 preview (#5)
anupamsr Jul 31, 2024
be33ea0
Update afdx.json
ZianWang02 Jul 31, 2024
a173f02
Update DeploymentVersions_Compare.json
ZianWang02 Aug 1, 2024
8520d96
Remove rollback API
ZianWang02 Aug 1, 2024
0ce4cd1
remove reference from other RP
ZianWang02 Aug 2, 2024
bdb0780
Update frontdoorwebapplicationfirewall.json
ZianWang02 Aug 2, 2024
c49c679
copy definition
ZianWang02 Aug 2, 2024
58d08d0
Merge branch 'main' into cdn-2024-06-01-preview
ZianWang02 Aug 2, 2024
f8abc21
remove waf definition
ZianWang02 Aug 6, 2024
a300f93
Merge branch 'cdn-2024-06-01-preview' of https://github.com/ZianWang0…
ZianWang02 Aug 6, 2024
6272ca8
Update cSpell.json
ZianWang02 Aug 6, 2024
f2dceaf
Merge branch 'main' into cdn-2024-06-01-preview
ZianWang02 Aug 8, 2024
b105437
Merge branch 'main' into cdn-2024-06-01-preview
rkmanda Aug 10, 2024
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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,213 @@
{
"parameters": {
"api-version": "2024-06-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1",
"customDomainName": "domain1",
"customDomain": {
"properties": {
"hostName": "www.someDomain.net",
"tlsSettings": {
"certificateType": "ManagedCertificate",
"cipherSuiteSetType": "Customized",
"minimumTlsVersion": "TLS12",
"customizedCipherSuiteSet": {
"cipherSuiteSetForTls10": [],
"cipherSuiteSetForTls12": [
"ECDHE_RSA_AES128_GCM_SHA256"
],
"cipherSuiteSetForTls13": [
"TLS_AES_128_GCM_SHA256",
"TLS_AES_256_GCM_SHA384"
]
}
},
"mtlsSettings": {
"secrets": [
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name1"
},
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name2"
}
],
"otherAllowedFqdn": [
"foo.contoso.com"
]
},
"azureDnsZone": {
"id": ""
}
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1",
"name": "domain1",
"type": "Microsoft.Cdn/profiles/customdomains",
"properties": {
"profileName": "profile1",
"hostName": "www.contoso.com",
"tlsSettings": {
"certificateType": "ManagedCertificate",
"cipherSuiteSetType": "Customized",
"minimumTlsVersion": "TLS12",
"customizedCipherSuiteSet": {
"cipherSuiteSetForTls10": [],
"cipherSuiteSetForTls12": [
"ECDHE_RSA_AES128_GCM_SHA256"
],
"cipherSuiteSetForTls13": [
"TLS_AES_128_GCM_SHA256",
"TLS_AES_256_GCM_SHA384"
]
},
"secret": {
"id": ""
}
},
"mtlsSettings": {
"secrets": [
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name1"
},
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name2"
}
],
"otherAllowedFqdn": [
"foo.contoso.com"
],
"certificateValidation": "Enabled",
"certificatePassthrough": "Disabled",
"ocsp": "Enabled"
},
"azureDnsZone": {
"id": ""
},
"preValidatedCustomDomainResourceId": {
"id": ""
},
"validationProperties": {
"validationToken": "",
"expirationDate": ""
},
"domainValidationState": "Submitting",
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
}
}
},
"201": {
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1",
"name": "domain1",
"type": "Microsoft.Cdn/profiles/customdomains",
"properties": {
"profileName": "profile1",
"hostName": "www.contoso.com",
"tlsSettings": {
"certificateType": "ManagedCertificate",
"cipherSuiteSetType": "Customized",
"minimumTlsVersion": "TLS12",
"customizedCipherSuiteSet": {
"cipherSuiteSetForTls10": [],
"cipherSuiteSetForTls12": [
"ECDHE_RSA_AES128_GCM_SHA256"
],
"cipherSuiteSetForTls13": [
"TLS_AES_128_GCM_SHA256",
"TLS_AES_256_GCM_SHA384"
]
},
"secret": {
"id": ""
}
},
"mtlsSettings": {
"secrets": [
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name1"
},
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name2"
}
],
"otherAllowedFqdn": [
"foo.contoso.com"
],
"certificateValidation": "Enabled",
"certificatePassthrough": "Disabled",
"ocsp": "Enabled"
},
"azureDnsZone": {
"id": ""
},
"preValidatedCustomDomainResourceId": {
"id": ""
},
"validationProperties": {
"validationToken": "",
"expirationDate": ""
},
"domainValidationState": "Submitting",
"provisioningState": "Succeeded",
"deploymentStatus": "NotStarted"
}
}
},
"202": {
"headers": {
"azure-asyncoperation": "https://management.azure.com/subscriptions/subid/resourcegroups/resourceGroupName/providers/Microsoft.Cdn/operationresults/operationId?api-version=2024-06-01-preview"
},
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1",
"name": "domain1",
"type": "Microsoft.Cdn/profiles/customdomains",
"properties": {
"profileName": "profile1",
"hostName": "www.contoso.com",
"tlsSettings": {
"certificateType": "ManagedCertificate",
"minimumTlsVersion": "TLS12",
"secret": {
"id": ""
}
},
"mtlsSettings": {
"secrets": [
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name1"
},
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name2"
}
],
"otherAllowedFqdn": [
"foo.contoso.com"
],
"certificateValidation": "Enabled",
"certificatePassthrough": "Disabled",
"ocsp": "Enabled"
},
"azureDnsZone": {
"id": ""
},
"preValidatedCustomDomainResourceId": {
"id": ""
},
"validationProperties": {
"validationToken": "",
"expirationDate": ""
},
"domainValidationState": "Submitting",
"provisioningState": "Creating",
"deploymentStatus": "NotStarted"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"api-version": "2024-06-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1",
"customDomainName": "domain1"
},
"responses": {
"200": {},
"202": {
"headers": {
"azure-asyncoperation": "https://management.azure.com/subscriptions/subid/resourcegroups/resourceGroupName/providers/Microsoft.Cdn/operationresults/operationId?api-version=2024-06-01-preview"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"parameters": {
"api-version": "2024-06-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1",
"customDomainName": "domain1"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1",
"name": "domain1",
"type": "Microsoft.Cdn/profiles/customdomains",
"properties": {
"profileName": "profile1",
"hostName": "www.contoso.com",
"tlsSettings": {
"certificateType": "ManagedCertificate",
"minimumTlsVersion": "TLS12",
"secret": {
"id": ""
}
},
"mtlsSettings": {
"secrets": [
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name1"
},
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name2"
}
],
"otherAllowedFqdn": [
"foo.contoso.com"
],
"certificateValidation": "Enabled",
"certificatePassthrough": "Disabled",
"ocsp": "Enabled"
},
"azureDnsZone": {
"id": ""
},
"preValidatedCustomDomainResourceId": {
"id": ""
},
"validationProperties": {
"validationToken": "8c9912db-c615-4eeb-8465",
"expirationDate": "2009-06-15T13:45:43.0000000Z"
},
"domainValidationState": "Pending",
"provisioningState": "Updating",
"deploymentStatus": "NotStarted"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"parameters": {
"api-version": "2024-06-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1",
"name": "domain1",
"type": "Microsoft.Cdn/profiles/customdomains",
"properties": {
"profileName": "profile1",
"hostName": "www.contoso.com",
"tlsSettings": {
"certificateType": "ManagedCertificate",
"minimumTlsVersion": "TLS12",
"secret": {
"id": ""
}
},
"mtlsSettings": {
"secrets": [
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name1"
},
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/secrets/name2"
}
],
"otherAllowedFqdn": [
"foo.contoso.com"
],
"certificateValidation": "Enabled",
"certificatePassthrough": "Disabled",
"ocsp": "Enabled"
},
"azureDnsZone": {
"id": ""
},
"preValidatedCustomDomainResourceId": {
"id": ""
},
"validationProperties": {
"validationToken": "8c9912db-c615-4eeb-8465",
"expirationDate": "2009-06-15T13:45:43.0000000Z"
},
"domainValidationState": "Pending",
"provisioningState": "Updating",
"deploymentStatus": "NotStarted"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"api-version": "2024-06-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1",
"customDomainName": "domain1"
},
"responses": {
"200": {},
"202": {
"headers": {
"azure-asyncoperation": "https://management.azure.com/subscriptions/subid/resourcegroups/resourceGroupName/providers/Microsoft.Cdn/operationresults/operationId?api-version=2024-06-01-preview"
}
}
}
}
Loading