Skip to content

Commit ca103ba

Browse files
authored
[Automation] Generate Fluent Lite from specification/workloads/resource-manager/Microsoft.Workloads/SAPVirtualInstance/readme.md#package-preview-2023-10 (Azure#39359)
1 parent cf48c59 commit ca103ba

File tree

6 files changed

+18
-17
lines changed

6 files changed

+18
-17
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (2024-02-26)
3+
## 1.0.0-beta.1 (2024-03-22)
44

55
- Azure Resource Manager Workloads Sap Virtual Instance client library for Java. This package contains Microsoft Azure SDK for Workloads Sap Virtual Instance Management SDK. Workloads client provides access to various workload operations. Package tag package-preview-2023-10. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6+

sdk/workloadssapvirtualinstance/azure-resourcemanager-workloadssapvirtualinstance/SAMPLE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ public final class OperationsListSamples {
6565
* Operations_List.json
6666
*/
6767
/**
68-
* Sample code: Operations.
68+
* Sample code: List the operations for the provider.
6969
*
7070
* @param manager Entry point to WorkloadsSapVirtualInstanceManager.
7171
*/
72-
public static void
73-
operations(com.azure.resourcemanager.workloadssapvirtualinstance.WorkloadsSapVirtualInstanceManager manager) {
72+
public static void listTheOperationsForTheProvider(
73+
com.azure.resourcemanager.workloadssapvirtualinstance.WorkloadsSapVirtualInstanceManager manager) {
7474
manager.operations().list(com.azure.core.util.Context.NONE);
7575
}
7676
}

sdk/workloadssapvirtualinstance/azure-resourcemanager-workloadssapvirtualinstance/src/main/java/com/azure/resourcemanager/workloadssapvirtualinstance/fluent/OperationsClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
public interface OperationsClient {
1717
/**
18-
* Lists all the available API operations under this PR.
18+
* List the operations for the provider.
1919
*
2020
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
2121
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -26,7 +26,7 @@ public interface OperationsClient {
2626
PagedIterable<OperationInner> list();
2727

2828
/**
29-
* Lists all the available API operations under this PR.
29+
* List the operations for the provider.
3030
*
3131
* @param context The context to associate with this operation.
3232
* @throws IllegalArgumentException thrown if parameters fail the validation.

sdk/workloadssapvirtualinstance/azure-resourcemanager-workloadssapvirtualinstance/src/main/java/com/azure/resourcemanager/workloadssapvirtualinstance/implementation/OperationsClientImpl.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Mono<Response<OperationListResult>> listNext(@PathParam(value = "nextLink", enco
7878
}
7979

8080
/**
81-
* Lists all the available API operations under this PR.
81+
* List the operations for the provider.
8282
*
8383
* @throws ManagementException thrown if the request is rejected by server.
8484
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -101,7 +101,7 @@ private Mono<PagedResponse<OperationInner>> listSinglePageAsync() {
101101
}
102102

103103
/**
104-
* Lists all the available API operations under this PR.
104+
* List the operations for the provider.
105105
*
106106
* @param context The context to associate with this operation.
107107
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -124,7 +124,7 @@ private Mono<PagedResponse<OperationInner>> listSinglePageAsync(Context context)
124124
}
125125

126126
/**
127-
* Lists all the available API operations under this PR.
127+
* List the operations for the provider.
128128
*
129129
* @throws ManagementException thrown if the request is rejected by server.
130130
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -137,7 +137,7 @@ private PagedFlux<OperationInner> listAsync() {
137137
}
138138

139139
/**
140-
* Lists all the available API operations under this PR.
140+
* List the operations for the provider.
141141
*
142142
* @param context The context to associate with this operation.
143143
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -153,7 +153,7 @@ private PagedFlux<OperationInner> listAsync(Context context) {
153153
}
154154

155155
/**
156-
* Lists all the available API operations under this PR.
156+
* List the operations for the provider.
157157
*
158158
* @throws ManagementException thrown if the request is rejected by server.
159159
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -166,7 +166,7 @@ public PagedIterable<OperationInner> list() {
166166
}
167167

168168
/**
169-
* Lists all the available API operations under this PR.
169+
* List the operations for the provider.
170170
*
171171
* @param context The context to associate with this operation.
172172
* @throws IllegalArgumentException thrown if parameters fail the validation.

sdk/workloadssapvirtualinstance/azure-resourcemanager-workloadssapvirtualinstance/src/main/java/com/azure/resourcemanager/workloadssapvirtualinstance/models/Operations.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
public interface Operations {
1414
/**
15-
* Lists all the available API operations under this PR.
15+
* List the operations for the provider.
1616
*
1717
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
1818
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -22,7 +22,7 @@ public interface Operations {
2222
PagedIterable<Operation> list();
2323

2424
/**
25-
* Lists all the available API operations under this PR.
25+
* List the operations for the provider.
2626
*
2727
* @param context The context to associate with this operation.
2828
* @throws IllegalArgumentException thrown if parameters fail the validation.

sdk/workloadssapvirtualinstance/azure-resourcemanager-workloadssapvirtualinstance/src/samples/java/com/azure/resourcemanager/workloadssapvirtualinstance/generated/OperationsListSamples.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ public final class OperationsListSamples {
1414
* Operations_List.json
1515
*/
1616
/**
17-
* Sample code: Operations.
17+
* Sample code: List the operations for the provider.
1818
*
1919
* @param manager Entry point to WorkloadsSapVirtualInstanceManager.
2020
*/
21-
public static void
22-
operations(com.azure.resourcemanager.workloadssapvirtualinstance.WorkloadsSapVirtualInstanceManager manager) {
21+
public static void listTheOperationsForTheProvider(
22+
com.azure.resourcemanager.workloadssapvirtualinstance.WorkloadsSapVirtualInstanceManager manager) {
2323
manager.operations().list(com.azure.core.util.Context.NONE);
2424
}
2525
}

0 commit comments

Comments
 (0)