Vincent Dai
Vincent Dai
## Description Dynamic parameter `PrivateLinkResourceType` is required for the following cmdlets: - `Get-AzPrivateEndpointConnection` - `Set-AzPrivateEndpointConnection` - `Remove-AzPrivateEndpointConnection` - `Approve-AzPrivateEndpointConnection` - `Deny-AzPrivateEndpointConnection` Updated help docs for these cmdlets as well. [Fixed...
## Description Work done in the PR: - Improved performance for generating TestEnvironment object multiple times - Instantiated the TestEnvironment based on the testcredential.json file only once - For each...
## Description Remove the outdated deps.json for the following 17 modules. Az.AnalysisServices Az.ApiManagement Az.Billing Az.Blueprint Az.DataBoxEdge Az.DataLakeStore Az.DataShare Az.DeviceProvisioningServices Az.DevTestLabs Az.FrontDoor Az.HPCCache Az.IotCentral Az.IotHub Az.MachineLearning Az.OperationalInsights Az.PrivateDns Az.Ssh ## Mandatory...
## Description This PR is to integrate a common secret detection library to expand the scope of the patterns of secrets. ## Mandatory Checklist - Please choose the target release...
The following code works in .NET 6 + Microsoft.PowerShell.SDK 7.2 but not with .NET 8 + Microsoft.PowerShell.SDK 7.4. ``` C# var psobj = new PSObject(); psobj.Properties.Add(new PSNoteProperty("Name", "Vincent")); JsonConvert.SerializeObject(psobj); ```...