-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New Powershell Module for Disconnected Operations #28870
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?
New Powershell Module for Disconnected Operations #28870
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
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.
Pull Request Overview
This PR introduces a new PowerShell module Az.DisconnectedOperations for managing disconnected operations in Azure, targeting a public preview release. The module is AutoRest-generated based on Azure REST API specifications.
Key changes:
- New AutoRest-generated module with 9 cmdlets for managing disconnected operations, images, and artifacts
- Comprehensive test coverage with Pester tests and recording files
- Help documentation files for all cmdlets (though examples need completion)
Reviewed Changes
Copilot reviewed 76 out of 76 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/CreateMappings_rules.json | Added module mapping entry for DisconnectedOperations |
| src/DisconnectedOperations/DisconnectedOperations/help/*.md | Help documentation for 9 cmdlets with placeholder examples that need completion |
| src/DisconnectedOperations/DisconnectedOperations/Properties/AssemblyInfo.cs | Assembly metadata for version 0.1.0 |
| src/DisconnectedOperations/DisconnectedOperations/DisconnectedOperations.csproj | Project file configuration |
| src/DisconnectedOperations/DisconnectedOperations/ChangeLog.md | Changelog with initial preview release entry |
| src/DisconnectedOperations/DisconnectedOperations/Az.DisconnectedOperations.psd1 | Module manifest with metadata and exported functions |
| src/DisconnectedOperations/DisconnectedOperations.sln | Visual Studio solution file |
| src/DisconnectedOperations/DisconnectedOperations.Autorest/utils/*.ps1 | Utility scripts for SecureString handling and subscription ID retrieval |
| src/DisconnectedOperations/DisconnectedOperations.Autorest/tsp-location.yaml | TypeSpec location configuration with commit hash reference |
| src/DisconnectedOperations/DisconnectedOperations.Autorest/test/*.ps1 | Pester test files for all cmdlets |
| src/DisconnectedOperations/DisconnectedOperations.Autorest/test/*.Recording.json | Test recording files for playback testing |
| src/DisconnectedOperations/DisconnectedOperations.Autorest/test/*.json | Test environment and JSON data files |
| src/DisconnectedOperations/DisconnectedOperations.Autorest/examples/*.md | Example documentation (only one file included) |
| src/DisconnectedOperations/DisconnectedOperations.Autorest/resources/README.md | Resources directory documentation |
| src/DisconnectedOperations/DisconnectedOperations.Autorest/generate-info.json | AutoRest generation metadata |
| src/DisconnectedOperations/DisconnectedOperations.Autorest/.gitattributes | Git attributes configuration |
...dOperations/DisconnectedOperations/help/Get-AzDisconnectedOperationsDisconnectedOperation.md
Outdated
Show resolved
Hide resolved
...tedOperations/DisconnectedOperations/help/Get-AzDisconnectedOperationsArtifactDownloadUri.md
Outdated
Show resolved
Hide resolved
src/DisconnectedOperations/DisconnectedOperations/help/Get-AzDisconnectedOperationsArtifact.md
Outdated
Show resolved
Hide resolved
...erations/DisconnectedOperations/help/Update-AzDisconnectedOperationsDisconnectedOperation.md
Outdated
Show resolved
Hide resolved
...erations/DisconnectedOperations/help/Remove-AzDisconnectedOperationsDisconnectedOperation.md
Outdated
Show resolved
Hide resolved
...nectedOperations/help/Get-AzDisconnectedOperationsDisconnectedOperationDeploymentManifest.md
Outdated
Show resolved
Hide resolved
...dOperations/DisconnectedOperations/help/New-AzDisconnectedOperationsDisconnectedOperation.md
Outdated
Show resolved
Hide resolved
...nectedOperations/DisconnectedOperations/help/Get-AzDisconnectedOperationsImageDownloadUri.md
Outdated
Show resolved
Hide resolved
src/DisconnectedOperations/DisconnectedOperations/help/Get-AzDisconnectedOperationsImage.md
Outdated
Show resolved
Hide resolved
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
Commenter does not have sufficient privileges for PR 28870 in repo Azure/azure-powershell |
|
@isra-fel |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.