Kirstyn Amperiadis
Kirstyn Amperiadis
**Related command** **Description** **Testing Guide** **History Notes** [Component Name 1] BREAKING CHANGE: `az command a`: Make some customer-facing breaking change [Component Name 2] `az command b`: Add some customer-facing feature...
--- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command `az functionapp create` ### General Guidelines - [x] Have you...
Currently, customers have no way of handling HTTP requests with content type set to application/x-protobuf. So far, I have only seen one customer asking for this. We might want to...
BREAKING CHANGE: Enabled the `UseNullableValueDictionaryForHttp` capability which makes the host send back request information in nullable maps (i.e. When the `UseNullableValueDictionaryForHttp` capability is enabled, the host stores the values in...
**Related command** **Description** **Testing Guide** **History Notes** [Component Name 1] BREAKING CHANGE: `az command a`: Make some customer-facing breaking change [Component Name 2] `az command b`: Add some customer-facing feature...
**Related command** `az functionapp create` `az functionapp plan create` **Description** 1. Allow consumption plans to be created using the Az CLI 2. Allow customers to pass an existing consumption plan...
**Related command** `az functionapp deployment source config-zip` **Description** Resolves #28741 by not making calls to the Microsoft.Web/serverfarms API to determine if a function app is on a flex plan **History...
**Related command** `az functionapp create` `az functionapp deployment source config-zip` **Description** - `az functionapp create` will no longer show the functions version warning for flex apps since that app setting...
**Related command** `az functionapp config appsettings set` `az functionapp deployment source config-zip` `az functionapp config set` `az functionapp config container set` **Description** Resolves #28394 Resolves #28382 Resolves #28358 Currently, we...
**Related command** `az functionapp create` **Description** Currently, Windows dotnet apps use the [default netFrameworkVersion from the SDK](https://github.com/Azure/azure-sdk-for-python/blob/9056bd8899e449964bd3ae3b3cff3714ba7318c7/sdk/appservice/azure-mgmt-web/azure/mgmt/web/v2023_01_01/models/_models_py3.py#L20910C1-L20910C1) The reason why we have to access additionalProperties to fetch netFrameworkVersion is because...