Azure / Azure/azure-powershell
New-AzureRmVm: Avaialibility Set should be also created in simplified parameter set?
Open
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
Assessment
This issue has not been assessed yet.