Skip to content

Commit f758360

Browse files
authored
Microsoft.AAD: Add OuContainer Swagger (#10508)
* Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload
1 parent f987cb7 commit f758360

File tree

13 files changed

+1990
-191
lines changed

13 files changed

+1990
-191
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
{
2+
"parameters": {
3+
"api-version": "2017-06-01",
4+
"subscriptionId": "1639790a-76a2-4ac4-98d9-8562f5dfcb4d",
5+
"resourceGroupName": "OuContainerResourceGroup",
6+
"domainServiceName": "OuContainer.com",
7+
"ouContainerName": "OuContainer1",
8+
"containerAccount": {
9+
"accountName": "AccountName1",
10+
"spn": "Spn1",
11+
"password": "Password1"
12+
}
13+
},
14+
"responses": {
15+
"200": {
16+
"description": "HTTP 200 (OK) if the operation was successful.",
17+
"body": {
18+
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/ouContainerResourceGroup/providers/Microsoft.AAD/domainServices/ouContainer.com/ouContainer/ouContainer1",
19+
"name": "OuContainer.com/OuContainer1",
20+
"type": "Microsoft.AAD/DomainServices/OuContainer",
21+
"location": "westus",
22+
"etag": "W/\"datetime'2017-04-10T04%3A42%3A19.7067387Z'\"",
23+
"properties": {
24+
"tenantId": "3f8cd22c-7b32-48aa-a01c-f533133b1def",
25+
"domainName": "OuContainer.com",
26+
"deploymentId": "0FC50BDB-AC45-48E4-BC92-F0651EA0687B",
27+
"containerId": "OuContainer1",
28+
"accounts": [
29+
{
30+
"accountName": "AccountName1",
31+
"spn": "Spn1"
32+
},
33+
{
34+
"accountName": "AccountName2",
35+
"spn": "Spn2"
36+
}
37+
],
38+
"serviceStatus": "Running",
39+
"provisioningState": "Succeeded"
40+
}
41+
}
42+
},
43+
"201": {
44+
"description": "HTTP 201 (Created) if the operation was successful.",
45+
"body": {
46+
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/ouContainerResourceGroup/providers/Microsoft.AAD/domainServices/ouContainer.com/ouContainer/ouContainer1",
47+
"name": "OuContainer.com/OuContainer1",
48+
"type": "Microsoft.AAD/DomainServices/OuContainer",
49+
"location": "westus",
50+
"etag": "W/\"datetime'2017-04-10T04%3A42%3A19.7067387Z'\"",
51+
"properties": {
52+
"tenantId": "3f8cd22c-7b32-48aa-a01c-f533133b1def",
53+
"domainName": "OuContainer.com",
54+
"deploymentId": "0FC50BDB-AC45-48E4-BC92-F0651EA0687B",
55+
"containerId": "OuContainer1",
56+
"accounts": [
57+
{
58+
"accountName": "AccountName1",
59+
"spn": "Spn1"
60+
},
61+
{
62+
"accountName": "AccountName2",
63+
"spn": "Spn2"
64+
}
65+
],
66+
"serviceStatus": "Running",
67+
"provisioningState": "Succeeded"
68+
}
69+
}
70+
},
71+
"202": {
72+
"description": "HTTP 202 (Accepted) if the operation was successfully started and will complete asynchronously.",
73+
"body": {
74+
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/ouContainerResourceGroup/providers/Microsoft.AAD/domainServices/ouContainer.com/ouContainer/ouContainer1",
75+
"name": "OuContainer.com/OuContainer1",
76+
"type": "Microsoft.AAD/DomainServices/OuContainer",
77+
"location": "westus",
78+
"etag": "W/\"datetime'2017-04-10T04%3A42%3A19.7067387Z'\"",
79+
"properties": {
80+
"tenantId": "3f8cd22c-7b32-48aa-a01c-f533133b1def",
81+
"domainName": "OuContainer.com",
82+
"deploymentId": "0FC50BDB-AC45-48E4-BC92-F0651EA0687B",
83+
"containerId": "OuContainer1",
84+
"accounts": [
85+
{
86+
"accountName": "AccountName1",
87+
"spn": "Spn1"
88+
},
89+
{
90+
"accountName": "AccountName2",
91+
"spn": "Spn2"
92+
}
93+
],
94+
"serviceStatus": "Running",
95+
"provisioningState": "Succeeded"
96+
}
97+
}
98+
}
99+
}
100+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"parameters": {
3+
"api-version": "2017-06-01",
4+
"subscriptionId": "1639790a-76a2-4ac4-98d9-8562f5dfcb4d",
5+
"resourceGroupName": "OuContainerResourceGroup",
6+
"domainServiceName": "OuContainer.com",
7+
"ouContainerName": "OuContainer1"
8+
},
9+
"responses": {
10+
"200": {
11+
"description": "HTTP 200 (OK) if the operation was successful."
12+
},
13+
"202": {
14+
"description": "HTTP 202 (Accepted) if the operation was successfully started and will complete asynchronously."
15+
},
16+
"204": {
17+
"description": "HTTP 204 (Not Content) should be used if the resource does not exist and the request is well formed."
18+
}
19+
}
20+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"parameters": {
3+
"api-version": "2017-06-01",
4+
"subscriptionId": "1639790a-76a2-4ac4-98d9-8562f5dfcb4d",
5+
"resourceGroupName": "OuContainerResourceGroup",
6+
"domainServiceName": "OuContainer.com",
7+
"ouContainerName": "OuContainer1"
8+
},
9+
"responses": {
10+
"200": {
11+
"description": "HTTP 200 (OK) if the operation was successful.",
12+
"body": {
13+
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/ouContainerResourceGroup/providers/Microsoft.AAD/domainServices/ouContainer.com/ouContainer/ouContainer1",
14+
"name": "OuContainer.com/OuContainer1",
15+
"type": "Microsoft.AAD/DomainServices/OuContainer",
16+
"location": "westus",
17+
"etag": "W/\"datetime'2017-04-10T04%3A42%3A19.7067387Z'\"",
18+
"properties": {
19+
"tenantId": "3f8cd22c-7b32-48aa-a01c-f533133b1def",
20+
"domainName": "OuContainer.com",
21+
"deploymentId": "0FC50BDB-AC45-48E4-BC92-F0651EA0687B",
22+
"containerId": "OuContainer1",
23+
"accounts": [
24+
{
25+
"accountName": "AccountName1",
26+
"spn": "Spn1"
27+
},
28+
{
29+
"accountName": "AccountName2",
30+
"spn": "Spn2"
31+
}
32+
],
33+
"serviceStatus": "Running",
34+
"provisioningState": "Succeeded"
35+
}
36+
}
37+
}
38+
}
39+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"parameters": {
3+
"api-version": "2017-06-01",
4+
"subscriptionId": "1639790a-76a2-4ac4-98d9-8562f5dfcb4d",
5+
"resourceGroupName": "OuContainerResourceGroup",
6+
"domainServiceName": "OuContainer.com"
7+
},
8+
"responses": {
9+
"200": {
10+
"description": "HTTP 200 (OK) if the operation was successful.",
11+
"body": {
12+
"value": [
13+
{
14+
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/ouContainerResourceGroup/providers/Microsoft.AAD/domainServices/ouContainer.com/ouContainer/ouContainer1",
15+
"name": "OuContainer.com/OuContainer1",
16+
"type": "Microsoft.AAD/DomainServices/OuContainer",
17+
"location": "westus",
18+
"etag": "W/\"datetime'2017-04-10T04%3A42%3A19.7067387Z'\"",
19+
"properties": {
20+
"tenantId": "3f8cd22c-7b32-48aa-a01c-f533133b1def",
21+
"domainName": "OuContainer.com",
22+
"deploymentId": "0FC50BDB-AC45-48E4-BC92-F0651EA0687B",
23+
"containerId": "OuContainer1",
24+
"accounts": [
25+
{
26+
"accountName": "AccountName1",
27+
"spn": "Spn1"
28+
},
29+
{
30+
"accountName": "AccountName2",
31+
"spn": "Spn2"
32+
}
33+
],
34+
"serviceStatus": "Running",
35+
"provisioningState": "Succeeded"
36+
}
37+
},
38+
{
39+
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/ouContainerResourceGroup/providers/Microsoft.AAD/domainServices/ouContainer.com/ouContainer/ouContainer2",
40+
"name": "OuContainer.com/OuContainer2",
41+
"type": "Microsoft.AAD/DomainServices/OuContainer",
42+
"location": "westus",
43+
"etag": "W/\"datetime'2017-04-10T04%3A42%3A19.7067387Z'\"",
44+
"properties": {
45+
"tenantId": "3f8cd22c-7b32-48aa-a01c-f533133b1def",
46+
"domainName": "OuContainer.com",
47+
"deploymentId": "0FC50BDB-AC45-48E4-BC92-F0651EA0687B",
48+
"containerId": "OuContainer2",
49+
"accounts": [
50+
{
51+
"accountName": "AccountName3",
52+
"spn": "Spn3"
53+
},
54+
{
55+
"accountName": "AccountName4",
56+
"spn": "Spn4"
57+
}
58+
],
59+
"serviceStatus": "Running",
60+
"provisioningState": "Succeeded"
61+
}
62+
}
63+
]
64+
}
65+
}
66+
}
67+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"parameters": {
3+
"api-version": "2017-06-01",
4+
"subscriptionId": "1639790a-76a2-4ac4-98d9-8562f5dfcb4d",
5+
"resourceGroupName": "OuContainerResourceGroup",
6+
"domainServiceName": "OuContainer.com",
7+
"ouContainerName": "OuContainer1",
8+
"containerAccount": {
9+
"accountName": "AccountName1",
10+
"spn": "Spn1",
11+
"password": "Password1"
12+
}
13+
},
14+
"responses": {
15+
"200": {
16+
"description": "HTTP 200 (OK) if the operation was successful.",
17+
"body": {
18+
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/ouContainerResourceGroup/providers/Microsoft.AAD/domainServices/ouContainer.com/ouContainer/ouContainer1",
19+
"name": "OuContainer.com/OuContainer1",
20+
"type": "Microsoft.AAD/DomainServices/OuContainer",
21+
"location": "westus",
22+
"etag": "W/\"datetime'2017-04-10T04%3A42%3A19.7067387Z'\"",
23+
"properties": {
24+
"tenantId": "3f8cd22c-7b32-48aa-a01c-f533133b1def",
25+
"domainName": "OuContainer.com",
26+
"deploymentId": "0FC50BDB-AC45-48E4-BC92-F0651EA0687B",
27+
"containerId": "OuContainer1",
28+
"accounts": [
29+
{
30+
"accountName": "AccountName1",
31+
"spn": "Spn1"
32+
},
33+
{
34+
"accountName": "AccountName2",
35+
"spn": "Spn2"
36+
}
37+
],
38+
"serviceStatus": "Running",
39+
"provisioningState": "Succeeded"
40+
}
41+
}
42+
},
43+
"202": {
44+
"description": "HTTP 202 (Accepted) if the operation was successfully started and will complete asynchronously.",
45+
"body": {
46+
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/ouContainerResourceGroup/providers/Microsoft.AAD/domainServices/ouContainer.com/ouContainer/ouContainer1",
47+
"name": "OuContainer.com/OuContainer1",
48+
"type": "Microsoft.AAD/DomainServices/OuContainer",
49+
"location": "westus",
50+
"etag": "W/\"datetime'2017-04-10T04%3A42%3A19.7067387Z'\"",
51+
"properties": {
52+
"tenantId": "3f8cd22c-7b32-48aa-a01c-f533133b1def",
53+
"domainName": "OuContainer.com",
54+
"deploymentId": "0FC50BDB-AC45-48E4-BC92-F0651EA0687B",
55+
"containerId": "OuContainer1",
56+
"accounts": [
57+
{
58+
"accountName": "AccountName1",
59+
"spn": "Spn1"
60+
},
61+
{
62+
"accountName": "AccountName2",
63+
"spn": "Spn2"
64+
}
65+
],
66+
"serviceStatus": "Running",
67+
"provisioningState": "Succeeded"
68+
}
69+
}
70+
}
71+
}
72+
}

0 commit comments

Comments
 (0)