Skip to content

Conversation

@aladdindoc
Copy link
Contributor

  • Add Aladdin crafted examples.

	- Add new examples to the following modules:
		Compute
@adxsdkps
Copy link
Collaborator

Can one of the admins verify this patch?

Comment on lines +46 to +48
```powershell <!-- Aladdin Generated Example -->
New-AzHostGroup -Location <String> -Name <String> -PlatformFaultDomain <Int32> -ResourceGroupName <String>
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should omit examples where less than 50% of the specified parameters have actual values. Specifying the type for all of the parameters doesn't provide much value as the syntax can already be obtained from the cmdlet.

Comment on lines +51 to +52
```powershell <!-- Aladdin Generated Example -->
New-AzHost -AutoReplaceOnFailure $false -HostGroupName <String> -Location <String> -Name <String> -PlatformFaultDomain <Int32> -ResourceGroupName <String> -Sku <String>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should omit examples where less than 50% of the specified parameters have actual values. Specifying the type for all of the parameters doesn't provide much value as the syntax can already be obtained from the cmdlet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants