Skip to content

Commit 24f2e8e

Browse files
committed
update changelog
1 parent 19b3ee1 commit 24f2e8e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

sdk/automation/azure-mgmt-automation/CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
### Breaking Changes
6565

6666
- 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.
67+
- For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration.
6768
- Model `AgentRegistration` renamed its instance variable `keys` to `keys_property`
6869
- Model `AutomationAccountCreateOrUpdateParameters` moved instance variable `sku`, `encryption`, `public_network_access` and `disable_local_auth` under property `properties` whose type is `AutomationAccountCreateOrUpdateProperties`
6970
- Model `AutomationAccountUpdateParameters` moved instance variable `sku`, `encryption`, `public_network_access` and `disable_local_auth` under property `properties` whose type is `AutomationAccountUpdateProperties`
@@ -123,10 +124,6 @@
123124
- Method `SoftwareUpdateConfigurationsOperations.delete` changed its parameter `client_request_id` from `positional_or_keyword` to `keyword_only`
124125
- Method `SoftwareUpdateConfigurationsOperations.get_by_name` changed its parameter `client_request_id` from `positional_or_keyword` to `keyword_only`
125126
- Method `SoftwareUpdateConfigurationsOperations.list` changed its parameter `client_request_id` from `positional_or_keyword` to `keyword_only`
126-
- Method `DscConfigurationOperations.get_content` changed return type from `AsyncIterator[bytes]` to `str`
127-
- Method `RunbookDraftOperations.begin_replace_content` changed return type from `AsyncLROPoller[AsyncIterator[bytes]]` to `AsyncLROPoller[None]`
128-
- Method `RunbookDraftOperations.get_content` changed return type from `AsyncIterator[bytes]` to `str`
129-
- Method `RunbookOperations.get_content` changed return type from `AsyncIterator[bytes]` to `str`
130127
- Method `DscConfigurationOperations.get_content` changed return type from `Iterator[bytes]` to `str`
131128
- Method `NodeReportsOperations.get_content` changed return type from `JSON` to `str`
132129
- Method `RunbookDraftOperations.begin_replace_content` changed return type from `LROPoller[Iterator[bytes]]` to `LROPoller[None]`

0 commit comments

Comments
 (0)