Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoftgraph/msgraph-beta-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.60.1
Choose a base ref
...
head repository: microsoftgraph/msgraph-beta-sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.61.0
Choose a head ref
  • 7 commits
  • 174 files changed
  • 6 contributors

Commits on Jul 13, 2026

  1. fix: correct malformed YAML in ci-build.yml Configure Maven settings …

    …step (#1368)
    
    The first three PowerShell lines in the 'Configure Maven settings' step
    were at column 0 instead of being indented into the 'pwsh: |' block
    scalar, which broke YAML parsing. Indent them to align with the rest of
    the script block.
    
    
    Copilot-Session: ca8303b0-dcb7-467f-9d6b-7f68da829576
    
    Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    3 people authored Jul 13, 2026
    Configuration menu
    Copy the full SHA
    6c08d0d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2026

  1. Remove Gradle .module files from Maven package validation (#1370)

    validatePackageContents.ps1 expected .module and .module.asc files,
    which are Gradle Module Metadata artifacts. The pipeline publishes with
    Maven (./mvnw), which does not generate .module files, causing the
    validation step to fail. Remove the two Gradle-only entries from the
    expected files list.
    
    
    Copilot-Session: ca8303b0-dcb7-467f-9d6b-7f68da829576
    
    Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    3 people authored Jul 14, 2026
    Configuration menu
    Copy the full SHA
    ae79b38 View commit details
    Browse the repository at this point in the history
  2. Updated for https://dev.azure.com/microsoftgraph/0985d294-5762-4bc2-a…

    …565-161ef349ca3e/_build?definitionId=689 by using baselines generated in https://dev.azure.com/microsoftgraph/0985d294-5762-4bc2-a565-161ef349ca3e/_build/results?buildId=226120 (#1363)
    
    Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
    Co-authored-by: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    bbb2f90 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. feat(generation): update request builders and models

    Update generated files with build 227538
    Microsoft Graph DevX Tooling Microsoft Graph DevX Tooling
    Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    89fae7d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2026

  1. Merge pull request #1372 from microsoftgraph/beta/pipelinebuild/227538

    Generated beta models and request builders
    Treicysg authored Jul 22, 2026
    Configuration menu
    Copy the full SHA
    876b03d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe85e80 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1369 from microsoftgraph/release-please--branches…

    …--main--components--com.microsoft.graph.microsoft-graph-beta
    
    chore(main): release 6.61.0
    Treicysg authored Jul 22, 2026
    Configuration menu
    Copy the full SHA
    f2ff2f1 View commit details
    Browse the repository at this point in the history
Loading