Skip to content

Commit e3e59fd

Browse files
committed
Add
1 parent 527b5fd commit e3e59fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/mysql/migrate/migrate-single-flexible-mysql-import-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ az keyvault set-policy -g testGroup -n testVault --object-id $identityPrincipalI
142142
--key-permissions wrapKey unwrapKey get list
143143
144144
# trigger mysql import for CMK enabled single server
145-
az mysql flexible-server import create --data-source-type "mysql_single" --data-source "test-single-server" --resource-group "test-rg" --name "test-flexible-server" --key <key identifier of testKey> --identity testIdentity
145+
az mysql flexible-server import create --data-source-type "mysql_single" --data-source "test-single-server" --resource-group "test-rg" --name "test-flexible-server" --key $keyIdentifier --identity testIdentity
146146
```
147147

148148
Here are the details for the arguments above:

0 commit comments

Comments
 (0)