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/streamanalytics/azure-resourcemanager-streamanalytics/CHANGELOG.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,13 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.5 (Unreleased)
3
+
## 1.0.0 (2025-01-03)
4
4
5
-
### Features Added
6
-
7
-
### Breaking Changes
8
-
9
-
### Bugs Fixed
5
+
- Azure Resource Manager StreamAnalytics client library for Java. This package contains Microsoft Azure SDK for StreamAnalytics Management SDK. Stream Analytics Client. Package tag package-pure-2020-03. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
10
6
11
7
### Other Changes
12
8
9
+
- Release for Azure Resource Manager StreamAnalytics client library for Java.
10
+
13
11
## 1.0.0-beta.4 (2024-10-31)
14
12
15
13
- Azure Resource Manager StreamAnalytics client library for Java. This package contains Microsoft Azure SDK for StreamAnalytics Management SDK. Stream Analytics Client. Package tag package-2021-10-preview. 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/streamanalytics/azure-resourcemanager-streamanalytics/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 StreamAnalytics client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for StreamAnalytics Management SDK. Stream Analytics Client. Package tag package-2021-10-preview. 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 StreamAnalytics Management SDK. Stream Analytics Client. Package tag package-pure-2020-03. 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
<name>Microsoft Azure SDK for StreamAnalytics Management</name>
21
-
<description>This package contains Microsoft Azure SDK for StreamAnalytics Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Stream Analytics Client. Package tag package-2021-10-preview.</description>
21
+
<description>This package contains Microsoft Azure SDK for StreamAnalytics Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Stream Analytics Client. Package tag package-pure-2020-03.</description>
Copy file name to clipboardExpand all lines: sdk/streamanalytics/azure-resourcemanager-streamanalytics/src/main/java/com/azure/resourcemanager/streamanalytics/StreamAnalyticsManager.java
Copy file name to clipboardExpand all lines: sdk/streamanalytics/azure-resourcemanager-streamanalytics/src/main/java/com/azure/resourcemanager/streamanalytics/fluent/SkusClient.java
Copy file name to clipboardExpand all lines: sdk/streamanalytics/azure-resourcemanager-streamanalytics/src/main/java/com/azure/resourcemanager/streamanalytics/fluent/StreamAnalyticsManagementClient.java
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,13 @@ public interface StreamAnalyticsManagementClient {
25
25
*/
26
26
StringgetEndpoint();
27
27
28
+
/**
29
+
* Gets Api Version.
30
+
*
31
+
* @return the apiVersion value.
32
+
*/
33
+
StringgetApiVersion();
34
+
28
35
/**
29
36
* Gets The HTTP pipeline to send requests through.
30
37
*
@@ -40,11 +47,18 @@ public interface StreamAnalyticsManagementClient {
40
47
DurationgetDefaultPollInterval();
41
48
42
49
/**
43
-
* Gets the FunctionsClient object to access its operations.
50
+
* Gets the OperationsClient object to access its operations.
44
51
*
45
-
* @return the FunctionsClient object.
52
+
* @return the OperationsClient object.
46
53
*/
47
-
FunctionsClientgetFunctions();
54
+
OperationsClientgetOperations();
55
+
56
+
/**
57
+
* Gets the StreamingJobsClient object to access its operations.
58
+
*
59
+
* @return the StreamingJobsClient object.
60
+
*/
61
+
StreamingJobsClientgetStreamingJobs();
48
62
49
63
/**
50
64
* Gets the InputsClient object to access its operations.
@@ -61,25 +75,18 @@ public interface StreamAnalyticsManagementClient {
61
75
OutputsClientgetOutputs();
62
76
63
77
/**
64
-
* Gets the OperationsClient object to access its operations.
65
-
*
66
-
* @return the OperationsClient object.
67
-
*/
68
-
OperationsClientgetOperations();
69
-
70
-
/**
71
-
* Gets the StreamingJobsClient object to access its operations.
78
+
* Gets the TransformationsClient object to access its operations.
72
79
*
73
-
* @return the StreamingJobsClient object.
80
+
* @return the TransformationsClient object.
74
81
*/
75
-
StreamingJobsClientgetStreamingJobs();
82
+
TransformationsClientgetTransformations();
76
83
77
84
/**
78
-
* Gets the SkusClient object to access its operations.
85
+
* Gets the FunctionsClient object to access its operations.
79
86
*
80
-
* @return the SkusClient object.
87
+
* @return the FunctionsClient object.
81
88
*/
82
-
SkusClientgetSkus();
89
+
FunctionsClientgetFunctions();
83
90
84
91
/**
85
92
* Gets the SubscriptionsClient object to access its operations.
@@ -88,13 +95,6 @@ public interface StreamAnalyticsManagementClient {
88
95
*/
89
96
SubscriptionsClientgetSubscriptions();
90
97
91
-
/**
92
-
* Gets the TransformationsClient object to access its operations.
93
-
*
94
-
* @return the TransformationsClient object.
95
-
*/
96
-
TransformationsClientgetTransformations();
97
-
98
98
/**
99
99
* Gets the ClustersClient object to access its operations.
0 commit comments