Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

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

- 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).

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-mediaservices</artifactId>
<version>1.1.0-beta.2</version>
<version>1.1.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3,311 changes: 3,190 additions & 121 deletions sdk/mediaservices/azure-resourcemanager-mediaservices/SAMPLE.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
<artifactId>revapi-maven-plugin</artifactId>
<version>0.11.2</version> <!-- {x-version-update;org.revapi:revapi-maven-plugin;external_dependency} -->
<configuration>
<skip>true</skip>
<analysisConfiguration>
<revapi.ignore>
<item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public MediaServicesManager authenticate(TokenCredential credential, AzureProfil
.append("-")
.append("com.azure.resourcemanager.mediaservices")
.append("/")
.append("1.1.0-beta.2");
.append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder
.append(" (")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public interface LiveEventsClient {
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the LiveEvent list result.
* @return liveEventListResult.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<LiveEventInner> list(String resourceGroupName, String accountName);
Expand All @@ -38,7 +38,7 @@ public interface LiveEventsClient {
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the LiveEvent list result.
* @return liveEventListResult.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<LiveEventInner> list(String resourceGroupName, String accountName, Context context);
Expand Down Expand Up @@ -86,7 +86,7 @@ Response<LiveEventInner> getWithResponse(
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the live event.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<LiveEventInner>, LiveEventInner> beginCreate(
String resourceGroupName,
String accountName,
Expand All @@ -108,7 +108,7 @@ SyncPoller<PollResult<LiveEventInner>, LiveEventInner> beginCreate(
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the live event.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<LiveEventInner>, LiveEventInner> beginCreate(
String resourceGroupName,
String accountName,
Expand Down Expand Up @@ -189,7 +189,7 @@ LiveEventInner create(
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the live event.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<LiveEventInner>, LiveEventInner> beginUpdate(
String resourceGroupName, String accountName, String liveEventName, LiveEventInner parameters);

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

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

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

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

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

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

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

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

Expand All @@ -444,7 +444,7 @@ SyncPoller<PollResult<Void>, Void> beginStop(
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the completion.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<Void>, Void> beginStop(
String resourceGroupName,
String accountName,
Expand Down Expand Up @@ -499,7 +499,7 @@ void stop(
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the completion.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<Void>, Void> beginReset(String resourceGroupName, String accountName, String liveEventName);

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public interface LiveOutputsClient {
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the LiveOutput list result.
* @return liveOutputListResult.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<LiveOutputInner> list(String resourceGroupName, String accountName, String liveEventName);
Expand All @@ -39,7 +39,7 @@ public interface LiveOutputsClient {
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the LiveOutput list result.
* @return liveOutputListResult.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<LiveOutputInner> list(
Expand Down Expand Up @@ -90,7 +90,7 @@ Response<LiveOutputInner> getWithResponse(
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the Live Output.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<LiveOutputInner>, LiveOutputInner> beginCreate(
String resourceGroupName,
String accountName,
Expand All @@ -112,7 +112,7 @@ SyncPoller<PollResult<LiveOutputInner>, LiveOutputInner> beginCreate(
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the Live Output.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<LiveOutputInner>, LiveOutputInner> beginCreate(
String resourceGroupName,
String accountName,
Expand Down Expand Up @@ -177,7 +177,7 @@ LiveOutputInner create(
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the completion.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<Void>, Void> beginDelete(
String resourceGroupName, String accountName, String liveEventName, String liveOutputName);

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public interface StreamingEndpointsClient {
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the streaming endpoint list result.
* @return streamingEndpointListResult.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<StreamingEndpointInner> list(String resourceGroupName, String accountName);
Expand All @@ -38,7 +38,7 @@ public interface StreamingEndpointsClient {
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the streaming endpoint list result.
* @return streamingEndpointListResult.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<StreamingEndpointInner> list(String resourceGroupName, String accountName, Context context);
Expand Down Expand Up @@ -86,7 +86,7 @@ Response<StreamingEndpointInner> getWithResponse(
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the streaming endpoint.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<StreamingEndpointInner>, StreamingEndpointInner> beginCreate(
String resourceGroupName,
String accountName,
Expand All @@ -108,7 +108,7 @@ SyncPoller<PollResult<StreamingEndpointInner>, StreamingEndpointInner> beginCrea
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the streaming endpoint.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<StreamingEndpointInner>, StreamingEndpointInner> beginCreate(
String resourceGroupName,
String accountName,
Expand Down Expand Up @@ -189,7 +189,7 @@ StreamingEndpointInner create(
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the streaming endpoint.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<StreamingEndpointInner>, StreamingEndpointInner> beginUpdate(
String resourceGroupName, String accountName, String streamingEndpointName, StreamingEndpointInner parameters);

Expand All @@ -206,7 +206,7 @@ SyncPoller<PollResult<StreamingEndpointInner>, StreamingEndpointInner> beginUpda
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the streaming endpoint.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<StreamingEndpointInner>, StreamingEndpointInner> beginUpdate(
String resourceGroupName,
String accountName,
Expand Down Expand Up @@ -262,7 +262,7 @@ StreamingEndpointInner update(
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the completion.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<Void>, Void> beginDelete(
String resourceGroupName, String accountName, String streamingEndpointName);

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

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

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

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

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

Expand Down Expand Up @@ -437,7 +437,7 @@ SyncPoller<PollResult<Void>, Void> beginStop(
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the completion.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<Void>, Void> beginScale(
String resourceGroupName,
String accountName,
Expand All @@ -457,7 +457,7 @@ SyncPoller<PollResult<Void>, Void> beginScale(
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the completion.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<Void>, Void> beginScale(
String resourceGroupName,
String accountName,
Expand Down
Loading