-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Renamed UpdateMode to TableEntityUpdateMode. * Moved Options classes to a separate 'options' package from 'models'. * Renamed TablesServiceVersion to TableServiceVersion. * Made TableItem, TableClient, TableServiceClient, TableServiceAsyncClient, TableClientBuilder and TableServiceClientBuilder final. * Renamed the following methods: - TableClient, TableAsyncClient - getTableUrl() -> getTableEndpoint() - getApiVersion() -> getServiceVersion() - TableServiceClient, TableServiceAsyncClient - getServiceUrl() -> getServiceEndpoint() - getApiVersion() -> getServiceVersion() * Renamed addProperties() to setProperties(). Also made setProperties() replace the contents of properties map with those of the argument, instead of adding them to the existing properties. * Fixed embedme errors. * Moved back options classes to the 'models' package. * Replaced retryOptions(RequestRetryOptions) with retryPolicy(RetryPolicy) in TableClientBuilder and TableServiceClientBuilder. * Removed TableSharedKeyCredential in favor of using Azure Core's AzureNamedKeyCredential. Replaced TableSharedKeyCredentialPolicy with AzureNamedKeyCredentialPolicy. * Applied PR feedback.
- Loading branch information
Showing
10 changed files
with
133 additions
and
256 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
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.