Skip to content
Open
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
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ com.azure.resourcemanager:azure-resourcemanager-disconnectedoperations;1.0.0;1.1
com.azure.resourcemanager:azure-resourcemanager-compute-recommender;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-computelimit;1.2.0;1.3.0
com.azure.resourcemanager:azure-resourcemanager-containerregistry-tasks;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-virtualenclaves;1.0.0-beta.1;1.0.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-virtualenclaves;1.0.0-beta.2;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-edgeactions;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-computebulkactions;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-artifactsigning;1.0.0;1.1.0-beta.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Release History

## 1.0.0-beta.2 (2026-03-01-preview)

### Features Added

- Regenerated against api-version 2026-03-01-preview. Adds DedicatedHubs, MonitoringDestination/MonitoringSettings, and granular approval settings (ApprovalSettingConfiguration / VirtualEnclaveApprovalSettings).

## 1.0.0-beta.1 (2026-01-22)

- Azure Resource Manager Virtual Enclaves client library for Java. This package contains Microsoft Azure SDK for Virtual Enclaves Management SDK. Microsoft Mission Resource Provider management API. Package api-version 2025-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
- Azure Resource Manager Virtual Enclaves client library for Java. Package api-version 2025-05-01-preview.

### Features Added

- Initial release for the azure-resourcemanager-virtualenclaves Java SDK.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Azure Resource Manager Virtual Enclaves client library for Java.

This package contains Microsoft Azure SDK for Virtual Enclaves Management SDK. Microsoft Mission Resource Provider management API. Package api-version 2025-05-01-preview. 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 Virtual Enclaves Management SDK. Microsoft Mission Resource Provider management API. Package api-version 2026-03-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
825 changes: 592 additions & 233 deletions sdk/virtualenclaves/azure-resourcemanager-virtualenclaves/SAMPLE.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
~ Licensed under the MIT License.
~ Code generated by Microsoft (R) TypeSpec Code Generator.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.azure</groupId>
Expand All @@ -14,11 +14,11 @@

<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-virtualenclaves</artifactId>
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-virtualenclaves;current} -->
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-virtualenclaves;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure SDK for Virtual Enclaves Management</name>
<description>This package contains Microsoft Azure SDK for Virtual Enclaves Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Microsoft Mission Resource Provider management API. Package api-version 2025-05-01-preview.</description>
<description>This package contains Microsoft Azure SDK for Virtual Enclaves Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Microsoft Mission Resource Provider management API. Package api-version 2026-03-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 @@ -28,6 +28,7 @@
import com.azure.resourcemanager.virtualenclaves.implementation.ApprovalsImpl;
import com.azure.resourcemanager.virtualenclaves.implementation.CommunitiesImpl;
import com.azure.resourcemanager.virtualenclaves.implementation.CommunityEndpointsImpl;
import com.azure.resourcemanager.virtualenclaves.implementation.DedicatedHubsImpl;
import com.azure.resourcemanager.virtualenclaves.implementation.EnclaveConnectionsImpl;
import com.azure.resourcemanager.virtualenclaves.implementation.EnclaveEndpointsImpl;
import com.azure.resourcemanager.virtualenclaves.implementation.OperationsImpl;
Expand All @@ -38,6 +39,7 @@
import com.azure.resourcemanager.virtualenclaves.models.Approvals;
import com.azure.resourcemanager.virtualenclaves.models.Communities;
import com.azure.resourcemanager.virtualenclaves.models.CommunityEndpoints;
import com.azure.resourcemanager.virtualenclaves.models.DedicatedHubs;
import com.azure.resourcemanager.virtualenclaves.models.EnclaveConnections;
import com.azure.resourcemanager.virtualenclaves.models.EnclaveEndpoints;
import com.azure.resourcemanager.virtualenclaves.models.Operations;
Expand Down Expand Up @@ -73,6 +75,8 @@ public final class VirtualEnclavesManager {

private CommunityEndpoints communityEndpoints;

private DedicatedHubs dedicatedHubs;

private Approvals approvals;

private final VirtualEnclavesManagementClient clientObject;
Expand Down Expand Up @@ -386,6 +390,18 @@ public CommunityEndpoints communityEndpoints() {
return communityEndpoints;
}

/**
* Gets the resource collection API of DedicatedHubs. It manages DedicatedHubResource.
*
* @return Resource collection API of DedicatedHubs.
*/
public DedicatedHubs dedicatedHubs() {
if (this.dedicatedHubs == null) {
this.dedicatedHubs = new DedicatedHubsImpl(clientObject.getDedicatedHubs(), this);
}
return dedicatedHubs;
}

/**
* Gets the resource collection API of Approvals. It manages ApprovalResource.
*
Expand Down
Loading
Loading