Method: projects.locations.azureClusters.patch

Updates an AzureCluster.

HTTP request

PATCH https://{endpoint}/v1/{azureCluster.name=projects/*/locations/*/azureClusters/*}

Where {endpoint} is one of the supported service endpoints.

The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
azureCluster.name

string

The name of this resource.

Cluster names are formatted as projects/<project-number>/locations/<region>/azureClusters/<cluster-id>.

See Resource Names for more details on Google Cloud Platform resource names.

Query parameters

Parameters
validateOnly

boolean

If set, only validate the request, but do not actually update the cluster.

updateMask

string (FieldMask format)

Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from AzureCluster:

  • description.
  • azureClient.
  • controlPlane.version.
  • controlPlane.vm_size.
  • annotations.
  • authorization.admin_users.
  • authorization.admin_groups.
  • controlPlane.root_volume.size_gib.
  • azureServicesAuthentication.
  • azureServicesAuthentication.tenant_id.
  • azureServicesAuthentication.application_id.
  • controlPlane.proxy_config.
  • controlPlane.proxy_config.resource_group_id.
  • controlPlane.proxy_config.secret_id.
  • controlPlane.ssh_config.authorized_key.
  • loggingConfig.component_config.enable_components
  • monitoringConfig.managed_prometheus_config.enabled.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of AzureCluster.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • gkemulticloud.azureClusters.update

For more information, see the IAM documentation.