Skip to content

Commit 89721c9

Browse files
committed
add support for Microsoft.RedHatOpenShift/hcpclusters resources version 2024-06-10-preview
1 parent 47da73f commit 89721c9

28 files changed

+5921
-0
lines changed
Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
{
2+
"title": "ExternalAuths_CreateOrUpdate_MaximumSet",
3+
"operationId": "ExternalAuths_CreateOrUpdate",
4+
"parameters": {
5+
"api-version": "2024-06-10-preview",
6+
"subscriptionId": "FDEA43EA-0230-4A7D-BDEE-F3AFF2183B1D",
7+
"resourceGroupName": "rgopenapi",
8+
"hcpOpenShiftClusterName": "hcpCluster-name",
9+
"externalAuthName": "my-cool-auth",
10+
"resource": {
11+
"properties": {
12+
"issuer": {
13+
"url": "https://microsoft.com/a",
14+
"audiences": [
15+
"audience1",
16+
"audience2",
17+
"audience3",
18+
"audience4",
19+
"audience5"
20+
],
21+
"ca": "lrakpuqodeqscdauefb"
22+
},
23+
"clients": [
24+
{
25+
"component": {
26+
"name": "my-cool-component",
27+
"authClientNamespace": "my-cool-namespace"
28+
},
29+
"clientId": "vobxtzobefgl",
30+
"extraScopes": [
31+
"ejmvezdxvoozyiickteiqnvpxqciep"
32+
],
33+
"type": "Confidential"
34+
}
35+
],
36+
"claim": {
37+
"mappings": {
38+
"username": {
39+
"claim": "utlmketyrdxmwijowjzbuqyawuoqrlriryuknigayeviriulgjvuwvxjrsrhpmvavyyxzapgkfeyedcklnoddeviibefgvubvecffqgdhntammtlwjsjemhsqhafmmorskpuwbtjgkoggxq",
40+
"prefix": "ojmwi",
41+
"prefixPolicy": "mdbghfytgejdqobfllqmajtc"
42+
},
43+
"groups": {
44+
"claim": "icvcoadhpyprqygxyvqhewaycjdtzrwjzbjgmyralburdaolouyvkymfpetymlcwpqsoteryaatoapieizbsnttmkkxsrhyaacnucznujhgmxkmnmgtcjntjsmuabplpoyxberrjdikkkqqiqfnlvwngpbfajzhxzdgqicoconqtrrstzzumdurgfsheypcm",
45+
"prefix": "kjlxhbjdvwarcwdu"
46+
}
47+
},
48+
"validationRules": [
49+
{
50+
"type": "RequiredClaim",
51+
"requiredClaim": {
52+
"claim": "ciapdmvrnfitudpx",
53+
"requiredValue": "mqzzjiozgxfgflhdrnwawpke"
54+
}
55+
}
56+
]
57+
}
58+
}
59+
}
60+
},
61+
"responses": {
62+
"200": {
63+
"body": {
64+
"properties": {
65+
"provisioningState": "Succeeded",
66+
"condition": {
67+
"type": "Available",
68+
"status": "True",
69+
"lastTransitionTime": "2025-07-03T17:28:03.180Z",
70+
"reason": "A good reason",
71+
"message": "An even better message."
72+
},
73+
"issuer": {
74+
"url": "https://microsoft.com/a",
75+
"audiences": [
76+
"audience1",
77+
"audience2",
78+
"audience3",
79+
"audience4",
80+
"audience5"
81+
],
82+
"ca": "lrakpuqodeqscdauefb"
83+
},
84+
"clients": [
85+
{
86+
"component": {
87+
"name": "my-cool-component",
88+
"authClientNamespace": "my-cool-namespace"
89+
},
90+
"clientId": "vobxtzobefgl",
91+
"extraScopes": [
92+
"ejmvezdxvoozyiickteiqnvpxqciep"
93+
],
94+
"type": "Confidential"
95+
}
96+
],
97+
"claim": {
98+
"mappings": {
99+
"username": {
100+
"claim": "utlmketyrdxmwijowjzbuqyawuoqrlriryuknigayeviriulgjvuwvxjrsrhpmvavyyxzapgkfeyedcklnoddeviibefgvubvecffqgdhntammtlwjsjemhsqhafmmorskpuwbtjgkoggxq",
101+
"prefix": "ojmwi",
102+
"prefixPolicy": "mdbghfytgejdqobfllqmajtc"
103+
},
104+
"groups": {
105+
"claim": "icvcoadhpyprqygxyvqhewaycjdtzrwjzbjgmyralburdaolouyvkymfpetymlcwpqsoteryaatoapieizbsnttmkkxsrhyaacnucznujhgmxkmnmgtcjntjsmuabplpoyxberrjdikkkqqiqfnlvwngpbfajzhxzdgqicoconqtrrstzzumdurgfsheypcm",
106+
"prefix": "kjlxhbjdvwarcwdu"
107+
}
108+
},
109+
"validationRules": [
110+
{
111+
"type": "RequiredClaim",
112+
"requiredClaim": {
113+
"claim": "ciapdmvrnfitudpx",
114+
"requiredValue": "mqzzjiozgxfgflhdrnwawpke"
115+
}
116+
}
117+
]
118+
}
119+
},
120+
"id": "/subscriptions/FDEA43EA-0230-4A7D-BDEE-F3AFF2183B1D/resourceGroups/resourceGroupName/providers/Microsoft.RedHatOpenShift/resourceType/resourceName",
121+
"name": "cabt",
122+
"type": "x",
123+
"systemData": {
124+
"createdBy": "lsrkqcuijqfp",
125+
"createdByType": "User",
126+
"createdAt": "2024-03-27T14:57:32.578Z",
127+
"lastModifiedBy": "tgpmwu",
128+
"lastModifiedByType": "User",
129+
"lastModifiedAt": "2024-03-27T14:57:32.578Z"
130+
}
131+
}
132+
},
133+
"201": {
134+
"headers": {
135+
"Azure-AsyncOperation": "https://contoso.com/operationstatus"
136+
},
137+
"body": {
138+
"properties": {
139+
"provisioningState": "Succeeded",
140+
"condition": {
141+
"type": "Available",
142+
"status": "True",
143+
"lastTransitionTime": "2025-07-03T17:28:03.180Z",
144+
"reason": "A good reason",
145+
"message": "An even better message."
146+
},
147+
"issuer": {
148+
"url": "https://microsoft.com/a",
149+
"audiences": [
150+
"audience1",
151+
"audience2",
152+
"audience3",
153+
"audience4",
154+
"audience5"
155+
],
156+
"ca": "lrakpuqodeqscdauefb"
157+
},
158+
"clients": [
159+
{
160+
"component": {
161+
"name": "my-cool-component",
162+
"authClientNamespace": "my-cool-namespace"
163+
},
164+
"clientId": "vobxtzobefgl",
165+
"extraScopes": [
166+
"ejmvezdxvoozyiickteiqnvpxqciep"
167+
],
168+
"type": "Confidential"
169+
}
170+
],
171+
"claim": {
172+
"mappings": {
173+
"username": {
174+
"claim": "utlmketyrdxmwijowjzbuqyawuoqrlriryuknigayeviriulgjvuwvxjrsrhpmvavyyxzapgkfeyedcklnoddeviibefgvubvecffqgdhntammtlwjsjemhsqhafmmorskpuwbtjgkoggxq",
175+
"prefix": "ojmwi",
176+
"prefixPolicy": "mdbghfytgejdqobfllqmajtc"
177+
},
178+
"groups": {
179+
"claim": "icvcoadhpyprqygxyvqhewaycjdtzrwjzbjgmyralburdaolouyvkymfpetymlcwpqsoteryaatoapieizbsnttmkkxsrhyaacnucznujhgmxkmnmgtcjntjsmuabplpoyxberrjdikkkqqiqfnlvwngpbfajzhxzdgqicoconqtrrstzzumdurgfsheypcm",
180+
"prefix": "kjlxhbjdvwarcwdu"
181+
}
182+
},
183+
"validationRules": [
184+
{
185+
"type": "RequiredClaim",
186+
"requiredClaim": {
187+
"claim": "ciapdmvrnfitudpx",
188+
"requiredValue": "mqzzjiozgxfgflhdrnwawpke"
189+
}
190+
}
191+
]
192+
}
193+
},
194+
"id": "/subscriptions/FDEA43EA-0230-4A7D-BDEE-F3AFF2183B1D/resourceGroups/resourceGroupName/providers/Microsoft.RedHatOpenShift/resourceType/resourceName",
195+
"name": "cabt",
196+
"type": "x",
197+
"systemData": {
198+
"createdBy": "lsrkqcuijqfp",
199+
"createdByType": "User",
200+
"createdAt": "2024-03-27T14:57:32.578Z",
201+
"lastModifiedBy": "tgpmwu",
202+
"lastModifiedByType": "User",
203+
"lastModifiedAt": "2024-03-27T14:57:32.578Z"
204+
}
205+
}
206+
}
207+
}
208+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"title": "ExternalAuths_Delete_MaximumSet",
3+
"operationId": "ExternalAuths_Delete",
4+
"parameters": {
5+
"api-version": "2024-06-10-preview",
6+
"subscriptionId": "FDEA43EA-0230-4A7D-BDEE-F3AFF2183B1D",
7+
"resourceGroupName": "rgopenapi",
8+
"hcpOpenShiftClusterName": "hcpCluster-name",
9+
"externalAuthName": "my-cool-auth"
10+
},
11+
"responses": {
12+
"202": {
13+
"headers": {
14+
"location": "https://contoso.com/operationstatus"
15+
}
16+
},
17+
"204": {}
18+
}
19+
}
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"title": "ExternalAuths_Get_MaximumSet",
3+
"operationId": "ExternalAuths_Get",
4+
"parameters": {
5+
"api-version": "2024-06-10-preview",
6+
"subscriptionId": "FDEA43EA-0230-4A7D-BDEE-F3AFF2183B1D",
7+
"resourceGroupName": "rgopenapi",
8+
"hcpOpenShiftClusterName": "hcpCluster-name",
9+
"externalAuthName": "my-cool-auth"
10+
},
11+
"responses": {
12+
"200": {
13+
"body": {
14+
"properties": {
15+
"provisioningState": "Succeeded",
16+
"condition": {
17+
"type": "Available",
18+
"status": "True",
19+
"lastTransitionTime": "2025-07-03T17:28:03.180Z",
20+
"reason": "A good reason",
21+
"message": "An even better message."
22+
},
23+
"issuer": {
24+
"url": "https://microsoft.com/a",
25+
"audiences": [
26+
"audience1",
27+
"audience2",
28+
"audience3",
29+
"audience4",
30+
"audience5"
31+
],
32+
"ca": "lrakpuqodeqscdauefb"
33+
},
34+
"clients": [
35+
{
36+
"component": {
37+
"name": "my-cool-component",
38+
"authClientNamespace": "my-cool-namespace"
39+
},
40+
"clientId": "vobxtzobefgl",
41+
"extraScopes": [
42+
"ejmvezdxvoozyiickteiqnvpxqciep"
43+
],
44+
"type": "Confidential"
45+
}
46+
],
47+
"claim": {
48+
"mappings": {
49+
"username": {
50+
"claim": "utlmketyrdxmwijowjzbuqyawuoqrlriryuknigayeviriulgjvuwvxjrsrhpmvavyyxzapgkfeyedcklnoddeviibefgvubvecffqgdhntammtlwjsjemhsqhafmmorskpuwbtjgkoggxq",
51+
"prefix": "ojmwi",
52+
"prefixPolicy": "mdbghfytgejdqobfllqmajtc"
53+
},
54+
"groups": {
55+
"claim": "icvcoadhpyprqygxyvqhewaycjdtzrwjzbjgmyralburdaolouyvkymfpetymlcwpqsoteryaatoapieizbsnttmkkxsrhyaacnucznujhgmxkmnmgtcjntjsmuabplpoyxberrjdikkkqqiqfnlvwngpbfajzhxzdgqicoconqtrrstzzumdurgfsheypcm",
56+
"prefix": "kjlxhbjdvwarcwdu"
57+
}
58+
},
59+
"validationRules": [
60+
{
61+
"type": "RequiredClaim",
62+
"requiredClaim": {
63+
"claim": "ciapdmvrnfitudpx",
64+
"requiredValue": "mqzzjiozgxfgflhdrnwawpke"
65+
}
66+
}
67+
]
68+
}
69+
},
70+
"id": "/subscriptions/FDEA43EA-0230-4A7D-BDEE-F3AFF2183B1D/resourceGroups/resourceGroupName/providers/Microsoft.RedHatOpenShift/resourceType/resourceName",
71+
"name": "cabt",
72+
"type": "x",
73+
"systemData": {
74+
"createdBy": "lsrkqcuijqfp",
75+
"createdByType": "User",
76+
"createdAt": "2024-03-27T14:57:32.578Z",
77+
"lastModifiedBy": "tgpmwu",
78+
"lastModifiedByType": "User",
79+
"lastModifiedAt": "2024-03-27T14:57:32.578Z"
80+
}
81+
}
82+
}
83+
}
84+
}

0 commit comments

Comments
 (0)