You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/mediaservices/azure-resourcemanager-mediaservices/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Release History
2
2
3
-
## 1.1.0-beta.4 (Unreleased)
3
+
## 1.0.0-beta.1 (2022-03-28)
4
+
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-account-2021-11. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
Copy file name to clipboardExpand all lines: sdk/mediaservices/azure-resourcemanager-mediaservices/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager MediaServices client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for MediaServices Management SDK. This Swagger was generated by the API Framework. Package tag package-2021-11. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5
+
This package contains Microsoft Azure SDK for MediaServices Management SDK. This Swagger was generated by the API Framework. Package tag package-account-2021-11. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
7
## We'd love to hear your feedback
8
8
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
Copy file name to clipboardExpand all lines: sdk/mediaservices/azure-resourcemanager-mediaservices/pom.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<packaging>jar</packaging>
14
14
15
15
<name>Microsoft Azure SDK for MediaServices Management</name>
16
-
<description>This package contains Microsoft Azure SDK for MediaServices Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. This Swagger was generated by the API Framework. Package tag package-2021-11.</description>
16
+
<description>This package contains Microsoft Azure SDK for MediaServices Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. This Swagger was generated by the API Framework. Package tag package-account-2021-11.</description>
Copy file name to clipboardExpand all lines: sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/MediaServicesManager.java
Copy file name to clipboardExpand all lines: sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/AzureMediaServices.java
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,13 @@ public interface AzureMediaServices {
23
23
*/
24
24
StringgetEndpoint();
25
25
26
+
/**
27
+
* Gets Api Version.
28
+
*
29
+
* @return the apiVersion value.
30
+
*/
31
+
StringgetApiVersion();
32
+
26
33
/**
27
34
* Gets The HTTP pipeline to send requests through.
28
35
*
@@ -79,6 +86,20 @@ public interface AzureMediaServices {
79
86
*/
80
87
LocationsClientgetLocations();
81
88
89
+
/**
90
+
* Gets the MediaServiceOperationStatusesClient object to access its operations.
91
+
*
92
+
* @return the MediaServiceOperationStatusesClient object.
Copy file name to clipboardExpand all lines: sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/LocationsClient.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ public interface LocationsClient {
16
16
/**
17
17
* Checks whether the Media Service resource name is available.
18
18
*
19
-
* @param locationName The name of the location.
19
+
* @param locationName Location name.
20
20
* @param parameters The request parameters.
21
21
* @throws IllegalArgumentException thrown if parameters fail the validation.
22
22
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
Copy file name to clipboardExpand all lines: sdk/mediaservices/azure-resourcemanager-mediaservices/src/main/java/com/azure/resourcemanager/mediaservices/fluent/MediaservicesClient.java
0 commit comments