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

Private Link Service Support #9475

Closed
malopMSFT opened this issue May 24, 2019 · 2 comments
Closed

Private Link Service Support #9475

malopMSFT opened this issue May 24, 2019 · 2 comments
Assignees
Milestone

Comments

@malopMSFT
Copy link

malopMSFT commented May 24, 2019

Resource Provider
Microsoft.Network

Description of Feature or Work Requested
Support for private link service operations, new top level resource that provides capabilities to create a private service and expose for consumtion using private endpoints

Minimum API Version Required
2019-02-01

Swagger Link
Azure/azure-rest-api-specs#5860
Pending for merge to master

Target Date
July release

Private Link Service
##########################################
API: PUT/GET/DELETE "https://management.azure.com/subscriptions/{SUBSCRIPTION}/resourceGroups/{RESOURCE_GROUP}/providers/Microsoft.Network/privatelinkservices/{ServiceName}"
###########################################
az network private-link-service create -g "MyResourceGroup" -n "MyPrivateLinkService" -l "West US" --load-balancer-frontend-ip-configs feconfig1 feconfig2 –ip-configs ipconfig1 ipconfig2 –visibility-subscriptions sub1 sub2 sub3 --auto-approval-subscriptions sub1 sub2 –fqdn fqdn1 fqdn2
az network private-link-service update -g "MyResourceGroup" -n "MyPrivateLinkService" –ip-configs ipconfig1 ipconfig2 –visibility-subscriptions sub1 sub2 sub3 --auto-approval-subscriptions sub1 sub2 –fqdn fqdn1 fqdn2
az network private-link-service show -g "MyResourceGroup" -n "MyPrivateLinkService"
az network private-link-service delete -g "MyResourceGroup" -n "MyPrivateLinkService"
###########################################

##########################################
Private Link Service Connections approve/reject/delete
##########################################
API: PUT "https://management.azure.com/subscriptions/{SUBSCRIPTION}/resourceGroups/{RESOURCE_GROUP}/providers/Microsoft.Network/privatelinkservices/{ServiceName}"
###########################################
az network private-link-service private-endpoint-connection update -g "MyResourceGroup" –private-link-service-name “MyPrivateLinkService” -name "MyPrivateEndpointConnection" --private-link-service-connection-state “Approved”
###########################################

@tjprescott tjprescott added this to the Sprint 67 milestone May 24, 2019
@tjprescott tjprescott added Feature Request Network az network vnet/lb/nic/dns/etc... labels May 24, 2019
@tjprescott tjprescott modified the milestones: Sprint 67, Sprint 68 May 24, 2019
@tjprescott tjprescott self-assigned this May 24, 2019
@tjprescott tjprescott modified the milestones: Sprint 68, Sprint 70 Jun 17, 2019
@tjprescott
Copy link
Member

Moving to Sprint 70 due to higher priority direction from NRP.

@tjprescott tjprescott modified the milestones: Sprint 70, Sprint 65 Jul 1, 2019
@tjprescott tjprescott modified the milestones: Sprint 65, Backlog Jul 9, 2019
@tjprescott
Copy link
Member

Moving to the backlog as this item is not ready to be worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants