Skip to content

Conversation

@ArthurMa1978
Copy link
Member

@ArthurMa1978 ArthurMa1978 commented Oct 23, 2025

Continue work of #51337

Contributing to the Azure SDK

Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.

For specific information about pull request etiquette and best practices, see this section.

@github-actions github-actions bot added the Mgmt This issue is related to a management package. label Oct 23, 2025
@ArthurMa1978 ArthurMa1978 marked this pull request as ready for review October 23, 2025 08:30
@Copilot Copilot AI review requested due to automatic review settings October 23, 2025 08:30
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR migrates the DevTestLabs SDK to generate from TypeSpec by updating the autorest configuration. The primary change is updating the OpenAPI specification reference to a newer commit and adding extensive swagger transformation directives to handle property definitions and parameter descriptions.

Key Changes:

  • Updated the OpenAPI specification reference to a newer commit (471eab6)
  • Removed an unused rename mapping for WindowsOSState
  • Added multiple swagger transformation directives to remove additionalProperties from various definitions and standardize parameter descriptions

$["description"] = "The name of the notification channel";
}
if ($["description"] && $["description"].includes("LabVirtualMachine")) {
$["description"] = "The name of the virtual machine";
Copy link

Copilot AI Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent spacing in description strings. This line correctly has no leading space, but lines 222-237 have extra leading spaces. All description strings should have consistent formatting without leading spaces.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Mgmt This issue is related to a management package.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant