File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
" application/json"
16
16
],
17
17
"paths" : {
18
- "/subscriptions/{subscriptionId}/providers/Microsoft.App/getVerificationId " : {
18
+ "/subscriptions/{subscriptionId}/providers/Microsoft.App/getCustomDomainVerificationId " : {
19
19
"post" : {
20
20
"tags" : [
21
21
" Subscriptions"
22
22
],
23
23
"description" : " Get the verification id of a subscription used for verifying custom domains" ,
24
- "operationId" : " GetVerificationId " ,
24
+ "operationId" : " GetCustomDomainVerificationId " ,
25
25
"parameters" : [
26
26
{
27
27
"$ref" : " ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
32
32
],
33
33
"responses" : {
34
34
"200" : {
35
- "description" : " OK. The verification id has been returned successfully." ,
35
+ "description" : " OK. The custom domain verification id has been returned successfully." ,
36
36
"schema" : {
37
- "$ref" : " #/definitions/VerificationId "
37
+ "$ref" : " #/definitions/CustomDomainVerificationId "
38
38
}
39
39
},
40
40
"default" : {
46
46
},
47
47
"x-ms-examples" : {
48
48
"List all operations" : {
49
- "$ref" : " ./examples/Subscriptions_GetVerificationId .json"
49
+ "$ref" : " ./examples/Subscriptions_GetCustomDomainVerificationId .json"
50
50
}
51
51
}
52
52
}
53
53
}
54
54
},
55
55
"definitions" : {
56
- "VerificationId " : {
57
- "description" : " Verification Id of a subscription" ,
56
+ "CustomDomainVerificationId " : {
57
+ "description" : " Custom domain verification Id of a subscription" ,
58
58
"type" : " string" ,
59
59
"readOnly" : true
60
60
}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments