Skip to content
Merged
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 sdk/compute/Azure.ResourceManager.Compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.5.0-beta.2 (Unreleased)
## 1.5.0 (2024-05-10)

### Features Added

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.5.0-beta.2</Version>
<Version>1.5.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.4.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.Compute</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public async Task GetAll()

[TestCase]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task GetAllInSubscription()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using System;
using System.Threading.Tasks;
using Azure.Core;
using Azure.Core.TestFramework;
using Azure.ResourceManager.Compute.Models;
using Azure.ResourceManager.Compute.Tests.Helpers;
using Azure.ResourceManager.Resources;
using Azure.ResourceManager.Models;
using Azure.ResourceManager.Resources;
using NUnit.Framework;

namespace Azure.ResourceManager.Compute.Tests
Expand All @@ -32,7 +31,6 @@ private async Task<GenericResource> CreateUserAssignedIdentityAsync()

[TestCase]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task CreateVmWithSystemAssignedIdentity()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand All @@ -51,7 +49,6 @@ public async Task CreateVmWithSystemAssignedIdentity()

[TestCase]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task CreateVmWithUserAssignedIdentity()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand All @@ -72,7 +69,6 @@ public async Task CreateVmWithUserAssignedIdentity()

[TestCase]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task CreateVmWithSystemAndUserAssignedIdentity()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand All @@ -93,7 +89,6 @@ public async Task CreateVmWithSystemAndUserAssignedIdentity()

[Test]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task UpdateVmIdentityFromNoneToSystem()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand All @@ -119,7 +114,6 @@ public async Task UpdateVmIdentityFromNoneToSystem()

[Test]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task UpdateVmIdentityFromNoneToUser()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand Down Expand Up @@ -148,7 +142,6 @@ public async Task UpdateVmIdentityFromNoneToUser()

[Test]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task UpdateVmIdentityFromNoneToSystemAndUser()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand Down Expand Up @@ -177,7 +170,6 @@ public async Task UpdateVmIdentityFromNoneToSystemAndUser()

[Test]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task UpdateVmIdentityFromSystemToNone()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand Down Expand Up @@ -205,7 +197,6 @@ public async Task UpdateVmIdentityFromSystemToNone()

[Test]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task UpdateVmIdentityFromSystemToUser()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand Down Expand Up @@ -238,7 +229,6 @@ public async Task UpdateVmIdentityFromSystemToUser()

[Test]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task UpdateVmIdentityFromSystemToSystemUser()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand Down Expand Up @@ -271,7 +261,6 @@ public async Task UpdateVmIdentityFromSystemToSystemUser()

[Test]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task UpdateVmIdentityFromUserToNone()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand Down Expand Up @@ -301,7 +290,6 @@ public async Task UpdateVmIdentityFromUserToNone()

[Test]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task UpdateVmIdentityFromUserToSystem()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand Down Expand Up @@ -333,7 +321,6 @@ public async Task UpdateVmIdentityFromUserToSystem()

[Test]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task UpdateVmIdentityFromUserToSystemUser()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand Down Expand Up @@ -366,7 +353,6 @@ public async Task UpdateVmIdentityFromUserToSystemUser()

[Test]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task UpdateVmIdentityFromUserToTwoUsers()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand Down Expand Up @@ -435,7 +421,6 @@ public async Task UpdateVmIdentityToRemoveUser()

[Test]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task UpdateVmIdentityFromTwoUsersToOneUser()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand Down Expand Up @@ -474,7 +459,6 @@ public async Task UpdateVmIdentityFromTwoUsersToOneUser()

[Test]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task UpdateVmIdentityFromSystemUserToNone()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand Down Expand Up @@ -504,7 +488,6 @@ public async Task UpdateVmIdentityFromSystemUserToNone()

[Test]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task UpdateVmIdentityFromSystemUserToSystem()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand Down Expand Up @@ -536,7 +519,6 @@ public async Task UpdateVmIdentityFromSystemUserToSystem()

[Test]
[RecordedTest]
[LiveOnly(Reason = "PrincipalId cannot be stored in test recordings.")]
public async Task UpdateVmIdentityFromSystemUserToUser()
{
var collection = await GetVirtualMachineCollectionAsync();
Expand Down