Skip to content

Conversation

@azclibot
Copy link
Collaborator

@azclibot azclibot commented Mar 7, 2020

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

- 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
Copy link
Contributor

@haroldrandom haroldrandom Mar 7, 2020

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
Copy link
Contributor

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

@haroldrandom haroldrandom requested a review from yonzhan March 7, 2020 11:07
@yonzhan yonzhan added this to the S167 milestone Mar 7, 2020
@yonzhan
Copy link
Collaborator

yonzhan commented Mar 7, 2020

add to S167.

Copy link
Contributor

@mmyyrroonn mmyyrroonn left a 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.
@yonzhan yonzhan removed this from the S167 milestone Mar 26, 2020
Comment on lines 1777 to +1782
- 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
Copy link
Contributor

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.

@zhoxing-ms zhoxing-ms self-requested a review April 16, 2020 03:31
- 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
Copy link
Contributor

Choose a reason for hiding this comment

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

have you revert here?

Copy link
Contributor

Choose a reason for hiding this comment

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

all reverted

@yonzhan yonzhan modified the milestones: S168, S169 - For Build Apr 18, 2020
@haroldrandom haroldrandom merged commit 8937383 into Azure:dev Apr 20, 2020
@azure-sdk azure-sdk added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

customer-reported Issues that are reported by GitHub users external to the Azure organization. Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants