forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Javabeans In Getters and Setters (Azure#5338)
* Method names now use Javabeans * Rename setters and getters in file and queue * Regenerate blob * Getter setters for core-netty, core-amqp, core-management - code compiles * Cleaned up API renaming * Additional fixes for Blob renaming * Small test fixes for blobs * Rename getter and setter for queue and ile * Getters and setters for KeyVault * Make some changes to commons. * Getters and setters for Event Hubs * Make changes for common * More cleanup * Fixed linting file and queue * Getters and setters for AppConfiguration, compilation cleanup * Merge conflicts * Misc getter and setter renaming * Fixing storage tests * Some linting changes * Fix exception decoder * Passing Storage Blob tests * Rename booleans to use is prefix * Some linting cleanup * Fixing more Blob tests * Update KV certificates with new names * Merge from mainline and fixed all tests * Fixed more boolean field * Update names after rebase * checkin blob fix * Small error fix * linting issues * keyvault compilation error * Fixed failed live tests for blob
- Loading branch information
1 parent
84720ac
commit 9430735
Showing
789 changed files
with
12,420 additions
and
12,386 deletions.
There are no files selected for viewing
This file contains 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
233 changes: 118 additions & 115 deletions
233
...configuration/src/main/java/com/azure/data/appconfiguration/ConfigurationAsyncClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
179 changes: 88 additions & 91 deletions
179
...a-appconfiguration/src/main/java/com/azure/data/appconfiguration/ConfigurationClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.