Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ com.azure.resourcemanager:azure-resourcemanager-mysql;1.0.2;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-postgresql;1.1.0;1.2.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-hdinsight;1.0.0;1.1.0-beta.4
com.azure.resourcemanager:azure-resourcemanager-sqlvirtualmachine;1.0.0-beta.5;1.0.0-beta.6
com.azure.resourcemanager:azure-resourcemanager-relay;1.0.0;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-relay;1.0.0;1.1.0
com.azure.resourcemanager:azure-resourcemanager-costmanagement;1.0.0;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-recoveryservices;1.7.0;1.8.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-kusto;1.2.0;1.3.0-beta.1
Expand Down
219 changes: 215 additions & 4 deletions sdk/relay/azure-resourcemanager-relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,225 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0 (2026-07-25)

### Features Added
- Azure Resource Manager Relay client library for Java. This package contains Microsoft Azure SDK for Relay Management SDK. Use these API to manage Azure Relay resources through Azure Resource Manager. Package api-version 2026-01-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Breaking Changes

### Bugs Fixed
#### `models.RelayNamespaceListResult` was removed

#### `models.HybridConnectionListResult` was removed

#### `models.WcfRelaysListResult` was removed

#### `models.ProvisioningStateEnum` was removed

#### `models.AuthorizationRuleListResult` was removed

#### `models.OperationListResult` was removed

#### `models.AccessRights` was modified

* `toString()` was removed
* `models.AccessRights[] values()` -> `java.util.Collection values()`
* `valueOf(java.lang.String)` was removed

#### `models.Sku` was modified

* `java.lang.String name()` -> `models.SkuName name()`
* `validate()` was removed

#### `models.ResourceNamespacePatch` was modified

* `validate()` was removed

#### `models.RelayNamespace` was modified

* `models.ProvisioningStateEnum provisioningState()` -> `java.lang.String provisioningState()`

#### `models.UnavailableReason` was modified

* `valueOf(java.lang.String)` was removed
* `toString()` was removed
* `models.UnavailableReason[] values()` -> `java.util.Collection values()`

#### `models.CheckNameAvailability` was modified

* `validate()` was removed

#### `models.RegenerateAccessKeyParameters` was modified

* `validate()` was removed

#### `models.SkuTier` was modified

* `valueOf(java.lang.String)` was removed
* `models.SkuTier[] values()` -> `java.util.Collection values()`
* `toString()` was removed

#### `models.OperationDisplay` was modified

* `OperationDisplay()` was changed to private access
* `validate()` was removed

#### `models.RelayUpdateParameters` was modified

* `validate()` was removed
* `models.ProvisioningStateEnum provisioningState()` -> `java.lang.String provisioningState()`

#### `models.KeyType` was modified

* `toString()` was removed
* `models.KeyType[] values()` -> `java.util.Collection values()`
* `valueOf(java.lang.String)` was removed

#### `RelayManager` was modified

* `fluent.RelayApi serviceClient()` -> `fluent.RelayManagementClient serviceClient()`

### Features Added

* `models.NetworkRuleSet` was added

* `models.NWRuleSetIpRules` was added

* `models.PrivateLinkConnectionStatus` was added

* `models.DefaultAction` was added

* `models.PublicNetworkAccess` was added

* `models.PrivateLinkResource` was added

* `models.PrivateEndpointConnection$Definition` was added

* `models.PrivateEndpointConnection$UpdateStages` was added

* `models.NetworkRuleIPAction` was added

* `models.TlsVersion` was added

* `models.ActionType` was added

* `models.PrivateEndpointConnection$Update` was added

* `models.EndPointProvisioningState` was added

* `models.PrivateLinkResources` was added

* `models.ConnectionState` was added

* `models.PrivateEndpointConnection$DefinitionStages` was added

* `models.PrivateEndpoint` was added

* `models.PrivateLinkResourcesListResult` was added

* `models.SkuName` was added

* `models.Origin` was added

* `models.PrivateEndpointConnection` was added

* `models.PrivateEndpointConnections` was added

#### `models.AccessRights` was modified

* `AccessRights()` was added

#### `models.Namespaces` was modified

* `createOrUpdateNetworkRuleSet(java.lang.String,java.lang.String,fluent.models.NetworkRuleSetInner)` was added
* `getNetworkRuleSet(java.lang.String,java.lang.String)` was added
* `getNetworkRuleSetWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
* `createOrUpdateNetworkRuleSetWithResponse(java.lang.String,java.lang.String,fluent.models.NetworkRuleSetInner,com.azure.core.util.Context)` was added

#### `models.Sku` was modified

* `withName(models.SkuName)` was added

#### `models.ResourceNamespacePatch` was modified

* `systemData()` was added

#### `models.RelayNamespace` was modified

* `publicNetworkAccess()` was added
* `minimumTlsVersion()` was added
* `status()` was added
* `systemData()` was added
* `privateEndpointConnections()` was added

#### `models.UnavailableReason` was modified

* `UnavailableReason()` was added

#### `models.HybridConnection` was modified

* `region()` was added
* `systemData()` was added
* `regionName()` was added
* `location()` was added

#### `models.SkuTier` was modified

* `SkuTier()` was added

#### `models.OperationDisplay` was modified

* `description()` was added

#### `models.Operation` was modified

* `actionType()` was added
* `isDataAction()` was added
* `origin()` was added

#### `models.WcfRelay` was modified

* `systemData()` was added
* `location()` was added
* `regionName()` was added
* `region()` was added

#### `models.RelayUpdateParameters` was modified

* `minimumTlsVersion()` was added
* `withPrivateEndpointConnections(java.util.List)` was added
* `withPublicNetworkAccess(models.PublicNetworkAccess)` was added
* `systemData()` was added
* `withMinimumTlsVersion(models.TlsVersion)` was added
* `privateEndpointConnections()` was added
* `publicNetworkAccess()` was added
* `status()` was added

#### `models.KeyType` was modified

* `KeyType()` was added

#### `RelayManager` was modified

* `privateEndpointConnections()` was added
* `privateLinkResources()` was added

#### `models.RelayNamespace$Update` was modified

* `withPrivateEndpointConnections(java.util.List)` was added
* `withPublicNetworkAccess(models.PublicNetworkAccess)` was added
* `withMinimumTlsVersion(models.TlsVersion)` was added

#### `models.RelayNamespace$Definition` was modified

* `withPrivateEndpointConnections(java.util.List)` was added
* `withPublicNetworkAccess(models.PublicNetworkAccess)` was added
* `withMinimumTlsVersion(models.TlsVersion)` was added

#### `models.AuthorizationRule` was modified

### Other Changes
* `location()` was added
* `region()` was added
* `systemData()` was added
* `regionName()` was added

## 1.0.0 (2024-12-20)

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

Azure Resource Manager Relay client library for Java.

This package contains Microsoft Azure SDK for Relay Management SDK. Use these API to manage Azure Relay resources through Azure Resource Manager. Package tag package-2017-04. 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 Relay Management SDK. Use these API to manage Azure Relay resources through Azure Resource Manager. Package api-version 2026-01-01. 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-relay</artifactId>
<version>1.1.0-beta.1</version>
<version>1.1.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand All @@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:

```java
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
TokenCredential credential = new DefaultAzureCredentialBuilder()
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
.build();
RelayManager manager = RelayManager
.authenticate(credential, profile);
```

The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.

See [Authentication][authenticate] for more options.

Expand Down Expand Up @@ -100,5 +100,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/


Loading
Loading