Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
update
  • Loading branch information
ArthurMa1978 committed Sep 18, 2025
commit bf0699de6206e198b7b2e41d1f85dfec002c6135
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Project("{7DC62A36-7488-49E0-98B0-BCA292B9AA9B}") = "Azure.ResourceManager.Virtu
EndProject
Project("{7DC62A36-7488-49E0-98B0-BCA292B9AA9B}") = "Azure.ResourceManager.VirtualEnclaves.Tests", "tests\Azure.ResourceManager.VirtualEnclaves.Tests.csproj", "{C7DAA011-2AF0-453B-B88D-D1C9C6FF5222}"
EndProject
Project("{7DC62A36-7488-49E0-98B0-BCA292B9AA9B}") = "Azure.ResourceManager.VirtualEnclaves.Samples", "samples\Azure.ResourceManager.VirtualEnclaves.Samples.csproj", "{B21B4156-A1F9-47C2-8960-A4F4644857C1}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -49,17 +47,5 @@ Global
{C7DAA011-2AF0-453B-B88D-D1C9C6FF5222}.Release|x64.Build.0 = Release|Any CPU
{C7DAA011-2AF0-453B-B88D-D1C9C6FF5222}.Release|x86.ActiveCfg = Release|Any CPU
{C7DAA011-2AF0-453B-B88D-D1C9C6FF5222}.Release|x86.Build.0 = Release|Any CPU
{B21B4156-A1F9-47C2-8960-A4F4644857C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B21B4156-A1F9-47C2-8960-A4F4644857C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B21B4156-A1F9-47C2-8960-A4F4644857C1}.Debug|x64.ActiveCfg = Debug|Any CPU
{B21B4156-A1F9-47C2-8960-A4F4644857C1}.Debug|x64.Build.0 = Debug|Any CPU
{B21B4156-A1F9-47C2-8960-A4F4644857C1}.Debug|x86.ActiveCfg = Debug|Any CPU
{B21B4156-A1F9-47C2-8960-A4F4644857C1}.Debug|x86.Build.0 = Debug|Any CPU
{B21B4156-A1F9-47C2-8960-A4F4644857C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B21B4156-A1F9-47C2-8960-A4F4644857C1}.Release|Any CPU.Build.0 = Release|Any CPU
{B21B4156-A1F9-47C2-8960-A4F4644857C1}.Release|x64.ActiveCfg = Release|Any CPU
{B21B4156-A1F9-47C2-8960-A4F4644857C1}.Release|x64.Build.0 = Release|Any CPU
{B21B4156-A1F9-47C2-8960-A4F4644857C1}.Release|x86.ActiveCfg = Release|Any CPU
{B21B4156-A1F9-47C2-8960-A4F4644857C1}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## 1.0.0-beta.1 (Unreleased)



### Features Added

This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
<PackageId>Azure.ResourceManager.VirtualEnclaves</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider VirtualEnclaves.</Description>
<PackageTags>azure;management;arm;resource manager;virtualenclaves</PackageTags>
<NoWarn>AZC0030,AZC0012,AZC0034</NoWarn>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.VirtualEnclaves.Models
{
/// <summary>
/// Renamed to PostActionApprovalStatus.
/// </summary>
[CodeGenModel("ApprovalActionRequestApprovalStatus")]
public readonly partial struct PostActionApprovalStatus
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.VirtualEnclaves.Models
{
/// <summary>
/// Renamed to PostActionCallbackApprovalStatus.
/// </summary>
[CodeGenModel("ApprovalCallbackRequestApprovalStatus")]
public readonly partial struct PostActionCallbackApprovalStatus
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.VirtualEnclaves.Models
{
/// <summary>
/// Renamed to PostActionDeletionResourceRequestAction.
/// </summary>
[CodeGenModel("ApprovalDeletionCallbackRequestResourceRequestAction")]
public readonly partial struct PostActionDeletionResourceRequestAction
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.VirtualEnclaves.Models
{
/// <summary>
/// Renamed to PostActionResourceRequestAction.
/// </summary>
[CodeGenModel("ApprovalCallbackRequestResourceRequestAction")]
public readonly partial struct PostActionResourceRequestAction
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.VirtualEnclaves.Models
{
/// <summary>
/// Renamed to ServiceEnforcementPolicyAction.
/// </summary>
[CodeGenModel("GovernedServiceItemPolicyAction")]
public readonly partial struct ServiceEnforcementPolicyAction
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.VirtualEnclaves.Models
{
/// <summary>
/// Renamed to ServiceGovernanceOptionType.
/// </summary>
[CodeGenModel("GovernedServiceItemOption")]
public readonly partial struct ServiceGovernanceOptionType
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.VirtualEnclaves.Models
{
/// <summary>
/// Renamed to ServiceInitiativeEnforcement.
/// </summary>
[CodeGenModel("GovernedServiceItemEnforcement")]
public readonly partial struct ServiceInitiativeEnforcement
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.VirtualEnclaves.Models
{
/// <summary>
/// Renamed to VirtualEnclaveCommunityPolicyOverride.
/// </summary>
[CodeGenModel("CommunityPropertiesPolicyOverride")]
public readonly partial struct VirtualEnclaveCommunityPolicyOverride
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.VirtualEnclaves.Models
{
/// <summary>
/// Renamed to VirtualEnclaveMaintenanceJustification.
/// </summary>
[CodeGenModel("MaintenanceModeConfigurationModelJustification")]
public readonly partial struct VirtualEnclaveMaintenanceJustification
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.VirtualEnclaves.Models
{
/// <summary>
/// Renamed to VirtualEnclaveMaintenanceMode.
/// </summary>
[CodeGenModel("MaintenanceModeConfigurationModelMode")]
public readonly partial struct VirtualEnclaveMaintenanceMode
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using Azure.Core;

namespace Azure.ResourceManager.VirtualEnclaves.Models
{
/// <summary>
/// Renamed to VirtualEnclavePrincipalType.
/// </summary>
[CodeGenModel("PrincipalType")]
public readonly partial struct VirtualEnclavePrincipalType
{
}
}

This file was deleted.

Loading
Loading