Skip to content

azure.ai.finetune: remove -e short flag for --project-endpoint #7309

@jongio

Description

@jongio

The azure.ai.finetune extension uses -e as a short flag for --project-endpoint. This conflicts with azd's global -e for --environment, which caused #7271.

Files to change

  • extensions/azure.ai.finetune/internal/cmd/init.go:149 - Flags
  • extensions/azure.ai.finetune/internal/cmd/operations.go:44 - PersistentFlags

Change

Remove the -e short flag for --project-endpoint (change StringVarP to StringVar). We can't migrate to -p because it's already used by --project-resource-id in init.go. The long form --project-endpoint still works.

This is a breaking change for anyone using -e with this extension, but -e is reserved for azd's --environment flag.

Blocked by: #7307

Metadata

Metadata

Labels

area/extensionsHosted extensions (ai.agents, etc.)ext-finetuneazure.ai.finetune extension

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions