Skip to content

Commit c134692

Browse files
Seris370Chenghui Yu
andauthored
rename verification id to custom domain verification id (#24874)
Co-authored-by: Chenghui Yu <[email protected]>
1 parent b2a8611 commit c134692

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/Subscriptions.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"application/json"
1616
],
1717
"paths": {
18-
"/subscriptions/{subscriptionId}/providers/Microsoft.App/getVerificationId": {
18+
"/subscriptions/{subscriptionId}/providers/Microsoft.App/getCustomDomainVerificationId": {
1919
"post": {
2020
"tags": [
2121
"Subscriptions"
2222
],
2323
"description": "Get the verification id of a subscription used for verifying custom domains",
24-
"operationId": "GetVerificationId",
24+
"operationId": "GetCustomDomainVerificationId",
2525
"parameters": [
2626
{
2727
"$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
@@ -32,9 +32,9 @@
3232
],
3333
"responses": {
3434
"200": {
35-
"description": "OK. The verification id has been returned successfully.",
35+
"description": "OK. The custom domain verification id has been returned successfully.",
3636
"schema": {
37-
"$ref": "#/definitions/VerificationId"
37+
"$ref": "#/definitions/CustomDomainVerificationId"
3838
}
3939
},
4040
"default": {
@@ -46,15 +46,15 @@
4646
},
4747
"x-ms-examples": {
4848
"List all operations": {
49-
"$ref": "./examples/Subscriptions_GetVerificationId.json"
49+
"$ref": "./examples/Subscriptions_GetCustomDomainVerificationId.json"
5050
}
5151
}
5252
}
5353
}
5454
},
5555
"definitions": {
56-
"VerificationId": {
57-
"description": "Verification Id of a subscription",
56+
"CustomDomainVerificationId": {
57+
"description": "Custom domain verification Id of a subscription",
5858
"type": "string",
5959
"readOnly": true
6060
}

0 commit comments

Comments
 (0)