-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{DNS} Migrate to track 2 #17787
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
{DNS} Migrate to track 2 #17787
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
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.
Why do we need change
arecordstoaRecords?In track 2 SDK, the property
arecordsin modelRecordSetis changed toa_recordsa_records)arecords)In Azure CLI, we have the following code to do some transformation for the result from SDK.
azure-cli/src/azure-cli-core/azure/cli/core/commands/__init__.py
Line 706 in 1ca05db
While code above will call the following code in knack which will get the different output for
arecordsanda_records.arecords, the transformation result isarecords.a_records, the transformation result isaRecords.Not sure if it's by design or a bug and need further investigation.
https://github.com/microsoft/knack/blob/dev/knack/util.py#L126
@jiasli, any ideas for this behavior from knack?