* Updated `gcloud ai model-garden models deploy` command to allow deploy a model from custom weights.
### BigQuery
* Fixed a bug where the command would crash for a query in dry run if the resulting job doesn't include statistics about number of bytes processed.
### Cloud Backup DR
* Added `backup-retention-inheritance` flag to `gcloud backup-dr backup-vaults create` to specify backup retention inheritance mode during backup vault creation. * Added `gcloud backup-dr data-source-references` command group to GA track.
### Cloud IAM
* Added `gcloud iam workforce-pools providers scim-tenants create` which creates a new SCIM tenant associated with a specific workforce identity pool provider. * Added `gcloud iam workforce-pools providers scim-tenants tokens create` which creates a new SCIM token associated with a specific workforce identity pool provider tenant. * Added `gcloud iam workforce-pools providers scim-tenants delete` which deletes an existing SCIM tenant associated with a specific workforce identity pool provider. * Added `gcloud iam workforce-pools providers scim-tenants tokens delete` which deletes a SCIM token associated with a specific workforce identity pool provider SCIM tenant. * Added `gcloud iam workforce-pools providers scim-tenants describe` which describes an existing SCIM tenant associated with a specific workforce identity pool provider. * Added `gcloud iam workforce-pools providers scim-tenants tokens describe` which describes a SCIM token associated with a specific workforce identity pool provider SCIM tenant. * Added `gcloud iam workforce-pools providers scim-tenants list` which lists all SCIM tenants associated with a specific workforce identity pool provider. * Added `gcloud iam workforce-pools providers scim-tenants tokens list` which lists all SCIM tokens associated with a specific workforce identity pool provider SCIM tenant. * Added `gcloud iam workforce-pools providers scim-tenants undelete` which restores a previously-deleted workforce identity pool provider SCIM tenant to an active state. * Added `gcloud iam workforce-pools providers scim-tenants tokens undelete` which restores a previously-deleted workforce identity pool provider SCIM token to an active state. * Added `gcloud iam workforce-pools providers scim-tenants update` which updates an existing SCIM tenant associated with a specific workforce identity pool provider. * Added `gcloud iam workforce-pools providers scim-tenants tokens update` which updates an existing SCIM token associated with a specific workforce identity pool provider.
### Cloud SQL
* Updated 'cloud-sql-proxy' packaged component to use 2.18.0 of the Cloud SQL Proxy. * Made `--skip-failed-instance-config` flag available. * Added `--psc-network-attachment-uri` and `--clear-psc-network-attachment-uri` flags to `gcloud sql instances patch` to support Private Service Connect OutBound Connectivity for Cloud SQL.
### Compute Engine
* Fixed misleading outputs when reserving and releasing external IPv6 addresses using `gcloud compute addresses create` and `gcloud compute addresses delete`.
### Container
* Updated `gcloud container clusters list` command to display STACK_TYPE by default.
### Eventarc
* Removing one Message Bus and Google Api Source per-project limitation. * Promoted `gcloud eventarc message-buses`, `gcloud eventarc enrollments`, `gcloud eventarc google-api-sources` and `gcloud eventarc pipelines` to GA.
### Identity and Access Management
* Added flags to `gcloud iam workforce-pools providers create-oidc` and `gcloud iam workforce-pools providers create-saml` commands to support creating providers with extended oauth attributes configuration (e.g. `--extended-attributes-issuer-uri`, `--extended-attributes-client-id`, `--extended-attributes-client-secret-value`, `--extended-attributes-type`, `--extended-attributes-filter`). * Added flags to `gcloud iam workforce-pools providers update-oidc` and `gcloud iam workforce-pools providers update-saml` commands to support updating providers with extended oauth attributes configuration (e.g. `--extended-attributes-issuer-uri`, `--extended-attributes-client-id`, `--extended-attributes-client-secret-value`, `--extended-attributes-type`, `--extended-attributes-filter`, `--clear-extended-attributes-config`).