Skip to content

Commit

Permalink
Update TempData2EH.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rawatsudhir committed Jul 14, 2015
1 parent 994d61b commit 89dda0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TempData2EH.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from azure.servicebus import ServiceBusService

key_name ='RootManageSharedAccessKey' # SharedAccessKeyName from Azure Portal
key_value='s2mHOGi2IoHNhHG9m2v9TDSa+atCtJtgVZb0oQi0RpI=' # SharedAccessKey from Azure Portal
key_value='' # SharedAccessKey from Azure Portal
sbs = ServiceBusService('asatestsn', shared_access_key_name=key_name, shared_access_key_value=key_value)
sbs.create_event_hub('hubcreationfromlinux')

Expand Down

0 comments on commit 89dda0c

Please sign in to comment.