Skip to content

Commit 0f4c8f7

Browse files
santoshatmicrosoftiamsantoshmishraSantosh Kumar Mishrasanmishra18skywing918
authored
Add ArcScope Support to ServerSites and SqlSite of Migrate RP and add support for Security Insights to Migrate Discovery - API v2024-12-01-preview (Azure#32212)
* Base Verson Commit * Changes on top * update readme file * Add the examples. * Modified Examples * Fix machine id issue. * Fix PATTERN errors. * Fix Swagger Validation errors. * Fix LintDiff errors. * Fix ModelValidation Errors. * Fix Prettier formatting for Swagger JSON examples * Addressed ARM review comments. * Address more review comment and remove duplicate lib * Fix the failing tests. * Fix breaking changes and swagger model validation. * Addressed rerview comment. * Addressed reviews comments. * Address review comment. * Fix Swagger validation errors. * fix swagger validation. * Fix Swagger SemanticValidation error * Fix swagger validation error. * Revert back SQL endpoint. * Revert "Revert back SQL endpoint." This reverts commit 5a64861. * Reapply "Revert back SQL endpoint." This reverts commit 322d31d. * Apply the changes to fix the SQL endpoint name. * Add arcDiscovery & discoverySource Props to the SqlServerV2 and SqlDatabaseV2. * Added arcDiscovery & discoverySource Props to the SqlServerV2 and SqlDatabaseV2. * Fix LintDiff & Swagger Avacado Tests. * Fix breaking changes. * Addressed ARM review comments. * Make optional subscriptionOrResourceGroupIds for scope type. * Addressed ARM review comments. * Fixed breaking changes! * Add APIs for SecurityInsights * Update readme to fix Swagger LintDiff error * revert readme changes from service root folder * Add PotentialTargets property to Software * json changes * Correction * Update json * Correct * examples * Example * name shcange * Prettier * Addition * Example * Added few more properties * Add Changes from API version 2024-07-01-preview * change * Add DiscoverySource for Import machine * Adding disk, secure boot for servers * Minor change in property name * initial tag changes * adding tagSync enum * renaming property * Remove InventoryInsights API * fixing model validation --------- Co-authored-by: Santosh Kumar Mishra <93mishra@gmail.com> Co-authored-by: Santosh Kumar Mishra <santosh.mishra@microsoft.com> Co-authored-by: Santosh Kumar Mishra <sanmishra@microsoft.com> Co-authored-by: Kyle Zhang <skywing918@hotmail.com> Co-authored-by: Harshit Surana <hsurana@microsoft.com> Co-authored-by: Swapnil Jain <swjai@microsoft.com> Co-authored-by: Swapnil Jain <65277773+swjai@users.noreply.github.com> Co-authored-by: Prachi Somani <kamukesh@microsoft.com> Co-authored-by: Ayushi Agrawal <35445226+ayushi1804@users.noreply.github.com> Co-authored-by: prachik1 <prach.karwa@gmail.com> Co-authored-by: Vivek Pratap Deo <vivdeo@microsoft.com> Co-authored-by: Nipun Arora <nipun92@gmail.com>
1 parent 3855ffb commit 0f4c8f7

File tree

229 files changed

+37610
-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.

229 files changed

+37610
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"title": "DependencyMapController_ClientGroupMembers_MaximumSet_Gen - generated by [MaximumSet] rule",
3+
"operationId": "DependencyMapController_ClientGroupMembers",
4+
"parameters": {
5+
"api-version": "2024-12-01-preview",
6+
"subscriptionId": "291F8922-D548-4CAF-9C43-C65300D5AFD4",
7+
"resourceGroupName": "rgmigrate",
8+
"siteName": "55--o3Q",
9+
"mapRequest": {
10+
"machineId": "bsdhlakqztyhaxxahndubu",
11+
"processGroupName": "yavdepnnrlmpdqygcobvnbfdv",
12+
"processName": "kzguiyinuyhauvna",
13+
"startTime": "2025-01-22T06:01:16.726Z",
14+
"endTime": "2025-01-22T06:01:16.726Z",
15+
"filters": {
16+
"machineIds": [
17+
"jtt"
18+
],
19+
"processIds": [
20+
"aeszfzxyznxmphcc"
21+
]
22+
}
23+
}
24+
},
25+
"responses": {
26+
"200": {
27+
"body": {}
28+
},
29+
"202": {
30+
"headers": {
31+
"location": "https://contoso.com/operationstatus"
32+
}
33+
}
34+
}
35+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"title": "DependencyMapController_ExportDependencies_MaximumSet_Gen - generated by [MaximumSet] rule",
3+
"operationId": "DependencyMapController_ExportDependencies",
4+
"parameters": {
5+
"api-version": "2024-12-01-preview",
6+
"subscriptionId": "291F8922-D548-4CAF-9C43-C65300D5AFD4",
7+
"resourceGroupName": "rgmigrate",
8+
"siteName": "55--o3Q",
9+
"requestBody": {
10+
"startTime": "2025-01-22T06:01:21.635Z",
11+
"endTime": "2025-01-22T06:01:21.635Z"
12+
}
13+
},
14+
"responses": {
15+
"200": {
16+
"body": {}
17+
},
18+
"202": {
19+
"headers": {
20+
"location": "https://contoso.com/operationstatus"
21+
}
22+
}
23+
}
24+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"title": "DependencyMapController_GenerateCoarseMap_MaximumSet_Gen - generated by [MaximumSet] rule",
3+
"operationId": "DependencyMapController_GenerateCoarseMap",
4+
"parameters": {
5+
"api-version": "2024-12-01-preview",
6+
"subscriptionId": "291F8922-D548-4CAF-9C43-C65300D5AFD4",
7+
"resourceGroupName": "rgmigrate",
8+
"siteName": "55--o3Q",
9+
"mapRequest": {
10+
"startTime": "2025-01-22T06:01:22.867Z",
11+
"endTime": "2025-01-22T06:01:22.867Z",
12+
"filters": {
13+
"machineIds": [
14+
"jtt"
15+
],
16+
"processIds": [
17+
"aeszfzxyznxmphcc"
18+
]
19+
}
20+
}
21+
},
22+
"responses": {
23+
"200": {
24+
"body": {}
25+
},
26+
"202": {
27+
"headers": {
28+
"location": "https://contoso.com/operationstatus"
29+
}
30+
}
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"title": "DependencyMapController_GenerateDetailedMap_MaximumSet_Gen - generated by [MaximumSet] rule",
3+
"operationId": "DependencyMapController_GenerateDetailedMap",
4+
"parameters": {
5+
"api-version": "2024-12-01-preview",
6+
"subscriptionId": "291F8922-D548-4CAF-9C43-C65300D5AFD4",
7+
"resourceGroupName": "rgmigrate",
8+
"siteName": "55--o3Q",
9+
"mapRequest": {
10+
"machineId": "hgjkdihfuasxetbjlwsndkddpjvhr",
11+
"startTime": "2025-01-22T06:01:23.522Z",
12+
"endTime": "2025-01-22T06:01:23.522Z",
13+
"filters": {
14+
"machineIds": [
15+
"jtt"
16+
],
17+
"processIds": [
18+
"aeszfzxyznxmphcc"
19+
]
20+
}
21+
}
22+
},
23+
"responses": {
24+
"200": {
25+
"body": {}
26+
},
27+
"202": {
28+
"headers": {
29+
"location": "https://contoso.com/operationstatus"
30+
}
31+
}
32+
}
33+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"title": "DependencyMapController_ServerGroupMembers_MaximumSet_Gen - generated by [MaximumSet] rule",
3+
"operationId": "DependencyMapController_ServerGroupMembers",
4+
"parameters": {
5+
"api-version": "2024-12-01-preview",
6+
"subscriptionId": "291F8922-D548-4CAF-9C43-C65300D5AFD4",
7+
"resourceGroupName": "rgmigrate",
8+
"siteName": "55--o3Q",
9+
"mapRequest": {
10+
"serverPort": 29,
11+
"startTime": "2025-01-22T06:01:34.893Z",
12+
"endTime": "2025-01-22T06:01:34.893Z",
13+
"filters": {
14+
"machineIds": [
15+
"jtt"
16+
],
17+
"processIds": [
18+
"aeszfzxyznxmphcc"
19+
]
20+
}
21+
}
22+
},
23+
"responses": {
24+
"200": {
25+
"body": {}
26+
},
27+
"202": {
28+
"headers": {
29+
"location": "https://contoso.com/operationstatus"
30+
}
31+
}
32+
}
33+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
{
2+
"title": "HypervClusterController_CreateCluster_MaximumSet_Gen - generated by [MaximumSet] rule",
3+
"operationId": "HypervClusterController_CreateCluster",
4+
"parameters": {
5+
"api-version": "2024-12-01-preview",
6+
"subscriptionId": "291F8922-D548-4CAF-9C43-C65300D5AFD4",
7+
"resourceGroupName": "rgmigrate",
8+
"siteName": "55--o3Q",
9+
"clusterName": "ABC-123",
10+
"body": {
11+
"properties": {
12+
"fqdn": "lacbgkrkpqz",
13+
"runAsAccountId": "qwufapcavfbw",
14+
"hostFqdnList": [
15+
"zlwvwatrballpcfyszlvgzdvyn"
16+
],
17+
"provisioningState": "Created"
18+
}
19+
}
20+
},
21+
"responses": {
22+
"200": {
23+
"body": {
24+
"properties": {
25+
"createdTimestamp": "1704067200000",
26+
"updatedTimestamp": "1804067200000",
27+
"fqdn": "lacbgkrkpqz",
28+
"functionalLevel": 25,
29+
"status": "Pending",
30+
"runAsAccountId": "qwufapcavfbw",
31+
"hostFqdnList": [
32+
"zlwvwatrballpcfyszlvgzdvyn"
33+
],
34+
"errors": [
35+
{
36+
"message": "ygbriwoqjjddkfljbqfoywh",
37+
"messageParameters": {
38+
"key2208": "ssanysjtuvgaizcxjdocubwzpmyj"
39+
},
40+
"applianceName": "ouwrnzydtkirtnejfiolc",
41+
"id": 3,
42+
"code": "mehttvhwqiahddvogqt",
43+
"possibleCauses": "yswrdrnhrbt",
44+
"recommendedAction": "jibkz",
45+
"severity": "gqgwobqg",
46+
"summaryMessage": "vvbebbymtwxzg",
47+
"source": "RefreshFabricLayout",
48+
"updatedTimeStamp": "2025-01-22T06:01:17.353Z",
49+
"runAsAccountId": "qtxhldiqmiihgxlrww",
50+
"discoveryScope": "AppsAndRoles"
51+
}
52+
],
53+
"provisioningState": "Created"
54+
},
55+
"id": "wjfcvytqvpoixcffbszay",
56+
"name": "zlkoerbclrddlfunzklremjmo",
57+
"type": "xnfsbdpxrkptkasrphvwb",
58+
"systemData": {
59+
"createdBy": "qronezlt",
60+
"createdByType": "User",
61+
"createdAt": "2025-01-22T06:01:05.811Z",
62+
"lastModifiedBy": "loesehr",
63+
"lastModifiedByType": "User",
64+
"lastModifiedAt": "2025-01-22T06:01:05.811Z"
65+
}
66+
}
67+
},
68+
"201": {
69+
"headers": {
70+
"location": "https://contoso.com/operationstatus"
71+
},
72+
"body": {
73+
"properties": {
74+
"createdTimestamp": "1704067200000",
75+
"updatedTimestamp": "1804067200000",
76+
"fqdn": "lacbgkrkpqz",
77+
"functionalLevel": 25,
78+
"status": "Running",
79+
"runAsAccountId": "qwufapcavfbw",
80+
"hostFqdnList": [
81+
"zlwvwatrballpcfyszlvgzdvyn"
82+
],
83+
"errors": [
84+
{
85+
"message": "ygbriwoqjjddkfljbqfoywh",
86+
"messageParameters": {
87+
"key2208": "ssanysjtuvgaizcxjdocubwzpmyj"
88+
},
89+
"applianceName": "ouwrnzydtkirtnejfiolc",
90+
"id": 3,
91+
"code": "mehttvhwqiahddvogqt",
92+
"possibleCauses": "yswrdrnhrbt",
93+
"recommendedAction": "jibkz",
94+
"severity": "gqgwobqg",
95+
"summaryMessage": "vvbebbymtwxzg",
96+
"source": "RefreshFabricLayout",
97+
"updatedTimeStamp": "2025-01-22T06:01:17.353Z",
98+
"runAsAccountId": "qtxhldiqmiihgxlrww",
99+
"discoveryScope": "AppsAndRoles"
100+
}
101+
],
102+
"provisioningState": "Created"
103+
},
104+
"id": "wjfcvytqvpoixcffbszay",
105+
"name": "zlkoerbclrddlfunzklremjmo",
106+
"type": "xnfsbdpxrkptkasrphvwb",
107+
"systemData": {
108+
"createdBy": "qronezlt",
109+
"createdByType": "User",
110+
"createdAt": "2025-01-22T06:01:05.811Z",
111+
"lastModifiedBy": "loesehr",
112+
"lastModifiedByType": "User",
113+
"lastModifiedAt": "2025-01-22T06:01:05.811Z"
114+
}
115+
}
116+
}
117+
}
118+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"title": "HypervClusterController_Delete_MaximumSet_Gen - generated by [MaximumSet] rule",
3+
"operationId": "HypervClusterController_Delete",
4+
"parameters": {
5+
"api-version": "2024-12-01-preview",
6+
"subscriptionId": "291F8922-D548-4CAF-9C43-C65300D5AFD4",
7+
"resourceGroupName": "rgmigrate",
8+
"siteName": "55--o3Q",
9+
"clusterName": "ABC-123"
10+
},
11+
"responses": {
12+
"200": {},
13+
"204": {}
14+
}
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"title": "HypervClusterController_GetCluster_MaximumSet_Gen - generated by [MaximumSet] rule",
3+
"operationId": "HypervClusterController_GetCluster",
4+
"parameters": {
5+
"api-version": "2024-12-01-preview",
6+
"subscriptionId": "291F8922-D548-4CAF-9C43-C65300D5AFD4",
7+
"resourceGroupName": "rgmigrate",
8+
"siteName": "55--o3Q",
9+
"clusterName": "ABC-123"
10+
},
11+
"responses": {
12+
"200": {
13+
"body": {
14+
"properties": {
15+
"createdTimestamp": "1704067200000",
16+
"updatedTimestamp": "1804067200000",
17+
"fqdn": "lacbgkrkpqz",
18+
"functionalLevel": 25,
19+
"status": "Pending",
20+
"runAsAccountId": "qwufapcavfbw",
21+
"hostFqdnList": [
22+
"zlwvwatrballpcfyszlvgzdvyn"
23+
],
24+
"errors": [
25+
{
26+
"message": "ygbriwoqjjddkfljbqfoywh",
27+
"messageParameters": {
28+
"key2208": "ssanysjtuvgaizcxjdocubwzpmyj"
29+
},
30+
"applianceName": "ouwrnzydtkirtnejfiolc",
31+
"id": 3,
32+
"code": "mehttvhwqiahddvogqt",
33+
"possibleCauses": "yswrdrnhrbt",
34+
"recommendedAction": "jibkz",
35+
"severity": "gqgwobqg",
36+
"summaryMessage": "vvbebbymtwxzg",
37+
"source": "RefreshFabricLayout",
38+
"updatedTimeStamp": "2025-01-22T06:01:17.353Z",
39+
"runAsAccountId": "qtxhldiqmiihgxlrww",
40+
"discoveryScope": "AppsAndRoles"
41+
}
42+
],
43+
"provisioningState": "Created"
44+
},
45+
"id": "wjfcvytqvpoixcffbszay",
46+
"name": "zlkoerbclrddlfunzklremjmo",
47+
"type": "xnfsbdpxrkptkasrphvwb",
48+
"systemData": {
49+
"createdBy": "qronezlt",
50+
"createdByType": "User",
51+
"createdAt": "2025-01-22T06:01:05.811Z",
52+
"lastModifiedBy": "loesehr",
53+
"lastModifiedByType": "User",
54+
"lastModifiedAt": "2025-01-22T06:01:05.811Z"
55+
}
56+
}
57+
}
58+
}
59+
}

0 commit comments

Comments
 (0)