Skip to content
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

[NetAppFiles]Apply 2021-08-01 Changes #16855

Merged
merged 7 commits into from
Jan 24, 2022

Conversation

audunn
Copy link
Member

@audunn audunn commented Jan 17, 2022

Description

Updates Azure NetApp Files to api-version 2021-01

API Specs
Azure/azure-rest-api-specs#17157
Azure/azure-rest-api-specs#16381

Checklist

  • I have read the Submitting Changes section of CONTRIBUTING.md
  • The title of the PR is clear and informative
  • The appropriate ChangeLog.md file(s) has been updated:
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header -- no new version header should be added
  • The PR does not introduce breaking changes
  • If applicable, the changes made in the PR have proper test coverage
  • For public API changes to cmdlets:

@audunn
Copy link
Member Author

audunn commented Jan 17, 2022

/azp run

@azure-pipelines
Copy link
Contributor

Commenter does not have sufficient privileges for PR 16855 in repo Azure/azure-powershell

Mandatory = false,
HelpMessage = "If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted.")]
[ValidateNotNullOrEmpty]
public SwitchParameter EncryptDCConnections { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

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

As PowerShell suggest use singularity for parameters. You can find doc here. Please rename Administrators to Administrator and EncryptDCConnections to EncryptDCConnection.

Copy link
Member Author

Choose a reason for hiding this comment

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

updated

Copy link
Contributor

Choose a reason for hiding this comment

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

Do you?

Copy link
Member Author

Choose a reason for hiding this comment

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

hmm, some git issue, I will have a second look

Copy link
Member Author

@audunn audunn Jan 20, 2022

Choose a reason for hiding this comment

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

Is updating name of existing parameters allowed ?

Copy link
Contributor

Choose a reason for hiding this comment

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

As your module is not GA yet. Is allowed.

src/NetAppFiles/NetAppFiles/Volume/NewNetAppFilesVolume.cs Outdated Show resolved Hide resolved
@audunn
Copy link
Member Author

audunn commented Jan 19, 2022

@wyunchi-ms Updated

Mandatory = false,
HelpMessage = "If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted.")]
[ValidateNotNullOrEmpty]
public SwitchParameter EncryptDCConnections { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you?

@wyunchi-ms
Copy link
Contributor

@wyunchi-ms Updated

Do you push your commit? Please take a look at the status of CI pipeline.

@audunn
Copy link
Member Author

audunn commented Jan 20, 2022

@wyunchi-ms git push solved and PR updated, thank you

@wyunchi-ms
Copy link
Contributor

/azp run azure-powershell - security-tools

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@wyunchi-ms wyunchi-ms merged commit 010f2d5 into Azure:main Jan 24, 2022
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.

2 participants