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
- Client `SubscriptionClient` added operation group `subscription_operation`
10
+
- Model `Operation` added property `origin`
11
+
- Model `Operation` added property `action_type`
12
+
- Added enum `ActionType`
13
+
- Added enum `ChangeDirectoryOperationStatus`
14
+
- Added model `ErrorAdditionalInfo`
15
+
- Added model `ErrorDetail`
16
+
- Added enum `Origin`
17
+
- Added model `ProxyResource`
18
+
- Added model `Resource`
19
+
- Added model `SubscriptionCreationResult`
20
+
- Added model `TargetDirectoryRequest`
21
+
- Added model `TargetDirectoryRequestProperties`
22
+
- Added model `TargetDirectoryResult`
23
+
- Added model `TargetDirectoryResultProperties`
24
+
- Operation group `SubscriptionsOperations` added method `accept_target_directory`
25
+
- Operation group `SubscriptionsOperations` added method `delete_target_directory`
26
+
- Operation group `SubscriptionsOperations` added method `get_target_directory`
27
+
- Operation group `SubscriptionsOperations` added method `list_target_directory`
28
+
- Operation group `SubscriptionsOperations` added method `put_target_directory`
29
+
- Operation group `SubscriptionsOperations` added method `target_directory_status`
30
+
- Added operation group `SubscriptionOperationOperations`
31
+
32
+
### Breaking Changes
33
+
34
+
- This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
35
+
- Deleted or renamed client operation group `SubscriptionClient.tenants`
36
+
- Model `ErrorResponse` deleted or renamed its instance variable `code`
37
+
- Model `ErrorResponse` deleted or renamed its instance variable `message`
38
+
- Deleted or renamed model `ErrorResponseBody`
39
+
- Deleted or renamed model `Location`
40
+
- Deleted or renamed model `SpendingLimit`
41
+
- Deleted or renamed model `Subscription`
42
+
- Deleted or renamed model `SubscriptionPolicies`
43
+
- Deleted or renamed model `SubscriptionState`
44
+
- Deleted or renamed model `TenantIdDescription`
45
+
- Deleted or renamed method `SubscriptionsOperations.get`
46
+
- Deleted or renamed method `SubscriptionsOperations.list`
47
+
- Deleted or renamed method `SubscriptionsOperations.list_locations`
48
+
- Deleted or renamed operation group `TenantsOperations`
49
+
50
+
### Other Changes
51
+
52
+
- Deleted model `GetTenantPolicyListResponse` which actually was not used by SDK users
53
+
- Method `AliasOperations.list` changed return type from `SubscriptionAliasListResult` to `ItemPaged[_models.SubscriptionAliasResponse]`
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27
+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
28
28
29
29
-`AZURE_CLIENT_ID` for Azure client ID.
30
30
-`AZURE_TENANT_ID` for Azure tenant ID.
31
-
-`AZURE_CLIENT_SECRET`or `AZURE_CLIENT_CERTIFICATE_PATH`for client secret or client certificate.
31
+
-`AZURE_CLIENT_SECRET` for Azure client secret.
32
32
33
33
With above configuration, client can be authenticated by following code:
Code samples for this package can be found at [Subscription Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
44
+
Code samples for this package can be found at:
45
+
-[Search Subscription Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
0 commit comments