Skip to content

Commit

Permalink
CheckNamespace Availability properties change
Browse files Browse the repository at this point in the history
  • Loading branch information
amolr authored and amolr committed Sep 22, 2016
1 parent 9f68833 commit 5a61fda
Showing 1 changed file with 32 additions and 6 deletions.
38 changes: 32 additions & 6 deletions arm-notificationhubs/2016-03-01/swagger/notificationhubs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1247,18 +1247,43 @@
"definitions": {
"CheckAvailabilityParameters": {
"properties": {
"id": {
"readOnly": true,
"type": "string",
"description": "Resource Id"
},
"name": {
"type": "string",
"description": "Resource name"
},
"type": {
"readOnly": true,
"type": "string",
"description": "Resource type"
},
"location": {
"type": "string",
"description": "Resource location"
},
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Resource tags"
},
"sku": {
"$ref": "#/definitions/Sku",
"description": "The sku of the created namespace"
},
"isAvailiable": {
"type": "boolean",
"description": "True if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false."
}
},
"required": [
"name"
],
"allOf": [
{
"$ref": "#/definitions/Resource"
}
"name",
"location"
],
"description": "Parameters supplied to the Check Name Availability for Namespace and NotificationHubs."
},
Expand Down Expand Up @@ -1819,6 +1844,7 @@
"description": "Resource Id"
},
"name": {
"readOnly": true,
"type": "string",
"description": "Resource name"
},
Expand Down

0 comments on commit 5a61fda

Please sign in to comment.