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
* [AutoPR managementgroups/resource-manager] Remove EntityViewParameter from Entities Call (#2111)
* Generated from 174778e3f250ad04c3732590fdcb430b1bbc9576
Remove entities-view-parameter from swagger
* Generated from 174778e3f250ad04c3732590fdcb430b1bbc9576
Remove entities-view-parameter from swagger
* Generated from 0b1c989c20db1b55e669d6f9bb8554fc8e2e0547 (#2519)
Update package version
* Generated from cbc3675d0627d07b36dceb73ab730cdf3a416246 (#2554)
Fix error in the possible values for an enum
* [AutoPR managementgroups/resource-manager] Add Management Groups 2018-03-01-preview version (#2581)
* Generated from 025c1ca34a0b85e448d05127a5f62e5ede440884
Update to spec
* Generated from 8ba395542c266e46cd3ff941c6f958366a9027cb
Update to management groups spec
* Generated from 872ed7e01b10c9f5dec2a96bf660d365e2c21adb
Remove \n from descriptions, parameter method location and error fix
* Generated from 531b538181e453da3c8ca940ee38fe0010537bc8
remove long running op flags
* Generated from 56bfb36a30d8865b80bb9c60b2abdd959fff5849 (#2599)
Fix typo
* azure-mgmt-managementgroups 0.1.0
* VErsion
from .operations.management_groups_operationsimportManagementGroupsOperations
17
21
from .operations.management_group_subscriptions_operationsimportManagementGroupSubscriptionsOperations
18
22
from .operations.operationsimportOperations
23
+
from .operations.entities_operationsimportEntitiesOperations
19
24
from . importmodels
20
25
21
26
@@ -46,10 +51,8 @@ def __init__(
46
51
self.credentials=credentials
47
52
48
53
49
-
classManagementGroupsAPI(object):
50
-
"""The Azure Management Groups API enables consolidation of multiple
51
-
subscriptions/resources into an organizational hierarchy and centrally
52
-
manage access control, policies, alerting and reporting for those resources.
54
+
classManagementGroupsAPI(SDKClient):
55
+
"""The Azure Management Groups API enables consolidation of multiple subscriptions/resources into an organizational hierarchy and centrally manage access control, policies, alerting and reporting for those resources.
53
56
54
57
:ivar config: Configuration for client.
55
58
:vartype config: ManagementGroupsAPIConfiguration
@@ -60,6 +63,8 @@ class ManagementGroupsAPI(object):
0 commit comments