Skip to content

Commit a211ef5

Browse files
authored
Dev gubalasu frontdoor microsoft.network 2021 06 01 (#19578)
* Adds base for updating Microsoft.Network from version stable/2020-05-01 to version 2021-06-01 * Updates readme * Updates API version in new specs and examples * update waf configs and examples from 2020-11-01 * Update api version in new specs and examples * Migration api update * Update readme * Fix readme * update readme * Fix readme again * Fix readme * Fix readme * update waf policy provisioning state
1 parent 574ee06 commit a211ef5

28 files changed

+7025
-1
lines changed

specification/frontdoor/resource-manager/Microsoft.Network/stable/2021-06-01/assets/frontdoor.svg

Lines changed: 668 additions & 0 deletions
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-06-01",
4+
"checkFrontDoorNameAvailabilityInput": {
5+
"name": "sampleName",
6+
"type": "Microsoft.Network/frontDoors"
7+
}
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"nameAvailability": "Unavailable",
13+
"reason": "Name is already in use",
14+
"message": "Name not available"
15+
}
16+
}
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-06-01",
4+
"subscriptionId": "subid",
5+
"checkFrontDoorNameAvailabilityInput": {
6+
"name": "sampleName",
7+
"type": "Microsoft.Network/frontDoors/frontendEndpoints"
8+
}
9+
},
10+
"responses": {
11+
"200": {
12+
"body": {
13+
"nameAvailability": "Unavailable",
14+
"reason": "Name is already in use",
15+
"message": "Name not available"
16+
}
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)