Skip to content

Initial release of Dependencymap based on tsp #27910

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

Merged
merged 3 commits into from
Jun 11, 2025

Conversation

dolauli
Copy link
Contributor

@dolauli dolauli commented Jun 10, 2025

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 June 10, 2025 09:34
Copy link

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

@dolauli dolauli requested a review from VeryEarly June 10, 2025 09:35
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

Initial release of the Az.DependencyMap PowerShell module based on the TSP specification, introducing cmdlets and in-memory model objects for both Maps and DiscoverySources.

  • Adds generated documentation (docs/*.md) for Get/New/Update/Remove cmdlets on Maps and DiscoverySources.
  • Introduces a custom model cmdlet (OffAzureDiscoverySourceResourceProperties) and supporting UX configuration (UX/*.json).
  • Establishes module metadata (AssemblyInfo.cs) and custom module manifest (custom/*.psm1).

Reviewed Changes

Copilot reviewed 72 out of 72 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/DependencyMap/DependencyMap.Autorest/docs/New-AzDependencyMapDiscoverySource.md Documentation for creating a DiscoverySourceResource
src/DependencyMap/DependencyMap.Autorest/docs/Update-AzDependencyMapDiscoverySource.md Documentation for updating a DiscoverySourceResource
src/DependencyMap/DependencyMap.Autorest/custom/autogen-model-cmdlets/New-AzDependencyMapOffAzureDiscoverySourceResourcePropertiesObject.ps1 Custom model cmdlet for OffAzureDiscoverySource props
src/DependencyMap/DependencyMap.Autorest/UX/Microsoft.DependencyMap/maps.json UX configuration for Maps commands
src/DependencyMap/DependencyMap.Autorest/Properties/AssemblyInfo.cs Assembly metadata and versioning

@VeryEarly VeryEarly merged commit ba46053 into Azure:main Jun 11, 2025
12 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.

2 participants