You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
service team split some folders for resources Azure/azure-rest-api-specs#34190 so that python sdk has to split part of modules of azure-mgmt-resource into independent package:
module deploymentstacks of azure-mgmt-resource => azure-mgmt-resource-deploymentstacks
module templatespecs of azure-mgmt-resource => azure-mgmt-resource-templatespecs
module deploymentscripts of azure-mgmt-resource => azure-mgmt-resource-deploymentscripts
Migration
If SDK users use module like from azure.mgmt.resource.deploymentstacks import xxx, they just need to add dependency azure-mgmt-resource-deploymentstacks and no code change needed.
If SDK users use module like from azure.mgmt.resource import xxx, they just need to add dependency azure-mgmt-resource-deploymentstacks and change code with from azure.mgmt.resource.deploymentstacks import xxx
Uh oh!
There was an error while loading. Please reload this page.
service team split some folders for resources Azure/azure-rest-api-specs#34190 so that python sdk has to split part of modules of
azure-mgmt-resource
into independent package:deploymentstacks
of azure-mgmt-resource => azure-mgmt-resource-deploymentstackstemplatespecs
of azure-mgmt-resource => azure-mgmt-resource-templatespecsdeploymentscripts
of azure-mgmt-resource => azure-mgmt-resource-deploymentscriptsMigration
from azure.mgmt.resource.deploymentstacks import xxx
, they just need to add dependencyazure-mgmt-resource-deploymentstacks
and no code change needed.from azure.mgmt.resource import xxx
, they just need to add dependencyazure-mgmt-resource-deploymentstacks
and change code withfrom azure.mgmt.resource.deploymentstacks import xxx
Release issue
https://github.com/Azure/sdk-release-request/issues/6276
https://github.com/Azure/sdk-release-request/issues/6275
https://github.com/Azure/sdk-release-request/issues/6274
The text was updated successfully, but these errors were encountered: