Skip to content

Commit

Permalink
Fixing documentation error in Synapse sample notebook (#1014)
Browse files Browse the repository at this point in the history
* Removing double quotes

* Commenting out

* Bringing maven jar back

* Adding double quotes

* Reverting changes

* Fixing the wrong variable reference in the sample notebook
  • Loading branch information
jainr authored Jan 27, 2023
1 parent dce3766 commit 917d0b6
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 917d0b6

Please sign in to comment.