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

Purview Catalog #24424

Merged
merged 31 commits into from
Oct 21, 2021
Merged

Purview Catalog #24424

merged 31 commits into from
Oct 21, 2021

Conversation

qwordy
Copy link
Member

@qwordy qwordy commented Sep 28, 2021

No description provided.

@@ -1,6 +1,7 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.2 (2021-09-30)
- API version 2021-09-01

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need a better changelog.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

@azure-sdk
Copy link
Collaborator

API changes have been detected in com.azure:azure-analytics-purview-catalog. You can review API changes here

@azure-sdk
Copy link
Collaborator

API changes have been detected in com.azure:azure-analytics-purview-catalog. You can review API changes here

API changes

-         public Mono<Response<BinaryData>> createOrUpdateWithResponse(String collection, BinaryData entity, RequestOptions requestOptions) 
+         public Mono<Response<BinaryData>> upsertWithResponse(String collection, BinaryData entity, RequestOptions requestOptions) 
-         public Response<BinaryData> createOrUpdateWithResponse(String collection, BinaryData entity, RequestOptions requestOptions, Context context) 
+         public Response<BinaryData> upsertWithResponse(String collection, BinaryData entity, RequestOptions requestOptions, Context context) 
-         public Mono<Response<BinaryData>> createOrUpdateWithResponse(BinaryData entity, RequestOptions requestOptions) 
+         public Mono<Response<BinaryData>> upsertWithResponse(BinaryData entity, RequestOptions requestOptions) 
-         public Response<BinaryData> createOrUpdateWithResponse(BinaryData entity, RequestOptions requestOptions, Context context) 
+         public Response<BinaryData> upsertWithResponse(BinaryData entity, RequestOptions requestOptions, Context context) 

@azure-sdk
Copy link
Collaborator

API changes have been detected in com.azure:azure-analytics-purview-catalog. You can review API changes here

API changes

-         public Mono<Response<BinaryData>> createOrUpdateBulkWithResponse(String collection, BinaryData entities, RequestOptions requestOptions) 
+         public Mono<Response<BinaryData>> upsertBulkWithResponse(String collection, BinaryData entities, RequestOptions requestOptions) 
-         public Response<BinaryData> createOrUpdateBulkWithResponse(String collection, BinaryData entities, RequestOptions requestOptions, Context context) 
+         public Response<BinaryData> upsertBulkWithResponse(String collection, BinaryData entities, RequestOptions requestOptions, Context context) 
-         public Mono<Response<BinaryData>> createOrUpdateEntitiesWithResponse(BinaryData entities, RequestOptions requestOptions) 
+         public Mono<Response<BinaryData>> upsertEntitiesWithResponse(BinaryData entities, RequestOptions requestOptions) 
-         public Response<BinaryData> createOrUpdateEntitiesWithResponse(BinaryData entities, RequestOptions requestOptions, Context context) 
+         public Response<BinaryData> upsertEntitiesWithResponse(BinaryData entities, RequestOptions requestOptions, Context context) 

@weidongxu-microsoft weidongxu-microsoft merged commit ddb6524 into Azure:main Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants