-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Storage Discovery first preview release #28263
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
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 the first preview release of the Azure PowerShell StorageDiscovery module, providing cmdlets for managing StorageDiscoveryWorkspace resources and scope objects for Azure Storage discovery functionality.
Key Changes:
- Added complete Az.StorageDiscovery module infrastructure with AutoRest-generated cmdlets
- Implemented StorageDiscoveryWorkspace CRUD operations (Create, Read, Update, Delete)
- Added StorageDiscoveryScope object creation functionality for workspace configuration
Reviewed Changes
Copilot reviewed 46 out of 46 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
tools/CreateMappings_rules.json | Added StorageDiscovery module mapping |
src/StorageDiscovery/StorageDiscovery/ | Main module configuration and help documentation |
src/StorageDiscovery/StorageDiscovery.Autorest/ | AutoRest-generated PowerShell module with cmdlets and tests |
|
||
## EXAMPLES | ||
|
||
### Example 1: Get a workspace proeprties |
Copilot
AI
Jul 24, 2025
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.
There is a spelling error in the example title. 'proeprties' should be 'properties'.
### Example 1: Get a workspace proeprties | |
### Example 1: Get a workspace properties |
Copilot uses AI. Check for mistakes.
@@ -0,0 +1,112 @@ | |||
### Example 1: Get a workspace proeprties |
Copilot
AI
Jul 24, 2025
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.
There is a spelling error in the example title. 'proeprties' should be 'properties'.
### Example 1: Get a workspace proeprties | |
### Example 1: Get a workspace properties |
Copilot uses AI. Check for mistakes.
|
||
## EXAMPLES | ||
|
||
### Example 1: Get a workspace proeprties |
Copilot
AI
Jul 24, 2025
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.
There is a spelling error in the example title. 'proeprties' should be 'properties'.
### Example 1: Get a workspace proeprties | |
### Example 1: Get a workspace properties |
Copilot uses AI. Check for mistakes.
Description
The design review is raised: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/1502
target to release on 8/5.
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.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.