{NetAppFiles} Remove --endpoint-type#32395
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @audunn, |
❌AzureCLI-BreakingChangeTest
Please submit your Breaking Change Pre-announcement ASAP if you haven't already. Please note:
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull Request Overview
This PR removes the deprecated --endpoint-type argument from the netappfiles volume create and netappfiles volume update commands, completing the breaking change window that was previously announced.
- Removes the deprecated
--endpoint-typeargument definition from both VolumeCreate and VolumeUpdate command classes - Removes the breaking change registration for the
--endpoint-typeargument
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/azure-cli/azure/cli/command_modules/netappfiles/custom.py | Removes the deprecated --endpoint-type argument schema definitions from VolumeCreate and VolumeUpdate classes |
| src/azure-cli/azure/cli/command_modules/netappfiles/_breaking_change.py | Removes all breaking change registrations, leaving only the file header comments |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Copyright (c) Microsoft Corporation. All rights reserved. | ||
| # Licensed under the MIT License. See License.txt in the project root for license information. | ||
| # -------------------------------------------------------------------------------------------- |
There was a problem hiding this comment.
The _breaking_change.py file now contains only header comments with no functional code. This file should be deleted entirely since it no longer serves any purpose. Empty or header-only files add unnecessary clutter to the codebase.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Related command
az netappfiles
Description
Removes deprecated argument --endpoint-type from az netappfiles volume create and update
Testing Guide
History Notes
[NetAppFiles] BREAKING CHANGE:
az netappfiles volume create: Remove deprecated argument--endpoint-type, this property is readOnly[NetAppFiles] BREAKING CHANGE:
az netappfiles volume update: Remove deprecated argument--endpoint-type, this property is readOnlyThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.