Skip to content

Commit

Permalink
fix: Remove resource group parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kdestin committed Oct 5, 2023
1 parent 5cbdfb1 commit a250514
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
"outputs": [],
"source": [
"# List outbound rules for a workspace\n",
"rule_list = ml_client._workspace_outbound_rules.list(resource_group, ws_name)\n",
"rule_list = ml_client._workspace_outbound_rules.list(ws_name)\n",
"print([r._to_dict() for r in rule_list])"
]
},
Expand Down

0 comments on commit a250514

Please sign in to comment.