-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Register Microsoft.Monitor RP in Network cmdlets #20948
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
Register Microsoft.Monitor RP in Network cmdlets #20948
Conversation
Adding Microsoft.Monitor RP in Network PrivateLinkService cmdlet Microsoft.Monitor RP supports - List Private Link Resource API - Get Private Endpoint Connection API - List Private Endpoint Connection API It doesn't support Get Private Link Resource API yet
BethanyZhou
left a comment
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.
Looks good to me
|
/azp run azure-powershell - security-tools |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Hello, Is there a way for us to take the intermediate build and install it in local machine to validate the new changes? |
|
Yes, we do have.
|
|
Hello @BethanyZhou, After the release, I tried to execute the Approve-AzPrivateEndpointConnection -ResourceId , but I am getting the below error: Looks like the request is not populated with the id field which is given as "PrivateEndpointConnectionResourceId" in the cmdlet input. Can you please help in debugging this issue? |
|
@GokulPrasad-Work , please provide the command and its parameters you used when hit this issue to allow me reproduce this issue. |
@BethanyZhou Command: AzPrivateEndpointConnection -ResourceId /subscriptions/{subId}/resourcegroups/{rgName}/providers/microsoft.monitor/accounts/{AccountName}/privateEndpointConnections/{peConnectionName} -Description Approved |

Description
Adding Microsoft.Monitor RP in Network PrivateLinkService cmdlet
Microsoft.Monitor RP supports
It doesn't support Get Private Link Resource API yet
Checklist
CONTRIBUTING.mdand reviewed the following information:generationbranch.ChangeLog.mdfile(s) appropriatelyChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader in the past tense. Add changelog in description section if PR goes intogenerationbranch.ChangeLog.mdif no new release is required, such as fixing test case only.