Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing documentation error in Synapse sample notebook #1014

Merged
merged 7 commits into from
Jan 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/samples/azure_synapse/product_recommendation_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
" objectId=$(az ad signed-in-user show --query id -o tsv)\n",
" az keyvault update --name $keyvault_name --enable-rbac-authorization false\n",
" az keyvault set-policy -n $keyvault_name --secret-permissions get list --object-id $objectId\n",
" az role assignment create --assignee $userId --role \"Storage Blob Data Contributor\"\n",
" az synapse role assignment create --workspace-name $synapse_workspace_name --role \"Synapse Contributor\" --assignee $userId\n",
" az role assignment create --assignee $objectId --role \"Storage Blob Data Contributor\"\n",
" az synapse role assignment create --workspace-name $synapse_workspace_name --role \"Synapse Contributor\" --assignee $objectId\n",
"```\n"
]
},
Expand Down