-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Compute Migration to Track2 SDK for Get-Azvm #28967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| Microsoft Visual Studio Solution File, Format Version 12.00 | ||
| # Visual Studio Version 17 | ||
| VisualStudioVersion = 17.5.2.0 | ||
| MinimumVisualStudioVersion = 10.0.40219.1 | ||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Compute.Management.Sdk", "Compute.Management.Sdk.csproj", "{4D5D485F-DB24-A55D-D626-74B523D84797}" | ||
| EndProject | ||
| Global | ||
| GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| Debug|Any CPU = Debug|Any CPU | ||
| Release|Any CPU = Release|Any CPU | ||
| EndGlobalSection | ||
| GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| {4D5D485F-DB24-A55D-D626-74B523D84797}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| {4D5D485F-DB24-A55D-D626-74B523D84797}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| {4D5D485F-DB24-A55D-D626-74B523D84797}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| {4D5D485F-DB24-A55D-D626-74B523D84797}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| EndGlobalSection | ||
| GlobalSection(SolutionProperties) = preSolution | ||
| HideSolutionNode = FALSE | ||
| EndGlobalSection | ||
| GlobalSection(ExtensibilityGlobals) = postSolution | ||
| SolutionGuid = {9BD3E99F-41C6-4076-BEEF-CAD959DCC74E} | ||
| EndGlobalSection | ||
| EndGlobal | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -25,12 +25,12 @@ title: ComputeManagementClient | |||||||||||||||||
| payload-flattening-threshold: 1 | ||||||||||||||||||
|
|
||||||||||||||||||
| input-file: | ||||||||||||||||||
| - ./Rest-api-specs/types.json | ||||||||||||||||||
| - ./Rest-api-specs/common.json | ||||||||||||||||||
| - ./Rest-api-specs/ComputeRP.json | ||||||||||||||||||
| - ./Rest-api-specs/DiskRP.json | ||||||||||||||||||
| - ./Rest-api-specs/GalleryRP.json | ||||||||||||||||||
| - ./Rest-api-specs/skus.json | ||||||||||||||||||
| - https://github.com/Azure/azure-rest-api-specs/blob/main/specification/common-types/resource-management/v3/types.json | ||||||||||||||||||
| - https://github.com/Azure/azure-rest-api-specs/blob/main/specification/compute/resource-manager/Microsoft.Compute/common-types/v1/common.json | ||||||||||||||||||
| - https://github.com/Azure/azure-rest-api-specs/tree/main/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2025-04-01/ComputeRP.json | ||||||||||||||||||
| - https://github.com/Azure/azure-rest-api-specs/tree/main/specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2025-01-02/DiskRP.json | ||||||||||||||||||
| - https://github.com/Azure/azure-rest-api-specs/tree/main/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2024-03-03/GalleryRP.json | ||||||||||||||||||
| - https://github.com/Azure/azure-rest-api-specs/tree/main/specification/compute/resource-manager/Microsoft.Compute/Skus/stable/2021-07-01/skus.json | ||||||||||||||||||
|
Comment on lines
+30
to
+33
|
||||||||||||||||||
| - https://github.com/Azure/azure-rest-api-specs/tree/main/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2025-04-01/ComputeRP.json | |
| - https://github.com/Azure/azure-rest-api-specs/tree/main/specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2025-01-02/DiskRP.json | |
| - https://github.com/Azure/azure-rest-api-specs/tree/main/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2024-03-03/GalleryRP.json | |
| - https://github.com/Azure/azure-rest-api-specs/tree/main/specification/compute/resource-manager/Microsoft.Compute/Skus/stable/2021-07-01/skus.json | |
| - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2025-04-01/ComputeRP.json | |
| - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/compute/resource-manager/Microsoft.Compute/DiskRP/stable/2025-01-02/DiskRP.json | |
| - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2024-03-03/GalleryRP.json | |
| - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/compute/resource-manager/Microsoft.Compute/Skus/stable/2021-07-01/skus.json |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -110,6 +110,42 @@ | |||||
| }, | ||||||
| "description": "Api error." | ||||||
| }, | ||||||
| "Resource": { | ||||||
| "type": "object", | ||||||
| "description": "The Resource model definition.", | ||||||
| "properties": { | ||||||
| "id": { | ||||||
| "readOnly": true, | ||||||
| "type": "string", | ||||||
| "description": "Resource Id" | ||||||
| }, | ||||||
| "name": { | ||||||
| "readOnly": true, | ||||||
| "type": "string", | ||||||
| "description": "Resource name" | ||||||
| }, | ||||||
| "type": { | ||||||
| "readOnly": true, | ||||||
| "type": "string", | ||||||
| "description": "Resource type" | ||||||
| }, | ||||||
| "location": { | ||||||
| "type": "string", | ||||||
| "description": "Resource location" | ||||||
| }, | ||||||
| "tags": { | ||||||
| "type": "object", | ||||||
| "additionalProperties": { | ||||||
| "type": "string" | ||||||
| }, | ||||||
| "description": "Resource tags" | ||||||
| } | ||||||
| }, | ||||||
| "required": [ | ||||||
| "location" | ||||||
| ], | ||||||
| "x-ms-azure-resource": true | ||||||
| }, | ||||||
| "SubResource": { | ||||||
| "type": "object", | ||||||
| "properties": { | ||||||
|
|
@@ -138,44 +174,39 @@ | |||||
| "description": "Resource location" | ||||||
| }, | ||||||
| "id": { | ||||||
| "readOnly": true, | ||||||
| "type": "string", | ||||||
| "description": "Resource Id", | ||||||
| "readOnly": true | ||||||
| "description": "Resource Id" | ||||||
| }, | ||||||
| "name": { | ||||||
| "readOnly": true, | ||||||
| "type": "string", | ||||||
| "description": "Resource name", | ||||||
| "readOnly": true | ||||||
| "description": "Resource name" | ||||||
| }, | ||||||
| "type": { | ||||||
| "readOnly": true, | ||||||
| "type": "string", | ||||||
| "description": "Resource type", | ||||||
| "readOnly": true | ||||||
| "description": "Resource type" | ||||||
| }, | ||||||
| "tags": { | ||||||
| "type": "object", | ||||||
| "description": "Resource tags", | ||||||
| "additionalProperties": { | ||||||
| "type": "string" | ||||||
| } | ||||||
| }, | ||||||
| "description": "Resource tags" | ||||||
| } | ||||||
| } | ||||||
| }, | ||||||
| "x-ms-azure-resource": true | ||||||
| }, | ||||||
| "ExtendedLocationType": { | ||||||
| "type": "string", | ||||||
| "description": "The type of the extended location.", | ||||||
| "description": "The type of extendedLocation.", | ||||||
| "enum": [ | ||||||
| "EdgeZone" | ||||||
| ], | ||||||
| "x-ms-enum": { | ||||||
| "name": "ExtendedLocationType", | ||||||
| "modelAsString": true, | ||||||
| "values": [ | ||||||
| { | ||||||
| "name": "EdgeZone", | ||||||
| "value": "EdgeZone" | ||||||
| } | ||||||
| ] | ||||||
| "name": "ExtendedLocationTypes", | ||||||
|
||||||
| "name": "ExtendedLocationTypes", | |
| "name": "ExtendedLocationType", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding a new solution file (.sln) appears to be unnecessary as the project is already part of the main repository build system. Solution files are typically not added for individual modules in this repository. This file should likely be removed to maintain consistency with the repository structure.