Skip to content

Commit

Permalink
Batch DataPlane 2021-06-01.14 update (Azure#14830)
Browse files Browse the repository at this point in the history
* Copy of 2020-09-01 for ease of review

* Azure Batch updated to 2021-06-01.14

Suppressions

Fixed property name.

Fixed type

Fixed casing

Fixed casing

Spelling fix

Fixed enums

Fixed enum

Fixed EOF and casing from PR feedback

Markdown fixes

Added Managed Identity and Authentication Mode APIs.

Fixed example

Spot cleanup

Casing fix

Fixed spacing

Added maxParallelTasks.

Formatting.

Removed newline

Reverted markdown change to satisfy Avocado

http://azure.github.io/autorest/user/literate-file-formats/configuration.html#the-file-format
  • Loading branch information
paterasMSFT authored Jul 1, 2021
1 parent 91ac145 commit 18b54ea
Show file tree
Hide file tree
Showing 95 changed files with 20,581 additions and 108 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
{
"parameters": {
"batchUrl": "account.region.batch.azure.com",
"api-version": "2021-06-01.14.0",
"client-request-id": "00000000-0000-0000-0000-000000000000",
"ocp-date": "Fri, 17 Feb 2017 00:00:00 GMT"
},
"responses": {
"200": {
"body": {
"value": [
{
"poolId": "pool1",
"dedicated": {
"creating": 0,
"idle": 0,
"leavingPool": 0,
"offline": 0,
"preempted": 0,
"rebooting": 0,
"reimaging": 0,
"running": 0,
"starting": 0,
"startTaskFailed": 0,
"unknown": 0,
"unusable": 0,
"waitingForStartTask": 0,
"total": 0
},
"lowPriority": {
"creating": 0,
"idle": 0,
"leavingPool": 0,
"offline": 0,
"preempted": 0,
"rebooting": 0,
"reimaging": 0,
"running": 2,
"starting": 1,
"startTaskFailed": 0,
"unknown": 0,
"unusable": 0,
"waitingForStartTask": 0,
"total": 3
}
},
{
"poolId": "pool2",
"dedicated": {
"creating": 0,
"idle": 1,
"leavingPool": 0,
"offline": 3,
"preempted": 0,
"rebooting": 0,
"reimaging": 0,
"running": 0,
"starting": 0,
"startTaskFailed": 0,
"unknown": 0,
"unusable": 0,
"waitingForStartTask": 0,
"total": 4
},
"lowPriority": {
"creating": 0,
"idle": 0,
"leavingPool": 0,
"offline": 0,
"preempted": 0,
"rebooting": 0,
"reimaging": 0,
"running": 0,
"starting": 0,
"startTaskFailed": 0,
"unknown": 0,
"unusable": 0,
"waitingForStartTask": 0,
"total": 0
}
},
{
"poolId": "pool3",
"dedicated": {
"creating": 0,
"idle": 5,
"leavingPool": 0,
"offline": 0,
"preempted": 0,
"rebooting": 0,
"reimaging": 4,
"running": 0,
"starting": 0,
"startTaskFailed": 0,
"unknown": 0,
"unusable": 0,
"waitingForStartTask": 0,
"total": 9
},
"lowPriority": {
"creating": 7,
"idle": 0,
"leavingPool": 0,
"offline": 0,
"preempted": 0,
"rebooting": 0,
"reimaging": 0,
"running": 4,
"starting": 0,
"startTaskFailed": 0,
"unknown": 0,
"unusable": 0,
"waitingForStartTask": 0,
"total": 11
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"parameters": {
"batchUrl": "account.region.batch.azure.com",
"api-version": "2021-06-01.14.0",
"client-request-id": "00000000-0000-0000-0000-000000000000",
"ocp-date": "Fri, 17 Feb 2017 00:00:00 GMT"
},
"responses": {
"200": {
"body": {
"value": [
{
"nodeAgentSKUId": "batch.node.centos 7",
"imageReference": {
"publisher": "OpenLogic",
"offer": "CentOS",
"sku": "7.2",
"version": "latest"
},
"verificationType": "verified",
"capabilities": [
"DockerCompatible",
"NvidiaTeslaDriverInstalled"
],
"osType": "linux"
},
{
"nodeAgentSKUId": "batch.node.centos 7",
"imageReference": {
"publisher": "OpenLogic",
"offer": "CentOS",
"sku": "7.1",
"version": "latest"
},
"verificationType": "unverified",
"osType": "linux",
"batchSupportEndOfLife": "2019-11-01T00:00:00.0Z"
},
{
"nodeAgentSKUId": "batch.node.debian 8",
"imageReference": {
"publisher": "Credativ",
"offer": "Debian",
"sku": "8",
"version": "latest"
},
"verificationType": "verified",
"osType": "linux"
},
{
"nodeAgentSKUId": "batch.node.windows amd64",
"imageReference": {
"publisher": "MicrosoftWindowsServer",
"offer": "WindowsServer",
"sku": "2012-R2-Datacenter",
"version": "latest"
},
"verificationType": "verified",
"osType": "windows"
},
{
"nodeAgentSKUId": "batch.node.windows amd64",
"imageReference": {
"publisher": "MicrosoftWindowsServer",
"offer": "WindowsServer",
"sku": "2012-Datacenter",
"version": "latest"
},
"verificationType": "verified",
"osType": "windows"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"parameters": {
"batchUrl": "account.region.batch.azure.com",
"api-version": "2021-06-01.14.0",
"client-request-id": "00000000-0000-0000-0000-000000000000",
"ocp-date": "Fri, 17 Feb 2017 00:00:00 GMT",
"applicationId": "my_application_id"
},
"responses": {
"200": {
"body": {
"id": "my_application_id",
"versions": [
"v1.0"
],
"displayName": "my_display_name"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"batchUrl": "account.region.batch.azure.com",
"api-version": "2021-06-01.14.0",
"client-request-id": "00000000-0000-0000-0000-000000000000",
"ocp-date": "Fri, 17 Feb 2017 00:00:00 GMT"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "my_application_id",
"versions": [
"v1.0"
],
"displayName": "my_display_name"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"batchUrl": "account.region.batch.azure.com",
"api-version": "2021-06-01.14.0",
"client-request-id": "00000000-0000-0000-0000-000000000000",
"ocp-date": "Fri, 17 Feb 2017 00:00:00 GMT",
"certificate": {
"thumbprintAlgorithm": "sha1",
"thumbprint": "0123456789abcdef0123456789abcdef01234567",
"data": "#####...",
"certificateFormat": "pfx",
"password": "<ExamplePassword>"
}
},
"responses": {
"201": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"batchUrl": "account.region.batch.azure.com",
"api-version": "2021-06-01.14.0",
"thumbprintAlgorithm": "sha1",
"thumbprint": "0123456789abcdef0123456789abcdef01234567",
"client-request-id": "00000000-0000-0000-0000-000000000000",
"ocp-date": "Fri, 17 Feb 2017 00:00:00 GMT"
},
"responses": {
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"batchUrl": "account.region.batch.azure.com",
"api-version": "2021-06-01.14.0",
"thumbprintAlgorithm": "sha1",
"thumbprint": "0123456789abcdef0123456789abcdef01234567",
"client-request-id": "00000000-0000-0000-0000-000000000000",
"ocp-date": "Fri, 17 Feb 2017 00:00:00 GMT"
},
"responses": {
"202": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parameters": {
"batchUrl": "account.region.batch.azure.com",
"api-version": "2021-06-01.14.0",
"thumbprintAlgorithm": "sha1",
"thumbprint": "0123456789abcdef0123456789abcdef01234567",
"client-request-id": "00000000-0000-0000-0000-000000000000",
"ocp-date": "Fri, 17 Feb 2017 00:00:00 GMT"
},
"responses": {
"200": {
"body": {
"thumbprint": "0123456789abcdef0123456789abcdef01234567",
"thumbprintAlgorithm": "sha1",
"url": "https://account.region.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=0123456789abcdef0123456789abcdef01234567)",
"state": "deletefailed",
"stateTransitionTime": "2014-07-31T21:12:58.236Z",
"previousState": "deleting",
"previousStateTransitionTime": "2014-07-31T21:11:58.236Z",
"publicData": "#####...",
"deleteCertificateError": {
"code": "PoolsReferencingCertificate",
"message": "The specified certificate is being used by the below mentioned pool(s)",
"values": [
{
"name": "Pools",
"value": "mypool1"
}
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"parameters": {
"batchUrl": "account.region.batch.azure.com",
"api-version": "2021-06-01.14.0",
"client-request-id": "00000000-0000-0000-0000-000000000000",
"ocp-date": "Fri, 17 Feb 2017 00:00:00 GMT"
},
"responses": {
"200": {
"body": {
"value": [
{
"thumbprint": "0123456789abcdef0123456789abcdef01234567",
"thumbprintAlgorithm": "sha1",
"url": "https://account.region.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=0123456789abcdef0123456789abcdef01234567)",
"state": "deletefailed",
"stateTransitionTime": "2014-07-31T21:12:58.236Z",
"previousState": "deleting",
"previousStateTransitionTime": "2014-07-31T21:11:58.236Z",
"publicData": "#####...",
"deleteCertificateError": {
"code": "PoolsReferencingCertificate",
"message": "The specified certificate is being used by the below mentioned pool(s)",
"values": [
{
"name": "Pools",
"value": "mypool1"
}
]
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parameters": {
"batchUrl": "account.region.batch.azure.com",
"poolId": "poolId",
"nodeId": "tvm-1695681911_2-20161122t193202z",
"extensionName": "batchNodeExtension",
"api-version": "2021-06-01.14.0",
"client-request-id": "00000000-0000-0000-0000-000000000000",
"ocp-date": "Fri, 17 Feb 2017 00:00:00 GMT"
},
"responses": {
"200": {
"body": {
"instanceView": {
"name": "batchNodeExtension",
"statuses": [
{
"code": "ProvisioningState/succeeded",
"level": "Info",
"displayStatus": "Provisioning succeeded",
"message": "Enable succeeded: Enabling and starting agent and controller"
}
]
},
"vmExtension": {
"name": "batchNodeExtension",
"publisher": "Microsoft.Azure.Extensions",
"type": "CustomScript",
"typeHandlerVersion": "2.0",
"autoUpgradeMinorVersion": true
}
}
}
}
}
Loading

0 comments on commit 18b54ea

Please sign in to comment.