-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running Get-AzSqlCapability, 'Value can not be null' #8335
Comments
@jaredmoo Can you take a look at this issue? |
Taking a look. |
When will this update be published to PowerShell Gallery? If not soon, can we at least get a "preview" release published? Can't use this command at all at the moment. |
Doesn't this version have the fix? https://www.powershellgallery.com/packages/Az.Sql/1.2.0 Release Notes
|
Whoa!! You're right @jaredmoo, I was looking at the parent AzureRM module, it was updated three months ago. Should have remembered that the AzureRM was a parent-child reference module. |
@jaredmoo Wait, AzureRM does not reference Az.SQL. It references AzureRM.SQL, which still has old release. Is Az the replacement for AzureRM? |
Yes, that's right. You can see the announcement form the Azure PowerShell team here: https://azure.microsoft.com/en-us/blog/azure-powershell-cross-platform-az-module-replacing-azurerm/ :) |
Description
Unable to use Get-AzSqlCapability to obtain information on skus available in region.
According to the documentation (https://docs.microsoft.com/en-us/powershell/module/azurerm.sql/Get-AzureRmSqlCapability?view=azurermps-6.13.0) should be able to run:
Same fault is present using Az rather than AzureRm command,
Tried various machines and Cloud Shell, all seem to have the same issue.
Info obtained from Cloud Shell
Script/Steps for Reproduction
Module Version
Environment Data
$PSVersionTable
PS Azure:> $PSVersionTable
Name Value
PSVersion 6.1.1
PSEdition Core
GitCommitId 6.1.1
OS Linux 4.15.0-1036-azure #38~16.04.1-Ubuntu SMP Fri Dec 7 03:21:52 UTC 2018
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0`
Debug Output
The text was updated successfully, but these errors were encountered: