Skip to content

Commit

Permalink
[Synapse] Use mysynapse instead of personal resource name (#13639)
Browse files Browse the repository at this point in the history
Fixes #12998
  • Loading branch information
ramya-rao-a authored Feb 8, 2021
1 parent 6b23d9a commit 351bd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/synapse/synapse-access-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function main(): Promise<void> {

let client = new AccessControlClient(
credential,
"https://joturnersynapsetest.dev.azuresynapse.net"
"https://mysynapse.dev.azuresynapse.net"
);
let list = await client.listRoleDefinitions();
for await (let item of list) {
Expand Down

0 comments on commit 351bd18

Please sign in to comment.