@@ -44,7 +44,7 @@ public final class TelemetriesImpl {
44
44
45
45
/**
46
46
* Initializes an instance of TelemetriesImpl.
47
- *
47
+ *
48
48
* @param client the instance of the service client containing this operation class.
49
49
*/
50
50
TelemetriesImpl (AIProjectClientImpl client ) {
@@ -55,7 +55,7 @@ public final class TelemetriesImpl {
55
55
56
56
/**
57
57
* Gets Service version.
58
- *
58
+ *
59
59
* @return the serviceVersion value.
60
60
*/
61
61
public ProjectsServiceVersion getServiceVersion () {
@@ -66,7 +66,7 @@ public ProjectsServiceVersion getServiceVersion() {
66
66
* The interface defining all the services for AIProjectClientTelemetries to be used by the proxy service to perform
67
67
* REST calls.
68
68
*/
69
- @ Host ("{endpoint}/agents/v1.0/ subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{projectName}" )
69
+ @ Host ("{endpoint}/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{projectName}" )
70
70
@ ServiceInterface (name = "AIProjectClientTelem" )
71
71
public interface TelemetriesService {
72
72
@ Get ("/{appInsightsResourceUrl}" )
@@ -99,7 +99,7 @@ Response<BinaryData> getAppInsightsSync(@HostParam("endpoint") String endpoint,
99
99
/**
100
100
* Gets the properties of the specified Application Insights resource.
101
101
* <p><strong>Response Body Schema</strong></p>
102
- *
102
+ *
103
103
* <pre>
104
104
* {@code
105
105
* {
@@ -111,16 +111,16 @@ Response<BinaryData> getAppInsightsSync(@HostParam("endpoint") String endpoint,
111
111
* }
112
112
* }
113
113
* </pre>
114
- *
114
+ *
115
115
* @param appInsightsResourceUrl The AppInsights Azure resource Url. It should have the format:
116
116
* '/subscriptions/{subscription_id}/resourceGroups/{resource_group_name}/providers/microsoft.insights/components/{resourcename}'.
117
117
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
118
+ * @return the properties of the specified Application Insights resource along with {@link Response} on successful
119
+ * completion of {@link Mono}.
118
120
* @throws HttpResponseException thrown if the request is rejected by server.
119
121
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
120
122
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
121
123
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
122
- * @return the properties of the specified Application Insights resource along with {@link Response} on successful
123
- * completion of {@link Mono}.
124
124
*/
125
125
@ ServiceMethod (returns = ReturnType .SINGLE )
126
126
public Mono <Response <BinaryData >> getAppInsightsWithResponseAsync (String appInsightsResourceUrl ,
@@ -134,7 +134,7 @@ public Mono<Response<BinaryData>> getAppInsightsWithResponseAsync(String appInsi
134
134
/**
135
135
* Gets the properties of the specified Application Insights resource.
136
136
* <p><strong>Response Body Schema</strong></p>
137
- *
137
+ *
138
138
* <pre>
139
139
* {@code
140
140
* {
@@ -146,15 +146,15 @@ public Mono<Response<BinaryData>> getAppInsightsWithResponseAsync(String appInsi
146
146
* }
147
147
* }
148
148
* </pre>
149
- *
149
+ *
150
150
* @param appInsightsResourceUrl The AppInsights Azure resource Url. It should have the format:
151
151
* '/subscriptions/{subscription_id}/resourceGroups/{resource_group_name}/providers/microsoft.insights/components/{resourcename}'.
152
152
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
153
+ * @return the properties of the specified Application Insights resource along with {@link Response}.
153
154
* @throws HttpResponseException thrown if the request is rejected by server.
154
155
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
155
156
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
156
157
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
157
- * @return the properties of the specified Application Insights resource along with {@link Response}.
158
158
*/
159
159
@ ServiceMethod (returns = ReturnType .SINGLE )
160
160
public Response <BinaryData > getAppInsightsWithResponse (String appInsightsResourceUrl ,
0 commit comments