You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Azure Function App support with list command (Azure#863)
* Add custom words for function app to cspell configuration
* Scaffold and setup Function app with list command
* Add test setup bicep
* Add unit tests for list command
* Add live tests
* Add Azure Function App operations and test prompts
* Add "azurewebsites" to cspell dictionary and update README with Function App management instructions
* Fix formatting
* Remove unnecessary comments
* Update FunctionAppListCommandTests to include ResourceGroupName in expected function app list
* Update codeowners
* Add additional test prompt for azmcp-aks-functionapp-list in e2eTestPrompts.md
* Fix typo for function app e2e tests
* Add additional words to cspell configuration for content connection strings from bicep
* Update FunctionAppListCommand to inherit BaseFunctionAppCommand. Override ToolMetadata instead of using the attributes on ExecuteAsync.
* Update subscription parameter name. Update cacheKey to remove unnecessary cache key type.
* Update changelog to include function app list command
* Rename areas directory to `functionapp`
* Remove duplicate
* Fix casing in function app directory paths in solution file
* Update .github/CODEOWNERS
* Update .github/CODEOWNERS
* Update .github/CODEOWNERS
* Update .github/CODEOWNERS
* Remove base function app options since they are not necessary and extend SubscriptionOptions for the list options.
* Remove option definition as it's not necessary for the list command.
* Update command group description to align with other areas.
* Refactor BaseFunctionAppCommand to use SubscriptionOptions and update FunctionAppListOptions to include necessary using directive.
* Update FunctionApp to be record and update references and unit tests.
* Remove SubscriptionId from FunctionAppInfo and update related tests
* Refactor FunctionAppInfo to include JsonPropertyName attributes for serialization
* Update Azure.ResourceManager.AppService package version to 1.4.1
* Remove telemetry tag based on consolidation change in Azure#935
---------
Co-authored-by: Jon Gallant <[email protected]>
0 commit comments