List Account Filters in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -27,7 +29,9 @@ public interface AccountFiltersClient {
PagedIterable List Account Filters in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -41,7 +45,9 @@ public interface AccountFiltersClient {
PagedIterable Get the details of an Account Filter in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -55,7 +61,9 @@ public interface AccountFiltersClient {
AccountFilterInner get(String resourceGroupName, String accountName, String filterName);
/**
- * Get the details of an Account Filter in the Media Services account.
+ * Get an Account Filter.
+ *
+ * Get the details of an Account Filter in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -71,7 +79,9 @@ Response Creates or updates an Account Filter in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -87,7 +97,9 @@ AccountFilterInner createOrUpdate(
String resourceGroupName, String accountName, String filterName, AccountFilterInner parameters);
/**
- * Creates or updates an Account Filter in the Media Services account.
+ * Create or update an Account Filter
+ *
+ * Creates or updates an Account Filter in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -108,7 +120,9 @@ Response Deletes an Account Filter in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -121,7 +135,9 @@ Response Deletes an Account Filter in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -136,7 +152,9 @@ Response Updates an existing Account Filter in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -152,7 +170,9 @@ AccountFilterInner update(
String resourceGroupName, String accountName, String filterName, AccountFilterInner parameters);
/**
- * Updates an existing Account Filter in the Media Services account.
+ * Update an Account Filter
+ *
+ * Updates an existing Account Filter in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/AssetFiltersClient.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/AssetFiltersClient.java
index 15680d867a7c..e8e448e825ec 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/AssetFiltersClient.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/AssetFiltersClient.java
@@ -14,7 +14,9 @@
/** An instance of this class provides access to all the operations defined in AssetFiltersClient. */
public interface AssetFiltersClient {
/**
- * List Asset Filters associated with the specified Asset.
+ * List Asset Filters
+ *
+ * List Asset Filters associated with the specified Asset.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -28,7 +30,9 @@ public interface AssetFiltersClient {
PagedIterable List Asset Filters associated with the specified Asset.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -44,7 +48,9 @@ PagedIterable Get the details of an Asset Filter associated with the specified Asset.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -59,7 +65,9 @@ PagedIterable Get the details of an Asset Filter associated with the specified Asset.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -76,7 +84,9 @@ Response Creates or updates an Asset Filter associated with the specified Asset.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -93,7 +103,9 @@ AssetFilterInner createOrUpdate(
String resourceGroupName, String accountName, String assetName, String filterName, AssetFilterInner parameters);
/**
- * Creates or updates an Asset Filter associated with the specified Asset.
+ * Create or update an Asset Filter
+ *
+ * Creates or updates an Asset Filter associated with the specified Asset.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -116,7 +128,9 @@ Response Deletes an Asset Filter associated with the specified Asset.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -130,7 +144,9 @@ Response Deletes an Asset Filter associated with the specified Asset.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -147,7 +163,9 @@ Response Updates an existing Asset Filter associated with the specified Asset.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -164,7 +182,9 @@ AssetFilterInner update(
String resourceGroupName, String accountName, String assetName, String filterName, AssetFilterInner parameters);
/**
- * Updates an existing Asset Filter associated with the specified Asset.
+ * Update an Asset Filter
+ *
+ * Updates an existing Asset Filter associated with the specified Asset.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/AssetsClient.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/AssetsClient.java
index 0d7aaad08e5a..9c35e9aa5285 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/AssetsClient.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/AssetsClient.java
@@ -18,7 +18,9 @@
/** An instance of this class provides access to all the operations defined in AssetsClient. */
public interface AssetsClient {
/**
- * List Assets in the Media Services account with optional filtering and ordering.
+ * List Assets
+ *
+ * List Assets in the Media Services account with optional filtering and ordering.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -31,7 +33,9 @@ public interface AssetsClient {
PagedIterable List Assets in the Media Services account with optional filtering and ordering.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -50,7 +54,9 @@ PagedIterable Get the details of an Asset in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -64,7 +70,9 @@ PagedIterable Get the details of an Asset in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -80,7 +88,9 @@ Response Creates or updates an Asset in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -95,7 +105,9 @@ Response Creates or updates an Asset in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -112,7 +124,9 @@ Response Deletes an Asset in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -125,7 +139,9 @@ Response Deletes an Asset in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -140,7 +156,9 @@ Response Updates an existing Asset in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -155,7 +173,9 @@ Response Updates an existing Asset in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -172,8 +192,10 @@ Response Lists storage container URLs with shared access signatures (SAS) for uploading and downloading Asset content.
+ * The signatures are derived from the storage account keys.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -189,8 +211,10 @@ AssetContainerSasInner listContainerSas(
String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters);
/**
- * Lists storage container URLs with shared access signatures (SAS) for uploading and downloading Asset content. The
- * signatures are derived from the storage account keys.
+ * List the Asset URLs
+ *
+ * Lists storage container URLs with shared access signatures (SAS) for uploading and downloading Asset content.
+ * The signatures are derived from the storage account keys.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -211,7 +235,9 @@ Response Gets the Asset storage encryption keys used to decrypt content created by version 2 of the Media Services API.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -226,7 +252,9 @@ StorageEncryptedAssetDecryptionDataInner getEncryptionKey(
String resourceGroupName, String accountName, String assetName);
/**
- * Gets the Asset storage encryption keys used to decrypt content created by version 2 of the Media Services API.
+ * Gets the Asset storage key
+ *
+ * Gets the Asset storage encryption keys used to decrypt content created by version 2 of the Media Services API.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -243,7 +271,9 @@ Response Lists Streaming Locators which are associated with this asset.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -258,7 +288,9 @@ ListStreamingLocatorsResponseInner listStreamingLocators(
String resourceGroupName, String accountName, String assetName);
/**
- * Lists Streaming Locators which are associated with this asset.
+ * List Streaming Locators
+ *
+ * Lists Streaming Locators which are associated with this asset.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/AzureMediaServices.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/AzureMediaServices.java
index caabc9ff9ea0..f23ff15e2863 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/AzureMediaServices.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/AzureMediaServices.java
@@ -23,13 +23,6 @@ public interface AzureMediaServices {
*/
String getEndpoint();
- /**
- * Gets Api Version.
- *
- * @return the apiVersion value.
- */
- String getApiVersion();
-
/**
* Gets The HTTP pipeline to send requests through.
*
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/ContentKeyPoliciesClient.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/ContentKeyPoliciesClient.java
index 890713f7ffed..397f799b7a1a 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/ContentKeyPoliciesClient.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/ContentKeyPoliciesClient.java
@@ -15,7 +15,9 @@
/** An instance of this class provides access to all the operations defined in ContentKeyPoliciesClient. */
public interface ContentKeyPoliciesClient {
/**
- * Lists the Content Key Policies in the account.
+ * List Content Key Policies
+ *
+ * Lists the Content Key Policies in the account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -28,7 +30,9 @@ public interface ContentKeyPoliciesClient {
PagedIterable Lists the Content Key Policies in the account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -47,7 +51,9 @@ PagedIterable Get the details of a Content Key Policy in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -61,7 +67,9 @@ PagedIterable Get the details of a Content Key Policy in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -77,7 +85,9 @@ Response Create or update a Content Key Policy in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -93,7 +103,9 @@ ContentKeyPolicyInner createOrUpdate(
String resourceGroupName, String accountName, String contentKeyPolicyName, ContentKeyPolicyInner parameters);
/**
- * Create or update a Content Key Policy in the Media Services account.
+ * Create or update an Content Key Policy
+ *
+ * Create or update a Content Key Policy in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -114,7 +126,9 @@ Response Deletes a Content Key Policy in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -127,7 +141,9 @@ Response Deletes a Content Key Policy in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -143,7 +159,9 @@ Response Updates an existing Content Key Policy in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -159,7 +177,9 @@ ContentKeyPolicyInner update(
String resourceGroupName, String accountName, String contentKeyPolicyName, ContentKeyPolicyInner parameters);
/**
- * Updates an existing Content Key Policy in the Media Services account.
+ * Update a Content Key Policy
+ *
+ * Updates an existing Content Key Policy in the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -180,7 +200,9 @@ Response Get a Content Key Policy including secret values.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -195,7 +217,9 @@ ContentKeyPolicyPropertiesInner getPolicyPropertiesWithSecrets(
String resourceGroupName, String accountName, String contentKeyPolicyName);
/**
- * Get a Content Key Policy including secret values.
+ * Get a Content Key Policy with secrets
+ *
+ * Get a Content Key Policy including secret values.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/JobsClient.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/JobsClient.java
index 19dd448f271c..f5d919f2b364 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/JobsClient.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/JobsClient.java
@@ -14,7 +14,9 @@
/** An instance of this class provides access to all the operations defined in JobsClient. */
public interface JobsClient {
/**
- * Lists all of the Jobs for the Transform.
+ * List Jobs
+ *
+ * Lists all of the Jobs for the Transform.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -28,7 +30,9 @@ public interface JobsClient {
PagedIterable Lists all of the Jobs for the Transform.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -51,7 +55,9 @@ PagedIterable Gets a Job.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -66,7 +72,9 @@ PagedIterable Gets a Job.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -83,7 +91,9 @@ Response Creates a Job.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -100,7 +110,9 @@ JobInner create(
String resourceGroupName, String accountName, String transformName, String jobName, JobInner parameters);
/**
- * Creates a Job.
+ * Create Job
+ *
+ * Creates a Job.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -123,7 +135,9 @@ Response Deletes a Job.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -137,7 +151,9 @@ Response Deletes a Job.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -154,8 +170,10 @@ Response Update is only supported for description and priority. Updating Priority will take effect when the Job state
+ * is Queued or Scheduled and depending on the timing the priority update may be ignored.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -172,8 +190,10 @@ JobInner update(
String resourceGroupName, String accountName, String transformName, String jobName, JobInner parameters);
/**
- * Update is only supported for description and priority. Updating Priority will take effect when the Job state is
- * Queued or Scheduled and depending on the timing the priority update may be ignored.
+ * Update Job
+ *
+ * Update is only supported for description and priority. Updating Priority will take effect when the Job state
+ * is Queued or Scheduled and depending on the timing the priority update may be ignored.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -196,7 +216,9 @@ Response Cancel a Job.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -210,7 +232,9 @@ Response Cancel a Job.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/LiveEventsClient.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/LiveEventsClient.java
index d2b91b5fcc51..23f14b074fa6 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/LiveEventsClient.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/LiveEventsClient.java
@@ -11,13 +11,16 @@
import com.azure.core.management.polling.PollResult;
import com.azure.core.util.Context;
import com.azure.core.util.polling.SyncPoller;
+import com.azure.resourcemanager.mediaservices.fluent.models.AsyncOperationResultInner;
import com.azure.resourcemanager.mediaservices.fluent.models.LiveEventInner;
import com.azure.resourcemanager.mediaservices.models.LiveEventActionInput;
/** An instance of this class provides access to all the operations defined in LiveEventsClient. */
public interface LiveEventsClient {
/**
- * Lists all the live events in the account.
+ * List live events
+ *
+ * Lists all the live events in the account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -30,7 +33,9 @@ public interface LiveEventsClient {
PagedIterable Lists all the live events in the account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -44,7 +49,9 @@ public interface LiveEventsClient {
PagedIterable Gets properties of a live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -58,7 +65,9 @@ public interface LiveEventsClient {
LiveEventInner get(String resourceGroupName, String accountName, String liveEventName);
/**
- * Gets properties of a live event.
+ * Get Live Event
+ *
+ * Gets properties of a live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -74,7 +83,9 @@ Response Creates a new live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -95,7 +106,9 @@ SyncPoller Creates a new live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -118,7 +131,9 @@ SyncPoller Creates a new live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -139,7 +154,9 @@ LiveEventInner create(
Boolean autoStart);
/**
- * Creates a new live event.
+ * Create Live Event
+ *
+ * Creates a new live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -155,7 +172,9 @@ LiveEventInner create(
String resourceGroupName, String accountName, String liveEventName, LiveEventInner parameters);
/**
- * Creates a new live event.
+ * Create Live Event
+ *
+ * Creates a new live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -244,7 +263,9 @@ LiveEventInner update(
String resourceGroupName, String accountName, String liveEventName, LiveEventInner parameters, Context context);
/**
- * Deletes a live event.
+ * Delete Live Event
+ *
+ * Deletes a live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -258,7 +279,9 @@ LiveEventInner update(
SyncPoller Deletes a live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -274,7 +297,9 @@ SyncPoller Deletes a live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -287,7 +312,9 @@ SyncPoller Deletes a live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -301,7 +328,9 @@ SyncPoller A live event is in StandBy state after allocation completes, and is ready to start.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -316,7 +345,9 @@ SyncPoller A live event is in StandBy state after allocation completes, and is ready to start.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -332,7 +363,9 @@ SyncPoller A live event is in StandBy state after allocation completes, and is ready to start.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -345,7 +378,9 @@ SyncPoller A live event is in StandBy state after allocation completes, and is ready to start.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -359,7 +394,9 @@ SyncPoller A live event in Stopped or StandBy state will be in Running state after the start operation completes.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -373,7 +410,9 @@ SyncPoller A live event in Stopped or StandBy state will be in Running state after the start operation completes.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -389,7 +428,9 @@ SyncPoller A live event in Stopped or StandBy state will be in Running state after the start operation completes.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -402,7 +443,9 @@ SyncPoller A live event in Stopped or StandBy state will be in Running state after the start operation completes.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -416,7 +459,9 @@ SyncPoller Stops a running live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -432,7 +477,9 @@ SyncPoller Stops a running live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -453,7 +500,9 @@ SyncPoller Stops a running live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -467,7 +516,9 @@ SyncPoller Stops a running live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -487,8 +538,10 @@ void stop(
Context context);
/**
- * Resets an existing live event. All live outputs for the live event are deleted and the live event is stopped and
- * will be started again. All assets used by the live outputs and streaming locators created on these assets are
+ * Reset Live Event
+ *
+ * Resets an existing live event. All live outputs for the live event are deleted and the live event is stopped
+ * and will be started again. All assets used by the live outputs and streaming locators created on these assets are
* unaffected.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
@@ -503,8 +556,10 @@ void stop(
SyncPoller Resets an existing live event. All live outputs for the live event are deleted and the live event is stopped
+ * and will be started again. All assets used by the live outputs and streaming locators created on these assets are
* unaffected.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
@@ -521,8 +576,10 @@ SyncPoller Resets an existing live event. All live outputs for the live event are deleted and the live event is stopped
+ * and will be started again. All assets used by the live outputs and streaming locators created on these assets are
* unaffected.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
@@ -536,8 +593,10 @@ SyncPoller Resets an existing live event. All live outputs for the live event are deleted and the live event is stopped
+ * and will be started again. All assets used by the live outputs and streaming locators created on these assets are
* unaffected.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
@@ -550,4 +609,75 @@ SyncPoller Get a live event operation status.
+ *
+ * @param resourceGroupName The name of the resource group within the Azure subscription.
+ * @param accountName The Media Services account name.
+ * @param operationId The ID of an ongoing async operation.
+ * @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 a live event operation status.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ AsyncOperationResultInner asyncOperation(String resourceGroupName, String accountName, String operationId);
+
+ /**
+ * Get operation status.
+ *
+ * Get a live event operation status.
+ *
+ * @param resourceGroupName The name of the resource group within the Azure subscription.
+ * @param accountName The Media Services account name.
+ * @param operationId The ID of an ongoing async operation.
+ * @param context The context to associate with this operation.
+ * @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 a live event operation status along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response Get a live event operation status.
+ *
+ * @param resourceGroupName The name of the resource group within the Azure subscription.
+ * @param accountName The Media Services account name.
+ * @param liveEventName The name of the live event, maximum length is 32.
+ * @param operationId The ID of an ongoing async operation.
+ * @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 a live event operation status.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ LiveEventInner operationLocation(
+ String resourceGroupName, String accountName, String liveEventName, String operationId);
+
+ /**
+ * Get operation status.
+ *
+ * Get a live event operation status.
+ *
+ * @param resourceGroupName The name of the resource group within the Azure subscription.
+ * @param accountName The Media Services account name.
+ * @param liveEventName The name of the live event, maximum length is 32.
+ * @param operationId The ID of an ongoing async operation.
+ * @param context The context to associate with this operation.
+ * @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 a live event operation status along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response Lists the live outputs of a live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -30,7 +33,9 @@ public interface LiveOutputsClient {
PagedIterable Lists the live outputs of a live event.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -46,7 +51,9 @@ PagedIterable Gets a live output.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -61,7 +68,9 @@ PagedIterable Gets a live output.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -78,7 +87,9 @@ Response Creates a new live output.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -99,7 +110,9 @@ SyncPoller Creates a new live output.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -122,7 +135,9 @@ SyncPoller Creates a new live output.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -143,7 +158,9 @@ LiveOutputInner create(
LiveOutputInner parameters);
/**
- * Creates a new live output.
+ * Create Live Output
+ *
+ * Creates a new live output.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -166,7 +183,9 @@ LiveOutputInner create(
Context context);
/**
- * Deletes a live output. Deleting a live output does not delete the asset the live output is writing to.
+ * Delete Live Output
+ *
+ * Deletes a live output. Deleting a live output does not delete the asset the live output is writing to.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -182,7 +201,9 @@ SyncPoller Deletes a live output. Deleting a live output does not delete the asset the live output is writing to.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -199,7 +220,9 @@ SyncPoller Deletes a live output. Deleting a live output does not delete the asset the live output is writing to.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -213,7 +236,9 @@ SyncPoller Deletes a live output. Deleting a live output does not delete the asset the live output is writing to.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -227,4 +252,82 @@ SyncPoller Get a Live Output operation status.
+ *
+ * @param resourceGroupName The name of the resource group within the Azure subscription.
+ * @param accountName The Media Services account name.
+ * @param operationId The ID of an ongoing async operation.
+ * @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 a Live Output operation status.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ AsyncOperationResultInner asyncOperation(String resourceGroupName, String accountName, String operationId);
+
+ /**
+ * Get operation status.
+ *
+ * Get a Live Output operation status.
+ *
+ * @param resourceGroupName The name of the resource group within the Azure subscription.
+ * @param accountName The Media Services account name.
+ * @param operationId The ID of an ongoing async operation.
+ * @param context The context to associate with this operation.
+ * @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 a Live Output operation status along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response Get a Live Output operation status.
+ *
+ * @param resourceGroupName The name of the resource group within the Azure subscription.
+ * @param accountName The Media Services account name.
+ * @param liveEventName The name of the live event, maximum length is 32.
+ * @param liveOutputName The name of the live output.
+ * @param operationId The ID of an ongoing async operation.
+ * @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 a Live Output operation status.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ LiveOutputInner operationLocation(
+ String resourceGroupName, String accountName, String liveEventName, String liveOutputName, String operationId);
+
+ /**
+ * Get operation status.
+ *
+ * Get a Live Output operation status.
+ *
+ * @param resourceGroupName The name of the resource group within the Azure subscription.
+ * @param accountName The Media Services account name.
+ * @param liveEventName The name of the live event, maximum length is 32.
+ * @param liveOutputName The name of the live output.
+ * @param operationId The ID of an ongoing async operation.
+ * @param context The context to associate with this operation.
+ * @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 a Live Output operation status along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response Checks whether the Media Service resource name is available.
*
* @param locationName Location name.
* @param parameters The request parameters.
@@ -28,7 +30,9 @@ EntityNameAvailabilityCheckOutputInner checkNameAvailability(
String locationName, CheckNameAvailabilityInput parameters);
/**
- * Checks whether the Media Service resource name is available.
+ * Check Name Availability
+ *
+ * Checks whether the Media Service resource name is available.
*
* @param locationName Location name.
* @param parameters The request parameters.
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/MediaServicesOperationResultsClient.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/MediaServicesOperationResultsClient.java
index d386c8daa6eb..79bfb376866b 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/MediaServicesOperationResultsClient.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/MediaServicesOperationResultsClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in MediaServicesOperationResultsClient. */
public interface MediaServicesOperationResultsClient {
/**
- * Get media service operation result.
+ * Get operation result.
+ *
+ * Get media service operation result.
*
* @param locationName Location name.
* @param operationId Operation Id.
@@ -26,7 +28,9 @@ public interface MediaServicesOperationResultsClient {
MediaServiceInner get(String locationName, String operationId);
/**
- * Get media service operation result.
+ * Get operation result.
+ *
+ * Get media service operation result.
*
* @param locationName Location name.
* @param operationId Operation Id.
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/MediaServicesOperationStatusesClient.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/MediaServicesOperationStatusesClient.java
index 52d0f0e2bb76..d01953576ccc 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/MediaServicesOperationStatusesClient.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/MediaServicesOperationStatusesClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in MediaServicesOperationStatusesClient. */
public interface MediaServicesOperationStatusesClient {
/**
- * Get media service operation status.
+ * Get operation status.
+ *
+ * Get media service operation status.
*
* @param locationName Location name.
* @param operationId Operation ID.
@@ -26,7 +28,9 @@ public interface MediaServicesOperationStatusesClient {
MediaServiceOperationStatusInner get(String locationName, String operationId);
/**
- * Get media service operation status.
+ * Get operation status.
+ *
+ * Get media service operation status.
*
* @param locationName Location name.
* @param operationId Operation ID.
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/MediaservicesClient.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/MediaservicesClient.java
index 5a8dc5945db0..5408e2dfb442 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/MediaservicesClient.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/MediaservicesClient.java
@@ -20,7 +20,9 @@
/** An instance of this class provides access to all the operations defined in MediaservicesClient. */
public interface MediaservicesClient {
/**
- * List Media Services accounts in the resource group.
+ * List Media Services accounts
+ *
+ * List Media Services accounts in the resource group.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -32,7 +34,9 @@ public interface MediaservicesClient {
PagedIterable List Media Services accounts in the resource group.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param context The context to associate with this operation.
@@ -45,7 +49,9 @@ public interface MediaservicesClient {
PagedIterable Get the details of a Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -58,7 +64,9 @@ public interface MediaservicesClient {
MediaServiceInner getByResourceGroup(String resourceGroupName, String accountName);
/**
- * Get the details of a Media Services account.
+ * Get a Media Services account
+ *
+ * Get the details of a Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -73,7 +81,9 @@ Response Creates or updates a Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -88,7 +98,9 @@ SyncPoller Creates or updates a Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -104,7 +116,9 @@ SyncPoller Creates or updates a Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -118,7 +132,9 @@ SyncPoller Creates or updates a Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -134,7 +150,9 @@ MediaServiceInner createOrUpdate(
String resourceGroupName, String accountName, MediaServiceInner parameters, Context context);
/**
- * Deletes a Media Services account.
+ * Delete a Media Services account.
+ *
+ * Deletes a Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -146,7 +164,9 @@ MediaServiceInner createOrUpdate(
void delete(String resourceGroupName, String accountName);
/**
- * Deletes a Media Services account.
+ * Delete a Media Services account.
+ *
+ * Deletes a Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -160,7 +180,9 @@ MediaServiceInner createOrUpdate(
Response Updates an existing Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -175,7 +197,9 @@ SyncPoller Updates an existing Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -191,7 +215,9 @@ SyncPoller Updates an existing Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -205,7 +231,9 @@ SyncPoller Updates an existing Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -221,7 +249,9 @@ MediaServiceInner update(
String resourceGroupName, String accountName, MediaServiceUpdate parameters, Context context);
/**
- * Synchronizes storage account keys for a storage account associated with the Media Service account.
+ * Synchronizes Storage Account Keys
+ *
+ * Synchronizes storage account keys for a storage account associated with the Media Service account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -234,7 +264,9 @@ MediaServiceInner update(
void syncStorageKeys(String resourceGroupName, String accountName, SyncStorageKeysInput parameters);
/**
- * Synchronizes storage account keys for a storage account associated with the Media Service account.
+ * Synchronizes Storage Account Keys
+ *
+ * Synchronizes storage account keys for a storage account associated with the Media Service account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -250,7 +282,9 @@ Response List all the media edge policies associated with the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -264,7 +298,9 @@ Response List all the media edge policies associated with the Media Services account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -280,7 +316,9 @@ Response List Media Services accounts in the subscription.
*
* @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.
@@ -290,7 +328,9 @@ Response List Media Services accounts in the subscription.
*
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/OperationResultsClient.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/OperationResultsClient.java
index 8d23cbbee49f..bc9e66f81e84 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/OperationResultsClient.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/OperationResultsClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in OperationResultsClient. */
public interface OperationResultsClient {
/**
- * Get asset track operation result.
+ * Get operation result.
+ *
+ * Get asset track operation result.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -30,7 +32,9 @@ AssetTrackInner get(
String resourceGroupName, String accountName, String assetName, String trackName, String operationId);
/**
- * Get asset track operation result.
+ * Get operation result.
+ *
+ * Get asset track operation result.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/OperationStatusesClient.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/OperationStatusesClient.java
index eb0632e13917..130ec62a46c8 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/OperationStatusesClient.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/OperationStatusesClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in OperationStatusesClient. */
public interface OperationStatusesClient {
/**
- * Get asset track operation status.
+ * Get operation status.
+ *
+ * Get asset track operation status.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -30,7 +32,9 @@ AssetTrackOperationStatusInner get(
String resourceGroupName, String accountName, String assetName, String trackName, String operationId);
/**
- * Get asset track operation status.
+ * Get operation status.
+ *
+ * Get asset track operation status.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/OperationsClient.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/OperationsClient.java
index d6b96940e475..6afa1d17403b 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/OperationsClient.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/OperationsClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in OperationsClient. */
public interface OperationsClient {
/**
- * Lists all the Media Services operations.
+ * List Operations
+ *
+ * Lists all the Media Services operations.
*
* @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.
@@ -23,7 +25,9 @@ public interface OperationsClient {
OperationCollectionInner list();
/**
- * Lists all the Media Services operations.
+ * List Operations
+ *
+ * Lists all the Media Services operations.
*
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/PrivateEndpointConnectionsClient.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/PrivateEndpointConnectionsClient.java
index 4b15ea4d7191..a351f3db07ad 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/PrivateEndpointConnectionsClient.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/PrivateEndpointConnectionsClient.java
@@ -14,7 +14,9 @@
/** An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient. */
public interface PrivateEndpointConnectionsClient {
/**
- * List all private endpoint connections.
+ * List private endpoint connections.
+ *
+ * List all private endpoint connections.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -27,7 +29,9 @@ public interface PrivateEndpointConnectionsClient {
PrivateEndpointConnectionListResultInner list(String resourceGroupName, String accountName);
/**
- * List all private endpoint connections.
+ * List private endpoint connections.
+ *
+ * List all private endpoint connections.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -43,7 +47,9 @@ Response Get the details of a private endpoint connection.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -57,7 +63,9 @@ Response Get the details of a private endpoint connection.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -73,7 +81,9 @@ Response Update an existing private endpoint connection.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -89,7 +99,9 @@ PrivateEndpointConnectionInner createOrUpdate(
String resourceGroupName, String accountName, String name, PrivateEndpointConnectionInner parameters);
/**
- * Update an existing private endpoint connection.
+ * Update a private endpoint connection.
+ *
+ * Update an existing private endpoint connection.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -110,7 +122,9 @@ Response Deletes a private endpoint connection.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -123,7 +137,9 @@ Response Deletes a private endpoint connection.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/PrivateLinkResourcesClient.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/PrivateLinkResourcesClient.java
index 49947daadede..1229eef90c37 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/PrivateLinkResourcesClient.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/PrivateLinkResourcesClient.java
@@ -14,7 +14,9 @@
/** An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient. */
public interface PrivateLinkResourcesClient {
/**
- * List supported group IDs.
+ * Get list of group IDs.
+ *
+ * List supported group IDs.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -27,7 +29,9 @@ public interface PrivateLinkResourcesClient {
PrivateLinkResourceListResultInner list(String resourceGroupName, String accountName);
/**
- * List supported group IDs.
+ * Get list of group IDs.
+ *
+ * List supported group IDs.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -42,7 +46,9 @@ Response Get details of a group ID.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -56,7 +62,9 @@ Response Get details of a group ID.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
diff --git a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/StreamingEndpointsClient.java b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/StreamingEndpointsClient.java
index 44a417e478c1..1de41352d9a7 100644
--- a/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/StreamingEndpointsClient.java
+++ b/sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/StreamingEndpointsClient.java
@@ -11,6 +11,7 @@
import com.azure.core.management.polling.PollResult;
import com.azure.core.util.Context;
import com.azure.core.util.polling.SyncPoller;
+import com.azure.resourcemanager.mediaservices.fluent.models.AsyncOperationResultInner;
import com.azure.resourcemanager.mediaservices.fluent.models.StreamingEndpointInner;
import com.azure.resourcemanager.mediaservices.fluent.models.StreamingEndpointSkuInfoListResultInner;
import com.azure.resourcemanager.mediaservices.models.StreamingEntityScaleUnit;
@@ -18,7 +19,9 @@
/** An instance of this class provides access to all the operations defined in StreamingEndpointsClient. */
public interface StreamingEndpointsClient {
/**
- * Lists the streaming endpoints in the account.
+ * List StreamingEndpoints
+ *
+ * Lists the streaming endpoints in the account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -31,7 +34,9 @@ public interface StreamingEndpointsClient {
PagedIterable Lists the streaming endpoints in the account.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -45,7 +50,9 @@ public interface StreamingEndpointsClient {
PagedIterable Gets a streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -59,7 +66,9 @@ public interface StreamingEndpointsClient {
StreamingEndpointInner get(String resourceGroupName, String accountName, String streamingEndpointName);
/**
- * Gets a streaming endpoint.
+ * Get StreamingEndpoint
+ *
+ * Gets a streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -75,7 +84,9 @@ Response Creates a streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -96,7 +107,9 @@ SyncPoller Creates a streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -119,7 +132,9 @@ SyncPoller Creates a streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -140,7 +155,9 @@ StreamingEndpointInner create(
Boolean autoStart);
/**
- * Creates a streaming endpoint.
+ * Create StreamingEndpoint
+ *
+ * Creates a streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -156,7 +173,9 @@ StreamingEndpointInner create(
String resourceGroupName, String accountName, String streamingEndpointName, StreamingEndpointInner parameters);
/**
- * Creates a streaming endpoint.
+ * Create StreamingEndpoint
+ *
+ * Creates a streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -179,7 +198,9 @@ StreamingEndpointInner create(
Context context);
/**
- * Updates a existing streaming endpoint.
+ * Update StreamingEndpoint
+ *
+ * Updates a existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -195,7 +216,9 @@ SyncPoller Updates a existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -216,7 +239,9 @@ SyncPoller Updates a existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -232,7 +257,9 @@ StreamingEndpointInner update(
String resourceGroupName, String accountName, String streamingEndpointName, StreamingEndpointInner parameters);
/**
- * Updates a existing streaming endpoint.
+ * Update StreamingEndpoint
+ *
+ * Updates a existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -253,7 +280,9 @@ StreamingEndpointInner update(
Context context);
/**
- * Deletes a streaming endpoint.
+ * Delete StreamingEndpoint
+ *
+ * Deletes a streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -268,7 +297,9 @@ SyncPoller Deletes a streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -284,7 +315,9 @@ SyncPoller Deletes a streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -297,7 +330,9 @@ SyncPoller Deletes a streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -311,7 +346,9 @@ SyncPoller List streaming endpoint supported skus.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -326,7 +363,9 @@ StreamingEndpointSkuInfoListResultInner skus(
String resourceGroupName, String accountName, String streamingEndpointName);
/**
- * List streaming endpoint supported skus.
+ * List StreamingEndpoint skus
+ *
+ * List streaming endpoint supported skus.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -342,7 +381,9 @@ Response Starts an existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -357,7 +398,9 @@ SyncPoller Starts an existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -373,7 +416,9 @@ SyncPoller Starts an existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -386,7 +431,9 @@ SyncPoller Starts an existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -400,7 +447,9 @@ SyncPoller Stops an existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -415,7 +464,9 @@ SyncPoller Stops an existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -431,7 +482,9 @@ SyncPoller Stops an existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -444,7 +497,9 @@ SyncPoller Stops an existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -458,7 +513,9 @@ SyncPoller Scales an existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -477,7 +534,9 @@ SyncPoller Scales an existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -498,7 +557,9 @@ SyncPoller Scales an existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -516,7 +577,9 @@ void scale(
StreamingEntityScaleUnit parameters);
/**
- * Scales an existing streaming endpoint.
+ * Scale StreamingEndpoint
+ *
+ * Scales an existing streaming endpoint.
*
* @param resourceGroupName The name of the resource group within the Azure subscription.
* @param accountName The Media Services account name.
@@ -534,4 +597,79 @@ void scale(
String streamingEndpointName,
StreamingEntityScaleUnit parameters,
Context context);
+
+ /**
+ * Get operation status.
+ *
+ * Get a streaming endpoint operation status.
+ *
+ * @param resourceGroupName The name of the resource group within the Azure subscription.
+ * @param accountName The Media Services account name.
+ * @param operationId The ID of an ongoing async operation.
+ * @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 a streaming endpoint operation status.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ AsyncOperationResultInner asyncOperation(String resourceGroupName, String accountName, String operationId);
+
+ /**
+ * Get operation status.
+ *
+ * Get a streaming endpoint operation status.
+ *
+ * @param resourceGroupName The name of the resource group within the Azure subscription.
+ * @param accountName The Media Services account name.
+ * @param operationId The ID of an ongoing async operation.
+ * @param context The context to associate with this operation.
+ * @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 a streaming endpoint operation status along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response