Skip to content
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.4 (Unreleased)
## 1.0.0-beta.1 (2022-01-13)

- 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-2021-10-01. 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
2 changes: 1 addition & 1 deletion sdk/signalr/azure-resourcemanager-signalr/README.md
Original file line number Diff line number Diff line change
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.3</version>
<version>1.0.0-beta.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
23 changes: 23 additions & 0 deletions sdk/signalr/azure-resourcemanager-signalr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,27 @@
<version>1.5.1</version> <!-- {x-version-update;com.azure:azure-core-management;dependency} -->
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-plugin</artifactId>
<version>0.14.6</version> <!-- {x-version-update;org.revapi:revapi-maven-plugin;external_dependency} -->
<configuration>
<analysisConfiguration>
<revapi.ignore>
<item>
<code>java.method.addedToInterface</code>
</item>
<item>
<regex>true</regex>
<code>.*</code>
<package>com\.azure\.resourcemanager(\.[^.]+)+\.fluent(\.[^.]+)*</package>
</item>
</revapi.ignore>
</analysisConfiguration>
</configuration>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public SignalRManager authenticate(TokenCredential credential, AzureProfile prof
.append("-")
.append("com.azure.resourcemanager.signalr")
.append("/")
.append("1.0.0-beta.3");
.append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder
.append(" (")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public final class OperationInner {
private Boolean isDataAction;

/*
* The object that describes the operation.
* The object that describes a operation.
*/
@JsonProperty(value = "display")
private OperationDisplay display;
Expand All @@ -42,7 +42,7 @@ public final class OperationInner {
private String origin;

/*
* Extra properties for the operation.
* Extra Operation properties.
*/
@JsonProperty(value = "properties")
private OperationProperties properties;
Expand Down Expand Up @@ -88,7 +88,7 @@ public OperationInner withIsDataAction(Boolean isDataAction) {
}

/**
* Get the display property: The object that describes the operation.
* Get the display property: The object that describes a operation.
*
* @return the display value.
*/
Expand All @@ -97,7 +97,7 @@ public OperationDisplay display() {
}

/**
* Set the display property: The object that describes the operation.
* Set the display property: The object that describes a operation.
*
* @param display the display value to set.
* @return the OperationInner object itself.
Expand Down Expand Up @@ -130,7 +130,7 @@ public OperationInner withOrigin(String origin) {
}

/**
* Get the properties property: Extra properties for the operation.
* Get the properties property: Extra Operation properties.
*
* @return the properties value.
*/
Expand All @@ -139,7 +139,7 @@ public OperationProperties properties() {
}

/**
* Set the properties property: Extra properties for the operation.
* Set the properties property: Extra Operation properties.
*
* @param properties the properties value to set.
* @return the OperationInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public final class PrivateEndpointConnectionInner extends ProxyResource {
private SystemData systemData;

/*
* Properties of the private endpoint connection
* Private endpoint connection properties
*/
@JsonProperty(value = "properties")
private PrivateEndpointConnectionProperties innerProperties;
Expand All @@ -42,7 +42,7 @@ public SystemData systemData() {
}

/**
* Get the innerProperties property: Properties of the private endpoint connection.
* Get the innerProperties property: Private endpoint connection properties.
*
* @return the innerProperties value.
*/
Expand All @@ -51,7 +51,7 @@ private PrivateEndpointConnectionProperties innerProperties() {
}

/**
* Get the provisioningState property: Provisioning state of the private endpoint connection.
* Get the provisioningState property: Provisioning state of the resource.
*
* @return the provisioningState value.
*/
Expand All @@ -60,7 +60,7 @@ public ProvisioningState provisioningState() {
}

/**
* Get the privateEndpoint property: Private endpoint associated with the private endpoint connection.
* Get the privateEndpoint property: Private endpoint.
*
* @return the privateEndpoint value.
*/
Expand All @@ -69,7 +69,7 @@ public PrivateEndpoint privateEndpoint() {
}

/**
* Set the privateEndpoint property: Private endpoint associated with the private endpoint connection.
* Set the privateEndpoint property: Private endpoint.
*
* @param privateEndpoint the privateEndpoint value to set.
* @return the PrivateEndpointConnectionInner object itself.
Expand All @@ -92,7 +92,7 @@ public List<String> groupIds() {
}

/**
* Get the privateLinkServiceConnectionState property: Connection state.
* Get the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
*
* @return the privateLinkServiceConnectionState value.
*/
Expand All @@ -101,7 +101,7 @@ public PrivateLinkServiceConnectionState privateLinkServiceConnectionState() {
}

/**
* Set the privateLinkServiceConnectionState property: Connection state.
* Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
*
* @param privateLinkServiceConnectionState the privateLinkServiceConnectionState value to set.
* @return the PrivateEndpointConnectionInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ public final class PrivateEndpointConnectionProperties {
@JsonIgnore private final ClientLogger logger = new ClientLogger(PrivateEndpointConnectionProperties.class);

/*
* Provisioning state of the private endpoint connection
* Provisioning state of the resource.
*/
@JsonProperty(value = "provisioningState", access = JsonProperty.Access.WRITE_ONLY)
private ProvisioningState provisioningState;

/*
* Private endpoint associated with the private endpoint connection
* Private endpoint
*/
@JsonProperty(value = "privateEndpoint")
private PrivateEndpoint privateEndpoint;
Expand All @@ -37,13 +37,13 @@ public final class PrivateEndpointConnectionProperties {
private List<String> groupIds;

/*
* Connection state
* Connection state of the private endpoint connection
*/
@JsonProperty(value = "privateLinkServiceConnectionState")
private PrivateLinkServiceConnectionState privateLinkServiceConnectionState;

/**
* Get the provisioningState property: Provisioning state of the private endpoint connection.
* Get the provisioningState property: Provisioning state of the resource.
*
* @return the provisioningState value.
*/
Expand All @@ -52,7 +52,7 @@ public ProvisioningState provisioningState() {
}

/**
* Get the privateEndpoint property: Private endpoint associated with the private endpoint connection.
* Get the privateEndpoint property: Private endpoint.
*
* @return the privateEndpoint value.
*/
Expand All @@ -61,7 +61,7 @@ public PrivateEndpoint privateEndpoint() {
}

/**
* Set the privateEndpoint property: Private endpoint associated with the private endpoint connection.
* Set the privateEndpoint property: Private endpoint.
*
* @param privateEndpoint the privateEndpoint value to set.
* @return the PrivateEndpointConnectionProperties object itself.
Expand All @@ -81,7 +81,7 @@ public List<String> groupIds() {
}

/**
* Get the privateLinkServiceConnectionState property: Connection state.
* Get the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
*
* @return the privateLinkServiceConnectionState value.
*/
Expand All @@ -90,7 +90,7 @@ public PrivateLinkServiceConnectionState privateLinkServiceConnectionState() {
}

/**
* Set the privateLinkServiceConnectionState property: Connection state.
* Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
*
* @param privateLinkServiceConnectionState the privateLinkServiceConnectionState value to set.
* @return the PrivateEndpointConnectionProperties object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ public final class PrivateLinkResourceInner extends ProxyResource {
@JsonIgnore private final ClientLogger logger = new ClientLogger(PrivateLinkResourceInner.class);

/*
* Properties of a private link resource
* Private link resource properties
*/
@JsonProperty(value = "properties")
private PrivateLinkResourceProperties innerProperties;

/**
* Get the innerProperties property: Properties of a private link resource.
* Get the innerProperties property: Private link resource properties.
*
* @return the innerProperties value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public final class SharedPrivateLinkResourceInner extends ProxyResource {
private SystemData systemData;

/*
* Describes the properties of a Shared Private Link Resource
* Describes the properties of an existing Shared Private Link Resource
*/
@JsonProperty(value = "properties")
private SharedPrivateLinkResourceProperties innerProperties;
Expand All @@ -40,7 +40,7 @@ public SystemData systemData() {
}

/**
* Get the innerProperties property: Describes the properties of a Shared Private Link Resource.
* Get the innerProperties property: Describes the properties of an existing Shared Private Link Resource.
*
* @return the innerProperties value.
*/
Expand Down Expand Up @@ -95,7 +95,7 @@ public SharedPrivateLinkResourceInner withPrivateLinkResourceId(String privateLi
}

/**
* Get the provisioningState property: Provisioning state of the shared private link resource.
* Get the provisioningState property: Provisioning state of the resource.
*
* @return the provisioningState value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public final class SharedPrivateLinkResourceProperties {
private String privateLinkResourceId;

/*
* Provisioning state of the shared private link resource
* Provisioning state of the resource.
*/
@JsonProperty(value = "provisioningState", access = JsonProperty.Access.WRITE_ONLY)
private ProvisioningState provisioningState;
Expand Down Expand Up @@ -89,7 +89,7 @@ public SharedPrivateLinkResourceProperties withPrivateLinkResourceId(String priv
}

/**
* Get the provisioningState property: Provisioning state of the shared private link resource.
* Get the provisioningState property: Provisioning state of the resource.
*
* @return the provisioningState value.
*/
Expand Down
Loading