Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/cdn/resource-manager/Microsoft.Cdn/stable/2025-04-15/cdnwebapplicationfirewall.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": {
"version": "2025-04-15",
Expand Down Expand Up @@ -46,10 +46,10 @@
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
Expand All @@ -62,7 +62,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./cdn.json#/definitions/ErrorResponse"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
}
}
},
Expand Down Expand Up @@ -91,10 +91,10 @@
"$ref": "#/parameters/PolicyNameParameter"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
Expand All @@ -107,7 +107,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./cdn.json#/definitions/ErrorResponse"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
}
}
},
Expand All @@ -131,10 +131,10 @@
"$ref": "#/parameters/PolicyNameParameter"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/parameters/ApiVersionParameter"
},
{
"description": "Policy to be created.",
Expand Down Expand Up @@ -173,7 +173,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./cdn.json#/definitions/ErrorResponse"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
}
}
},
Expand All @@ -198,10 +198,10 @@
"$ref": "#/parameters/PolicyNameParameter"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/parameters/ApiVersionParameter"
},
{
"description": "CdnWebApplicationFirewallPolicy parameters to be patched.",
Expand Down Expand Up @@ -234,7 +234,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./cdn.json#/definitions/ErrorResponse"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
}
}
},
Expand All @@ -259,10 +259,10 @@
"$ref": "#/parameters/PolicyNameParameter"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
Expand All @@ -275,7 +275,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./cdn.json#/definitions/ErrorResponse"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
}
}
},
Expand All @@ -296,10 +296,10 @@
"operationId": "ManagedRuleSets_List",
"parameters": [
{
"$ref": "#/parameters/subscriptionIdParameter"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
Expand All @@ -312,7 +312,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./cdn.json#/definitions/ErrorResponse"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
}
}
},
Expand Down Expand Up @@ -367,7 +367,7 @@
],
"allOf": [
{
"$ref": "./cdn.json#/definitions/TrackedResource"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/TrackedResource"
}
]
},
Expand Down Expand Up @@ -847,7 +847,7 @@
},
"allOf": [
{
"$ref": "./cdn.json#/definitions/Resource"
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/Resource"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"customDomainName": "domain1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"customDomainName": "domain1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"customDomainName": "domain1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"customDomainName": "domain1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"customDomainName": "domain1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"endpointName": "endpoint1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"endpointName": "endpoint1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"endpointName": "endpoint1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"endpointName": "endpoint1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"endpointName": "endpoint1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"endpointName": "endpoint1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"endpointName": "endpoint1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"originGroupName": "origingroup1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"originGroupName": "origingroup1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"originGroupName": "origingroup1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"originGroupName": "origingroup1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"originGroupName": "origingroup1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"originGroupName": "origingroup1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"originGroupName": "origingroup1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"originGroupName": "origingroup1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"originGroupName": "origingroup1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"originGroupName": "origingroup1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"profileName": "profile1",
"checkEndpointNameAvailabilityInput": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2025-04-15",
"subscriptionId": "subid",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "RG",
"profileName": "profile1",
"checkHostNameAvailabilityInput": {
Expand Down
Loading
Loading