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
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Fixes a regression in accepting `region` and `stage` options from CLI to form resource group name. Adds acceptance of `prefix` as well. Does so by configuring each of them in `serverless.service` (`ServerlessAzureConfig`) as one of the first steps of the `BaseService` constructor.
Also puts `location` into `region` inside the config if `location` is specified, but `region` is not.
Resolves#280, #282 and #281
Fixes a regression in accepting `region` and `stage` options from CLI to form resource group name. Adds acceptance of `prefix` as well. Does so by configuring each of them in `serverless.service` (`ServerlessAzureConfig`) as one of the first steps of the `BaseService` constructor.
Also puts `location` into `region` inside the config if `location` is specified, but `region` is not.
Resolves#280, #282 and #281
…305)
The key for Azure Region moved from `location` to `region`. This just adds backwards compatibility so that the value from `location` is stored in the `region` config if no other is specified.
Resolves#280
Fixes a regression in accepting `region` and `stage` options from CLI to form resource group name. Adds acceptance of `prefix` as well. Does so by configuring each of them in `serverless.service` (`ServerlessAzureConfig`) as one of the first steps of the `BaseService` constructor.
Also puts `location` into `region` inside the config if `location` is specified, but `region` is not.
Resolves#280, #282 and #281
…305)
The key for Azure Region moved from `location` to `region`. This just adds backwards compatibility so that the value from `location` is stored in the `region` config if no other is specified.
Resolves#280
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Repro steps:
The region group is
sls-wus-dev-myNewApp-rg
and the region for the resources is actuallyWest US
The text was updated successfully, but these errors were encountered: