Skip to content

Commit 3560a1b

Browse files
LLC, regen purview (Azure#26531)
* regen catalog * regen scanning * regen admin * include generated samples
1 parent 339b4b3 commit 3560a1b

File tree

227 files changed

+5107
-769
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+5107
-769
lines changed

sdk/purview/azure-analytics-purview-administration/src/main/java/com/azure/analytics/purview/administration/AccountsAsyncClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public final class AccountsAsyncClient {
114114
*
115115
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
116116
* @throws HttpResponseException thrown if the request is rejected by server.
117-
* @return an account.
117+
* @return an account along with {@link Response} on successful completion of {@link Mono}.
118118
*/
119119
@Generated
120120
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -215,7 +215,7 @@ public Mono<Response<BinaryData>> getAccountPropertiesWithResponse(RequestOption
215215
* @param accountUpdateParameters The account properties that can be updated through data plane.
216216
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
217217
* @throws HttpResponseException thrown if the request is rejected by server.
218-
* @return account resource.
218+
* @return account resource along with {@link Response} on successful completion of {@link Mono}.
219219
*/
220220
@Generated
221221
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -246,7 +246,7 @@ public Mono<Response<BinaryData>> updateAccountPropertiesWithResponse(
246246
*
247247
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
248248
* @throws HttpResponseException thrown if the request is rejected by server.
249-
* @return the Account access keys.
249+
* @return the Account access keys along with {@link Response} on successful completion of {@link Mono}.
250250
*/
251251
@Generated
252252
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -285,7 +285,7 @@ public Mono<Response<BinaryData>> getAccessKeysWithResponse(RequestOptions reque
285285
* @param keyOptions A access key options used for regeneration.
286286
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
287287
* @throws HttpResponseException thrown if the request is rejected by server.
288-
* @return the Account access keys.
288+
* @return the Account access keys along with {@link Response} on successful completion of {@link Mono}.
289289
*/
290290
@Generated
291291
@ServiceMethod(returns = ReturnType.SINGLE)

sdk/purview/azure-analytics-purview-administration/src/main/java/com/azure/analytics/purview/administration/AccountsClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public final class AccountsClient {
113113
*
114114
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
115115
* @throws HttpResponseException thrown if the request is rejected by server.
116-
* @return an account.
116+
* @return an account along with {@link Response}.
117117
*/
118118
@Generated
119119
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -214,7 +214,7 @@ public Response<BinaryData> getAccountPropertiesWithResponse(RequestOptions requ
214214
* @param accountUpdateParameters The account properties that can be updated through data plane.
215215
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
216216
* @throws HttpResponseException thrown if the request is rejected by server.
217-
* @return account resource.
217+
* @return account resource along with {@link Response}.
218218
*/
219219
@Generated
220220
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -245,7 +245,7 @@ public Response<BinaryData> updateAccountPropertiesWithResponse(
245245
*
246246
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
247247
* @throws HttpResponseException thrown if the request is rejected by server.
248-
* @return the Account access keys.
248+
* @return the Account access keys along with {@link Response}.
249249
*/
250250
@Generated
251251
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -284,7 +284,7 @@ public Response<BinaryData> getAccessKeysWithResponse(RequestOptions requestOpti
284284
* @param keyOptions A access key options used for regeneration.
285285
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
286286
* @throws HttpResponseException thrown if the request is rejected by server.
287-
* @return the Account access keys.
287+
* @return the Account access keys along with {@link Response}.
288288
*/
289289
@Generated
290290
@ServiceMethod(returns = ReturnType.SINGLE)

sdk/purview/azure-analytics-purview-administration/src/main/java/com/azure/analytics/purview/administration/CollectionsAsyncClient.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public final class CollectionsAsyncClient {
6868
* @param collectionName The collectionName parameter.
6969
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
7070
* @throws HttpResponseException thrown if the request is rejected by server.
71-
* @return a collection.
71+
* @return a collection along with {@link Response} on successful completion of {@link Mono}.
7272
*/
7373
@Generated
7474
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -137,7 +137,7 @@ public Mono<Response<BinaryData>> getCollectionWithResponse(String collectionNam
137137
* @param collection Collection resource.
138138
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
139139
* @throws HttpResponseException thrown if the request is rejected by server.
140-
* @return collection resource.
140+
* @return collection resource along with {@link Response} on successful completion of {@link Mono}.
141141
*/
142142
@Generated
143143
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -160,7 +160,7 @@ public Mono<Response<BinaryData>> createOrUpdateCollectionWithResponse(
160160
* @param collectionName The collectionName parameter.
161161
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
162162
* @throws HttpResponseException thrown if the request is rejected by server.
163-
* @return the completion.
163+
* @return the {@link Response} on successful completion of {@link Mono}.
164164
*/
165165
@Generated
166166
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -284,7 +284,8 @@ public PagedFlux<BinaryData> listChildCollectionNames(String collectionName, Req
284284
* @param collectionName The collectionName parameter.
285285
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
286286
* @throws HttpResponseException thrown if the request is rejected by server.
287-
* @return the parent name and parent friendly name chains that represent the collection path.
287+
* @return the parent name and parent friendly name chains that represent the collection path along with {@link
288+
* Response} on successful completion of {@link Mono}.
288289
*/
289290
@Generated
290291
@ServiceMethod(returns = ReturnType.SINGLE)

sdk/purview/azure-analytics-purview-administration/src/main/java/com/azure/analytics/purview/administration/CollectionsClient.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public final class CollectionsClient {
6767
* @param collectionName The collectionName parameter.
6868
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
6969
* @throws HttpResponseException thrown if the request is rejected by server.
70-
* @return a collection.
70+
* @return a collection along with {@link Response}.
7171
*/
7272
@Generated
7373
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -136,7 +136,7 @@ public Response<BinaryData> getCollectionWithResponse(String collectionName, Req
136136
* @param collection Collection resource.
137137
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
138138
* @throws HttpResponseException thrown if the request is rejected by server.
139-
* @return collection resource.
139+
* @return collection resource along with {@link Response}.
140140
*/
141141
@Generated
142142
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -159,7 +159,7 @@ public Response<BinaryData> createOrUpdateCollectionWithResponse(
159159
* @param collectionName The collectionName parameter.
160160
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
161161
* @throws HttpResponseException thrown if the request is rejected by server.
162-
* @return the response.
162+
* @return the {@link Response}.
163163
*/
164164
@Generated
165165
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -283,7 +283,8 @@ public PagedIterable<BinaryData> listChildCollectionNames(String collectionName,
283283
* @param collectionName The collectionName parameter.
284284
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
285285
* @throws HttpResponseException thrown if the request is rejected by server.
286-
* @return the parent name and parent friendly name chains that represent the collection path.
286+
* @return the parent name and parent friendly name chains that represent the collection path along with {@link
287+
* Response}.
287288
*/
288289
@Generated
289290
@ServiceMethod(returns = ReturnType.SINGLE)

sdk/purview/azure-analytics-purview-administration/src/main/java/com/azure/analytics/purview/administration/MetadataPolicyAsyncClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public PagedFlux<BinaryData> listAll(RequestOptions requestOptions) {
225225
* @param policyId Unique policy id.
226226
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
227227
* @throws HttpResponseException thrown if the request is rejected by server.
228-
* @return the response.
228+
* @return the response body along with {@link Response} on successful completion of {@link Mono}.
229229
*/
230230
@Generated
231231
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -298,7 +298,7 @@ public Mono<Response<BinaryData>> updateWithResponse(String policyId, RequestOpt
298298
* @param policyId Id of an existing policy that needs to be fetched.
299299
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
300300
* @throws HttpResponseException thrown if the request is rejected by server.
301-
* @return a metadata policy.
301+
* @return a metadata policy along with {@link Response} on successful completion of {@link Mono}.
302302
*/
303303
@Generated
304304
@ServiceMethod(returns = ReturnType.SINGLE)

sdk/purview/azure-analytics-purview-administration/src/main/java/com/azure/analytics/purview/administration/MetadataPolicyClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public PagedIterable<BinaryData> listAll(RequestOptions requestOptions) {
224224
* @param policyId Unique policy id.
225225
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
226226
* @throws HttpResponseException thrown if the request is rejected by server.
227-
* @return the response.
227+
* @return the response body along with {@link Response}.
228228
*/
229229
@Generated
230230
@ServiceMethod(returns = ReturnType.SINGLE)
@@ -297,7 +297,7 @@ public Response<BinaryData> updateWithResponse(String policyId, RequestOptions r
297297
* @param policyId Id of an existing policy that needs to be fetched.
298298
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
299299
* @throws HttpResponseException thrown if the request is rejected by server.
300-
* @return a metadata policy.
300+
* @return a metadata policy along with {@link Response}.
301301
*/
302302
@Generated
303303
@ServiceMethod(returns = ReturnType.SINGLE)

0 commit comments

Comments
 (0)