Skip to content

Commit

Permalink
Merge pull request #6 from jddarby/chaos/generalrgmodel
Browse files Browse the repository at this point in the history
Use latest RG model to remove unnecessary dependency on version
  • Loading branch information
PerfectChaos authored May 16, 2023
2 parents 0b1266f + 599ac38 commit 5437fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aosm/azext_aosm/deploy/pre_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from azure.core import exceptions as azure_exceptions
from azure.cli.core.azclierror import AzCLIError
from azure.mgmt.resource.resources.v2022_09_01.models import ResourceGroup
from azure.mgmt.resource.resources.models import ResourceGroup

from azext_aosm.util.management_clients import ApiClients
from azext_aosm.vendored_sdks.models import (
Expand Down

0 comments on commit 5437fac

Please sign in to comment.