|
4 | 4 |
|
5 | 5 | ### Features Added |
6 | 6 |
|
7 | | - - Model `ChaosManagementClient` added parameter `cloud_setting` in method `__init__` |
| 7 | + - Client `ChaosManagementClient` added parameter `cloud_setting` in method `__init__` |
8 | 8 | - Client `ChaosManagementClient` added method `send_request` |
9 | 9 | - Client `ChaosManagementClient` added operation group `private_accesses` |
10 | 10 | - Client `ChaosManagementClient` added operation group `actions` |
|
86 | 86 | - Added model `ZoneResolutionInfo` |
87 | 87 | - Added model `ZoneResolutionMapping` |
88 | 88 | - Added enum `ZoneResolutionMode` |
89 | | - - Added model `ActionVersionsOperations` |
90 | | - - Added model `ActionsOperations` |
91 | | - - Added model `DiscoveredResourcesOperations` |
92 | | - - Added model `PrivateAccessesOperations` |
93 | | - - Added model `ScenarioConfigurationsOperations` |
94 | | - - Added model `ScenarioRunsOperations` |
95 | | - - Added model `ScenariosOperations` |
96 | | - - Added model `WorkspacesOperations` |
| 89 | + - Added operation group `ActionVersionsOperations` |
| 90 | + - Added operation group `ActionsOperations` |
| 91 | + - Added operation group `DiscoveredResourcesOperations` |
| 92 | + - Added operation group `PrivateAccessesOperations` |
| 93 | + - Added operation group `ScenarioConfigurationsOperations` |
| 94 | + - Added operation group `ScenarioRunsOperations` |
| 95 | + - Added operation group `ScenariosOperations` |
| 96 | + - Added operation group `WorkspacesOperations` |
97 | 97 |
|
98 | 98 | ### Breaking Changes |
99 | 99 |
|
| 100 | + - For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration. |
100 | 101 | - Method `CapabilitiesOperations.list` changed its parameter `continuation_token_parameter` from `positional_or_keyword` to `keyword_only` |
101 | 102 | - Method `CapabilityTypesOperations.list` changed its parameter `continuation_token_parameter` from `positional_or_keyword` to `keyword_only` |
102 | | - - Method `ExperimentsOperations.list` changed its parameter `running` from `positional_or_keyword` to `keyword_only` |
103 | | - - Method `ExperimentsOperations.list` changed its parameter `continuation_token_parameter` from `positional_or_keyword` to `keyword_only` |
104 | | - - Method `ExperimentsOperations.list_all` changed its parameter `running` from `positional_or_keyword` to `keyword_only` |
105 | | - - Method `ExperimentsOperations.list_all` changed its parameter `continuation_token_parameter` from `positional_or_keyword` to `keyword_only` |
| 103 | + - Method `ExperimentsOperations.list` changed its parameter `running`/`continuation_token_parameter` from `positional_or_keyword` to `keyword_only` |
| 104 | + - Method `ExperimentsOperations.list_all` changed its parameter `running`/`continuation_token_parameter` from `positional_or_keyword` to `keyword_only` |
106 | 105 | - Method `TargetTypesOperations.list` changed its parameter `continuation_token_parameter` from `positional_or_keyword` to `keyword_only` |
107 | 106 | - Method `TargetsOperations.list` changed its parameter `continuation_token_parameter` from `positional_or_keyword` to `keyword_only` |
108 | 107 |
|
|
0 commit comments