Skip to content

Commit

Permalink
CodeGen from PR 16906 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge da655edb55978fde7dfcb59ebafd97e111a1361f into cea6492a1e41b3f3b4f8b4f69bdcc10431e79c0e
  • Loading branch information
SDKAuto committed Nov 30, 2021
1 parent 8474a1d commit c174060
Show file tree
Hide file tree
Showing 25 changed files with 150 additions and 177 deletions.
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 (2021-11-30)

- 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
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
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public final class SignalRProperties {
private List<SharedPrivateLinkResourceInner> sharedPrivateLinkResources;

/*
* TLS settings.
* TLS settings for the resource
*/
@JsonProperty(value = "tls")
private SignalRTlsSettings tls;
Expand All @@ -101,10 +101,6 @@ public final class SignalRProperties {

/*
* Resource log configuration of a Microsoft.SignalRService resource.
* If resourceLogConfiguration isn't null or empty, it will override
* options "EnableConnectivityLog" and "EnableMessagingLogs" in features.
* Otherwise, use options "EnableConnectivityLog" and "EnableMessagingLogs"
* in features.
*/
@JsonProperty(value = "resourceLogConfiguration")
private ResourceLogConfiguration resourceLogConfiguration;
Expand All @@ -116,13 +112,13 @@ public final class SignalRProperties {
private SignalRCorsSettings cors;

/*
* Upstream settings when the service is in server-less mode.
* The settings for the Upstream when the service is in server-less mode.
*/
@JsonProperty(value = "upstream")
private ServerlessUpstreamSettings upstream;

/*
* Network ACLs
* Network ACLs for the resource
*/
@JsonProperty(value = "networkACLs")
private SignalRNetworkACLs networkACLs;
Expand Down Expand Up @@ -227,7 +223,7 @@ public List<SharedPrivateLinkResourceInner> sharedPrivateLinkResources() {
}

/**
* Get the tls property: TLS settings.
* Get the tls property: TLS settings for the resource.
*
* @return the tls value.
*/
Expand All @@ -236,7 +232,7 @@ public SignalRTlsSettings tls() {
}

/**
* Set the tls property: TLS settings.
* Set the tls property: TLS settings for the resource.
*
* @param tls the tls value to set.
* @return the SignalRProperties object itself.
Expand Down Expand Up @@ -286,10 +282,7 @@ public SignalRProperties withFeatures(List<SignalRFeature> features) {
}

/**
* Get the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource. If
* resourceLogConfiguration isn't null or empty, it will override options "EnableConnectivityLog" and
* "EnableMessagingLogs" in features. Otherwise, use options "EnableConnectivityLog" and "EnableMessagingLogs" in
* features.
* Get the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource.
*
* @return the resourceLogConfiguration value.
*/
Expand All @@ -298,10 +291,7 @@ public ResourceLogConfiguration resourceLogConfiguration() {
}

/**
* Set the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource. If
* resourceLogConfiguration isn't null or empty, it will override options "EnableConnectivityLog" and
* "EnableMessagingLogs" in features. Otherwise, use options "EnableConnectivityLog" and "EnableMessagingLogs" in
* features.
* Set the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource.
*
* @param resourceLogConfiguration the resourceLogConfiguration value to set.
* @return the SignalRProperties object itself.
Expand Down Expand Up @@ -332,7 +322,7 @@ public SignalRProperties withCors(SignalRCorsSettings cors) {
}

/**
* Get the upstream property: Upstream settings when the service is in server-less mode.
* Get the upstream property: The settings for the Upstream when the service is in server-less mode.
*
* @return the upstream value.
*/
Expand All @@ -341,7 +331,7 @@ public ServerlessUpstreamSettings upstream() {
}

/**
* Set the upstream property: Upstream settings when the service is in server-less mode.
* Set the upstream property: The settings for the Upstream when the service is in server-less mode.
*
* @param upstream the upstream value to set.
* @return the SignalRProperties object itself.
Expand All @@ -352,7 +342,7 @@ public SignalRProperties withUpstream(ServerlessUpstreamSettings upstream) {
}

/**
* Get the networkACLs property: Network ACLs.
* Get the networkACLs property: Network ACLs for the resource.
*
* @return the networkACLs value.
*/
Expand All @@ -361,7 +351,7 @@ public SignalRNetworkACLs networkACLs() {
}

/**
* Set the networkACLs property: Network ACLs.
* Set the networkACLs property: Network ACLs for the resource.
*
* @param networkACLs the networkACLs value to set.
* @return the SignalRProperties object itself.
Expand Down
Loading

0 comments on commit c174060

Please sign in to comment.