Skip to content

Commit ab16a16

Browse files
Update CHANGELOG for version 1.34.1 (#47681)
* Update CHANGELOG for version 1.34.0b1 Added unreleased changes for version 1.34.0b1, including a fix for BatchEndpoint defaults serialization regression. * Update CHANGELOG for version 1.34.1 Updated version number to 1.34.1 and fixed serialization issue with BatchEndpoint defaults.
1 parent 13fe6e3 commit ab16a16

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

sdk/ml/azure-ai-ml/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@
88

99
### Other Changes
1010

11+
## 1.34.1 (unreleased)
12+
13+
### Bugs Fixed
14+
- Fixed `BatchEndpoint` defaults serialization regression where `deployment_name` was sent to the service as snake_case instead of camelCase (`deploymentName`), causing `begin_create_or_update` to fail with "Could not find member 'deployment_name' on object of type 'BatchEndpointDefaults'". `BatchEndpoint.defaults` is now consistently exposed as a snake_case dict to users and converted to the correct wire format on serialization.
15+
1116
## 1.34.0 (2026-06-11)
1217

1318
### Features Added
1419

1520
### Bugs Fixed
1621

17-
- Fixed `BatchEndpoint` defaults serialization regression where `deployment_name` was sent to the service as snake_case instead of camelCase (`deploymentName`), causing `begin_create_or_update` to fail with "Could not find member 'deployment_name' on object of type 'BatchEndpointDefaults'". `BatchEndpoint.defaults` is now consistently exposed as a snake_case dict to users and converted to the correct wire format on serialization.
22+
1823
- Fixed cross-tenant registry endpoint resolution for deployment template operations by using the registry discovery API instead of ARM calls.
1924
- Fixed deployment template update failing with immutable field errors by ensuring `allowedInstanceType` and `allowedEnvironmentVariableOverrides` are properly round-tripped during serialization.
2025

0 commit comments

Comments
 (0)