Skip to content

Commit 124de37

Browse files
authored
[Hub Generated] Review request for Microsoft.Migrate/AssessmentProjects to add version stable/2023-03-15 (#25417)
* Adds base for updating Microsoft.Migrate/AssessmentProjects from version stable/2019-10-01 to version 2023-03-15 * Updates readme * Updates API version in new specs and examples * edit * added types files * added examples * edit. spelling ignore words added * edit. api version fix * edit. * edit. * edit. * deleted zombie files and ran prettier * removed data plane folder to fix checks * Removed common types folder. * Fixed relative path to common types + minor swagger edits * removed 2019 from default tag to fix go sdk check * edit * minor swagger fixes * edit * edited string for policheck * minor fix * Added manual examples * fixed errors in checks * testing update readme to latest API version * edit * edit * compile swagger with new typespec compiler version * edit * Sdded PE resources using common types * added regex pattern * edit * edit * edit * edit. minor changes from comments/ checks * cleanup * made delete sync and updated examples * edit. made string to date time
1 parent ae7273f commit 124de37

File tree

81 files changed

+30970
-9
lines changed

Some content is hidden

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

81 files changed

+30970
-9
lines changed

cSpell.json

+14-8
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,21 @@
403403
]
404404
},
405405
{
406-
"filename": "**/specification/migrate/resource-manager/Microsoft.Migrate/stable/2018-02-02/migrate.json",
406+
"filename": "**/specification/migrate/resource-manager/**/*.json",
407407
"words": [
408-
"Occured"
408+
"Occured",
409+
"Assessible",
410+
"sqlcollectors",
411+
"Reasonings",
412+
"Overcommit",
413+
"overcommit",
414+
"SSDE",
415+
"Recieved",
416+
"Ebds",
417+
"idms",
418+
"Idms",
419+
"Cluter",
420+
"Mfamily"
409421
]
410422
},
411423
{
@@ -593,12 +605,6 @@
593605
"Listblob"
594606
]
595607
},
596-
{
597-
"filename": "**/specification/migrate/resource-manager/Microsoft.Migrate/preview/2017-11-11-preview/migrate.json",
598-
"words": [
599-
"Occured"
600-
]
601-
},
602608
{
603609
"filename": "**/specification/cognitiveservices/data-plane/TextAnalytics/preview/v2.1/TextAnalytics.json",
604610
"words": [

custom-words.txt

+3
Original file line numberDiff line numberDiff line change
@@ -3759,3 +3759,6 @@ docon
37593759
DialOut
37603760
vectorizers
37613761
Entra
3762+
3763+
Paas
3764+
PAAS
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
{
2+
"title": "AssessedMachinesOperations_Get",
3+
"operationId": "AssessedMachinesOperations_Get",
4+
"parameters": {
5+
"api-version": "2023-03-15",
6+
"subscriptionId": "D8E1C413-E65F-40C0-8A7E-743D6B7A6AE9",
7+
"resourceGroupName": "rgopenapi",
8+
"projectName": "pavqtntysjn",
9+
"groupName": "smawqdmhfngray",
10+
"assessmentName": "qjlumxyqsitd",
11+
"assessedMachineName": "oqxjeheiipjmuo"
12+
},
13+
"responses": {
14+
"200": {
15+
"body": {
16+
"properties": {
17+
"errors": [],
18+
"disks": {
19+
"6000C297-455f-f81e-37b7-dc17da4433d4": {
20+
"suitability": "Suitable",
21+
"suitabilityExplanation": "NotApplicable",
22+
"suitabilityDetail": "NumberOfReadOperationsPerSecondMissing",
23+
"recommendedDiskSize": "StandardSSD_E10",
24+
"recommendedDiskType": "StandardSSD",
25+
"recommendedDiskSizeGigabytes": 17,
26+
"recommendDiskThroughputInMbps": 13,
27+
"recommendedDiskIops": 7,
28+
"monthlyStorageCost": 5,
29+
"name": "6000C297-455f-f81e-37b7-dc17da4433d4",
30+
"displayName": "scsi0:0",
31+
"gigabytesProvisioned": 8,
32+
"megabytesPerSecondOfRead": 9,
33+
"megabytesPerSecondOfWrite": 29,
34+
"numberOfReadOperationsPerSecond": 12,
35+
"numberOfWriteOperationsPerSecond": 28
36+
}
37+
},
38+
"monthlyUltraStorageCost": 11,
39+
"hostProcessor": {
40+
"name": "Intel(R) Xeon(R) Gold 5220R CPU @ 2.20GHz",
41+
"numberOfSockets": 2,
42+
"numberOfCoresPerSocket": 24
43+
},
44+
"costComponents": [
45+
{
46+
"name": "MonthlyAzureHybridCostSavings",
47+
"value": 273.792,
48+
"description": null
49+
},
50+
{
51+
"name": "MonthlySecurityCost",
52+
"value": 14.88,
53+
"description": null
54+
}
55+
],
56+
"monthlyBandwidthCost": 4,
57+
"monthlyStorageCost": 10,
58+
"monthlyPremiumStorageCost": 6,
59+
"monthlyStandardSsdStorageCost": 4,
60+
"networkAdapters": {
61+
"4000": {
62+
"suitability": "Suitable",
63+
"suitabilityDetail": "NotApplicable",
64+
"suitabilityExplanation": "MegabytesOfDataTransmittedMissing, MegabytesOfDataRecievedMissing",
65+
"monthlyBandwidthCosts": 4,
66+
"netGigabytesTransmittedPerMonth": 6,
67+
"displayName": "VM Network",
68+
"macAddress": "00:50:56:95:98:e8",
69+
"ipAddresses": [
70+
"2404:f801:4800:1c:c4c2:1cd:7154:a028"
71+
],
72+
"megabytesPerSecondReceived": 10,
73+
"megabytesPerSecondTransmitted": 24
74+
}
75+
},
76+
"productSupportStatus": {
77+
"currentVersion": null,
78+
"servicePackStatus": "Unknown",
79+
"esuStatus": "Unknown",
80+
"supportStatus": "Extended",
81+
"eta": 0,
82+
"currentEsuYear": "Unknown",
83+
"mainstreamEndDate": "2018-10-09T00:00:00Z",
84+
"extendedSupportEndDate": "2023-10-10T00:00:00Z",
85+
"extendedSecurityUpdateYear1EndDate": "2024-10-08T00:00:00Z",
86+
"extendedSecurityUpdateYear2EndDate": "2025-10-14T00:00:00Z",
87+
"extendedSecurityUpdateYear3EndDate": "2026-10-13T00:00:00Z"
88+
},
89+
"recommendedSize": "Standard_F4s_v2",
90+
"numberOfCoresForRecommendedSize": 8,
91+
"megabytesOfMemoryForRecommendedSize": 27,
92+
"monthlyComputeCostForRecommendedSize": 1,
93+
"suitabilityExplanation": "NotApplicable",
94+
"suitabilityDetail": "PercentageOfCoresUtilizedMissing",
95+
"type": "AssessedMachine",
96+
"bootType": "BIOS",
97+
"operatingSystemType": "windowsGuest",
98+
"operatingSystemName": "Microsoft Windows Server 2016 or later (64-bit)",
99+
"operatingSystemVersion": null,
100+
"operatingSystemArchitecture": "X64",
101+
"createdTimestamp": "2023-09-26T09:14:13.8168575Z",
102+
"updatedTimestamp": "2023-09-26T09:14:13.8168575Z",
103+
"displayName": "SQLTestDBVM28",
104+
"description": null,
105+
"datacenterMachineArmId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourcegroups/ayagrawrg/providers/microsoft.offazure/vmwaresites/app18700site/machines/idclab-vcen67-fareast-corp-micr-d991d5f4-63f1-41c3-ad6a-40253e24ffa3_50150976-65ec-de99-1b54-a52710c3066e",
106+
"datacenterManagementServerArmId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawRG/providers/Microsoft.OffAzure/VMwareSites/app18700site/vcenters/idclab-vcen67-fareast-corp-micr-d991d5f4-63f1-41c3-ad6a-40253e24ffa3",
107+
"datacenterManagementServerName": "idclab-vcen67.fareast.corp.microsoft.com",
108+
"megabytesOfMemory": 21,
109+
"numberOfCores": 7,
110+
"confidenceRatingInPercentage": 14,
111+
"percentageCoresUtilization": 24,
112+
"percentageMemoryUtilization": 5,
113+
"suitability": "Suitable"
114+
},
115+
"id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawrg/providers/Microsoft.Migrate/assessmentprojects/app18700project/groups/kuchatur-test/assessments/asm1/assessedMachines/50fa865c-8c5c-4371-b7eb-5b900d7f9451",
116+
"name": "riigi",
117+
"type": "Microsoft.Migrate/assessmentprojects/groups/assessments/assessedMachines",
118+
"systemData": {
119+
"createdBy": "jsfqnyqqwykkv",
120+
"createdByType": "sakanwar",
121+
"createdAt": "2023-09-26T12:46:17.892Z",
122+
"lastModifiedBy": "sakanwar",
123+
"lastModifiedByType": "User",
124+
"lastModifiedAt": "2023-09-26T12:46:17.892Z"
125+
}
126+
}
127+
}
128+
}
129+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
{
2+
"title": "AssessedMachinesOperations_ListByAssessment",
3+
"operationId": "AssessedMachinesOperations_ListByAssessment",
4+
"parameters": {
5+
"api-version": "2023-03-15",
6+
"subscriptionId": "D8E1C413-E65F-40C0-8A7E-743D6B7A6AE9",
7+
"resourceGroupName": "rgopenapi",
8+
"$filter": "sbkdovsfqldhdb",
9+
"pageSize": 10,
10+
"continuationToken": "hbyseetshbplfkjmpjhsiurqgt",
11+
"totalRecordCount": 25,
12+
"projectName": "sloqixzfjk",
13+
"groupName": "kjuepxerwseq",
14+
"assessmentName": "rhzcmubwrrkhtocsibu"
15+
},
16+
"responses": {
17+
"200": {
18+
"body": {
19+
"value": [
20+
{
21+
"properties": {
22+
"errors": [],
23+
"disks": {
24+
"6000C297-455f-f81e-37b7-dc17da4433d4": {
25+
"suitability": "Suitable",
26+
"suitabilityExplanation": "NotApplicable",
27+
"suitabilityDetail": "NumberOfReadOperationsPerSecondMissing",
28+
"recommendedDiskSize": "StandardSSD_E10",
29+
"recommendedDiskType": "StandardSSD",
30+
"recommendedDiskSizeGigabytes": 17,
31+
"recommendDiskThroughputInMbps": 13,
32+
"recommendedDiskIops": 7,
33+
"monthlyStorageCost": 5,
34+
"name": "6000C297-455f-f81e-37b7-dc17da4433d4",
35+
"displayName": "scsi0:0",
36+
"gigabytesProvisioned": 8,
37+
"megabytesPerSecondOfRead": 9,
38+
"megabytesPerSecondOfWrite": 29,
39+
"numberOfReadOperationsPerSecond": 12,
40+
"numberOfWriteOperationsPerSecond": 28
41+
}
42+
},
43+
"monthlyUltraStorageCost": 11,
44+
"hostProcessor": {
45+
"name": "Intel(R) Xeon(R) Gold 5220R CPU @ 2.20GHz",
46+
"numberOfSockets": 2,
47+
"numberOfCoresPerSocket": 24
48+
},
49+
"costComponents": [
50+
{
51+
"name": "MonthlyAzureHybridCostSavings",
52+
"value": 273.792,
53+
"description": null
54+
},
55+
{
56+
"name": "MonthlySecurityCost",
57+
"value": 14.88,
58+
"description": null
59+
}
60+
],
61+
"monthlyBandwidthCost": 4,
62+
"monthlyStorageCost": 10,
63+
"monthlyPremiumStorageCost": 6,
64+
"monthlyStandardSsdStorageCost": 4,
65+
"networkAdapters": {
66+
"4000": {
67+
"suitability": "Suitable",
68+
"suitabilityDetail": "NotApplicable",
69+
"suitabilityExplanation": "MegabytesOfDataTransmittedMissing, MegabytesOfDataRecievedMissing",
70+
"monthlyBandwidthCosts": 4,
71+
"netGigabytesTransmittedPerMonth": 6,
72+
"displayName": "VM Network",
73+
"macAddress": "00:50:56:95:98:e8",
74+
"ipAddresses": [
75+
"2404:f801:4800:1c:c4c2:1cd:7154:a028"
76+
],
77+
"megabytesPerSecondReceived": 10,
78+
"megabytesPerSecondTransmitted": 24
79+
}
80+
},
81+
"productSupportStatus": {
82+
"currentVersion": null,
83+
"servicePackStatus": "Unknown",
84+
"esuStatus": "Unknown",
85+
"supportStatus": "Extended",
86+
"eta": 0,
87+
"currentEsuYear": "Unknown",
88+
"mainstreamEndDate": "2018-10-09T00:00:00Z",
89+
"extendedSupportEndDate": "2023-10-10T00:00:00Z",
90+
"extendedSecurityUpdateYear1EndDate": "2024-10-08T00:00:00Z",
91+
"extendedSecurityUpdateYear2EndDate": "2025-10-14T00:00:00Z",
92+
"extendedSecurityUpdateYear3EndDate": "2026-10-13T00:00:00Z"
93+
},
94+
"recommendedSize": "Standard_F4s_v2",
95+
"numberOfCoresForRecommendedSize": 8,
96+
"megabytesOfMemoryForRecommendedSize": 27,
97+
"monthlyComputeCostForRecommendedSize": 1,
98+
"suitabilityExplanation": "NotApplicable",
99+
"suitabilityDetail": "PercentageOfCoresUtilizedMissing",
100+
"type": "AssessedMachine",
101+
"bootType": "BIOS",
102+
"operatingSystemType": "windowsGuest",
103+
"operatingSystemName": "Microsoft Windows Server 2016 or later (64-bit)",
104+
"operatingSystemVersion": null,
105+
"operatingSystemArchitecture": "X64",
106+
"createdTimestamp": "2023-09-26T09:14:13.8168575Z",
107+
"updatedTimestamp": "2023-09-26T09:14:13.8168575Z",
108+
"displayName": "SQLTestDBVM28",
109+
"description": null,
110+
"datacenterMachineArmId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourcegroups/ayagrawrg/providers/microsoft.offazure/vmwaresites/app18700site/machines/idclab-vcen67-fareast-corp-micr-d991d5f4-63f1-41c3-ad6a-40253e24ffa3_50150976-65ec-de99-1b54-a52710c3066e",
111+
"datacenterManagementServerArmId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawRG/providers/Microsoft.OffAzure/VMwareSites/app18700site/vcenters/idclab-vcen67-fareast-corp-micr-d991d5f4-63f1-41c3-ad6a-40253e24ffa3",
112+
"datacenterManagementServerName": "idclab-vcen67.fareast.corp.microsoft.com",
113+
"megabytesOfMemory": 21,
114+
"numberOfCores": 7,
115+
"confidenceRatingInPercentage": 14,
116+
"percentageCoresUtilization": 24,
117+
"percentageMemoryUtilization": 5,
118+
"suitability": "Suitable"
119+
},
120+
"id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawrg/providers/Microsoft.Migrate/assessmentprojects/app18700project/groups/kuchatur-test/assessments/asm1/assessedMachines/50fa865c-8c5c-4371-b7eb-5b900d7f9451",
121+
"name": "riigi",
122+
"type": "Microsoft.Migrate/assessmentprojects/groups/assessments/assessedMachines",
123+
"systemData": {
124+
"createdBy": "jsfqnyqqwykkv",
125+
"createdByType": "sakanwar",
126+
"createdAt": "2023-09-26T12:46:17.892Z",
127+
"lastModifiedBy": "sakanwar",
128+
"lastModifiedByType": "User",
129+
"lastModifiedAt": "2023-09-26T12:46:17.892Z"
130+
}
131+
}
132+
],
133+
"nextLink": "https://microsoft.com/a"
134+
}
135+
}
136+
}
137+
}

0 commit comments

Comments
 (0)