Skip to content

Commit

Permalink
Release network microsoft.network official 2023 02 01 (Azure#24277)
Browse files Browse the repository at this point in the history
* Adds base for updating Microsoft.Network from version stable/2022-11-01 to version 2023-02-01

* Updates readme

* Updates API version in new specs and examples

* Fixed double header issue (Azure#23896)

* Edited description for additional nics (Azure#24071)

* swagger 20230201 adding resource guid (Azure#24154)

* Appgw: Remove 499 status code from custom error page (Azure#24095)

* Add AdminState Property to Virtual Network Gateway Resource Properties (Azure#23978)

* add adminstate

* update description

* add headers to 202

* prettier fix

* AppGW: Add default predefined ssl policy field in resource (Azure#24094)

* Fix examples (Azure#24274)

---------

Co-authored-by: Mikhail <mitryakh@microsoft.com>
Co-authored-by: JainRah <108508612+JainRah@users.noreply.github.com>
Co-authored-by: sssharma24 <107450300+sssharma24@users.noreply.github.com>
Co-authored-by: Prateek Sachan <42961174+prateek2211@users.noreply.github.com>
Co-authored-by: nimaller <71352534+nimaller@users.noreply.github.com>
Co-authored-by: Sindhu Aluguvelli <sindhureddy216@gmail.com>
  • Loading branch information
7 people authored and harryli0108 committed Jul 28, 2023
1 parent cea5ac1 commit a8f713c
Show file tree
Hide file tree
Showing 754 changed files with 111,292 additions and 3 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,257 @@
{
"swagger": "2.0",
"info": {
"title": "NetworkManagementClient",
"description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.",
"version": "2023-02-01"
},
"host": "management.azure.com",
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"security": [
{
"azure_auth": [
"user_impersonation"
]
}
],
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow.",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {
"/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests/dafault": {
"get": {
"operationId": "ApplicationGatewayWafDynamicManifestsDefault_Get",
"description": "Gets the regional application gateway waf manifest.",
"parameters": [
{
"name": "location",
"in": "path",
"required": true,
"type": "string",
"description": "The region where the nrp are located at."
},
{
"$ref": "./network.json#/parameters/ApiVersionParameter"
},
{
"$ref": "./network.json#/parameters/SubscriptionIdParameter"
}
],
"responses": {
"200": {
"description": "Request successful. Returns the regional application gateway waf manifest",
"schema": {
"$ref": "#/definitions/ApplicationGatewayWafDynamicManifestResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./network.json#/definitions/CloudError"
}
}
},
"x-ms-examples": {
"Gets WAF default manifest": {
"$ref": "./examples/GetApplicationGatewayWafDynamicManifestsDefault.json"
}
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests": {
"get": {
"operationId": "ApplicationGatewayWafDynamicManifests_Get",
"description": "Gets the regional application gateway waf manifest.",
"parameters": [
{
"name": "location",
"in": "path",
"required": true,
"type": "string",
"description": "The region where the nrp are located at."
},
{
"$ref": "./network.json#/parameters/ApiVersionParameter"
},
{
"$ref": "./network.json#/parameters/SubscriptionIdParameter"
}
],
"responses": {
"200": {
"description": "Request successful. Returns the regional application gateway waf manifest",
"schema": {
"$ref": "#/definitions/ApplicationGatewayWafDynamicManifestResultList"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./network.json#/definitions/CloudError"
}
}
},
"x-ms-examples": {
"Gets WAF manifests": {
"$ref": "./examples/GetApplicationGatewayWafDynamicManifests.json"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
}
},
"definitions": {
"ApplicationGatewayWafDynamicManifestResultList": {
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationGatewayWafDynamicManifestResult"
},
"description": "The list of application gateway waf manifest."
},
"nextLink": {
"type": "string",
"description": "URL to get the next set of results."
}
},
"type": "object",
"description": "Response for ApplicationGatewayWafDynamicManifests API service call."
},
"ApplicationGatewayWafDynamicManifestResult": {
"properties": {
"id": {
"type": "string",
"description": "Resource ID."
},
"name": {
"readOnly": true,
"type": "string",
"description": "Resource name."
},
"type": {
"readOnly": true,
"type": "string",
"description": "Resource type."
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ApplicationGatewayWafDynamicManifestPropertiesResult",
"description": "Properties of the ApplicationGatewayWafDynamicManifest ."
}
},
"type": "object",
"description": "Response for ApplicationGatewayWafDynamicManifest API service call."
},
"ApplicationGatewayWafDynamicManifestPropertiesResult": {
"description": "Properties of ApplicationGatewayWafDynamicManifest.",
"type": "object",
"properties": {
"defaultRuleSet": {
"description": "The default ruleset.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/DefaultRuleSetPropertyFormat"
},
"availableRuleSets": {
"description": "The available rulesets.",
"x-ms-client-flatten": true,
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationGatewayFirewallManifestRuleSet"
},
"x-ms-identifiers": []
}
}
},
"DefaultRuleSetPropertyFormat": {
"description": "the default web application firewall rule set.",
"type": "object",
"properties": {
"ruleSetType": {
"description": "The type of the web application firewall rule set.",
"type": "string"
},
"ruleSetVersion": {
"description": "The version of the web application firewall rule set type.",
"type": "string"
}
}
},
"ApplicationGatewayFirewallManifestRuleSet": {
"description": "Properties of the web application firewall rule set.",
"type": "object",
"properties": {
"ruleSetType": {
"type": "string",
"description": "The type of the web application firewall rule set."
},
"ruleSetVersion": {
"type": "string",
"description": "The version of the web application firewall rule set type."
},
"status": {
"type": "string",
"description": "The rule set status",
"enum": [
"Preview",
"GA",
"Supported",
"Deprecated"
],
"x-ms-enum": {
"name": "ApplicationGatewayRuleSetStatusOptions",
"modelAsString": true
}
},
"tiers": {
"type": "array",
"description": "Tier of an application gateway that support the rule set.",
"items": {
"type": "string",
"enum": [
"Standard",
"WAF",
"Standard_v2",
"WAF_v2"
],
"x-ms-enum": {
"name": "ApplicationGatewayTierTypes",
"modelAsString": true
}
}
},
"ruleGroups": {
"type": "array",
"items": {
"$ref": "applicationGateway.json#/definitions/ApplicationGatewayFirewallRuleGroup"
},
"description": "The rule groups of the web application firewall rule set.",
"x-ms-identifiers": []
}
},
"required": [
"ruleSetType",
"ruleSetVersion",
"ruleGroups"
]
}
}
}
Loading

0 comments on commit a8f713c

Please sign in to comment.