Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't use boolean and float data types in service bus message custom properties #29

Closed
huguesv opened this issue Jun 13, 2012 · 1 comment

Comments

@huguesv
Copy link
Contributor

huguesv commented Jun 13, 2012

Here's a code snippet which uses string, integer, boolean, 64bit integer, floating point, datetime

props = {'hello':'world', 'foo':42, 'active':True, 'deceased':False, 'large':8555111000, 'floating':3.14, 'dob':datetime(2011, 12, 14)}
sent_msg = Message('message with properties', custom_properties=props)
self.sbs.send_queue_message(self.queue_name, sent_msg)

The ones causing problems right now are booleans and floating point, the others are working fine.

See the newly updated test_send_queue_message_with_custom_message_properties (the failing code is commented out)

@huguesv
Copy link
Contributor Author

huguesv commented Jun 13, 2012

verified as fixed

@huguesv huguesv closed this as completed Jun 13, 2012
AutorestCI added a commit that referenced this issue Aug 21, 2019
Merge pull request #29 from leonardbf/ANF-169-add-07-swagger

ANF-169 add 2019-07-01 swagger
RAY-316 added a commit to RAY-316/azure-sdk-for-python that referenced this issue Dec 1, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant