1.34.1 (2026-07-15)
Bugs Fixed
- Fixed
datastore createfailing withTypeError: Object of type Datastore is not JSON serializable. The datastore operation was migrated to the TypeSpec client while the datastore entity still produced a legacy msrest model; the request body is now serialized to its wire form before being sent, keeping the on-the-wire request unchanged. - Fixed
BatchEndpointdefaults serialization regression wheredeployment_namewas sent to the service as snake_case instead of camelCase (deploymentName), causingbegin_create_or_updateto fail with "Could not find member 'deployment_name' on object of type 'BatchEndpointDefaults'". Serialization now emits the correct camelCase wire format, whileBatchEndpoint.defaultsreturned fromget()continues to expose an object that supports attribute access (e.g.endpoint.defaults.deployment_name), preserving backward compatibility with existing code and samples.