Skip to content

Commit

Permalink
Adding LOR extension for CDN custom domain enable/disable https POST …
Browse files Browse the repository at this point in the history
…endpoint (Azure#13718)
  • Loading branch information
magodo authored and mkarmark committed Jul 20, 2021
1 parent 2a48214 commit a77ab69
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,8 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-ms-long-running-operation": true
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains/{customDomainName}/enableCustomHttps": {
Expand Down Expand Up @@ -1717,7 +1718,8 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-ms-long-running-operation": true
}
},
"/providers/Microsoft.Cdn/checkNameAvailability": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,8 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-ms-long-running-operation": true
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains/{customDomainName}/enableCustomHttps": {
Expand Down Expand Up @@ -1717,7 +1718,8 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-ms-long-running-operation": true
}
},
"/providers/Microsoft.Cdn/checkNameAvailability": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2110,7 +2110,8 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-ms-long-running-operation": true
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains/{customDomainName}/enableCustomHttps": {
Expand Down Expand Up @@ -2185,7 +2186,8 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-ms-long-running-operation": true
}
},
"/providers/Microsoft.Cdn/checkNameAvailability": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2110,7 +2110,8 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-ms-long-running-operation": true
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains/{customDomainName}/enableCustomHttps": {
Expand Down Expand Up @@ -2185,7 +2186,8 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-ms-long-running-operation": true
}
},
"/providers/Microsoft.Cdn/checkNameAvailability": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2110,7 +2110,8 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-ms-long-running-operation": true
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains/{customDomainName}/enableCustomHttps": {
Expand Down Expand Up @@ -2185,7 +2186,8 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-ms-long-running-operation": true
}
},
"/providers/Microsoft.Cdn/checkNameAvailability": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2110,7 +2110,8 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-ms-long-running-operation": true
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains/{customDomainName}/enableCustomHttps": {
Expand Down Expand Up @@ -2185,7 +2186,8 @@
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"x-ms-long-running-operation": true
}
},
"/providers/Microsoft.Cdn/checkNameAvailability": {
Expand Down

0 comments on commit a77ab69

Please sign in to comment.