Skip to content

Commit

Permalink
{log-analytics-solution} Remove ADAL dependencies (#7930)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxznmhdcxz authored Sep 3, 2024
1 parent e043396 commit 25151a1
Show file tree
Hide file tree
Showing 4 changed files with 497 additions and 293 deletions.
4 changes: 4 additions & 0 deletions src/log-analytics-solution/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

1.0.1
+++++++++++++++
* Remove ADAL dependencies.

1.0.0
+++++++++++++++
* Make extension from experimental to stable.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
return args_schema

def pre_operations(self):
from msrestazure.tools import parse_resource_id
from azure.mgmt.core.tools import parse_resource_id
from azure.cli.core.azclierror import ArgumentUsageError
args = self.ctx.args
args.workspace_id = args.workspace
Expand Down
Loading

0 comments on commit 25151a1

Please sign in to comment.