Skip to content

Conversation

@v-huizhu2
Copy link
Contributor

This request was denied due to internal policy. Local authentication methods are not allowed.
Add issues #47487
#47372

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

- Added @disabled annotation to testBeginCreateWithFileShareVolume
- Included reason for disabling: internal policy denies local auth methods
- Preserved existing @DoNotRecord annotation and skipInPlayback setting
Copilot AI review requested due to automatic review settings December 8, 2025 07:53
@github-actions github-actions bot added the Mgmt This issue is related to a management-plane library. label Dec 8, 2025
Copy link
Contributor

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 addresses live test failures in the Container Instance management library by disabling a test that fails due to authentication policy restrictions. The test testBeginCreateWithFileShareVolume creates an Azure File Share volume which requires a storage account with local authentication, which is now blocked by internal policy.

Key Changes:

  • Disabled testBeginCreateWithFileShareVolume test to prevent CI failures
  • Added @Disabled annotation with explanatory message about authentication policy restriction

Copy link
Contributor

@XiaofeiCao XiaofeiCao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also add this to your feature issue for disabling local auth.

@v-huizhu2
Copy link
Contributor Author

Add issues #47487

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Mgmt This issue is related to a management-plane library.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants