-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[NetAppFiles]Apply 2021-08-01 Changes #16855
Conversation
/azp run |
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; } |
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.
As PowerShell suggest use singularity for parameters. You can find doc here. Please rename Administrators
to Administrator
and EncryptDCConnections
to EncryptDCConnection
.
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.
updated
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.
Do you?
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.
hmm, some git issue, I will have a second look
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.
Is updating name of existing parameters allowed ?
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.
As your module is not GA yet. Is allowed.
src/NetAppFiles/NetAppFiles/ActiveDirectory/UpdateNetAppFilesActiveDirectory.cs
Show resolved
Hide resolved
@wyunchi-ms Updated |
src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesActiveDirectory.md
Outdated
Show resolved
Hide resolved
Mandatory = false, | ||
HelpMessage = "If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted.")] | ||
[ValidateNotNullOrEmpty] | ||
public SwitchParameter EncryptDCConnections { get; set; } |
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.
Do you?
Do you push your commit? Please take a look at the status of CI pipeline. |
… ANF-16023-NetAppFiles-2021-08-01
…/audunn/azure-powershell into ANF-16023-NetAppFiles-2021-08-01
@wyunchi-ms git push solved and PR updated, thank you |
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
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
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added