Skip to content

Commit fae1899

Browse files
authored
Merge pull request #206006 from rolyon/rolyon-rbac-transfer-sub-sql-database-v2
[Azure RBAC] Transfer subscription SQL databases command v2
2 parents db0d24b + 0630743 commit fae1899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/role-based-access-control/transfer-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ When you create a key vault, it is automatically tied to the default Azure Activ
240240
- Use [az sql server ad-admin list](/cli/azure/sql/server/ad-admin#az-sql-server-ad-admin-list) and the [az graph](/cli/azure/graph) extension to see if you are using Azure SQL databases with Azure AD authentication integration enabled. For more information, see [Configure and manage Azure Active Directory authentication with SQL](/azure/azure-sql/database/authentication-aad-configure).
241241
242242
```azurecli
243-
az sql server ad-admin list --ids $(az graph query -q "resources | where type == 'microsoft.sql/servers' | project id" --query data[].[id] -o tsv)
243+
az sql server ad-admin list --ids $(az graph query -q "resources | where type == 'microsoft.sql/servers' | project id" --query data[*].[id] -o tsv)
244244
```
245245
246246
### List ACLs

0 commit comments

Comments
 (0)