[AutoPR azure-resourcemanager-compute]-generated-from-SDK Generation - Java-6449161#49541
Open
azure-sdk wants to merge 4 commits into
Open
[AutoPR azure-resourcemanager-compute]-generated-from-SDK Generation - Java-6449161#49541azure-sdk wants to merge 4 commits into
azure-sdk wants to merge 4 commits into
Conversation
…pute/Compute/tspconfig.yaml', SDK Release Type: stable, and CommitSHA: 'cc1bd87b8f859439bff4e5b3f6373ab28c653b52' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6449161 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The git pathspec for excluding src/samples was split across two lines, causing git to receive a malformed argument with an embedded newline. This made the exclusion ineffective, resulting in false diff failures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
| # prevent warning related to EOL differences which triggers an exception for some reason | ||
| (& git -c core.safecrlf=false diff --ignore-space-at-eol --exit-code -- "$directory/*.java" ":(exclude)**/src/test/**" ": | ||
| (exclude)**/src/samples/**" ":(exclude)**/src/main/**/implementation/**") | Out-Null | ||
| (& git -c core.safecrlf=false diff --ignore-space-at-eol --exit-code -- "$directory/*.java" ":(exclude)**/src/test/**" ":(exclude)**/src/samples/**" ":(exclude)**/src/main/**/implementation/**") | Out-Null |
Member
There was a problem hiding this comment.
a fix on script. this should be a single line (no newline)
weidongxu-microsoft
approved these changes
Jun 18, 2026
Member
There was a problem hiding this comment.
@XiaofeiCao for review
I am fixing the emitter. The duplication method in generated samples was a bug of advanced-versioning feature.
Here I just ask agent to delete them to unblock.
l0lawrence
pushed a commit
to l0lawrence/typespec
that referenced
this pull request
Jun 18, 2026
…ng (microsoft#11014) from Azure/azure-sdk-for-java#49541 --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Configurations: 'specification/compute/resource-manager/Microsoft.Compute/Compute/tspconfig.yaml', SDK Release Type: stable, and CommitSHA: 'cc1bd87b8f859439bff4e5b3f6373ab28c653b52' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6449161 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. Release plan link: https://azsdk-releaseplan-dashboard-hveph5aqhhcfhtgu.westus-01.azurewebsites.net/?releaseplan=35010 Submitted by: audreytoney@microsoft.com