|
64 | 64 | ### Breaking Changes |
65 | 65 |
|
66 | 66 | - 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 | | - - Deleted or renamed client operation group `AutomationClient.dsc_compilation_job` |
68 | | - - Deleted or renamed client operation group `AutomationClient.dsc_compilation_job_stream` |
69 | 67 | - Model `AgentRegistration` renamed its instance variable `keys` to `keys_property` |
70 | 68 | - Model `AutomationAccountCreateOrUpdateParameters` moved instance variable `sku`, `encryption`, `public_network_access` and `disable_local_auth` under property `properties` whose type is `AutomationAccountCreateOrUpdateProperties` |
71 | 69 | - Model `AutomationAccountUpdateParameters` moved instance variable `sku`, `encryption`, `public_network_access` and `disable_local_auth` under property `properties` whose type is `AutomationAccountUpdateProperties` |
|
103 | 101 | - Model `WatcherUpdateParameters` moved instance variable `execution_frequency_in_seconds` under property `properties` whose type is `WatcherUpdateProperties` |
104 | 102 | - Model `WebhookCreateOrUpdateParameters` moved instance variable `is_enabled`, `uri`, `expiry_time`, `parameters`, `runbook` and `run_on` under property `properties` whose type is `WebhookCreateOrUpdateProperties` |
105 | 103 | - Model `WebhookUpdateParameters` moved instance variable `is_enabled`, `run_on`, `parameters` and `description` under property `properties` whose type is `WebhookUpdateProperties` |
106 | | - - Deleted or renamed model `DscCompilationJob` |
107 | | - - Deleted or renamed model `DscCompilationJobCreateParameters` |
108 | | - - Deleted or renamed model `RunbookCreateOrUpdateDraftParameters` |
109 | | - - Deleted or renamed model `RunbookCreateOrUpdateDraftProperties` |
| 104 | + - Deleted operation group `AutomationClient.dsc_compilation_job`/`AutomationClient.dsc_compilation_job_stream` and their corresponding models `DscCompilationJob`/`DscCompilationJobCreateParameters` were also deleted |
110 | 105 | - Method `DscConfigurationOperations.list_by_automation_account` changed its parameter `inlinecount` from `positional_or_keyword` to `keyword_only` |
111 | 106 | - Method `DscNodeConfigurationOperations.list_by_automation_account` changed its parameter `inlinecount` from `positional_or_keyword` to `keyword_only` |
112 | 107 | - Method `DscNodeOperations.list_by_automation_account` changed its parameter `inlinecount` from `positional_or_keyword` to `keyword_only` |
|
140 | 135 |
|
141 | 136 | ### Other Changes |
142 | 137 |
|
143 | | - - Deleted model `JobListResultV2`/`SourceControlSyncJobStreamsListBySyncJob` which actually were not used by SDK users |
| 138 | + - Deleted model `JobListResultV2`/`SourceControlSyncJobStreamsListBySyncJob`/`RunbookCreateOrUpdateDraftParameters`/`RunbookCreateOrUpdateDraftProperties` which actually were not used by SDK users |
144 | 139 |
|
145 | 140 | ## 1.0.1 (2026-05-14) |
146 | 141 |
|
|
0 commit comments