Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ReleasePR azure-resourcemanager-signalr] Signalr 2023-08-01-preview #31575

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion sdk/signalr/azure-resourcemanager-signalr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## 1.0.0-beta.5 (Unreleased)
## 1.0.0-beta.1 (2022-10-19)

- Azure Resource Manager SignalR client library for Java. This package contains Microsoft Azure SDK for SignalR Management SDK. REST API for Azure SignalR Service. Package tag package-2022-08-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Features Added

Expand Down
4 changes: 2 additions & 2 deletions sdk/signalr/azure-resourcemanager-signalr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Azure Resource Manager SignalR client library for Java.

This package contains Microsoft Azure SDK for SignalR Management SDK. REST API for Azure SignalR Service. Package tag package-2022-02-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
This package contains Microsoft Azure SDK for SignalR Management SDK. REST API for Azure SignalR Service. Package tag package-2022-08-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## We'd love to hear your feedback

Expand Down Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-signalr</artifactId>
<version>1.0.0-beta.4</version>
<version>1.0.0-beta.5</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
64 changes: 34 additions & 30 deletions sdk/signalr/azure-resourcemanager-signalr/SAMPLE.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/signalr/azure-resourcemanager-signalr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>jar</packaging>

<name>Microsoft Azure SDK for SignalR Management</name>
<description>This package contains Microsoft Azure SDK for SignalR Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. REST API for Azure SignalR Service. Package tag package-2022-02-01.</description>
<description>This package contains Microsoft Azure SDK for SignalR Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. REST API for Azure SignalR Service. Package tag package-2022-08-01-preview.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public SignalRManager authenticate(TokenCredential credential, AzureProfile prof
.append("-")
.append("com.azure.resourcemanager.signalr")
.append("/")
.append("1.0.0-beta.4");
.append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder
.append(" (")
Expand Down Expand Up @@ -288,31 +288,47 @@ public SignalRManager authenticate(TokenCredential credential, AzureProfile prof
}
}

/** @return Resource collection API of Operations. */
/**
* Gets the resource collection API of Operations.
*
* @return Resource collection API of Operations.
*/
public Operations operations() {
if (this.operations == null) {
this.operations = new OperationsImpl(clientObject.getOperations(), this);
}
return operations;
}

/** @return Resource collection API of SignalRs. */
/**
* Gets the resource collection API of SignalRs. It manages SignalRResource.
*
* @return Resource collection API of SignalRs.
*/
public SignalRs signalRs() {
if (this.signalRs == null) {
this.signalRs = new SignalRsImpl(clientObject.getSignalRs(), this);
}
return signalRs;
}

/** @return Resource collection API of Usages. */
/**
* Gets the resource collection API of Usages.
*
* @return Resource collection API of Usages.
*/
public Usages usages() {
if (this.usages == null) {
this.usages = new UsagesImpl(clientObject.getUsages(), this);
}
return usages;
}

/** @return Resource collection API of SignalRCustomCertificates. */
/**
* Gets the resource collection API of SignalRCustomCertificates. It manages CustomCertificate.
*
* @return Resource collection API of SignalRCustomCertificates.
*/
public SignalRCustomCertificates signalRCustomCertificates() {
if (this.signalRCustomCertificates == null) {
this.signalRCustomCertificates =
Expand All @@ -321,15 +337,23 @@ public SignalRCustomCertificates signalRCustomCertificates() {
return signalRCustomCertificates;
}

/** @return Resource collection API of SignalRCustomDomains. */
/**
* Gets the resource collection API of SignalRCustomDomains. It manages CustomDomain.
*
* @return Resource collection API of SignalRCustomDomains.
*/
public SignalRCustomDomains signalRCustomDomains() {
if (this.signalRCustomDomains == null) {
this.signalRCustomDomains = new SignalRCustomDomainsImpl(clientObject.getSignalRCustomDomains(), this);
}
return signalRCustomDomains;
}

/** @return Resource collection API of SignalRPrivateEndpointConnections. */
/**
* Gets the resource collection API of SignalRPrivateEndpointConnections.
*
* @return Resource collection API of SignalRPrivateEndpointConnections.
*/
public SignalRPrivateEndpointConnections signalRPrivateEndpointConnections() {
if (this.signalRPrivateEndpointConnections == null) {
this.signalRPrivateEndpointConnections =
Expand All @@ -338,7 +362,11 @@ public SignalRPrivateEndpointConnections signalRPrivateEndpointConnections() {
return signalRPrivateEndpointConnections;
}

/** @return Resource collection API of SignalRPrivateLinkResources. */
/**
* Gets the resource collection API of SignalRPrivateLinkResources.
*
* @return Resource collection API of SignalRPrivateLinkResources.
*/
public SignalRPrivateLinkResources signalRPrivateLinkResources() {
if (this.signalRPrivateLinkResources == null) {
this.signalRPrivateLinkResources =
Expand All @@ -347,7 +375,11 @@ public SignalRPrivateLinkResources signalRPrivateLinkResources() {
return signalRPrivateLinkResources;
}

/** @return Resource collection API of SignalRSharedPrivateLinkResources. */
/**
* Gets the resource collection API of SignalRSharedPrivateLinkResources. It manages SharedPrivateLinkResource.
*
* @return Resource collection API of SignalRSharedPrivateLinkResources.
*/
public SignalRSharedPrivateLinkResources signalRSharedPrivateLinkResources() {
if (this.signalRSharedPrivateLinkResources == null) {
this.signalRSharedPrivateLinkResources =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ public interface SignalRCustomCertificatesClient {
* from the Azure Resource Manager API or the portal.
* @param resourceName The name of the resource.
* @param certificateName Custom certificate name.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @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.
* @return a custom certificate.
* @return a custom certificate along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
CustomCertificateInner get(String resourceGroupName, String resourceName, String certificateName);
Response<CustomCertificateInner> getWithResponse(
String resourceGroupName, String resourceName, String certificateName, Context context);

/**
* Get a custom certificate.
Expand All @@ -66,15 +68,13 @@ public interface SignalRCustomCertificatesClient {
* from the Azure Resource Manager API or the portal.
* @param resourceName The name of the resource.
* @param certificateName Custom certificate name.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @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.
* @return a custom certificate along with {@link Response}.
* @return a custom certificate.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response<CustomCertificateInner> getWithResponse(
String resourceGroupName, String resourceName, String certificateName, Context context);
CustomCertificateInner get(String resourceGroupName, String resourceName, String certificateName);

/**
* Create or update a custom certificate.
Expand Down Expand Up @@ -161,12 +161,15 @@ CustomCertificateInner createOrUpdate(
* from the Azure Resource Manager API or the portal.
* @param resourceName The name of the resource.
* @param certificateName Custom certificate name.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @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.
* @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
void delete(String resourceGroupName, String resourceName, String certificateName);
Response<Void> deleteWithResponse(
String resourceGroupName, String resourceName, String certificateName, Context context);

/**
* Delete a custom certificate.
Expand All @@ -175,13 +178,10 @@ CustomCertificateInner createOrUpdate(
* from the Azure Resource Manager API or the portal.
* @param resourceName The name of the resource.
* @param certificateName Custom certificate name.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @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.
* @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response<Void> deleteWithResponse(
String resourceGroupName, String resourceName, String certificateName, Context context);
void delete(String resourceGroupName, String resourceName, String certificateName);
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ public interface SignalRCustomDomainsClient {
* from the Azure Resource Manager API or the portal.
* @param resourceName The name of the resource.
* @param name Custom domain name.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @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.
* @return a custom domain.
* @return a custom domain along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
CustomDomainInner get(String resourceGroupName, String resourceName, String name);
Response<CustomDomainInner> getWithResponse(
String resourceGroupName, String resourceName, String name, Context context);

/**
* Get a custom domain.
Expand All @@ -66,15 +68,13 @@ public interface SignalRCustomDomainsClient {
* from the Azure Resource Manager API or the portal.
* @param resourceName The name of the resource.
* @param name Custom domain name.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @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.
* @return a custom domain along with {@link Response}.
* @return a custom domain.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response<CustomDomainInner> getWithResponse(
String resourceGroupName, String resourceName, String name, Context context);
CustomDomainInner get(String resourceGroupName, String resourceName, String name);

/**
* Create or update a custom domain.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ public interface SignalRPrivateEndpointConnectionsClient {
* @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value
* from the Azure Resource Manager API or the portal.
* @param resourceName The name of the resource.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @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.
* @return the specified private endpoint connection.
* @return the specified private endpoint connection along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
PrivateEndpointConnectionInner get(
String privateEndpointConnectionName, String resourceGroupName, String resourceName);
Response<PrivateEndpointConnectionInner> getWithResponse(
String privateEndpointConnectionName, String resourceGroupName, String resourceName, Context context);

/**
* Get the specified private endpoint connection.
Expand All @@ -69,15 +70,14 @@ PrivateEndpointConnectionInner get(
* @param resourceGroupName The name of the resource group that contains the resource. You can obtain this value
* from the Azure Resource Manager API or the portal.
* @param resourceName The name of the resource.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @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.
* @return the specified private endpoint connection along with {@link Response}.
* @return the specified private endpoint connection.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response<PrivateEndpointConnectionInner> getWithResponse(
String privateEndpointConnectionName, String resourceGroupName, String resourceName, Context context);
PrivateEndpointConnectionInner get(
String privateEndpointConnectionName, String resourceGroupName, String resourceName);

/**
* Update the state of specified private endpoint connection.
Expand All @@ -87,17 +87,19 @@ Response<PrivateEndpointConnectionInner> getWithResponse(
* from the Azure Resource Manager API or the portal.
* @param resourceName The name of the resource.
* @param parameters The resource of private endpoint and its properties.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @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.
* @return a private endpoint connection to an azure resource.
* @return a private endpoint connection to an azure resource along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
PrivateEndpointConnectionInner update(
Response<PrivateEndpointConnectionInner> updateWithResponse(
String privateEndpointConnectionName,
String resourceGroupName,
String resourceName,
PrivateEndpointConnectionInner parameters);
PrivateEndpointConnectionInner parameters,
Context context);

/**
* Update the state of specified private endpoint connection.
Expand All @@ -107,19 +109,17 @@ PrivateEndpointConnectionInner update(
* from the Azure Resource Manager API or the portal.
* @param resourceName The name of the resource.
* @param parameters The resource of private endpoint and its properties.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @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.
* @return a private endpoint connection to an azure resource along with {@link Response}.
* @return a private endpoint connection to an azure resource.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response<PrivateEndpointConnectionInner> updateWithResponse(
PrivateEndpointConnectionInner update(
String privateEndpointConnectionName,
String resourceGroupName,
String resourceName,
PrivateEndpointConnectionInner parameters,
Context context);
PrivateEndpointConnectionInner parameters);

/**
* Delete the specified private endpoint connection.
Expand Down
Loading