Skip to content

Commit 07fa4d1

Browse files
Joanna-Yang-Arthtippanaboyamsftsijielinanvrao1NiviShenker
authored andcommitted
Release network microsoft.network official 2023 06 01 (#26218)
* Adds base for updating Microsoft.Network from version stable/2023-05-01 to version 2023-06-01 * Updates readme * Updates API version in new specs and examples * Add missing DeleteBastionShareableLinkByToken API back to swagger (#25599) * add DeleteBastionShareableLinkByToken endpoint * fix location link format * Adding Developer Sku (#25887) * Firewall Policy - IDPS profiles (#25666) * add profile to put example * fixed RuleCollectionGroupWithHttpHeadersToInsert example * add profile to Policy model * description change * indentation * ListIdpsSignatures description change * direction description+enum fix * fix FirewallPolicyIDPSSignatureSeverity description * hostnames for l4 listeners (#25982) * added ergwscale support (#25969) * Fixed examples for gateway load balancer (#26058) * Add support for JSChallenge action in Application Gateway Web application Firewall (#26149) * Add support for JSChallenge action Add support for JSChallenge action in the list of supported actions for Custom rules and Managed rules * Update WafPolicyGet.json * Update WafPolicyCreateOrUpdate.json * DDoS - Fixing Swagger Validation Issues on DDoSCustomPolicy (#26248) * fixes * making changes in new api version --------- Co-authored-by: Manas Chakka <[email protected]> * [NVA] Internet Ingress Parameters (#26262) * [NVA] Internet Ingress Parameters * LintDiff Fix * Minor Fix * Added description for each of the enums for ApplicationGatewayProtocol (#26437) * Added description for each of the enums for ApplicationGatewayProtocol * Spacing for prettier checks * Remove routingConfigNfv (#25962) * remove routingConfigNfv * remove api from older versions * remove PUT nvaconnection from older versions * apply prettier check * add suppression for modelValidation * remove suppression due to approval * Fix lint errors & add supressions (#26494) * fix lint error * add supression for ResourceNameRestriction & LroErrorContent * fix example accordingly --------- Co-authored-by: htippanaboya <[email protected]> Co-authored-by: Sijie Lin <[email protected]> Co-authored-by: anvrao1 <[email protected]> Co-authored-by: NiviShenker <[email protected]> Co-authored-by: gdhillon24 <[email protected]> Co-authored-by: aneeshakella-microsoft <[email protected]> Co-authored-by: irrogozh <[email protected]> Co-authored-by: ssevugan21 <[email protected]> Co-authored-by: Manas Chakka <[email protected]> Co-authored-by: Manas Chakka <[email protected]> Co-authored-by: JainRah <[email protected]> Co-authored-by: rutuja-s <[email protected]>
1 parent d979dd9 commit 07fa4d1

File tree

784 files changed

+112503
-2287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

784 files changed

+112503
-2287
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2022-11-01/examples/NetworkVirtualApplianceConnectionGet.json

Lines changed: 0 additions & 48 deletions
This file was deleted.

specification/network/resource-manager/Microsoft.Network/stable/2022-11-01/examples/NetworkVirtualApplianceConnectionList.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

specification/network/resource-manager/Microsoft.Network/stable/2022-11-01/examples/NetworkVirtualApplianceConnectionPut.json

Lines changed: 0 additions & 118 deletions
This file was deleted.

specification/network/resource-manager/Microsoft.Network/stable/2022-11-01/examples/NetworkVirtualApplianceGet.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkVirtualAppliances/nva/InboundSecurityRules/rule1"
4343
}
4444
],
45-
"virtualApplianceConnections": [
46-
{
47-
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkVirtualAppliances/nva/networkVirtualApplianceConnections/connection1"
48-
}
49-
],
5045
"provisioningState": "Succeeded",
5146
"bootStrapConfigurationBlobs": [
5247
"https://csrncvhdstorage1.blob.core.windows.net/csrncvhdstoragecont/csrbootstrapconfig"

specification/network/resource-manager/Microsoft.Network/stable/2022-11-01/networkVirtualAppliance.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -873,14 +873,6 @@
873873
"$ref": "./network.json#/definitions/SubResource"
874874
}
875875
},
876-
"virtualApplianceConnections": {
877-
"type": "array",
878-
"readOnly": true,
879-
"description": "List of references to VirtualApplianceConnections.",
880-
"items": {
881-
"$ref": "./network.json#/definitions/SubResource"
882-
}
883-
},
884876
"inboundSecurityRules": {
885877
"type": "array",
886878
"readOnly": true,

0 commit comments

Comments
 (0)