Azure / Azure/azure-cli

Unclear how to manage the trustedServiceBypassEnabled with azure cli

オープン
#28,362 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
act-codegen-extensibility-squad Auto-Assign customer-reported Service Attention Synapse
主要言語
Python
スター
4.6k
フォーク
3.5k
平均マージ
3日 2時間
マージ済み PR(30日)
60

説明

**Related command**
isTrustedServiceBypassEnabled=$(az synapse workspace show --resource-group $resourceGroupName --name $synapseWorkspaceName --query "trustedServiceBypassEnabled" -o tsv)
echo $isTrustedServiceBypassEnabled
if [ $isTrustedServiceBypassEnabled != 'true' ]; then
echo "isTrustedServiceBypassEnabled is NOT ENABLED. Enabling..."
az synapse workspace update --resource-group $resourceGroupName --name $synapseWorkspaceName --allow-azure-services-access true
else
echo "isTrustedServiceBypassEnabled is ENABLED."
fi

**Is your feature request related to a problem? Please describe.**
The command --allow-azure-services-access true suggested by copilot does not work.

**Describe the solution you'd like**
enable and disable --allow-azure-services-access

**Describe alternatives you've considered**
manually setup.

**Additional context**

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。