The testBaseAccounts resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.TestBase/testBaseAccounts resource, add the following JSON to your template.
{
"type": "Microsoft.TestBase/testBaseAccounts",
"apiVersion": "2022-04-01-preview",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {
"sku": {
"locations": [ "string" ],
"name": "string",
"resourceType": "string",
"tier": "Standard"
}
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.TestBase/testBaseAccounts' |
apiVersion | The resource api version | '2022-04-01-preview' |
name | The resource name | string (required) |
location | The geo-location where the resource lives | string (required) |
tags | The tags of the resource. | Dictionary of tag names and values. See Tags in templates |
properties | Properties of a Test Base Account. | TestBaseAccountResourceProperties |
Name | Description | Value |
---|---|---|
sku | The SKU of the Test Base Account. | TestBaseAccountSKU (required) |
Name | Description | Value |
---|---|---|
locations | The locations that the SKU is available. | string[] |
name | The name of the SKU. This is typically a letter + number code, such as B0 or S0. | string (required) |
resourceType | The type of resource the SKU applies to. | string |
tier | The tier of this particular SKU. | 'Standard' (required) |