-
Notifications
You must be signed in to change notification settings - Fork 4k
Added commands for working with Access Restrictions #10085
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
Conversation
Can one of the admins verify this patch? |
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 cmdlets in this PR do not match the cmdlets in the cmdlet review. You will need to complete the cmdlet review before this PR can be merged.
/// <summary> | ||
/// this commandlet will let you update the access restriction settings of an Azure Website | ||
/// </summary> | ||
[Cmdlet("Update", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "WebAppAccessRestrictionConfig", SupportsShouldProcess = 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.
This cmdlet is causing your analysis failure, you need to have a DefaultParameyterSetName if there is mroe than one parameter set
…narioTests accordingly
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.
On eminor change to changelog, otherwise LGTM
Description
Fixes: #8459 : webapp: add support to add IPRestrictions rules
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