Skip to content

Commit

Permalink
mgmt, regen code for major RP (Azure#26951)
Browse files Browse the repository at this point in the history
* regen appservice

* regen resources

* regen network
  • Loading branch information
weidongxu-microsoft authored Feb 9, 2022
1 parent a3add55 commit a487656
Show file tree
Hide file tree
Showing 313 changed files with 16,770 additions and 13,096 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public interface CertificateOrdersDiagnosticsClient {
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return collection of detector responses.
* @return collection of detector responses as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedFlux<DetectorResponseInner> listAppServiceCertificateOrderDetectorResponseAsync(
Expand All @@ -40,7 +40,7 @@ PagedFlux<DetectorResponseInner> listAppServiceCertificateOrderDetectorResponseA
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return collection of detector responses.
* @return collection of detector responses as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<DetectorResponseInner> listAppServiceCertificateOrderDetectorResponse(
Expand All @@ -56,7 +56,7 @@ PagedIterable<DetectorResponseInner> listAppServiceCertificateOrderDetectorRespo
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return collection of detector responses.
* @return collection of detector responses as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<DetectorResponseInner> listAppServiceCertificateOrderDetectorResponse(
Expand All @@ -75,7 +75,8 @@ PagedIterable<DetectorResponseInner> listAppServiceCertificateOrderDetectorRespo
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return class representing Response from Detector.
* @return class representing Response from Detector along with {@link Response} on successful completion of {@link
* Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<Response<DetectorResponseInner>> getAppServiceCertificateOrderDetectorResponseWithResponseAsync(
Expand All @@ -99,7 +100,7 @@ Mono<Response<DetectorResponseInner>> getAppServiceCertificateOrderDetectorRespo
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return class representing Response from Detector.
* @return class representing Response from Detector on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<DetectorResponseInner> getAppServiceCertificateOrderDetectorResponseAsync(
Expand All @@ -120,7 +121,7 @@ Mono<DetectorResponseInner> getAppServiceCertificateOrderDetectorResponseAsync(
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return class representing Response from Detector.
* @return class representing Response from Detector on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<DetectorResponseInner> getAppServiceCertificateOrderDetectorResponseAsync(
Expand Down Expand Up @@ -156,7 +157,7 @@ DetectorResponseInner getAppServiceCertificateOrderDetectorResponse(
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return class representing Response from Detector.
* @return class representing Response from Detector along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response<DetectorResponseInner> getAppServiceCertificateOrderDetectorResponseWithResponse(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public interface CertificateRegistrationProvidersClient {
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return collection of Azure resource manager operation metadata.
* @return collection of Azure resource manager operation metadata as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedFlux<CsmOperationDescriptionInner> listOperationsAsync();
Expand All @@ -34,7 +34,7 @@ public interface CertificateRegistrationProvidersClient {
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return collection of Azure resource manager operation metadata.
* @return collection of Azure resource manager operation metadata as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<CsmOperationDescriptionInner> listOperations();
Expand All @@ -48,7 +48,7 @@ public interface CertificateRegistrationProvidersClient {
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return collection of Azure resource manager operation metadata.
* @return collection of Azure resource manager operation metadata as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<CsmOperationDescriptionInner> listOperations(Context context);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public interface CertificatesClient
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return collection of certificates.
* @return collection of certificates as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedFlux<CertificateInner> listAsync(String filter);
Expand All @@ -40,7 +40,7 @@ public interface CertificatesClient
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return collection of certificates.
* @return collection of certificates as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedFlux<CertificateInner> listAsync();
Expand All @@ -51,7 +51,7 @@ public interface CertificatesClient
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return collection of certificates.
* @return collection of certificates as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<CertificateInner> list();
Expand All @@ -66,7 +66,7 @@ public interface CertificatesClient
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return collection of certificates.
* @return collection of certificates as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<CertificateInner> list(String filter, Context context);
Expand All @@ -79,7 +79,7 @@ public interface CertificatesClient
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return collection of certificates.
* @return collection of certificates as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedFlux<CertificateInner> listByResourceGroupAsync(String resourceGroupName);
Expand All @@ -92,7 +92,7 @@ public interface CertificatesClient
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return collection of certificates.
* @return collection of certificates as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<CertificateInner> listByResourceGroup(String resourceGroupName);
Expand All @@ -106,7 +106,7 @@ public interface CertificatesClient
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return collection of certificates.
* @return collection of certificates as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<CertificateInner> listByResourceGroup(String resourceGroupName, Context context);
Expand All @@ -120,7 +120,7 @@ public interface CertificatesClient
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return sSL certificate for an app.
* @return sSL certificate for an app along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<Response<CertificateInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String name);
Expand All @@ -134,7 +134,7 @@ public interface CertificatesClient
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return sSL certificate for an app.
* @return sSL certificate for an app on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<CertificateInner> getByResourceGroupAsync(String resourceGroupName, String name);
Expand Down Expand Up @@ -163,7 +163,7 @@ public interface CertificatesClient
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return sSL certificate for an app.
* @return sSL certificate for an app along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response<CertificateInner> getByResourceGroupWithResponse(String resourceGroupName, String name, Context context);
Expand All @@ -178,7 +178,7 @@ public interface CertificatesClient
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return sSL certificate for an app.
* @return sSL certificate for an app along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<Response<CertificateInner>> createOrUpdateWithResponseAsync(
Expand All @@ -194,7 +194,7 @@ Mono<Response<CertificateInner>> createOrUpdateWithResponseAsync(
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return sSL certificate for an app.
* @return sSL certificate for an app on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<CertificateInner> createOrUpdateAsync(
Expand Down Expand Up @@ -226,7 +226,7 @@ Mono<CertificateInner> createOrUpdateAsync(
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return sSL certificate for an app.
* @return sSL certificate for an app along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response<CertificateInner> createOrUpdateWithResponse(
Expand All @@ -241,7 +241,7 @@ Response<CertificateInner> createOrUpdateWithResponse(
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the completion.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String name);
Expand All @@ -255,7 +255,7 @@ Response<CertificateInner> createOrUpdateWithResponse(
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the completion.
* @return A {@link Mono} that completes when a successful response is received.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<Void> deleteAsync(String resourceGroupName, String name);
Expand Down Expand Up @@ -283,7 +283,7 @@ Response<CertificateInner> createOrUpdateWithResponse(
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the response.
* @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response<Void> deleteWithResponse(String resourceGroupName, String name, Context context);
Expand All @@ -298,7 +298,7 @@ Response<CertificateInner> createOrUpdateWithResponse(
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return sSL certificate for an app.
* @return sSL certificate for an app along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<Response<CertificateInner>> updateWithResponseAsync(
Expand All @@ -314,7 +314,7 @@ Mono<Response<CertificateInner>> updateWithResponseAsync(
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return sSL certificate for an app.
* @return sSL certificate for an app on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<CertificateInner> updateAsync(
Expand Down Expand Up @@ -346,7 +346,7 @@ Mono<CertificateInner> updateAsync(
* @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return sSL certificate for an app.
* @return sSL certificate for an app along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response<CertificateInner> updateWithResponse(
Expand Down
Loading

0 comments on commit a487656

Please sign in to comment.