This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
``
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
-Ensure you have database server created with name set to $serverName
az sql db create \
--resource-group $resourceGroupName \
--server $serverName \
--name myTestDatabase \
--edition GeneralPurpose \
--family Gen5 \
--capacity 1 \
--zone-redundant false
This returns an error showing an invalid SKU has been specified.
Could not find sku in tier 'GeneralPurpose' with family 'Gen5', capacity 1. Supported families & capacities for 'GeneralPurpose' are: [('Gen5', 1), ...
The very first Family/Capacity pair is identical to the one specified in the command.
Switching to Capacity 2, works as expected.
Suspect this is related to Serverless DB vs Provisioned Compute
Expected Behavior
Either:
- Creates the database
- Shows an error as to why specified data is invalid
Environment Summary
Linux-4.15.0-1066-azure-x86_64-with-debian-stretch-sid
Python 3.6.5
Shell: bash
azure-cli 2.0.80
Additional Context
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
``
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
-Ensure you have database server created with name set to
$serverNameThis returns an error showing an invalid SKU has been specified.
The very first Family/Capacity pair is identical to the one specified in the command.
Switching to Capacity 2, works as expected.
Suspect this is related to Serverless DB vs Provisioned Compute
Expected Behavior
Either:
Environment Summary
Additional Context