Skip to content

NRP 185 PowerShell Release Network 2024-07-01 #27770

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

Merged
merged 30 commits into from
May 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
493d3df
Autorest file generation for 2024-07-01 Network (#26983)
bveerannamsft Jan 10, 2025
22f14b9
New cmdlets for Microsoft peering prefix validation (#26969)
bveerannamsft Jan 17, 2025
011e912
Adding new cmdlet to retrieve NVA boot diagnostics (#27060)
nanditaashok-ms Feb 13, 2025
8d060b3
fix branch name for ci pipeline (#27123)
VeryEarly Feb 14, 2025
8d07f93
[Eng] Output target modules when build by pipeline (#27132)
VeryEarly Feb 14, 2025
3732f28
[Eng] Add comment for label Legacy (#27134)
VeryEarly Feb 15, 2025
04bacc1
[Eng] Enable main to be CIed by default (#27135)
VeryEarly Feb 15, 2025
78bdc94
Merge remote-tracking branch 'origin/legacy-main-tools-2025-02-14' in…
VeryEarly Feb 20, 2025
571d20d
Merge remote-tracking branch 'origin/main' into release-network-2024-…
VeryEarly Feb 20, 2025
5c6bf25
Merge pull request #27181 from Azure/release-network-2024-07-01-backup
dolauli Feb 20, 2025
c3aa805
[Az.Network] Use SecureString for sas url inputs in GetNetworkVirtual…
nanditaashok-ms Feb 21, 2025
2daa3b1
[Network] Update partner managed resources in GET call (#27204)
VeryEarly Feb 24, 2025
e213493
Merge release-network-2024-07-01
Mar 21, 2025
6c00e46
NSP GA version 2024-07-01 (#27398)
VeryEarly Mar 24, 2025
c368a6f
Suppressing DataBoxEdge Sdk
notyashhh Mar 24, 2025
93514dc
Suppressing DataShare Sdk
notyashhh Mar 24, 2025
3e052d3
Merge branch 'release-network-2024-07-01' into kamboj-prjwl/release-n…
notyashhh Mar 24, 2025
2cc47e1
Merge pull request #27402 from kamboj-prjwl/kamboj-prjwl/release-netw…
notyashhh Mar 24, 2025
94fa99f
Migration support for Basic IP based deployment to Standard IP VMSS d…
paruljainmsft Mar 25, 2025
f5f9c3b
Powershell changes for removing deprecated APIs from Network Watcher …
AJ-2017 Mar 28, 2025
b52923c
[skip ci] Archive Manual (#27485)
azure-powershell-bot Apr 1, 2025
1b023bc
Removed the individual commit id from VirtualNetworkGateway.json file…
paruljainmsft Apr 1, 2025
a8680b4
Add etag property to ipam pool and verifier workspace (#27103)
varunkosgi Apr 3, 2025
58aee42
Enable connection tracking (#27076)
EugenioPena Apr 9, 2025
94c5ed6
Health API (#26549)
EugenioPena Apr 9, 2025
c187fa4
High Bandwidth VPNGW changes (#27322)
disinghal18 Apr 10, 2025
5c85784
Add connectivity capabilities for Network Manager connectivity config…
tian-ren Apr 10, 2025
1e92d0f
Sync release-network-2024-07-01 with main
May 13, 2025
98ffd52
Merge pull request #27754 from kamboj-prjwl/release-network-2024-07-0…
VeryEarly May 14, 2025
d5d8c85
Updating the swagger changes with latest API spec merge (#27761)
kamboj-prjwl May 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>NetworkSecurityPerimeter</PsModuleName>
<PsRootModuleName>Network</PsRootModuleName>
<PsModuleFolder>NetworkSecurityPerimeter.Autorest</PsModuleFolder>
</PropertyGroup>

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
</Project>
Loading
Loading