Skip to content

Oracle OOB Release #28100

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 1 commit into from
Jul 3, 2025
Merged

Oracle OOB Release #28100

merged 1 commit into from
Jul 3, 2025

Conversation

azure-powershell-bot
Copy link
Collaborator

Description

Oracle OOB Release

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at 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. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

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

@YanaXu YanaXu marked this pull request as ready for review July 2, 2025 08:25
@Copilot Copilot AI review requested due to automatic review settings July 2, 2025 08:25
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 Oracle OOB Release by bumping the Az.Oracle module to version 1.2.0 across manifests, metadata, and documentation.

  • Bumped Az.Oracle version and release date in module manifests and assembly info
  • Updated dependency versions and packaging entries for docs and preview
  • Added changelog entry for 1.2.0 and cleaned up stray whitespace

Reviewed Changes

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

Show a summary per file
File Description
tools/Docs/az-ps-latest-2.csv Updated Az.Oracle package entry to version 1.2.0
tools/AzPreview/AzPreview.psd1 Bumped Az.Oracle required version to 1.2.0
tools/Az/Az.psd1 Bumped Az.Oracle required version to 1.2.0
src/Oracle/Oracle/Properties/AssemblyInfo.cs Updated assembly version and file version to 1.2.0
src/Oracle/Oracle/ChangeLog.md Added Upcoming Release entry for version 1.2.0
src/Oracle/Oracle/Az.Oracle.psd1 Updated module version, generation date, dependency version, and release notes; commented out empty arrays
NuGet.Config Removed unnecessary blank lines
Comments suppressed due to low confidence (4)

src/Oracle/Oracle/ChangeLog.md:22

  • The '## Version 1.2.0' header is placed as a top-level heading instead of being listed under the '## Upcoming Release' section. Consider nesting it or adding the changelog bullet directly under the Upcoming Release header to match the project's changelog format.
## Version 1.2.0

src/Oracle/Oracle/Az.Oracle.psd1:60

  • Commenting out 'ScriptsToProcess' may remove an explicit empty array definition and change module behavior. Consider keeping it as an empty array (@()) for clarity and consistency.
# ScriptsToProcess = @()

src/Oracle/Oracle/Az.Oracle.psd1:63

  • Commenting out 'TypesToProcess' could lead to unexpected behavior; prefer explicitly setting it to an empty array (@()) instead of commenting it out.
# TypesToProcess = @()

@YanaXu YanaXu merged commit 7a2acb7 into main Jul 3, 2025
12 checks passed
@YanaXu YanaXu deleted the oob/Oracle branch July 3, 2025 02:50
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