Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
- Latest
- 2025-05-01
- 2025-04-02-preview
- 2025-04-01
- 2025-03-02-preview
- 2025-03-01
- 2025-02-02-preview
- 2025-02-01
- 2025-01-02-preview
- 2025-01-01
- 2024-10-02-preview
- 2024-10-01
- 2024-09-02-preview
- 2024-09-01
- 2024-08-01
- 2024-07-02-preview
- 2024-07-01
- 2024-06-02-preview
- 2024-05-02-preview
- 2024-05-01
- 2024-04-02-preview
- 2024-03-02-preview
- 2024-02-02-preview
- 2024-02-01
- 2024-01-02-preview
- 2024-01-01
- 2023-11-02-preview
- 2023-11-01
- 2023-10-02-preview
- 2023-10-01
- 2023-09-02-preview
- 2023-09-01
- 2023-08-02-preview
- 2023-08-01
- 2023-07-02-preview
- 2023-06-02-preview
Bicep resource definition
The managedClusters/meshUpgradeProfiles resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.ContainerService/managedClusters/meshUpgradeProfiles resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.ContainerService/managedClusters/meshUpgradeProfiles@2025-01-01' = {
parent: resourceSymbolicName
name: 'string'
}
Property Values
Microsoft.ContainerService/managedClusters/meshUpgradeProfiles
Name | Description | Value |
---|---|---|
name | The resource name | string Constraints: Min length = 1 Max length = 24 Pattern = ^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$ (required) |
parent | In Bicep, you can specify the parent resource for a child resource. You only need to add this property when the child resource is declared outside of the parent resource. For more information, see Child resource outside parent resource. |
Symbolic name for resource of type: managedClusters |
ARM template resource definition
The managedClusters/meshUpgradeProfiles resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.ContainerService/managedClusters/meshUpgradeProfiles resource, add the following JSON to your template.
{
"type": "Microsoft.ContainerService/managedClusters/meshUpgradeProfiles",
"apiVersion": "2025-01-01",
"name": "string"
}
Property Values
Microsoft.ContainerService/managedClusters/meshUpgradeProfiles
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2025-01-01' |
name | The resource name | string Constraints: Min length = 1 Max length = 24 Pattern = ^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$ (required) |
type | The resource type | 'Microsoft.ContainerService/managedClusters/meshUpgradeProfiles' |
Usage Examples
Terraform (AzAPI provider) resource definition
The managedClusters/meshUpgradeProfiles resource type can be deployed with operations that target:
- Resource groups
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.ContainerService/managedClusters/meshUpgradeProfiles resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.ContainerService/managedClusters/meshUpgradeProfiles@2025-01-01"
name = "string"
parent_id = "string"
}
Property Values
Microsoft.ContainerService/managedClusters/meshUpgradeProfiles
Name | Description | Value |
---|---|---|
name | The resource name | string Constraints: Min length = 1 Max length = 24 Pattern = ^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$ (required) |
parent_id | The ID of the resource that is the parent for this resource. | ID for resource of type: managedClusters |
type | The resource type | "Microsoft.ContainerService/managedClusters/meshUpgradeProfiles@2025-01-01" |