Skip to content

Commit cc62492

Browse files
sergey-shandarjhendrixMSFT
authored andcommitted
Update OAV to 0.9.6 (#4624)
1 parent 75feb1f commit cc62492

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"@microsoft.azure/async-io": "^1.0.21",
1414
"@microsoft.azure/literate": "^1.0.21",
1515
"@microsoft.azure/polyfill": "^1.0.17",
16-
"@ts-common/local-install": "^0.0.7",
16+
"@ts-common/local-install": "^0.0.8",
1717
"fs-extra": "^3.0.1",
1818
"glob": "^5.0.14",
1919
"js-yaml": "^3.8.2",
2020
"json-schema-ref-parser": "^3.1.2",
2121
"mocha": "*",
2222
"oad": "^0.1.11",
23-
"oav": "^0.9.5",
23+
"oav": "^0.9.6",
2424
"request": "^2.61.0",
2525
"request-promise-native": "^1.0.5",
2626
"z-schema": "^3.24.2"

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"OPTIONS",
2323
"MERGE",
2424
"PUT"
25-
],
25+
],
2626
"maxAgeInSeconds": 100,
2727
"exposedHeaders": [
2828
"x-ms-meta-*"
@@ -31,7 +31,7 @@
3131
"x-ms-meta-abc",
3232
"x-ms-meta-data*",
3333
"x-ms-meta-target*"
34-
],
34+
]
3535
},
3636
{
3737
"allowedOrigins": [
@@ -46,7 +46,7 @@
4646
],
4747
"allowedHeaders": [
4848
"*"
49-
],
49+
]
5050
},
5151
{
5252
"allowedOrigins": [
@@ -65,7 +65,7 @@
6565
],
6666
"allowedHeaders": [
6767
"x-ms-meta-12345675754564*"
68-
],
68+
]
6969
}
7070
]
7171
},
@@ -98,7 +98,7 @@
9898
"OPTIONS",
9999
"MERGE",
100100
"PUT"
101-
],
101+
],
102102
"maxAgeInSeconds": 100,
103103
"exposedHeaders": [
104104
"x-ms-meta-*"
@@ -107,7 +107,7 @@
107107
"x-ms-meta-abc",
108108
"x-ms-meta-data*",
109109
"x-ms-meta-target*"
110-
],
110+
]
111111
},
112112
{
113113
"allowedOrigins": [
@@ -122,7 +122,7 @@
122122
],
123123
"allowedHeaders": [
124124
"*"
125-
],
125+
]
126126
},
127127
{
128128
"allowedOrigins": [
@@ -141,7 +141,7 @@
141141
],
142142
"allowedHeaders": [
143143
"x-ms-meta-12345675754564*"
144-
],
144+
]
145145
}
146146
]
147147
},

0 commit comments

Comments
 (0)