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
Original file line number Diff line number Diff line change
Expand Up @@ -371,16 +371,11 @@
}
}
},

"x-ms-examples": {

"Successful CreateImagesFromData request": {

"$ref": "./examples/CreateImagesFromData.json"

} }


}
}
},
"delete": {
"tags": [
Expand All @@ -403,7 +398,7 @@
{
"name": "imageIds",
"in": "query",
"description": "Ids of the images to be deleted. Limted to 256 images per batch",
"description": "Ids of the images to be deleted. Limited to 256 images per batch",
"required": true,
"type": "array",
"items": {
Expand Down Expand Up @@ -578,7 +573,7 @@
{
"name": "batch",
"in": "body",
"description": "Image and tag ids. Limted to 64 images and 20 tags per batch",
"description": "Image and tag ids. Limited to 64 images and 20 tags per batch",
"required": true,
"schema": {
"$ref": "#/definitions/ImageIdCreateBatch"
Expand Down Expand Up @@ -694,7 +689,7 @@
{
"name": "tagIds",
"in": "query",
"description": "Tags to be deleted from the specified images. Limted to 20 tags",
"description": "Tags to be deleted from the specified images. Limited to 20 tags",
"required": true,
"type": "array",
"items": {
Expand Down Expand Up @@ -1926,7 +1921,7 @@
"x-nullable": true
},
"AccountQuota": {
"description": "Represents a set of quotas assocated with an account",
"description": "Represents a set of quotas associated with an account",
"type": "object",
"properties": {
"Tier": {
Expand Down Expand Up @@ -2641,7 +2636,7 @@
},
"LastModified": {
"format": "date-time",
"description": "Gets the date this project was last modifed",
"description": "Gets the date this project was last modified",
"type": "string",
"readOnly": true,
"x-nullable": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
{
"name": "imageIds",
"in": "query",
"description": "Ids of the images to be deleted. Limted to 256 images per batch",
"description": "Ids of the images to be deleted. Limited to 256 images per batch",
"required": true,
"type": "array",
"items": {
Expand Down Expand Up @@ -735,7 +735,7 @@
{
"name": "batch",
"in": "body",
"description": "Image and tag ids. Limted to 64 images and 20 tags per batch",
"description": "Image and tag ids. Limited to 64 images and 20 tags per batch",
"required": true,
"schema": {
"$ref": "#/definitions/ImageIdCreateBatch"
Expand Down Expand Up @@ -851,7 +851,7 @@
{
"name": "tagIds",
"in": "query",
"description": "Tags to be deleted from the specified images. Limted to 20 tags",
"description": "Tags to be deleted from the specified images. Limited to 20 tags",
"required": true,
"type": "array",
"items": {
Expand Down Expand Up @@ -3378,7 +3378,7 @@
},
"lastModified": {
"format": "date-time",
"description": "Gets the date this project was last modifed",
"description": "Gets the date this project was last modified",
"type": "string",
"readOnly": true,
"x-nullable": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
{
"name": "imageIds",
"in": "query",
"description": "Ids of the images to be deleted. Limted to 256 images per batch",
"description": "Ids of the images to be deleted. Limited to 256 images per batch",
"required": true,
"type": "array",
"items": {
Expand Down Expand Up @@ -735,7 +735,7 @@
{
"name": "batch",
"in": "body",
"description": "Image and tag ids. Limted to 64 images and 20 tags per batch",
"description": "Image and tag ids. Limited to 64 images and 20 tags per batch",
"required": true,
"schema": {
"$ref": "#/definitions/ImageIdCreateBatch"
Expand Down Expand Up @@ -851,7 +851,7 @@
{
"name": "tagIds",
"in": "query",
"description": "Tags to be deleted from the specified images. Limted to 20 tags",
"description": "Tags to be deleted from the specified images. Limited to 20 tags",
"required": true,
"type": "array",
"items": {
Expand Down Expand Up @@ -3414,7 +3414,7 @@
},
"lastModified": {
"format": "date-time",
"description": "Gets the date this project was last modifed",
"description": "Gets the date this project was last modified",
"type": "string",
"readOnly": true,
"x-nullable": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
{
"name": "tagIds",
"in": "query",
"description": "Tags to be deleted from the specified images. Limted to 20 tags.",
"description": "Tags to be deleted from the specified images. Limited to 20 tags.",
"required": true,
"type": "array",
"items": {
Expand Down Expand Up @@ -780,7 +780,7 @@
{
"name": "imageIds",
"in": "query",
"description": "Ids of the images to be deleted. Limted to 256 images per batch.",
"description": "Ids of the images to be deleted. Limited to 256 images per batch.",
"required": true,
"type": "array",
"items": {
Expand Down Expand Up @@ -958,7 +958,7 @@
{
"name": "batch",
"in": "body",
"description": "Image and tag ids. Limted to 64 images and 20 tags per batch.",
"description": "Image and tag ids. Limited to 64 images and 20 tags per batch.",
"required": true,
"schema": {
"$ref": "#/definitions/ImageIdCreateBatch"
Expand Down Expand Up @@ -3554,7 +3554,7 @@
},
"lastModified": {
"format": "date-time",
"description": "Gets the date this project was last modifed.",
"description": "Gets the date this project was last modified.",
"type": "string",
"readOnly": true,
"x-nullable": false
Expand Down