Skip to content

Commit 19b3ee1

Browse files
committed
fix ci
1 parent ff42d9a commit 19b3ee1

3 files changed

Lines changed: 2 additions & 59 deletions

File tree

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@
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-
- Deleted or renamed client operation group `AutomationClient.dsc_compilation_job`
68-
- Deleted or renamed client operation group `AutomationClient.dsc_compilation_job_stream`
6967
- Model `AgentRegistration` renamed its instance variable `keys` to `keys_property`
7068
- Model `AutomationAccountCreateOrUpdateParameters` moved instance variable `sku`, `encryption`, `public_network_access` and `disable_local_auth` under property `properties` whose type is `AutomationAccountCreateOrUpdateProperties`
7169
- Model `AutomationAccountUpdateParameters` moved instance variable `sku`, `encryption`, `public_network_access` and `disable_local_auth` under property `properties` whose type is `AutomationAccountUpdateProperties`
@@ -103,10 +101,7 @@
103101
- Model `WatcherUpdateParameters` moved instance variable `execution_frequency_in_seconds` under property `properties` whose type is `WatcherUpdateProperties`
104102
- Model `WebhookCreateOrUpdateParameters` moved instance variable `is_enabled`, `uri`, `expiry_time`, `parameters`, `runbook` and `run_on` under property `properties` whose type is `WebhookCreateOrUpdateProperties`
105103
- 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
110105
- Method `DscConfigurationOperations.list_by_automation_account` changed its parameter `inlinecount` from `positional_or_keyword` to `keyword_only`
111106
- Method `DscNodeConfigurationOperations.list_by_automation_account` changed its parameter `inlinecount` from `positional_or_keyword` to `keyword_only`
112107
- Method `DscNodeOperations.list_by_automation_account` changed its parameter `inlinecount` from `positional_or_keyword` to `keyword_only`
@@ -140,7 +135,7 @@
140135

141136
### Other Changes
142137

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
144139

145140
## 1.0.1 (2026-05-14)
146141

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
-e ../../../eng/tools/azure-sdk-tools
22
../../identity/azure-identity
3-
azure-mgmt-resource<=21.1.0
43
aiohttp

sdk/automation/azure-mgmt-automation/tests/test_cli_mgmt_automation_test.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)