|
"CheckNameAvailabilityResult": { |
|
"properties": { |
|
"nameAvailable": { |
|
"type": "boolean", |
|
"description": "Gets a boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or invalid and cannot be used." |
|
}, |
:

https://msdn.microsoft.com/en-us/library/azure/mt163642.aspx :

nameAvailable should be string, not boolean. Currently blocking Azure/azure-sdk-for-go#210
azure-rest-api-specs/arm-storage/2015-05-01-preview/swagger/storage.json
Lines 407 to 412 in 4be6f83
https://msdn.microsoft.com/en-us/library/azure/mt163642.aspx :
nameAvailableshould be string, not boolean. Currently blocking Azure/azure-sdk-for-go#210