Skip to content

Commit

Permalink
[Automation] Generate Fluent Lite from specification/workloads/resour…
Browse files Browse the repository at this point in the history
…ce-manager/Microsoft.Workloads/SAPVirtualInstance/readme.md#package-preview-2023-10
  • Loading branch information
azure-sdk committed Mar 22, 2024
1 parent 6e752d8 commit dcae727
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Release History

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

- 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).

Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ public final class OperationsListSamples {
* Operations_List.json
*/
/**
* Sample code: Operations.
* Sample code: List the operations for the provider.
*
* @param manager Entry point to WorkloadsSapVirtualInstanceManager.
*/
public static void
operations(com.azure.resourcemanager.workloadssapvirtualinstance.WorkloadsSapVirtualInstanceManager manager) {
public static void listTheOperationsForTheProvider(
com.azure.resourcemanager.workloadssapvirtualinstance.WorkloadsSapVirtualInstanceManager manager) {
manager.operations().list(com.azure.core.util.Context.NONE);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
public interface OperationsClient {
/**
* Lists all the available API operations under this PR.
* List the operations for the provider.
*
* @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.
Expand All @@ -26,7 +26,7 @@ public interface OperationsClient {
PagedIterable<OperationInner> list();

/**
* Lists all the available API operations under this PR.
* List the operations for the provider.
*
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Mono<Response<OperationListResult>> listNext(@PathParam(value = "nextLink", enco
}

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

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

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

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

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

/**
* Lists all the available API operations under this PR.
* List the operations for the provider.
*
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
public interface Operations {
/**
* Lists all the available API operations under this PR.
* List the operations for the provider.
*
* @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.
Expand All @@ -22,7 +22,7 @@ public interface Operations {
PagedIterable<Operation> list();

/**
* Lists all the available API operations under this PR.
* List the operations for the provider.
*
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ public final class OperationsListSamples {
* Operations_List.json
*/
/**
* Sample code: Operations.
* Sample code: List the operations for the provider.
*
* @param manager Entry point to WorkloadsSapVirtualInstanceManager.
*/
public static void
operations(com.azure.resourcemanager.workloadssapvirtualinstance.WorkloadsSapVirtualInstanceManager manager) {
public static void listTheOperationsForTheProvider(
com.azure.resourcemanager.workloadssapvirtualinstance.WorkloadsSapVirtualInstanceManager manager) {
manager.operations().list(com.azure.core.util.Context.NONE);
}
}

0 comments on commit dcae727

Please sign in to comment.