-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{Aladdin} add usage examples for module: monitor network privatedns resource storage vm #12499
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
{Aladdin} add usage examples for module: monitor network privatedns resource storage vm #12499
Conversation
| - name: Update an application gateway WAF policy. (autogenerated) | ||
| text: | | ||
| az network application-gateway waf-policy update --name MyApplicationGatewayWAFPolicy --remove tags.no_80 --resource-group MyResourceGroup | ||
| crafted: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aladdin observed that usage pattern changed over time. So delete this.
| - name: Update an outbound-rule. (autogenerated) | ||
| text: | | ||
| az network lb outbound-rule update --frontend-ip-configs myfrontendoutbound --lb-name MyLb --name MyOutboundRule --resource-group MyResourceGroup | ||
| crafted: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aladdin observed that usage pattern changed over time. So delete this
|
add to S167. |
mmyyrroonn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well. It's still hard for me to review this PR. For network, we have too much commands and usually we need to test it before we write down an example. @haroldrandom Do you know the source of these examples? Does it come from real telemetry or our example?
Aladdin didn't learn from last time.
Co-Authored-By: Feiyue Yu <[email protected]>
| - name: Create an empty MX record set. | ||
| text: az network dns record-set mx create -g MyResourceGroup -z www.mysite.com -n MyRecordSet | ||
| - name: Create an empty MX record set. (autogenerated) | ||
| text: | | ||
| az network dns record-set mx create --name MyRecordSet --resource-group MyResourceGroup --ttl 30 --zone-name www.mysite.com | ||
| crafted: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commands in the autogenerated document has a few more parameters. Could the name describe these parameters more, so as to be different from the above name.
| - name: Update the storage blob delete-policy. (autogenerated) | ||
| text: | | ||
| az storage blob service-properties delete-policy update --account-name mystorageccount --account-key 00000000 --days-retained 7 --enable true | ||
| az storage blob service-properties delete-policy update --account-name mystorageccount --days-retained 7 --enable true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have you revert here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all reverted
This PR is created by AladdinParser Pipeline which is automatically triggered by a merge of Aladdin-src branch: #11873.
ADO_BUILD_ID=283190
Against last commit of dev: 1174a3350
Against last commit of Aladdin-src: d77da4f