Skip to content

Commit

Permalink
typo: cosmos-db/resource-manager/Microsoft.DocumentDB (#5705)
Browse files Browse the repository at this point in the history
* typo: cosmos-db/resource-manager/Microsoft.DocumentDB

- contianer -> container

* chore: Use Xenial image
  • Loading branch information
nschonni authored and praries880 committed Apr 19, 2019
1 parent eecb26c commit cba23e1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
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

0 comments on commit cba23e1

Please sign in to comment.