Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1aae61

Browse files
bluewwlmazuel
authored andcommitted
[Storage] Fix the UseSubDomainName (Azure#4938)
1 parent 7119de0 commit a1aae61

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

specification/storage/resource-manager/Microsoft.Storage/preview/2015-05-01-preview/storage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
"type": "string",
511511
"description": "Gets or sets the custom domain name. Name is the CNAME source."
512512
},
513-
"useSubDomain": {
513+
"useSubDomainName": {
514514
"type": "boolean",
515515
"description": "Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates"
516516
}

specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/storage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@
10321032
"type": "string",
10331033
"description": "Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source."
10341034
},
1035-
"useSubDomain": {
1035+
"useSubDomainName": {
10361036
"type": "boolean",
10371037
"description": "Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates."
10381038
}

specification/storage/resource-manager/Microsoft.Storage/stable/2015-06-15/storage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
"type": "string",
524524
"description": "The custom domain name. Name is the CNAME source."
525525
},
526-
"useSubDomain": {
526+
"useSubDomainName": {
527527
"type": "boolean",
528528
"description": "Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates"
529529
}

specification/storage/resource-manager/Microsoft.Storage/stable/2016-01-01/storage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501
"type": "string",
502502
"description": "Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source."
503503
},
504-
"useSubDomain": {
504+
"useSubDomainName": {
505505
"type": "boolean",
506506
"description": "Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates."
507507
}

specification/storage/resource-manager/Microsoft.Storage/stable/2016-05-01/storage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@
565565
"type": "string",
566566
"description": "Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source."
567567
},
568-
"useSubDomain": {
568+
"useSubDomainName": {
569569
"type": "boolean",
570570
"description": "Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates."
571571
}

specification/storage/resource-manager/Microsoft.Storage/stable/2016-12-01/storage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
"type": "string",
569569
"description": "Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source."
570570
},
571-
"useSubDomain": {
571+
"useSubDomainName": {
572572
"type": "boolean",
573573
"description": "Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates."
574574
}

specification/storage/resource-manager/Microsoft.Storage/stable/2017-06-01/storage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@
900900
"type": "string",
901901
"description": "Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source."
902902
},
903-
"useSubDomain": {
903+
"useSubDomainName": {
904904
"type": "boolean",
905905
"description": "Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates."
906906
}

specification/storage/resource-manager/Microsoft.Storage/stable/2017-10-01/storage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@
901901
"type": "string",
902902
"description": "Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source."
903903
},
904-
"useSubDomain": {
904+
"useSubDomainName": {
905905
"type": "boolean",
906906
"description": "Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates."
907907
}

specification/storage/resource-manager/Microsoft.Storage/stable/2018-02-01/storage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@
964964
"type": "string",
965965
"description": "Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source."
966966
},
967-
"useSubDomain": {
967+
"useSubDomainName": {
968968
"type": "boolean",
969969
"description": "Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates."
970970
}

specification/storage/resource-manager/Microsoft.Storage/stable/2018-07-01/storage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@
940940
"type": "string",
941941
"description": "Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source."
942942
},
943-
"useSubDomain": {
943+
"useSubDomainName": {
944944
"type": "boolean",
945945
"description": "Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates."
946946
}

0 commit comments

Comments
 (0)