Skip to content

Commit caa758c

Browse files
authored
Add new 2025-06-01 stable API version to Microsoft.Cdn for Managed Identity Origin Authentication [2nd attempt] (Azure#35425)
* Copy preview stable version 2025-04-15 into new stable version 2025-06-01. Includes updating api version to 2025-06-01 * Add Managed Identity Origin Auth APIs from 2025-01-01-preview; Update readme
1 parent 86923de commit caa758c

File tree

121 files changed

+22049
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+22049
-1
lines changed

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

Lines changed: 6197 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 7339 additions & 0 deletions
Large diffs are not rendered by default.

specification/cdn/resource-manager/Microsoft.Cdn/stable/2025-06-01/cdnwebapplicationfirewall.json

Lines changed: 952 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-06-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "RG",
6+
"profileName": "profile1",
7+
"customDomainName": "domain1",
8+
"customDomain": {
9+
"properties": {
10+
"hostName": "www.someDomain.net",
11+
"tlsSettings": {
12+
"certificateType": "ManagedCertificate",
13+
"cipherSuiteSetType": "Customized",
14+
"minimumTlsVersion": "TLS12",
15+
"customizedCipherSuiteSet": {
16+
"cipherSuiteSetForTls12": [
17+
"ECDHE_RSA_AES128_GCM_SHA256"
18+
],
19+
"cipherSuiteSetForTls13": [
20+
"TLS_AES_128_GCM_SHA256",
21+
"TLS_AES_256_GCM_SHA384"
22+
]
23+
}
24+
},
25+
"azureDnsZone": {
26+
"id": ""
27+
}
28+
}
29+
}
30+
},
31+
"responses": {
32+
"200": {
33+
"body": {
34+
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1",
35+
"name": "domain1",
36+
"type": "Microsoft.Cdn/profiles/customdomains",
37+
"properties": {
38+
"profileName": "profile1",
39+
"hostName": "www.contoso.com",
40+
"tlsSettings": {
41+
"certificateType": "ManagedCertificate",
42+
"cipherSuiteSetType": "Customized",
43+
"minimumTlsVersion": "TLS12",
44+
"customizedCipherSuiteSet": {
45+
"cipherSuiteSetForTls12": [
46+
"ECDHE_RSA_AES128_GCM_SHA256"
47+
],
48+
"cipherSuiteSetForTls13": [
49+
"TLS_AES_128_GCM_SHA256",
50+
"TLS_AES_256_GCM_SHA384"
51+
]
52+
},
53+
"secret": {
54+
"id": ""
55+
}
56+
},
57+
"azureDnsZone": {
58+
"id": ""
59+
},
60+
"preValidatedCustomDomainResourceId": {
61+
"id": ""
62+
},
63+
"validationProperties": {
64+
"validationToken": "",
65+
"expirationDate": ""
66+
},
67+
"domainValidationState": "Submitting",
68+
"provisioningState": "Succeeded",
69+
"deploymentStatus": "NotStarted"
70+
}
71+
}
72+
},
73+
"201": {
74+
"body": {
75+
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1",
76+
"name": "domain1",
77+
"type": "Microsoft.Cdn/profiles/customdomains",
78+
"properties": {
79+
"profileName": "profile1",
80+
"hostName": "www.contoso.com",
81+
"tlsSettings": {
82+
"certificateType": "ManagedCertificate",
83+
"cipherSuiteSetType": "Customized",
84+
"minimumTlsVersion": "TLS12",
85+
"customizedCipherSuiteSet": {
86+
"cipherSuiteSetForTls12": [
87+
"ECDHE_RSA_AES128_GCM_SHA256"
88+
],
89+
"cipherSuiteSetForTls13": [
90+
"TLS_AES_128_GCM_SHA256",
91+
"TLS_AES_256_GCM_SHA384"
92+
]
93+
},
94+
"secret": {
95+
"id": ""
96+
}
97+
},
98+
"azureDnsZone": {
99+
"id": ""
100+
},
101+
"preValidatedCustomDomainResourceId": {
102+
"id": ""
103+
},
104+
"validationProperties": {
105+
"validationToken": "",
106+
"expirationDate": ""
107+
},
108+
"domainValidationState": "Submitting",
109+
"provisioningState": "Succeeded",
110+
"deploymentStatus": "NotStarted"
111+
}
112+
}
113+
},
114+
"202": {
115+
"headers": {
116+
"azure-asyncoperation": "https://management.azure.com/subscriptions/subid/resourcegroups/resourceGroupName/providers/Microsoft.Cdn/operationresults/operationId?api-version=2025-06-01"
117+
},
118+
"body": {
119+
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1",
120+
"name": "domain1",
121+
"type": "Microsoft.Cdn/profiles/customdomains",
122+
"properties": {
123+
"profileName": "profile1",
124+
"hostName": "www.contoso.com",
125+
"tlsSettings": {
126+
"certificateType": "ManagedCertificate",
127+
"cipherSuiteSetType": "Customized",
128+
"minimumTlsVersion": "TLS12",
129+
"customizedCipherSuiteSet": {
130+
"cipherSuiteSetForTls12": [
131+
"ECDHE_RSA_AES128_GCM_SHA256"
132+
],
133+
"cipherSuiteSetForTls13": [
134+
"TLS_AES_128_GCM_SHA256",
135+
"TLS_AES_256_GCM_SHA384"
136+
]
137+
},
138+
"secret": {
139+
"id": ""
140+
}
141+
},
142+
"azureDnsZone": {
143+
"id": ""
144+
},
145+
"preValidatedCustomDomainResourceId": {
146+
"id": ""
147+
},
148+
"validationProperties": {
149+
"validationToken": "",
150+
"expirationDate": ""
151+
},
152+
"domainValidationState": "Submitting",
153+
"provisioningState": "Creating",
154+
"deploymentStatus": "NotStarted"
155+
}
156+
}
157+
}
158+
}
159+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-06-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "RG",
6+
"profileName": "profile1",
7+
"customDomainName": "domain1"
8+
},
9+
"responses": {
10+
"200": {},
11+
"202": {
12+
"headers": {
13+
"azure-asyncoperation": "https://management.azure.com/subscriptions/subid/resourcegroups/resourceGroupName/providers/Microsoft.Cdn/operationresults/operationId?api-version=2025-06-01"
14+
}
15+
},
16+
"204": {}
17+
}
18+
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-06-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "RG",
6+
"profileName": "profile1",
7+
"customDomainName": "domain1"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1",
13+
"name": "domain1",
14+
"type": "Microsoft.Cdn/profiles/customdomains",
15+
"properties": {
16+
"profileName": "profile1",
17+
"hostName": "www.contoso.com",
18+
"tlsSettings": {
19+
"certificateType": "ManagedCertificate",
20+
"cipherSuiteSetType": "Customized",
21+
"minimumTlsVersion": "TLS12",
22+
"customizedCipherSuiteSet": {
23+
"cipherSuiteSetForTls12": [
24+
"ECDHE_RSA_AES128_GCM_SHA256"
25+
],
26+
"cipherSuiteSetForTls13": [
27+
"TLS_AES_128_GCM_SHA256",
28+
"TLS_AES_256_GCM_SHA384"
29+
]
30+
},
31+
"secret": {
32+
"id": ""
33+
}
34+
},
35+
"azureDnsZone": {
36+
"id": ""
37+
},
38+
"preValidatedCustomDomainResourceId": {
39+
"id": ""
40+
},
41+
"validationProperties": {
42+
"validationToken": "8c9912db-c615-4eeb-8465",
43+
"expirationDate": "2009-06-15T13:45:43.0000000Z"
44+
},
45+
"domainValidationState": "Pending",
46+
"provisioningState": "Updating",
47+
"deploymentStatus": "NotStarted"
48+
}
49+
}
50+
}
51+
}
52+
}
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-06-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "RG",
6+
"profileName": "profile1"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"value": [
12+
{
13+
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/customdomains/domain1",
14+
"name": "domain1",
15+
"type": "Microsoft.Cdn/profiles/customdomains",
16+
"properties": {
17+
"profileName": "profile1",
18+
"hostName": "www.contoso.com",
19+
"tlsSettings": {
20+
"certificateType": "ManagedCertificate",
21+
"cipherSuiteSetType": "Customized",
22+
"minimumTlsVersion": "TLS12",
23+
"customizedCipherSuiteSet": {
24+
"cipherSuiteSetForTls12": [
25+
"ECDHE_RSA_AES128_GCM_SHA256"
26+
],
27+
"cipherSuiteSetForTls13": [
28+
"TLS_AES_128_GCM_SHA256",
29+
"TLS_AES_256_GCM_SHA384"
30+
]
31+
},
32+
"secret": {
33+
"id": ""
34+
}
35+
},
36+
"azureDnsZone": {
37+
"id": ""
38+
},
39+
"preValidatedCustomDomainResourceId": {
40+
"id": ""
41+
},
42+
"validationProperties": {
43+
"validationToken": "8c9912db-c615-4eeb-8465",
44+
"expirationDate": "2009-06-15T13:45:43.0000000Z"
45+
},
46+
"domainValidationState": "Pending",
47+
"provisioningState": "Updating",
48+
"deploymentStatus": "NotStarted"
49+
}
50+
}
51+
]
52+
}
53+
}
54+
}
55+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-06-01",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "RG",
6+
"profileName": "profile1",
7+
"customDomainName": "domain1"
8+
},
9+
"responses": {
10+
"200": {},
11+
"202": {
12+
"headers": {
13+
"azure-asyncoperation": "https://management.azure.com/subscriptions/subid/resourcegroups/resourceGroupName/providers/Microsoft.Cdn/operationresults/operationId?api-version=2025-06-01"
14+
}
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)