Azure / Azure/azure-powershell

New-AzureRmVm: Avaialibility Set should be also created in simplified parameter set?

Open
#5,708 7 comments 0 reactions 0 assignees View on GitHub
act-observability-squad Compute customer-reported feature-request Service Attention
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
2d 17h
Merged PRs (30d)
51

Description

### Description

Proposed parameters:
```C#
new AvailabilitySet
{
Sku = new Azure.Management.Compute.Models.Sku { Name = "Aligned" },
PlatformFaultDomainCount = 2,
PlatformUpdateDomainCount = 2,
}
```

We need to understand scenarios and how easy to change and how expensive it.

### Script/Steps for Reproduction

```powershell

```

### Module Version

```powershell
Get-Module -Name AzureRM -ListAvailable
```

### Environment Data

```powershell
$PSVersionTable
```

### Debug Output

```

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.