Skip to content

Commit

Permalink
rename folder with acat
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiquanJiang-ms committed Jul 5, 2024
1 parent 3c84cfe commit d67c687
Show file tree
Hide file tree
Showing 25 changed files with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/acat/azext_acat/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
# pylint: disable=too-many-statements

from knack.log import get_logger
from .aaz.latest.app_compliance_automation import Onboard as _AcatOnboard
from .aaz.latest.app_compliance_automation.report import List as _AcatListReport
from .aaz.latest.app_compliance_automation.report import Show as _AcatShowReport
from .aaz.latest.app_compliance_automation.report import Create as _AcatCreateReport
from .aaz.latest.app_compliance_automation.report import Update as _AcatUpdateReport
from .aaz.latest.app_compliance_automation.report import Delete as _AcatDeleteReport
from .aaz.latest.app_compliance_automation.report.snapshot import List as _AcatListSnapshot
from .aaz.latest.app_compliance_automation.report.snapshot import Download as _AcatDownloadSnapshot
from .aaz.latest.app_compliance_automation.report.webhook import List as _AcatListReportWebhook
from .aaz.latest.app_compliance_automation.report.webhook import Show as _AcatShowReportWebhook
from .aaz.latest.app_compliance_automation.report.webhook import Create as _AcatCreateReportWebhook
from .aaz.latest.app_compliance_automation.report.webhook import Update as _AcatUpdateReportWebhook
from .aaz.latest.app_compliance_automation.report.webhook import Delete as _AcatDeleteReportWebhook
from .aaz.latest.acat import Onboard as _AcatOnboard
from .aaz.latest.acat.report import List as _AcatListReport
from .aaz.latest.acat.report import Show as _AcatShowReport
from .aaz.latest.acat.report import Create as _AcatCreateReport
from .aaz.latest.acat.report import Update as _AcatUpdateReport
from .aaz.latest.acat.report import Delete as _AcatDeleteReport
from .aaz.latest.acat.report.snapshot import List as _AcatListSnapshot
from .aaz.latest.acat.report.snapshot import Download as _AcatDownloadSnapshot
from .aaz.latest.acat.report.webhook import List as _AcatListReportWebhook
from .aaz.latest.acat.report.webhook import Show as _AcatShowReportWebhook
from .aaz.latest.acat.report.webhook import Create as _AcatCreateReportWebhook
from .aaz.latest.acat.report.webhook import Update as _AcatUpdateReportWebhook
from .aaz.latest.acat.report.webhook import Delete as _AcatDeleteReportWebhook
from azure.cli.core.commands import LongRunningOperation
from .utils import *
import os
Expand Down

0 comments on commit d67c687

Please sign in to comment.