Skip to content

Commit ec9aa3b

Browse files
dshravanizman-ms
authored andcommitted
[Hub Generated] Review request for Microsoft.Community to add version stable/2023-11-01 (#26571)
* Generate new Service for communitytraining * Adding CommunityTrainings Specification
1 parent 0fabb92 commit ec9aa3b

24 files changed

+2046
-0
lines changed
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
{
2+
"title": "CreateCommunityTrainings",
3+
"operationId": "CommunityTrainings_Create",
4+
"parameters": {
5+
"api-version": "2023-11-01",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"resourceGroupName": "rgCommunityTaining",
8+
"communityTrainingName": "ctApplication",
9+
"resource": {
10+
"properties": {
11+
"portalName": "ctwebsite",
12+
"portalAdminEmailAddress": "[email protected]",
13+
"portalOwnerOrganizationName": "CT Portal Owner Organization",
14+
"portalOwnerEmailAddress": "[email protected]",
15+
"identityConfiguration": {
16+
"identityType": "ADB2C",
17+
"teamsEnabled": false,
18+
"tenantId": "c1ffbb60-88cf-4b83-b54f-c47ae6220c19",
19+
"domainName": "cttenant",
20+
"clientId": "8c92390f-2f30-493d-bd13-d3c3eba3709d",
21+
"clientSecret": "idenityConfigurationClientSecret",
22+
"b2cAuthenticationPolicy": "B2C_1_signup_signin",
23+
"b2cPasswordResetPolicy": "B2C_1_pwd_reset",
24+
"customLoginParameters": "custom_hint"
25+
},
26+
"zoneRedundancyEnabled": true,
27+
"disasterRecoveryEnabled": true
28+
},
29+
"sku": {
30+
"name": "Commercial",
31+
"tier": "Standard"
32+
},
33+
"location": "southeastasia"
34+
}
35+
},
36+
"responses": {
37+
"200": {
38+
"body": {
39+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgCommunityTraining/providers/Microsoft.Community/communityTrainings/ctApplication",
40+
"name": "ctApplication",
41+
"type": "Microsoft.Community/communityTrainings",
42+
"properties": {
43+
"portalName": "ctwebsite",
44+
"portalAdminEmailAddress": "[email protected]",
45+
"portalOwnerOrganizationName": "CT Portal Owner Organization",
46+
"portalOwnerEmailAddress": "[email protected]",
47+
"identityConfiguration": {
48+
"identityType": "ADB2C",
49+
"teamsEnabled": false,
50+
"tenantId": "c1ffbb60-88cf-4b83-b54f-c47ae6220c19",
51+
"domainName": "cttenant",
52+
"clientId": "8c92390f-2f30-493d-bd13-d3c3eba3709d",
53+
"b2cAuthenticationPolicy": "B2C_1_signup_signin",
54+
"b2cPasswordResetPolicy": "B2C_1_pwd_reset",
55+
"customLoginParameters": "custom_hint"
56+
},
57+
"zoneRedundancyEnabled": true,
58+
"disasterRecoveryEnabled": true,
59+
"provisioningState": "Succeeded"
60+
},
61+
"sku": {
62+
"name": "Commercial",
63+
"tier": "Standard"
64+
},
65+
"tags": {},
66+
"location": "southeastasia",
67+
"systemData": {
68+
"createdBy": "[email protected]",
69+
"createdByType": "User",
70+
"createdAt": "2023-08-01T11:42:44.657Z",
71+
"lastModifiedBy": "[email protected]",
72+
"lastModifiedByType": "User",
73+
"lastModifiedAt": "2023-08-01T11:42:44.657Z"
74+
}
75+
}
76+
},
77+
"201": {
78+
"headers": {
79+
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Community/locations/southeastasia/operationStatuses/a9d7605b-20d2-44c9-bdaf-65d981f30403?api-version=2023-11-01"
80+
},
81+
"body": {
82+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgCommunityTraining/providers/Microsoft.Community/communityTrainings/ctApplication",
83+
"name": "ctApplication",
84+
"type": "Microsoft.Community/communityTrainings",
85+
"properties": {
86+
"portalName": "ctwebsite",
87+
"portalAdminEmailAddress": "[email protected]",
88+
"portalOwnerEmailAddress": "[email protected]",
89+
"portalOwnerOrganizationName": "CT Portal Owner Organization",
90+
"identityConfiguration": {
91+
"identityType": "ADB2C",
92+
"teamsEnabled": false,
93+
"tenantId": "c1ffbb60-88cf-4b83-b54f-c47ae6220c19",
94+
"domainName": "cttenant",
95+
"clientId": "8c92390f-2f30-493d-bd13-d3c3eba3709d",
96+
"b2cAuthenticationPolicy": "B2C_1_signup_signin",
97+
"b2cPasswordResetPolicy": "B2C_1_pwd_reset",
98+
"customLoginParameters": "custom_hint"
99+
},
100+
"zoneRedundancyEnabled": true,
101+
"disasterRecoveryEnabled": true,
102+
"provisioningState": "Succeeded"
103+
},
104+
"sku": {
105+
"name": "Commercial",
106+
"tier": "Standard"
107+
},
108+
"tags": {},
109+
"location": "southeastasia",
110+
"systemData": {
111+
"createdBy": "[email protected]",
112+
"createdByType": "User",
113+
"createdAt": "2023-08-01T11:42:44.657Z",
114+
"lastModifiedBy": "[email protected]",
115+
"lastModifiedByType": "User",
116+
"lastModifiedAt": "2023-08-01T11:42:44.657Z"
117+
}
118+
}
119+
}
120+
}
121+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"title": "DeleteCommunityTrainings",
3+
"operationId": "CommunityTrainings_Delete",
4+
"parameters": {
5+
"api-version": "2023-11-01",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"resourceGroupName": "rgCommunityTraining",
8+
"communityTrainingName": "ctApplication"
9+
},
10+
"responses": {
11+
"200": {},
12+
"202": {
13+
"headers": {
14+
"location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Community/locations/southeastasia/operationStatuses/a9d7605b-20d2-44c9-bdaf-65d981f30403?api-version=2023-11-01"
15+
}
16+
},
17+
"204": {}
18+
}
19+
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"title": "GetCommunityTrainings",
3+
"operationId": "CommunityTrainings_Get",
4+
"parameters": {
5+
"api-version": "2023-11-01",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"resourceGroupName": "rgCommunityTraining",
8+
"communityTrainingName": "ctApplication"
9+
},
10+
"responses": {
11+
"200": {
12+
"body": {
13+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgCommunityTraining/providers/Microsoft.Community/communityTrainings/ctApplication",
14+
"name": "ctApplication",
15+
"type": "Microsoft.Community/communityTrainings",
16+
"properties": {
17+
"portalName": "ctwebsite",
18+
"portalAdminEmailAddress": "[email protected]",
19+
"portalOwnerOrganizationName": "CT Portal Owner Organization",
20+
"portalOwnerEmailAddress": "[email protected]",
21+
"identityConfiguration": {
22+
"identityType": "ADB2C",
23+
"teamsEnabled": false,
24+
"tenantId": "c1ffbb60-88cf-4b83-b54f-c47ae6220c19",
25+
"domainName": "cttenant",
26+
"clientId": "8c92390f-2f30-493d-bd13-d3c3eba3709d",
27+
"b2cAuthenticationPolicy": "B2C_1_signup_signin",
28+
"b2cPasswordResetPolicy": "B2C_1_pwd_reset",
29+
"customLoginParameters": "custom_hint"
30+
},
31+
"zoneRedundancyEnabled": true,
32+
"disasterRecoveryEnabled": true,
33+
"provisioningState": "Succeeded"
34+
},
35+
"sku": {
36+
"name": "Commercial",
37+
"tier": "Standard"
38+
},
39+
"tags": {},
40+
"location": "southeastasia",
41+
"systemData": {
42+
"createdBy": "[email protected]",
43+
"createdByType": "User",
44+
"createdAt": "2023-08-01T11:42:44.657Z",
45+
"lastModifiedBy": "[email protected]",
46+
"lastModifiedByType": "User",
47+
"lastModifiedAt": "2023-08-01T11:42:44.657Z"
48+
}
49+
}
50+
}
51+
}
52+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"title": "ListByResourceGroupCommunityTrainings",
3+
"operationId": "CommunityTrainings_ListByResourceGroup",
4+
"parameters": {
5+
"api-version": "2023-11-01",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"resourceGroupName": "rgCommunityTraining"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"value": [
13+
{
14+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgCommunityTraining/providers/Microsoft.Community/communityTrainings/ctApplication",
15+
"name": "ctApplication",
16+
"type": "Microsoft.Community/communityTrainings",
17+
"properties": {
18+
"portalName": "ctwebsite",
19+
"portalAdminEmailAddress": "[email protected]",
20+
"portalOwnerOrganizationName": "CT Portal Owner Organization",
21+
"portalOwnerEmailAddress": "[email protected]",
22+
"identityConfiguration": {
23+
"identityType": "ADB2C",
24+
"teamsEnabled": false,
25+
"tenantId": "c1ffbb60-88cf-4b83-b54f-c47ae6220c19",
26+
"domainName": "cttenant",
27+
"clientId": "8c92390f-2f30-493d-bd13-d3c3eba3709d",
28+
"b2cAuthenticationPolicy": "B2C_1_signup_signin",
29+
"b2cPasswordResetPolicy": "B2C_1_pwd_reset",
30+
"customLoginParameters": "custom_hint"
31+
},
32+
"zoneRedundancyEnabled": true,
33+
"disasterRecoveryEnabled": true,
34+
"provisioningState": "Succeeded"
35+
},
36+
"sku": {
37+
"name": "Commercial",
38+
"tier": "Standard"
39+
},
40+
"tags": {},
41+
"location": "southeastasia",
42+
"systemData": {
43+
"createdBy": "[email protected]",
44+
"createdByType": "User",
45+
"createdAt": "2023-08-01T11:42:44.657Z",
46+
"lastModifiedBy": "[email protected]",
47+
"lastModifiedByType": "User",
48+
"lastModifiedAt": "2023-08-01T11:42:44.657Z"
49+
}
50+
}
51+
]
52+
}
53+
}
54+
}
55+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"title": "ListBySubscriptionCommunityTrainings",
3+
"operationId": "CommunityTrainings_ListBySubscription",
4+
"parameters": {
5+
"api-version": "2023-11-01",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"value": [
12+
{
13+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgCommunityTraining/providers/Microsoft.Community/communityTrainings/ctApplication",
14+
"name": "ctApplication",
15+
"type": "Microsoft.Community/communityTrainings",
16+
"properties": {
17+
"portalName": "ctwebsite",
18+
"portalAdminEmailAddress": "[email protected]",
19+
"portalOwnerOrganizationName": "CT Portal Owner Organization",
20+
"portalOwnerEmailAddress": "[email protected]",
21+
"identityConfiguration": {
22+
"identityType": "ADB2C",
23+
"teamsEnabled": false,
24+
"tenantId": "c1ffbb60-88cf-4b83-b54f-c47ae6220c19",
25+
"domainName": "cttenant",
26+
"clientId": "8c92390f-2f30-493d-bd13-d3c3eba3709d",
27+
"b2cAuthenticationPolicy": "B2C_1_signup_signin",
28+
"b2cPasswordResetPolicy": "B2C_1_pwd_reset",
29+
"customLoginParameters": "custom_hint"
30+
},
31+
"zoneRedundancyEnabled": true,
32+
"disasterRecoveryEnabled": true,
33+
"provisioningState": "Succeeded"
34+
},
35+
"sku": {
36+
"name": "Commercial",
37+
"tier": "Standard"
38+
},
39+
"tags": {},
40+
"location": "southeastasia",
41+
"systemData": {
42+
"createdBy": "[email protected]",
43+
"createdByType": "User",
44+
"createdAt": "2023-08-01T11:42:44.657Z",
45+
"lastModifiedBy": "[email protected]",
46+
"lastModifiedByType": "User",
47+
"lastModifiedAt": "2023-08-01T11:42:44.657Z"
48+
}
49+
}
50+
]
51+
}
52+
}
53+
}
54+
}
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"title": "UpdateCommunityTrainings",
3+
"operationId": "CommunityTrainings_Update",
4+
"parameters": {
5+
"api-version": "2023-11-01",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"resourceGroupName": "rgCommunityTraining",
8+
"communityTrainingName": "ctApplication",
9+
"properties": {
10+
"sku": {
11+
"name": "Commercial",
12+
"tier": "Standard"
13+
},
14+
"tags": {},
15+
"properties": {
16+
"identityConfiguration": {
17+
"identityType": "ADB2C",
18+
"teamsEnabled": false,
19+
"tenantId": "c1ffbb60-88cf-4b83-b54f-c47ae6220c19",
20+
"domainName": "cttenant",
21+
"clientId": "8c92390f-2f30-493d-bd13-d3c3eba3709d",
22+
"clientSecret": "idenityConfigurationClientSecret",
23+
"b2cAuthenticationPolicy": "B2C_1_signup_signin",
24+
"b2cPasswordResetPolicy": "B2C_1_pwd_reset",
25+
"customLoginParameters": "custom_hint"
26+
}
27+
}
28+
}
29+
},
30+
"responses": {
31+
"200": {
32+
"body": {
33+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgCommunityTraining/providers/Microsoft.Community/communityTrainings/ctApplication",
34+
"name": "ctApplication",
35+
"type": "Microsoft.Community/communityTrainings",
36+
"properties": {
37+
"portalName": "ctwebsite",
38+
"portalAdminEmailAddress": "[email protected]",
39+
"portalOwnerOrganizationName": "CT Portal Owner Organization",
40+
"portalOwnerEmailAddress": "[email protected]",
41+
"identityConfiguration": {
42+
"identityType": "ADB2C",
43+
"teamsEnabled": false,
44+
"tenantId": "c1ffbb60-88cf-4b83-b54f-c47ae6220c19",
45+
"domainName": "cttenant",
46+
"clientId": "8c92390f-2f30-493d-bd13-d3c3eba3709d",
47+
"b2cAuthenticationPolicy": "B2C_1_signup_signin",
48+
"b2cPasswordResetPolicy": "B2C_1_pwd_reset",
49+
"customLoginParameters": "custom_hint"
50+
},
51+
"zoneRedundancyEnabled": true,
52+
"disasterRecoveryEnabled": true,
53+
"provisioningState": "Succeeded"
54+
},
55+
"sku": {
56+
"name": "Commercial",
57+
"tier": "Standard"
58+
},
59+
"tags": {},
60+
"location": "southeastasia",
61+
"systemData": {
62+
"createdBy": "[email protected]",
63+
"createdByType": "User",
64+
"createdAt": "2023-08-01T11:42:44.657Z",
65+
"lastModifiedBy": "[email protected]",
66+
"lastModifiedByType": "User",
67+
"lastModifiedAt": "2023-08-01T11:42:44.657Z"
68+
}
69+
}
70+
},
71+
"202": {
72+
"headers": {
73+
"location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Community/locations/southeastasia/operationStatuses/a9d7605b-20d2-44c9-bdaf-65d981f30403?api-version=2023-11-01"
74+
}
75+
}
76+
}
77+
}

0 commit comments

Comments
 (0)