Skip to content

Commit 3deae82

Browse files
author
SDKAuto
committed
CodeGen from PR 16431 in Azure/azure-rest-api-specs
Merge 55237cfe8ea393799b30c95c029cfee68aa09574 into 62ec79080af0d0d609650d67155ef4a93ae11482
1 parent 1b70966 commit 3deae82

File tree

233 files changed

+8117
-2591
lines changed

Some content is hidden

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

233 files changed

+8117
-2591
lines changed

sdk/mediaservices/azure-resourcemanager-mediaservices/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Release History
22

3-
## 1.1.0-beta.3 (Unreleased)
3+
## 1.0.0-beta.1 (2021-10-18)
44

5+
- Azure Resource Manager MediaServices client library for Java. This package contains Microsoft Azure SDK for MediaServices Management SDK. This Swagger was generated by the API Framework. Package tag package-2021-06. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
56

67
## 1.1.0-beta.2 (2021-07-16)
78

sdk/mediaservices/azure-resourcemanager-mediaservices/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-mediaservices</artifactId>
35-
<version>1.1.0-beta.2</version>
35+
<version>1.1.0-beta.3</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

sdk/mediaservices/azure-resourcemanager-mediaservices/SAMPLE.md

Lines changed: 3190 additions & 121 deletions
Large diffs are not rendered by default.

sdk/mediaservices/azure-resourcemanager-mediaservices/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
<artifactId>revapi-maven-plugin</artifactId>
6868
<version>0.11.2</version> <!-- {x-version-update;org.revapi:revapi-maven-plugin;external_dependency} -->
6969
<configuration>
70-
<skip>true</skip>
7170
<analysisConfiguration>
7271
<revapi.ignore>
7372
<item>

sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/MediaServicesManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public MediaServicesManager authenticate(TokenCredential credential, AzureProfil
230230
.append("-")
231231
.append("com.azure.resourcemanager.mediaservices")
232232
.append("/")
233-
.append("1.1.0-beta.2");
233+
.append("1.0.0-beta.1");
234234
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
235235
userAgentBuilder
236236
.append(" (")

sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/LiveEventsClient.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public interface LiveEventsClient {
2424
* @throws IllegalArgumentException thrown if parameters fail the validation.
2525
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
2626
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
27-
* @return the LiveEvent list result.
27+
* @return liveEventListResult.
2828
*/
2929
@ServiceMethod(returns = ReturnType.COLLECTION)
3030
PagedIterable<LiveEventInner> list(String resourceGroupName, String accountName);
@@ -38,7 +38,7 @@ public interface LiveEventsClient {
3838
* @throws IllegalArgumentException thrown if parameters fail the validation.
3939
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
4040
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
41-
* @return the LiveEvent list result.
41+
* @return liveEventListResult.
4242
*/
4343
@ServiceMethod(returns = ReturnType.COLLECTION)
4444
PagedIterable<LiveEventInner> list(String resourceGroupName, String accountName, Context context);
@@ -86,7 +86,7 @@ Response<LiveEventInner> getWithResponse(
8686
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
8787
* @return the live event.
8888
*/
89-
@ServiceMethod(returns = ReturnType.SINGLE)
89+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
9090
SyncPoller<PollResult<LiveEventInner>, LiveEventInner> beginCreate(
9191
String resourceGroupName,
9292
String accountName,
@@ -108,7 +108,7 @@ SyncPoller<PollResult<LiveEventInner>, LiveEventInner> beginCreate(
108108
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
109109
* @return the live event.
110110
*/
111-
@ServiceMethod(returns = ReturnType.SINGLE)
111+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
112112
SyncPoller<PollResult<LiveEventInner>, LiveEventInner> beginCreate(
113113
String resourceGroupName,
114114
String accountName,
@@ -189,7 +189,7 @@ LiveEventInner create(
189189
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
190190
* @return the live event.
191191
*/
192-
@ServiceMethod(returns = ReturnType.SINGLE)
192+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
193193
SyncPoller<PollResult<LiveEventInner>, LiveEventInner> beginUpdate(
194194
String resourceGroupName, String accountName, String liveEventName, LiveEventInner parameters);
195195

@@ -206,7 +206,7 @@ SyncPoller<PollResult<LiveEventInner>, LiveEventInner> beginUpdate(
206206
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
207207
* @return the live event.
208208
*/
209-
@ServiceMethod(returns = ReturnType.SINGLE)
209+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
210210
SyncPoller<PollResult<LiveEventInner>, LiveEventInner> beginUpdate(
211211
String resourceGroupName, String accountName, String liveEventName, LiveEventInner parameters, Context context);
212212

@@ -254,7 +254,7 @@ LiveEventInner update(
254254
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
255255
* @return the completion.
256256
*/
257-
@ServiceMethod(returns = ReturnType.SINGLE)
257+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
258258
SyncPoller<PollResult<Void>, Void> beginDelete(String resourceGroupName, String accountName, String liveEventName);
259259

260260
/**
@@ -269,7 +269,7 @@ LiveEventInner update(
269269
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
270270
* @return the completion.
271271
*/
272-
@ServiceMethod(returns = ReturnType.SINGLE)
272+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
273273
SyncPoller<PollResult<Void>, Void> beginDelete(
274274
String resourceGroupName, String accountName, String liveEventName, Context context);
275275

@@ -311,7 +311,7 @@ SyncPoller<PollResult<Void>, Void> beginDelete(
311311
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
312312
* @return the completion.
313313
*/
314-
@ServiceMethod(returns = ReturnType.SINGLE)
314+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
315315
SyncPoller<PollResult<Void>, Void> beginAllocate(
316316
String resourceGroupName, String accountName, String liveEventName);
317317

@@ -327,7 +327,7 @@ SyncPoller<PollResult<Void>, Void> beginAllocate(
327327
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
328328
* @return the completion.
329329
*/
330-
@ServiceMethod(returns = ReturnType.SINGLE)
330+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
331331
SyncPoller<PollResult<Void>, Void> beginAllocate(
332332
String resourceGroupName, String accountName, String liveEventName, Context context);
333333

@@ -369,7 +369,7 @@ SyncPoller<PollResult<Void>, Void> beginAllocate(
369369
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
370370
* @return the completion.
371371
*/
372-
@ServiceMethod(returns = ReturnType.SINGLE)
372+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
373373
SyncPoller<PollResult<Void>, Void> beginStart(String resourceGroupName, String accountName, String liveEventName);
374374

375375
/**
@@ -384,7 +384,7 @@ SyncPoller<PollResult<Void>, Void> beginAllocate(
384384
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
385385
* @return the completion.
386386
*/
387-
@ServiceMethod(returns = ReturnType.SINGLE)
387+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
388388
SyncPoller<PollResult<Void>, Void> beginStart(
389389
String resourceGroupName, String accountName, String liveEventName, Context context);
390390

@@ -427,7 +427,7 @@ SyncPoller<PollResult<Void>, Void> beginStart(
427427
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
428428
* @return the completion.
429429
*/
430-
@ServiceMethod(returns = ReturnType.SINGLE)
430+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
431431
SyncPoller<PollResult<Void>, Void> beginStop(
432432
String resourceGroupName, String accountName, String liveEventName, LiveEventActionInput parameters);
433433

@@ -444,7 +444,7 @@ SyncPoller<PollResult<Void>, Void> beginStop(
444444
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
445445
* @return the completion.
446446
*/
447-
@ServiceMethod(returns = ReturnType.SINGLE)
447+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
448448
SyncPoller<PollResult<Void>, Void> beginStop(
449449
String resourceGroupName,
450450
String accountName,
@@ -499,7 +499,7 @@ void stop(
499499
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
500500
* @return the completion.
501501
*/
502-
@ServiceMethod(returns = ReturnType.SINGLE)
502+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
503503
SyncPoller<PollResult<Void>, Void> beginReset(String resourceGroupName, String accountName, String liveEventName);
504504

505505
/**
@@ -516,7 +516,7 @@ void stop(
516516
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
517517
* @return the completion.
518518
*/
519-
@ServiceMethod(returns = ReturnType.SINGLE)
519+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
520520
SyncPoller<PollResult<Void>, Void> beginReset(
521521
String resourceGroupName, String accountName, String liveEventName, Context context);
522522

sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/LiveOutputsClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public interface LiveOutputsClient {
2424
* @throws IllegalArgumentException thrown if parameters fail the validation.
2525
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
2626
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
27-
* @return the LiveOutput list result.
27+
* @return liveOutputListResult.
2828
*/
2929
@ServiceMethod(returns = ReturnType.COLLECTION)
3030
PagedIterable<LiveOutputInner> list(String resourceGroupName, String accountName, String liveEventName);
@@ -39,7 +39,7 @@ public interface LiveOutputsClient {
3939
* @throws IllegalArgumentException thrown if parameters fail the validation.
4040
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
4141
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
42-
* @return the LiveOutput list result.
42+
* @return liveOutputListResult.
4343
*/
4444
@ServiceMethod(returns = ReturnType.COLLECTION)
4545
PagedIterable<LiveOutputInner> list(
@@ -90,7 +90,7 @@ Response<LiveOutputInner> getWithResponse(
9090
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
9191
* @return the Live Output.
9292
*/
93-
@ServiceMethod(returns = ReturnType.SINGLE)
93+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
9494
SyncPoller<PollResult<LiveOutputInner>, LiveOutputInner> beginCreate(
9595
String resourceGroupName,
9696
String accountName,
@@ -112,7 +112,7 @@ SyncPoller<PollResult<LiveOutputInner>, LiveOutputInner> beginCreate(
112112
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
113113
* @return the Live Output.
114114
*/
115-
@ServiceMethod(returns = ReturnType.SINGLE)
115+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
116116
SyncPoller<PollResult<LiveOutputInner>, LiveOutputInner> beginCreate(
117117
String resourceGroupName,
118118
String accountName,
@@ -177,7 +177,7 @@ LiveOutputInner create(
177177
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
178178
* @return the completion.
179179
*/
180-
@ServiceMethod(returns = ReturnType.SINGLE)
180+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
181181
SyncPoller<PollResult<Void>, Void> beginDelete(
182182
String resourceGroupName, String accountName, String liveEventName, String liveOutputName);
183183

@@ -194,7 +194,7 @@ SyncPoller<PollResult<Void>, Void> beginDelete(
194194
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
195195
* @return the completion.
196196
*/
197-
@ServiceMethod(returns = ReturnType.SINGLE)
197+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
198198
SyncPoller<PollResult<Void>, Void> beginDelete(
199199
String resourceGroupName, String accountName, String liveEventName, String liveOutputName, Context context);
200200

sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/StreamingEndpointsClient.java

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public interface StreamingEndpointsClient {
2424
* @throws IllegalArgumentException thrown if parameters fail the validation.
2525
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
2626
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
27-
* @return the streaming endpoint list result.
27+
* @return streamingEndpointListResult.
2828
*/
2929
@ServiceMethod(returns = ReturnType.COLLECTION)
3030
PagedIterable<StreamingEndpointInner> list(String resourceGroupName, String accountName);
@@ -38,7 +38,7 @@ public interface StreamingEndpointsClient {
3838
* @throws IllegalArgumentException thrown if parameters fail the validation.
3939
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
4040
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
41-
* @return the streaming endpoint list result.
41+
* @return streamingEndpointListResult.
4242
*/
4343
@ServiceMethod(returns = ReturnType.COLLECTION)
4444
PagedIterable<StreamingEndpointInner> list(String resourceGroupName, String accountName, Context context);
@@ -86,7 +86,7 @@ Response<StreamingEndpointInner> getWithResponse(
8686
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
8787
* @return the streaming endpoint.
8888
*/
89-
@ServiceMethod(returns = ReturnType.SINGLE)
89+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
9090
SyncPoller<PollResult<StreamingEndpointInner>, StreamingEndpointInner> beginCreate(
9191
String resourceGroupName,
9292
String accountName,
@@ -108,7 +108,7 @@ SyncPoller<PollResult<StreamingEndpointInner>, StreamingEndpointInner> beginCrea
108108
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
109109
* @return the streaming endpoint.
110110
*/
111-
@ServiceMethod(returns = ReturnType.SINGLE)
111+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
112112
SyncPoller<PollResult<StreamingEndpointInner>, StreamingEndpointInner> beginCreate(
113113
String resourceGroupName,
114114
String accountName,
@@ -189,7 +189,7 @@ StreamingEndpointInner create(
189189
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
190190
* @return the streaming endpoint.
191191
*/
192-
@ServiceMethod(returns = ReturnType.SINGLE)
192+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
193193
SyncPoller<PollResult<StreamingEndpointInner>, StreamingEndpointInner> beginUpdate(
194194
String resourceGroupName, String accountName, String streamingEndpointName, StreamingEndpointInner parameters);
195195

@@ -206,7 +206,7 @@ SyncPoller<PollResult<StreamingEndpointInner>, StreamingEndpointInner> beginUpda
206206
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
207207
* @return the streaming endpoint.
208208
*/
209-
@ServiceMethod(returns = ReturnType.SINGLE)
209+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
210210
SyncPoller<PollResult<StreamingEndpointInner>, StreamingEndpointInner> beginUpdate(
211211
String resourceGroupName,
212212
String accountName,
@@ -262,7 +262,7 @@ StreamingEndpointInner update(
262262
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
263263
* @return the completion.
264264
*/
265-
@ServiceMethod(returns = ReturnType.SINGLE)
265+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
266266
SyncPoller<PollResult<Void>, Void> beginDelete(
267267
String resourceGroupName, String accountName, String streamingEndpointName);
268268

@@ -278,7 +278,7 @@ SyncPoller<PollResult<Void>, Void> beginDelete(
278278
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
279279
* @return the completion.
280280
*/
281-
@ServiceMethod(returns = ReturnType.SINGLE)
281+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
282282
SyncPoller<PollResult<Void>, Void> beginDelete(
283283
String resourceGroupName, String accountName, String streamingEndpointName, Context context);
284284

@@ -320,7 +320,7 @@ SyncPoller<PollResult<Void>, Void> beginDelete(
320320
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
321321
* @return the completion.
322322
*/
323-
@ServiceMethod(returns = ReturnType.SINGLE)
323+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
324324
SyncPoller<PollResult<Void>, Void> beginStart(
325325
String resourceGroupName, String accountName, String streamingEndpointName);
326326

@@ -336,7 +336,7 @@ SyncPoller<PollResult<Void>, Void> beginStart(
336336
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
337337
* @return the completion.
338338
*/
339-
@ServiceMethod(returns = ReturnType.SINGLE)
339+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
340340
SyncPoller<PollResult<Void>, Void> beginStart(
341341
String resourceGroupName, String accountName, String streamingEndpointName, Context context);
342342

@@ -378,7 +378,7 @@ SyncPoller<PollResult<Void>, Void> beginStart(
378378
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
379379
* @return the completion.
380380
*/
381-
@ServiceMethod(returns = ReturnType.SINGLE)
381+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
382382
SyncPoller<PollResult<Void>, Void> beginStop(
383383
String resourceGroupName, String accountName, String streamingEndpointName);
384384

@@ -394,7 +394,7 @@ SyncPoller<PollResult<Void>, Void> beginStop(
394394
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
395395
* @return the completion.
396396
*/
397-
@ServiceMethod(returns = ReturnType.SINGLE)
397+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
398398
SyncPoller<PollResult<Void>, Void> beginStop(
399399
String resourceGroupName, String accountName, String streamingEndpointName, Context context);
400400

@@ -437,7 +437,7 @@ SyncPoller<PollResult<Void>, Void> beginStop(
437437
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
438438
* @return the completion.
439439
*/
440-
@ServiceMethod(returns = ReturnType.SINGLE)
440+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
441441
SyncPoller<PollResult<Void>, Void> beginScale(
442442
String resourceGroupName,
443443
String accountName,
@@ -457,7 +457,7 @@ SyncPoller<PollResult<Void>, Void> beginScale(
457457
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
458458
* @return the completion.
459459
*/
460-
@ServiceMethod(returns = ReturnType.SINGLE)
460+
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
461461
SyncPoller<PollResult<Void>, Void> beginScale(
462462
String resourceGroupName,
463463
String accountName,

0 commit comments

Comments
 (0)