Skip to content

Commit

Permalink
Merge e341363 into f4e5ae6
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaJiang7799 authored Jun 20, 2022
2 parents f4e5ae6 + e341363 commit 137a62d
Show file tree
Hide file tree
Showing 11 changed files with 1,178 additions and 1 deletion.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parameters": {
"api-version": "2022-05-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1",
"dedicatedVIPName": "dedicatedVIP1",
"dedicatedVIP": {
"properties": {
"IPAddress": "10.100.10.80",
"displayName": "dedicatedVIPForExample",
"certificate": "certificate1"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/dedicatedVIPs/dedicatedVIP1",
"type": "Microsoft.Cdn/profiles/dedicatedVIPs/",
"name": "dedicatedVIP1",
"properties": {
"IPAddress": "10.100.10.80",
"displayName": "dedicatedVIPForExample",
"certificate": "certificate1"
}
}
},
"201": {
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/dedicatedVIPs/dedicatedVIP1",
"type": "Microsoft.Cdn/profiles/dedicatedVIPs/",
"name": "dedicatedVIP1",
"properties": {
"IPAddress": "10.100.10.80",
"displayName": "dedicatedVIPForExample",
"certificate": "certificate1"
}
}
},
"202": {
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/dedicatedVIPs/dedicatedVIP1",
"type": "Microsoft.Cdn/profiles/dedicatedVIPs/",
"name": "dedicatedVIP1",
"properties": {
"IPAddress": "10.100.10.80",
"displayName": "dedicatedVIPForExample",
"certificate": "certificate1"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"api-version": "2022-05-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1",
"dedicatedVIPName": "dedicatedVIP1"
},
"responses": {
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"api-version": "2022-05-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1",
"dedicatedVIPName": "dedicatedVIP1"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/dedicatedVIPs/dedicatedVIP1",
"type": "Microsoft.Cdn/profiles/dedicatedVIPs/",
"name": "dedicatedVIP1",
"properties": {
"IPAddress": "10.100.10.80",
"displayName": "dedicatedVIPForExample",
"certificate": "certificate1"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parameters": {
"api-version": "2022-05-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1",
"dedicatedVIPName": "dedicatedVIP1"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/dedicatedVIPs/dedicatedVIP1",
"type": "Microsoft.Cdn/profiles/dedicatedVIPs/",
"name": "dedicatedVIP1",
"properties": {
"IPAddress": "10.100.10.80",
"displayName": "dedicatedVIPForExample",
"certificate": "certificate1"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"parameters": {
"api-version": "2022-05-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1",
"dedicatedVIPName": "dedicatedVIP1",
"dedicatedVIUpdateProperties": {
"properties": {
"IPAddress": "10.100.10.80",
"displayName": "dedicatedVIPForExample",
"certificate": "certificate1"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/dedicatedVIPs/dedicatedVIP1",
"type": "Microsoft.Cdn/profiles/dedicatedVIPs/",
"name": "dedicatedVIP1",
"properties": {
"IPAddress": "10.100.10.80",
"displayName": "dedicatedVIPForExample",
"certificate": "certificate1"
}
}
},
"202": {
"headers": {
"azure-asyncoperation": "https://management.azure.com/subscriptions/subid/resourcegroups/resourceGroupName/providers/Microsoft.Cdn/operationresults/operationId?api-version=2022-05-01-preview"
},
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/dedicatedVIPs/dedicatedVIP1",
"type": "Microsoft.Cdn/profiles/dedicatedVIPs/",
"name": "dedicatedVIP1",
"properties": {
"IPAddress": "10.100.10.80",
"displayName": "dedicatedVIPForExample",
"certificate": "certificate1"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"parameters": {
"api-version": "2022-05-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1",
"reservedRouteName": "reservedRoute1",
"reservedRoute": {
"properties": {
"domains": "www.contoso.com",
"paths": "/images"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/reservedRoutes/reservedRoute1",
"type": "Microsoft.Cdn/profiles/reservedRoutes",
"name": "reservedRoute1",
"properties": {
"domains": "www.contoso.com",
"paths": "/images"
}
}
},
"201": {
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/reservedRoutes/reservedRoute1",
"type": "Microsoft.Cdn/profiles/reservedRoutes",
"name": "reservedRoute1",
"properties": {
"domains": "www.contoso.com",
"paths": "/images"
}
}
},
"202": {
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/reservedRoutes/reservedRoute1",
"type": "Microsoft.Cdn/profiles/reservedRoutes",
"name": "reservedRoute1",
"properties": {
"domains": "www.contoso.com",
"paths": "/images"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"api-version": "2022-05-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1",
"reservedRouteName": "reservedRoute1"
},
"responses": {
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"api-version": "2022-05-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1",
"reservedRouteName": "reservedRoute1"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/reservedRoutes/reservedRoute1",
"type": "Microsoft.Cdn/profiles/reservedRoutes",
"name": "reservedRoute1",
"properties": {
"profileName": "profile1",
"domains": "www.contoso.com",
"paths": "/images"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parameters": {
"api-version": "2022-05-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/reservedRoutes",
"type": "Microsoft.Cdn/profiles/reservedRoutes",
"name": "reservedRoutes1",
"properties": {
"profileName": "profile1",
"domains": "www.contoso.com",
"paths": "/images"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"parameters": {
"api-version": "2022-05-01-preview",
"subscriptionId": "subid",
"resourceGroupName": "RG",
"profileName": "profile1",
"reservedRouteName": "reservedRoute1",
"reservedRouteUpdateProperties": {
"properties": {
"domains": "www.contoso.com",
"paths": "/images"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/reservedRoutes/reservedRoute1",
"type": "Microsoft.Cdn/profiles/reservedRoutes",
"name": "reservedRoute1",
"properties": {
"domains": "www.contoso.com",
"paths": "/images"
}
}
},
"202": {
"headers": {
"azure-asyncoperation": "https://management.azure.com/subscriptions/subid/resourcegroups/resourceGroupName/providers/Microsoft.Cdn/operationresults/operationId?api-version=2022-05-01-preview"
},
"body": {
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1/reservedRoutes/reservedRoute1",
"type": "Microsoft.Cdn/profiles/reservedRoutes",
"name": "reservedRoute1",
"properties": {
"domains": "www.contoso.com",
"paths": "/images"
}
}
}
}
}

0 comments on commit 137a62d

Please sign in to comment.