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

network: support authenticationCertificates in "network application-gateway http-settings" #4910

Closed
yugangw-msft opened this issue Nov 18, 2017 · 3 comments · Fixed by #5988
Assignees
Labels
Network az network vnet/lb/nic/dns/etc...
Milestone

Comments

@yugangw-msft
Copy link
Contributor

Suggest expose form both update and create

//cc: @tjprescott

@yugangw-msft yugangw-msft added the Network az network vnet/lb/nic/dns/etc... label Nov 18, 2017
@yugangw-msft
Copy link
Contributor Author

FYI workaround

a.	az network application-gateway http-settings create  --gateway-name yugangw-ag-1 -g yugangw-ag  --port 443 -n yugangw-ag-1-be-http-settings  --protocol https
b.	az network application-gateway auth-cert create --cert-file d:\temp\TestCert.cer --gateway-name yugangw-ag-1 -n yugangw-ag-1-auth-cert -g yugangw-ag
c.	az network application-gateway http-settings update  --gateway-name yugangw-ag-1 -g yugangw-ag -n yugangw-ag-1-be-http-settings --add authenticationCertificates id="/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/yugangw-ag/providers/Microsoft.Network/applicationGateways/yugangw-ag-1/authenticationCertificates/yugangw-ag-1-auth-cert"

@Walter-Shui
Copy link

This is a good solution, can we use az network application-gateway http-settings create to do this?

@tjprescott tjprescott added this to the Sprint 32 milestone Jan 26, 2018
@tjprescott tjprescott self-assigned this Jan 26, 2018
@tjprescott
Copy link
Member

I have scheduled it for an upcoming Sprint. It should be released in February.

@tjprescott tjprescott modified the milestones: Sprint 32, Sprint 33 Feb 9, 2018
@tjprescott tjprescott modified the milestones: Sprint 33, Sprint 35 Mar 13, 2018
tjprescott added a commit that referenced this issue Apr 4, 2018
* Initial work.

* Re-record tests

* Close #4910.

* Update history.

* Re-record tests and update network SDK.

* Disable flaky tests.

* Code review feedback.
@haroldrandom haroldrandom added Feature Network az network vnet/lb/nic/dns/etc... labels Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Network az network vnet/lb/nic/dns/etc...
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants