Skip to content

LambdaTest GA Powershell Cmdlets #28150

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yashikajain14
Copy link
Contributor

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

@Copilot Copilot AI review requested due to automatic review settings July 8, 2025 11:36
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copy link
Contributor

@Copilot 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 prepares the LambdaTest PowerShell module for GA by updating help content, bumping module metadata, integrating the Autorest‐generated project, and refreshing related configs.

  • Standardize cmdlet synopsis/description and parameter formatting in help files
  • Bump generated date, RequiredModules version, API version, and generate-info metadata
  • Update solution file to include the new Autorest project and add x64/x86 build configurations

Reviewed Changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 10 comments.

Show a summary per file
File Description
src/LambdaTest/LambdaTest/help/Update-AzLambdaTestOrganization.md Capitalized “Update” in SYNOPSIS/DESCRIPTION
src/LambdaTest/LambdaTest/help/New-AzLambdaTestOrganization.md Capitalized “Create” in SYNOPSIS/DESCRIPTION
src/LambdaTest/LambdaTest/help/Get-AzLambdaTestOrganization.md Broke out CommonParameters to its own line
src/LambdaTest/LambdaTest/help/Remove-AzLambdaTestOrganization.md Broke parameters onto separate lines
src/LambdaTest/LambdaTest/Az.LambdaTest.psd1 Updated Generated on date and Az.Accounts version
src/LambdaTest/LambdaTest.sln Added Autorest project, adjusted project GUID and build targets
src/LambdaTest/LambdaTest.Autorest/generate-info.json Generated new generate_Id
src/LambdaTest/LambdaTest.Autorest/docs/Update-AzLambdaTestOrganization.md Capitalized “Update” in SYNOPSIS/DESCRIPTION, bumped .NET version
src/LambdaTest/LambdaTest.Autorest/docs/New-AzLambdaTestOrganization.md Capitalized “Create” in SYNOPSIS/DESCRIPTION
src/LambdaTest/LambdaTest.Autorest/docs/Az.LambdaTest.md Updated Module GUID, capitalized synopsis/descriptions
src/LambdaTest/LambdaTest.Autorest/UX/LambdaTest.HyperExecute/organizations.json Switched apiVersion from preview to GA
src/LambdaTest/LambdaTest.Autorest/README.md Updated pinned swagger commit
Comments suppressed due to low confidence (1)

src/LambdaTest/LambdaTest/help/Get-AzLambdaTestOrganization.md:11

  • [nitpick] Grammar: use 'Get an OrganizationResource' instead of 'Get a OrganizationResource'.
Get a OrganizationResource

@@ -8,7 +8,7 @@ schema: 2.0.0
# Update-AzLambdaTestOrganization

## SYNOPSIS
update a OrganizationResource
Update a OrganizationResource
Copy link
Preview

Copilot AI Jul 8, 2025

Choose a reason for hiding this comment

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

[nitpick] Grammar: use 'an OrganizationResource' instead of 'a OrganizationResource'.

Suggested change
Update a OrganizationResource
Update an OrganizationResource

Copilot uses AI. Check for mistakes.

@@ -39,7 +39,7 @@ Update-AzLambdaTestOrganization -InputObject <ILambdaTestIdentity> [-EnableSyste
```

## DESCRIPTION
update a OrganizationResource
Update a OrganizationResource
Copy link
Preview

Copilot AI Jul 8, 2025

Choose a reason for hiding this comment

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

[nitpick] Grammar: use 'an OrganizationResource' instead of 'a OrganizationResource'.

Suggested change
Update a OrganizationResource
Update an OrganizationResource

Copilot uses AI. Check for mistakes.

@@ -8,7 +8,7 @@ schema: 2.0.0
# New-AzLambdaTestOrganization

## SYNOPSIS
create a OrganizationResource
Create a OrganizationResource
Copy link
Preview

Copilot AI Jul 8, 2025

Choose a reason for hiding this comment

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

[nitpick] Grammar: use 'Create an OrganizationResource' instead of 'Create a OrganizationResource'.

Suggested change
Create a OrganizationResource
Create an OrganizationResource

Copilot uses AI. Check for mistakes.

```

## DESCRIPTION
create a OrganizationResource
Create a OrganizationResource
Copy link
Preview

Copilot AI Jul 8, 2025

Choose a reason for hiding this comment

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

[nitpick] Grammar: use 'Create an OrganizationResource' instead of 'Create a OrganizationResource'.

Suggested change
Create a OrganizationResource
Create an OrganizationResource

Copilot uses AI. Check for mistakes.

@@ -8,7 +8,7 @@ schema: 2.0.0
# Update-AzLambdaTestOrganization

## SYNOPSIS
update a OrganizationResource
Update a OrganizationResource
Copy link
Preview

Copilot AI Jul 8, 2025

Choose a reason for hiding this comment

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

[nitpick] Grammar: use 'an OrganizationResource' instead of 'a OrganizationResource'.

Suggested change
Update a OrganizationResource
Update an OrganizationResource

Copilot uses AI. Check for mistakes.

@@ -40,7 +40,7 @@ Update-AzLambdaTestOrganization -InputObject <ILambdaTestIdentity> [-EnableSyste
```

## DESCRIPTION
update a OrganizationResource
Update a OrganizationResource
Copy link
Preview

Copilot AI Jul 8, 2025

Choose a reason for hiding this comment

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

[nitpick] Grammar: use 'an OrganizationResource' instead of 'a OrganizationResource'.

Suggested change
Update a OrganizationResource
Update an OrganizationResource

Copilot uses AI. Check for mistakes.

@@ -8,7 +8,7 @@ schema: 2.0.0
# New-AzLambdaTestOrganization

## SYNOPSIS
create a OrganizationResource
Create a OrganizationResource
Copy link
Preview

Copilot AI Jul 8, 2025

Choose a reason for hiding this comment

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

[nitpick] Grammar: use 'an OrganizationResource' instead of 'a OrganizationResource'.

Suggested change
Create a OrganizationResource
Create an OrganizationResource

Copilot uses AI. Check for mistakes.

@@ -41,7 +41,7 @@ New-AzLambdaTestOrganization -Name <String> -ResourceGroupName <String> -JsonStr
```

## DESCRIPTION
create a OrganizationResource
Create a OrganizationResource
Copy link
Preview

Copilot AI Jul 8, 2025

Choose a reason for hiding this comment

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

[nitpick] Grammar: use 'an OrganizationResource' instead of 'a OrganizationResource'.

Suggested change
Create a OrganizationResource
Create an OrganizationResource

Copilot uses AI. Check for mistakes.

Comment on lines 15 to +24
Get a OrganizationResource

### [New-AzLambdaTestOrganization](New-AzLambdaTestOrganization.md)
create a OrganizationResource
Create a OrganizationResource

### [Remove-AzLambdaTestOrganization](Remove-AzLambdaTestOrganization.md)
Delete a OrganizationResource

### [Update-AzLambdaTestOrganization](Update-AzLambdaTestOrganization.md)
update a OrganizationResource
Update a OrganizationResource
Copy link
Preview

Copilot AI Jul 8, 2025

Choose a reason for hiding this comment

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

[nitpick] Grammar: use 'Create an OrganizationResource' instead of 'Create a OrganizationResource'.

Copilot uses AI. Check for mistakes.


### [Remove-AzLambdaTestOrganization](Remove-AzLambdaTestOrganization.md)
Delete a OrganizationResource

### [Update-AzLambdaTestOrganization](Update-AzLambdaTestOrganization.md)
update a OrganizationResource
Update a OrganizationResource
Copy link
Preview

Copilot AI Jul 8, 2025

Choose a reason for hiding this comment

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

[nitpick] Grammar: use 'Update an OrganizationResource' instead of 'Update a OrganizationResource'.

Suggested change
Update a OrganizationResource
Update an OrganizationResource

Copilot uses AI. Check for mistakes.

@yashikajain14 yashikajain14 self-assigned this Jul 8, 2025
@YanaXu
Copy link
Contributor

YanaXu commented Jul 9, 2025

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@YanaXu
Copy link
Contributor

YanaXu commented Jul 9, 2025

Please fix test errors.

@VeryEarly
Copy link
Collaborator

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@YanaXu
Copy link
Contributor

YanaXu commented Jul 9, 2025

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@YanaXu YanaXu closed this Jul 10, 2025
@YanaXu YanaXu reopened this Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants