Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: xenial
language: node_js
node_js:
- '10'
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-dotnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# From https://www.microsoft.com/net/download/linux-package-manager/ubuntu14-04/sdk-2.0.0

wget -q https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get install apt-transport-https -y
sudo apt-get update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1665,10 +1665,10 @@
],
"responses": {
"202": {
"description": "The SQL contianer delete operation will complete asynchronously."
"description": "The SQL container delete operation will complete asynchronously."
},
"204": {
"description": "The SQL contianer delete operation was completed successfully."
"description": "The SQL container delete operation was completed successfully."
}
}
}
Expand Down Expand Up @@ -2723,10 +2723,10 @@
],
"responses": {
"202": {
"description": "The Gremlin contianer delete operation will complete asynchronously."
"description": "The Gremlin container delete operation will complete asynchronously."
},
"204": {
"description": "The Gremlin contianer delete operation was completed successfully."
"description": "The Gremlin container delete operation was completed successfully."
}
}
}
Expand Down Expand Up @@ -3023,7 +3023,7 @@
"x-ms-client-flatten": true,
"description": "The properties of an Azure Cosmos DB SQL database",
"$ref": "#/definitions/SqlDatabaseProperties"
}
}
},
"allOf": [
{
Expand Down Expand Up @@ -3099,7 +3099,7 @@
"x-ms-client-flatten": true,
"description": "The properties of an Azure Cosmos DB container",
"$ref": "#/definitions/ContainerProperties"
}
}
},
"allOf": [
{
Expand Down Expand Up @@ -3127,7 +3127,7 @@
"x-ms-client-flatten": true,
"description": "The properties of an Azure Cosmos DB Mongo database",
"$ref": "#/definitions/MongoDatabaseProperties"
}
}
},
"allOf": [
{
Expand All @@ -3152,7 +3152,7 @@
"x-ms-client-flatten": true,
"description": "The properties of an Azure Cosmos DB Mongo collection",
"$ref": "#/definitions/MongoCollectionProperties"
}
}
},
"allOf": [
{
Expand All @@ -3177,7 +3177,7 @@
"x-ms-client-flatten": true,
"description": "The properties of an Azure Cosmos DB Table",
"$ref": "#/definitions/TableProperties"
}
}
},
"allOf": [
{
Expand All @@ -3202,7 +3202,7 @@
"x-ms-client-flatten": true,
"description": "The properties of an Azure Cosmos DB Cassandra keyspace",
"$ref": "#/definitions/CassandraKeyspaceProperties"
}
}
},
"allOf": [
{
Expand All @@ -3227,7 +3227,7 @@
"x-ms-client-flatten": true,
"description": "The properties of an Azure Cosmos DB Cassandra table",
"$ref": "#/definitions/CassandraTableProperties"
}
}
},
"allOf": [
{
Expand Down Expand Up @@ -3943,7 +3943,7 @@
"default": "String",
"enum": [
"String",
"Number",
"Number",
"Point",
"Polygon",
"LineString",
Expand All @@ -3957,14 +3957,14 @@
"precision": {
"description": "The precision of the index. -1 is maximum precision.",
"type": "integer"
},
},
"kind": {
"description": "Indicates the type of index.",
"type": "string",
"default": "Hash",
"enum": [
"Hash",
"Range",
"Range",
"Spatial"
],
"x-ms-enum": {
Expand Down