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

All blob lease proxy APIs need to support access conditions #87

Closed
jcookems opened this issue May 24, 2012 · 2 comments
Closed

All blob lease proxy APIs need to support access conditions #87

jcookems opened this issue May 24, 2012 · 2 comments
Milestone

Comments

@jcookems
Copy link
Contributor

All the lease REST APIs support the access conditions (etag and time based), but only the acquireLease proxy API allows the user to specify access conditions.

The fix would be to rename AcquireLeaseOptions to be something more generic, like LeaseOptions, and use that LeaseOptions for all the lease proxy APIs.

@gcheng
Copy link

gcheng commented Jul 10, 2012

This issue can be broken down into several parts.
a. shall we support access conditions now? What is the benefit of it? What if we do not have it?
b. If we want to support it, what is the right design?
c. Does PHP have the same problem?
d. How to test it?

joostdenijs pushed a commit to joostdenijs/azure-sdk-for-java that referenced this issue Jan 18, 2013
@gcheng
Copy link

gcheng commented Feb 21, 2013

The msdn documentation is here.
http://msdn.microsoft.com/en-us/library/windowsazure/ee691972.aspx

@gcheng gcheng closed this as completed Jun 24, 2014
jianghaolu pushed a commit to jianghaolu/azure-sdk-for-java that referenced this issue Apr 5, 2017
g2vinay pushed a commit to g2vinay/azure-sdk-for-java that referenced this issue Mar 4, 2019
navalev pushed a commit to navalev/azure-sdk-for-java that referenced this issue Dec 24, 2019
* fix autorest data-readme.md

* Update data-readme.md to match functionality of code in the repo as a fresh starting point

* Updated autorest setup instructions

* WIP: generic serialization

Static document tests passing

todo:
- Need to regen 'generated'
- Implement fixes for dynamic tests

* WIP: generic serialization

* Adds autorest config
* todo: better handling of JacksonAdapter in SearchIndexAsyncClientImpl

* WIP: updated autorest transform to handle both static and dynamic types

* Improve initialization of SearchIndexAsycnClient serializer

* Add canSetExplicitNullsInStaticallyTypedDocument

* Add test recording

* Fix checkstyle issues

* Adds type information to eliminate unchecked conversion warnings

Update autorest configuration with additional typing and comments
Fix text encoding errors from recent merge
Use client and builder methods rather than IndexAction directly. Remove resulting unused methods
Test fixes

* Remove 2s delay when in playback mode. Use common wait method

Fix GeoPointTests to use correct index

* Fix encoding issue in recorded test data

checkstyle: Add missing <T> to javadoc

* Re-record canIndexStaticallyTypedDocuments after fixing encoding error

Remove unused JsonApi references
@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

2 participants