Describe the bug
az storage blob service-properties doesn't support DefaultServiceVersion property.
To Reproduce
az storage blob service-properties show --account-name xxx is missing DefaultServiceVersion.
az storage blob service-properties update --account-name xxx --set DefaultServiceVersion=2019-02-02 fails with
Couldn't find 'DefaultServiceVersion' in ''. Available options: ['cors', 'deleteRetentionPolicy', 'hourMetrics', 'logging', 'minuteMetrics', 'staticWebsite']
Expected behavior
DefaultServiceVersion is supported correctly.
Environment summary
2.0.71 on Windows.