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

Kamboj prjwl/release network microsoft.network 2024 07 01 #33072

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b131346
Copy files from stable/2024-05-01
kamboj-prjwl Dec 4, 2024
3cab51b
Update version to stable/2024-07-01
kamboj-prjwl Dec 4, 2024
51f68f5
Added tag for 2024-07-01 in readme file
kamboj-prjwl Dec 4, 2024
25db8a9
Prettier Check Fix
kamboj-prjwl Dec 4, 2024
83721a7
NVA: swagger changes for reimage api (#31895)
Shubhika-1795 Dec 18, 2024
7723b07
API spec for operation to retrieve NVA boot diagnostics (#31819)
nanditaashok-ms Dec 18, 2024
51342b5
Adding new fields for Microsoft peering prefix validation (#31769)
bveerannamsft Dec 20, 2024
bd08745
Health api 2024 07 01 (#31787)
EugenioPena Jan 14, 2025
35c7a3a
Update boot diagnostics api spec (#32281)
nanditaashok-ms Jan 24, 2025
992f3d5
add suppression
jliusan Feb 6, 2025
848e587
adding connectivity capabilities for AVNM (#32461)
sssharma24 Feb 6, 2025
aadd42a
UDP tracking (#32373)
EugenioPena Feb 6, 2025
1d34cf7
adding etag support for vnet verifier and ipam (#32410)
sssharma24 Feb 6, 2025
351383d
Removed deprecated APIs from Network Watcher spec (#32358)
AJ-2017 Feb 7, 2025
3ecf309
Add xff support (#32484)
yaarark Feb 12, 2025
15eae99
[AzureCoreIDC] NSP GA Version (#32556)
Aastha20 Feb 18, 2025
54ceda1
updating examples (#32575)
sssharma24 Feb 19, 2025
331d9a0
Nivishenker/default disabled (#32667)
NiviShenker Feb 23, 2025
4959f1c
High Bandwidth VPN Gateway property (#32804)
disinghal18 Feb 27, 2025
3dae90c
resolving typo (#32906)
Aastha20 Feb 28, 2025
686bd5e
change array to object for connectivity capabilities (#32860)
sssharma24 Feb 28, 2025
5537ec1
Correcting operationId for NSP API (#33050)
Aastha20 Mar 6, 2025
94b0234
Adding changes for Virtual Network Gateway Resiliency Information and…
rutulsya Mar 6, 2025
dd33f08
Merge branch 'main' into kamboj-prjwl/release-network-Microsoft.Netwo…
kamboj-prjwl Mar 7, 2025
d139ee5
Merge branch 'main' into kamboj-prjwl/release-network-Microsoft.Netwo…
kamboj-prjwl Mar 8, 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
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/network/resource-manager/Microsoft.Network/stable/2024-05-01/loadBalancer.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"title": "NetworkManagementClient",
Expand Down Expand Up @@ -1475,23 +1475,23 @@
"required": true,
"type": "string",
"description": "The name of the resource group.",
"pattern": "^[a-z][a-z0-9]*$"
"pattern": "^[a-zA-Z0-9_.-]*$"
},
{
"name": "loadBalancerName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the load balancer.",
"pattern": "^[a-z][a-z0-9]*$"
"pattern": "^[a-zA-Z0-9_.-]*$"
},
{
"name": "loadBalancingRuleName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the load balancing rule.",
"pattern": "^[a-z][a-z0-9]*$"
"pattern": "^[a-zA-Z0-9_.-]*$"
},
{
"$ref": "./network.json#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -2840,8 +2840,8 @@
"description": "The IP address belonging to the backend address."
},
"networkInterfaceIPConfigurationId": {
"$ref": "./networkInterface.json#/definitions/NetworkInterfaceIPConfiguration",
"description": "The id of the network interface ip configuration belonging to the backend address"
"type": "string",
"description": "Resource ID of the Network Interface IP Configuration."
},
"state": {
"type": "string",
Expand Down
Loading
Loading