Create IaaS branch#57
Closed
justinyu wants to merge 1 commit into
Closed
Conversation
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this pull request
Jan 18, 2013
…79bd81f028c Implements remaining serviceBus operations
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this pull request
Jan 18, 2013
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Apr 5, 2017
…79bd81f028c Implements remaining serviceBus operations
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Apr 5, 2017
lenala
pushed a commit
to lenala/azure-sdk-for-java
that referenced
this pull request
Nov 16, 2018
Merging 1.1.1 updates to master.
g2vinay
pushed a commit
to g2vinay/azure-sdk-for-java
that referenced
this pull request
Mar 4, 2019
Encryption samples
g2vinay
pushed a commit
to g2vinay/azure-sdk-for-java
that referenced
this pull request
Mar 4, 2019
mssfang
pushed a commit
to mssfang/azure-sdk-for-java
that referenced
this pull request
Apr 23, 2019
navalev
pushed a commit
to navalev/azure-sdk-for-java
that referenced
this pull request
Dec 24, 2019
* IndexingTests as defined by user story Azure#928. * Changed junit to StepVerifier for async test. * Resolve nit comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[IaaS 7d03a13] java iaas change
20 files changed, 1494 insertions(+), 492 deletions(-)
create mode 100644 microsoft-azure-api/.settings/org.eclipse.core.resources.pre
fs
create mode 100644 microsoft-azure-api/src/main/java/com/microsoft/windowsazure
/services/blob/client/BlobAccessPolicyResponse.java
create mode 100644 microsoft-azure-api/src/main/java/com/microsoft/windowsazure
/services/blob/client/SharedAccessBlobPermissions.java
create mode 100644 microsoft-azure-api/src/main/java/com/microsoft/windowsazure
/services/blob/client/SharedAccessBlobPolicy.java
create mode 100644 microsoft-azure-api/src/main/java/com/microsoft/windowsazure
/services/core/storage/AccessPolicyResponseBase.java
create mode 100644 microsoft-azure-api/src/main/java/com/microsoft/windowsazure
/services/table/client/CloudTable.java
create mode 100644 microsoft-azure-api/src/main/java/com/microsoft/windowsazure
/services/table/client/SharedAccessTablePermissions.java
create mode 100644 microsoft-azure-api/src/main/java/com/microsoft/windowsazure
/services/table/client/SharedAccessTablePolicy.java
create mode 100644 microsoft-azure-api/src/main/java/com/microsoft/windowsazure
/services/table/client/TablePermissions.java