az connection update
Update a Service Connector local connection.
Commands
Name | Description | Type | Status |
---|---|---|---|
az connection update app-insights |
Update a local to app-insights connection. |
Core | GA |
az connection update appconfig |
Update a local to appconfig connection. |
Core | GA |
az connection update confluent-cloud |
Update a local connection to confluent-cloud. |
Core | GA |
az connection update cosmos-cassandra |
Update a local to cosmos-cassandra connection. |
Core | GA |
az connection update cosmos-gremlin |
Update a local to cosmos-gremlin connection. |
Core | GA |
az connection update cosmos-mongo |
Update a local to cosmos-mongo connection. |
Core | GA |
az connection update cosmos-sql |
Update a local to cosmos-sql connection. |
Core | GA |
az connection update cosmos-table |
Update a local to cosmos-table connection. |
Core | GA |
az connection update eventhub |
Update a local to eventhub connection. |
Core | GA |
az connection update keyvault |
Update a local to keyvault connection. |
Core | GA |
az connection update mysql |
Update a local to mysql connection. |
Core | GA |
az connection update mysql-flexible |
Update a local to mysql-flexible connection. |
Core | GA |
az connection update postgres |
Update a local to postgres connection. |
Core | GA |
az connection update postgres-flexible |
Update a local to postgres-flexible connection. |
Core | GA |
az connection update redis |
Update a local to redis connection. |
Core | GA |
az connection update redis-enterprise |
Update a local to redis-enterprise connection. |
Core | GA |
az connection update servicebus |
Update a local to servicebus connection. |
Core | GA |
az connection update signalr |
Update a local to signalr connection. |
Core | GA |
az connection update sql |
Update a local to sql connection. |
Core | GA |
az connection update storage-blob |
Update a local to storage-blob connection. |
Core | GA |
az connection update storage-file |
Update a local to storage-file connection. |
Core | GA |
az connection update storage-queue |
Update a local to storage-queue connection. |
Core | GA |
az connection update storage-table |
Update a local to storage-table connection. |
Core | GA |
az connection update webpubsub |
Update a local to webpubsub connection. |
Core | GA |
az connection update app-insights
Update a local to app-insights connection.
az connection update app-insights [--client-type {dotnet, dotnet-internal, go, java, nodejs, none, python}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
Examples
Update the client type of a connection with resource name
az connection update app-insights -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update app-insights --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update appconfig
Update a local to appconfig connection.
az connection update appconfig [--client-type {dotnet, dotnet-internal, java, nodejs, none, python}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--service-principal]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update appconfig -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update appconfig --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
The service principal auth info.
Usage: --service-principal client-id=XX secret=XX
client-id : Required. Client id of the service principal. object-id : Optional. Object id of the service principal (Enterprise Application). secret : Required. Secret of the service principal.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update confluent-cloud
Update a local connection to confluent-cloud.
az connection update confluent-cloud --connection
[--bootstrap-server]
[--client-type {dotnet, dotnet-internal, go, java, none, python, springBoot}]
[--customized-keys]
[--kafka-key]
[--kafka-secret]
[--location]
[--no-wait]
[--resource-group]
[--schema-key]
[--schema-registry]
[--schema-secret]
Examples
Update the client-type of a bootstrap server connection
az connection update confluent-cloud -g resourceGroup --connection MyConnection --client python
Update the auth configurations of a bootstrap server connection
az connection update confluent-cloud -g resourceGroup --connection MyConnection --bootstrap-server xxx.eastus.azure.confluent.cloud:9092 --kafka-key Name --kafka-secret Secret
Update the client-type of a schema registry connection
az connection update confluent-cloud -g resourceGroup --connection MyConnection_schema --client python
Update the auth configurations of a schema registry connection
az connection update confluent-cloud -g resourceGroup --connection MyConnection_schema --schema-registry https://xxx.eastus.azure.confluent.cloud --schema-key Name --schema-secret Secret
Required Parameters
Name of the connection.
Optional Parameters
Kafka bootstrap server url.
The client type used on the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
Kafka API-Key (key).
Kafka API-Key (secret).
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Schema registry API-Key (key).
Schema registry url.
Schema registry API-Key (secret).
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update cosmos-cassandra
Update a local to cosmos-cassandra connection.
az connection update cosmos-cassandra [--client-type {dotnet, dotnet-internal, go, java, nodejs, none, python, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--service-principal]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update cosmos-cassandra -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update cosmos-cassandra --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
The service principal auth info.
Usage: --service-principal client-id=XX secret=XX
client-id : Required. Client id of the service principal. object-id : Optional. Object id of the service principal (Enterprise Application). secret : Required. Secret of the service principal.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update cosmos-gremlin
Update a local to cosmos-gremlin connection.
az connection update cosmos-gremlin [--client-type {dotnet, dotnet-internal, java, nodejs, none, php, python}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--service-principal]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update cosmos-gremlin -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update cosmos-gremlin --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
The service principal auth info.
Usage: --service-principal client-id=XX secret=XX
client-id : Required. Client id of the service principal. object-id : Optional. Object id of the service principal (Enterprise Application). secret : Required. Secret of the service principal.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update cosmos-mongo
Update a local to cosmos-mongo connection.
az connection update cosmos-mongo [--client-type {dotnet, dotnet-internal, go, java, nodejs, none, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--service-principal]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update cosmos-mongo -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update cosmos-mongo --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
The service principal auth info.
Usage: --service-principal client-id=XX secret=XX
client-id : Required. Client id of the service principal. object-id : Optional. Object id of the service principal (Enterprise Application). secret : Required. Secret of the service principal.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update cosmos-sql
Update a local to cosmos-sql connection.
az connection update cosmos-sql [--client-type {dotnet, dotnet-internal, java, nodejs, none, python, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--service-principal]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update cosmos-sql -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update cosmos-sql --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
The service principal auth info.
Usage: --service-principal client-id=XX secret=XX
client-id : Required. Client id of the service principal. object-id : Optional. Object id of the service principal (Enterprise Application). secret : Required. Secret of the service principal.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update cosmos-table
Update a local to cosmos-table connection.
az connection update cosmos-table [--client-type {dotnet, dotnet-internal, java, nodejs, none, python, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--service-principal]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update cosmos-table -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update cosmos-table --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
The service principal auth info.
Usage: --service-principal client-id=XX secret=XX
client-id : Required. Client id of the service principal. object-id : Optional. Object id of the service principal (Enterprise Application). secret : Required. Secret of the service principal.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update eventhub
Update a local to eventhub connection.
az connection update eventhub [--client-type {dotnet, dotnet-internal, go, java, kafka-springBoot, nodejs, none, python, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--service-principal]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update eventhub -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update eventhub --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
The service principal auth info.
Usage: --service-principal client-id=XX secret=XX
client-id : Required. Client id of the service principal. object-id : Optional. Object id of the service principal (Enterprise Application). secret : Required. Secret of the service principal.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update keyvault
Update a local to keyvault connection.
az connection update keyvault [--client-type {dotnet, dotnet-internal, java, nodejs, none, python, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--service-principal]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update keyvault -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update keyvault --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The service principal auth info.
Usage: --service-principal client-id=XX secret=XX
client-id : Required. Client id of the service principal. object-id : Optional. Object id of the service principal (Enterprise Application). secret : Required. Secret of the service principal.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update mysql
Update a local to mysql connection.
az connection update mysql [--client-type {django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
Examples
Update the client type of a connection with resource name
az connection update mysql -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update mysql --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret name=XX secret=XX --secret name=XX secret-uri=XX --secret name=XX secret-name=XX
name : Required. Username or account name for secret auth. secret : Required. Password or account key for secret auth.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update mysql-flexible
Update a local to mysql-flexible connection.
az connection update mysql-flexible [--client-type {django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update mysql-flexible -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update mysql-flexible --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret name=XX secret=XX --secret name=XX secret-uri=XX --secret name=XX secret-name=XX
name : Required. Username or account name for secret auth. secret : Required. Password or account key for secret auth.
The user account auth info.
Usage: --user-account mysql-identity-id=xx object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided. mysql-identity-id : Optional. ID of identity used for MySQL flexible server AAD Authentication. Ignore it if you are the server AAD administrator.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update postgres
Update a local to postgres connection.
az connection update postgres [--client-type {django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update postgres -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update postgres --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret name=XX secret=XX --secret name=XX secret-uri=XX --secret name=XX secret-name=XX
name : Required. Username or account name for secret auth. secret : Required. Password or account key for secret auth.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update postgres-flexible
Update a local to postgres-flexible connection.
az connection update postgres-flexible [--client-type {django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update postgres-flexible -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update postgres-flexible --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret name=XX secret=XX --secret name=XX secret-uri=XX --secret name=XX secret-name=XX
name : Required. Username or account name for secret auth. secret : Required. Password or account key for secret auth.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update redis
Update a local to redis connection.
az connection update redis [--client-type {dotnet, dotnet-internal, go, java, nodejs, none, python, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
Examples
Update the client type of a connection with resource name
az connection update redis -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update redis --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update redis-enterprise
Update a local to redis-enterprise connection.
az connection update redis-enterprise [--client-type {dotnet, dotnet-internal, go, java, nodejs, none, python, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
Examples
Update the client type of a connection with resource name
az connection update redis-enterprise -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update redis-enterprise --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update servicebus
Update a local to servicebus connection.
az connection update servicebus [--client-type {dotnet, dotnet-internal, go, java, nodejs, none, python, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--service-principal]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update servicebus -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update servicebus --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
The service principal auth info.
Usage: --service-principal client-id=XX secret=XX
client-id : Required. Client id of the service principal. object-id : Optional. Object id of the service principal (Enterprise Application). secret : Required. Secret of the service principal.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update signalr
Update a local to signalr connection.
az connection update signalr [--client-type {dotnet, dotnet-internal, none}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--service-principal]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update signalr -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update signalr --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
The service principal auth info.
Usage: --service-principal client-id=XX secret=XX
client-id : Required. Client id of the service principal. object-id : Optional. Object id of the service principal (Enterprise Application). secret : Required. Secret of the service principal.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update sql
Update a local to sql connection.
az connection update sql [--client-type {django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update sql -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update sql --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret name=XX secret=XX --secret name=XX secret-uri=XX --secret name=XX secret-name=XX
name : Required. Username or account name for secret auth. secret : Required. Password or account key for secret auth.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update storage-blob
Update a local to storage-blob connection.
az connection update storage-blob [--client-type {dotnet, dotnet-internal, java, nodejs, none, python, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--service-principal]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update storage-blob -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update storage-blob --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
The service principal auth info.
Usage: --service-principal client-id=XX secret=XX
client-id : Required. Client id of the service principal. object-id : Optional. Object id of the service principal (Enterprise Application). secret : Required. Secret of the service principal.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update storage-file
Update a local to storage-file connection.
az connection update storage-file [--client-type {dotnet, dotnet-internal, java, nodejs, none, php, python, ruby, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
Examples
Update the client type of a connection with resource name
az connection update storage-file -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update storage-file --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update storage-queue
Update a local to storage-queue connection.
az connection update storage-queue [--client-type {dotnet, dotnet-internal, java, nodejs, none, python, springBoot}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--service-principal]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update storage-queue -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update storage-queue --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
The service principal auth info.
Usage: --service-principal client-id=XX secret=XX
client-id : Required. Client id of the service principal. object-id : Optional. Object id of the service principal (Enterprise Application). secret : Required. Secret of the service principal.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update storage-table
Update a local to storage-table connection.
az connection update storage-table [--client-type {dotnet, dotnet-internal, java, nodejs, none, python}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--service-principal]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update storage-table -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update storage-table --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
The service principal auth info.
Usage: --service-principal client-id=XX secret=XX
client-id : Required. Client id of the service principal. object-id : Optional. Object id of the service principal (Enterprise Application). secret : Required. Secret of the service principal.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az connection update webpubsub
Update a local to webpubsub connection.
az connection update webpubsub [--client-type {dotnet, dotnet-internal, java, nodejs, none, python}]
[--connection]
[--customized-keys]
[--id]
[--location]
[--no-wait]
[--resource-group]
[--secret]
[--service-principal]
[--user-account]
Examples
Update the client type of a connection with resource name
az connection update webpubsub -g resourceGroup --connection MyConnection --client-type dotnet
Update the client type of a connection with resource id
az connection update webpubsub --id /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceLinker/locations/{location}/connectors/{connectorName} --client-type dotnet
Optional Parameters
The client type used on the connection.
Name of the connection.
The customized keys used to change default configuration names. Key is the original name, value is the customized name.
The id of connection.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The secret auth info.
Usage: --secret.
The service principal auth info.
Usage: --service-principal client-id=XX secret=XX
client-id : Required. Client id of the service principal. object-id : Optional. Object id of the service principal (Enterprise Application). secret : Required. Secret of the service principal.
The user account auth info.
Usage: --user-account object-id=XX
object-id : Optional. Object id of current login user. It will be set automatically if not provided.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.