Skip to content

Conversation

@tundwed
Copy link
Member

@tundwed tundwed commented Jan 14, 2026

Description

  • Updated from 2025-09-01-preview to 2025-12-01-preview API version

  • Removed Add-AzEdgeActionAttachment and Remove-AzEdgeActionAttachment cmdlets (removed in new API)

  • Fixed Get-AzEdgeActionVersionCode and Switch-AzEdgeActionVersionDefault to inject empty JSON body for POST operations

  • Updated all test recordings with new edge action resource names

  • Module version updated to 0.1.1

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

- Updated from 2025-09-01-preview to 2025-12-01-preview API version

- Removed Add-AzEdgeActionAttachment and Remove-AzEdgeActionAttachment cmdlets (removed in new API)

- Fixed Get-AzEdgeActionVersionCode and Switch-AzEdgeActionVersionDefault to inject empty JSON body for POST operations

- Updated all test recordings with new edge action resource names

- Module version updated to 0.1.1
Copilot AI review requested due to automatic review settings January 14, 2026 21:43
@azure-client-tools-bot-prd
Copy link

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

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 pull request updates the Az.EdgeAction module from API version 2025-09-01-preview to 2025-12-01-preview. The primary purpose is to align the PowerShell module with the latest API changes.

Changes:

  • Updated API version from 2025-09-01-preview to 2025-12-01-preview
  • Removed Add-AzEdgeActionAttachment and Remove-AzEdgeActionAttachment cmdlets (no longer available in the new API)
  • Updated all test recordings with new edge action resource names
  • Updated help documentation and examples to remove placeholder content
  • Re-enabled previously skipped test for Switch-AzEdgeActionVersionDefault

Reviewed changes

Copilot reviewed 66 out of 74 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/EdgeAction/EdgeAction/ChangeLog.md Documents the API version update and cmdlet removals
src/EdgeAction/EdgeAction/Az.EdgeAction.psd1 Updates module metadata and removes attachment cmdlets from exported functions
src/EdgeAction/EdgeAction/help/*.md Updates help documentation with improved examples and removes attachment cmdlet documentation
src/EdgeAction/EdgeAction.Autorest/test/*.Tests.ps1 Updates test resource names and re-enables Switch-AzEdgeActionVersionDefault test
src/EdgeAction/EdgeAction.Autorest/test/*.Recording.json Updates test recordings with new API version and resource names
src/EdgeAction/EdgeAction.Autorest/examples/*.md Removes attachment cmdlet examples and updates placeholder content
src/EdgeAction/EdgeAction.Autorest/docs/*.md Updates documentation with consistent formatting and examples
src/EdgeAction/EdgeAction.sln Updates project GUID
src/EdgeAction/EdgeAction.Autorest/generate-info.json Updates generation ID
src/EdgeAction/EdgeAction.Autorest/test/env.json Reorders JSON properties
Comments suppressed due to low confidence (1)

src/EdgeAction/EdgeAction/help/Get-AzEdgeActionVersionCode.md:54

  • The examples section contains only placeholder text. According to CodingGuidelineID 1000005, help documentation should avoid over-simplified descriptions. Replace these placeholder examples with actual, meaningful examples that demonstrate how to use the Get-AzEdgeActionVersionCode cmdlet properly.

@isra-fel
Copy link
Member

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

- Restored Get-AzEdgeActionVersionCode and Switch-AzEdgeActionVersionDefault examples from main

- Fixed execution filter examples to use correct parameter name -ExecutionFilter instead of -Name

- Regenerated docs from updated examples
@isra-fel
Copy link
Member

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Danny Tundwe (from Dev Box) added 2 commits January 14, 2026 16:27
- Changed edge action name from eafilterdec02 to eafilterdec03 to get clean recording

- Re-recorded test with complete HTTP request/response data
Copilot AI review requested due to automatic review settings January 15, 2026 00:32
@isra-fel
Copy link
Member

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

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

Copilot reviewed 68 out of 76 changed files in this pull request and generated 1 comment.

Copy link
Contributor

@vidai-msft vidai-msft left a comment

Choose a reason for hiding this comment

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

Please address the issue per Copilot review. Change log entries should be under the ## Upcoming Release instead of adding a new version section.

@github-actions
Copy link

This PR was labeled "needs-revision" because it has unresolved review comments or CI failures.
Please resolve all open review comments and make sure all CI checks are green. Refer to our guide to troubleshoot common CI failures.

@tundwed
Copy link
Member Author

tundwed commented Jan 15, 2026

Please address the issue per Copilot review. Change log entries should be under the ## Upcoming Release instead of adding a new version section.

@vidai-msft thanks for reviewing. I have fixed the log entry.

@tundwed tundwed requested a review from vidai-msft January 15, 2026 01:51
@isra-fel
Copy link
Member

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Copilot AI review requested due to automatic review settings January 15, 2026 03:27
Copy link
Contributor

@vidai-msft vidai-msft left a comment

Choose a reason for hiding this comment

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

LGTM

@vidai-msft vidai-msft enabled auto-merge (squash) January 15, 2026 03:28
@tundwed
Copy link
Member Author

tundwed commented Jan 15, 2026

LGTM

Thanks @vidai-msft ! What milestone (release date) will this pr be in?

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

Copilot reviewed 68 out of 76 changed files in this pull request and generated no new comments.

@isra-fel
Copy link
Member

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@vidai-msft
Copy link
Contributor

LGTM

Thanks @vidai-msft ! What milestone (release date) will this pr be in?

The release date is Feb 3.

@vidai-msft vidai-msft merged commit c8f4e49 into Azure:main Jan 15, 2026
17 of 18 checks passed
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.

4 participants