Skip to content

chore(ManagedIdentities): remove obsolete V1beta1 samples - #9559

Open
sofisl wants to merge 1 commit into
mainfrom
feat/managedidentities
Open

chore(ManagedIdentities): remove obsolete V1beta1 samples#9559
sofisl wants to merge 1 commit into
mainfrom
feat/managedidentities

Conversation

@sofisl

@sofisl sofisl commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

This PR removes obsolete sample files for ManagedIdentities that are no longer generated.

Testing Deletions

No core library classes were deleted in this PR, only orphaned sample files for V1beta1. The core client logic still exists but these samples were dropped from generation.

Test Script:

<?php
require 'vendor/autoload.php';
echo "Testing client existence...\n";
if (class_exists('Google\Cloud\ManagedIdentities\V1beta1\ManagedIdentitiesServiceClient')) {
    echo "ERROR: ManagedIdentitiesServiceClient V1beta1 still exists!\n";
    exit(1);
} else {
    echo "SUCCESS: ManagedIdentitiesServiceClient V1beta1 does not exist.\n";
}

Output:

Testing client existence...
SUCCESS: ManagedIdentitiesServiceClient V1beta1 does not exist.

BREAKING_CHANGE_REASON=OwlBot failed to clean up these associated samples/V1beta1 directory files when the V1beta1 surface was deprecated in PR #7577. Librarian correctly removes these orphaned artifacts. There is no impact to the core client functionality.

For googleapis/librarian#7366

@sofisl
sofisl requested a review from a team as a code owner August 21, 2026 21:57
@snippet-bot

snippet-bot Bot commented Aug 21, 2026

Copy link
Copy Markdown

Here is the summary of changes.

You are about to delete 10 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@product-auto-label product-auto-label Bot added api: managedidentities Issues related to the Managed Service for Microsoft Active Directory API. samples Issues that are directly related to samples. labels Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: managedidentities Issues related to the Managed Service for Microsoft Active Directory API. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant