previously, users could create a Table with TableAsync(app_profile_id=None), which omits the app_profile_id field from all request headers. Now, TableAsync(app_profile_id=None) will use set TableAsync.app_profile_id to the strung "default" in request headers
previously, users could create a Table with
TableAsync(app_profile_id=None)
, which omits the app_profile_id field from all request headers. Now,TableAsync(app_profile_id=None)
will use setTableAsync.app_profile_id
to the strung "default" in request headers