Skip to content

Aladdin generated examples for Compute #12221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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