Skip to content

Commit 297c086

Browse files
authored
fix invalid container names in examples. Azure Blob Storage container names are not allowed to have upper case letters (Azure#14190)
1 parent c2dce10 commit 297c086

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/CreateConversion.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"body": {
88
"settings": {
99
"inputLocation": {
10-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput",
10+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput",
1111
"blobPrefix": "models/",
1212
"relativeInputAssetPath": "house.fbx"
1313
},
1414
"outputLocation": {
15-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput",
15+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput",
1616
"blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e",
1717
"outputAssetFilename": "convertedHouse.arrAsset"
1818
}
@@ -29,12 +29,12 @@
2929
"creationTime": "2021-01-01T11:11:11.111Z",
3030
"settings": {
3131
"inputLocation": {
32-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput",
32+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput",
3333
"blobPrefix": "models/",
3434
"relativeInputAssetPath": "house.fbx"
3535
},
3636
"outputLocation": {
37-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput",
37+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput",
3838
"blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e",
3939
"outputAssetFilename": "convertedHouse.arrAsset"
4040
}
@@ -52,12 +52,12 @@
5252
"creationTime": "2021-01-01T11:11:11.111Z",
5353
"settings": {
5454
"inputLocation": {
55-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput",
55+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput",
5656
"blobPrefix": "models/",
5757
"relativeInputAssetPath": "house.fbx"
5858
},
5959
"outputLocation": {
60-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput",
60+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput",
6161
"blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e",
6262
"outputAssetFilename": "convertedHouse.arrAsset"
6363
}

specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/GetConversion.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"creationTime": "2021-01-01T11:11:11.111Z",
1616
"settings": {
1717
"inputLocation": {
18-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput",
18+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput",
1919
"blobPrefix": "models/",
2020
"relativeInputAssetPath": "house.fbx"
2121
},
2222
"outputLocation": {
23-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput",
23+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput",
2424
"blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e",
2525
"outputAssetFilename": "convertedHouse.arrAsset"
2626
}
2727
},
2828
"status": "Succeeded",
2929
"error": null,
3030
"output": {
31-
"outputAssetUri": "https://contosostorage01.blob.core.windows.net/arrOutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset"
31+
"outputAssetUri": "https://contosostorage01.blob.core.windows.net/arroutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset"
3232
}
3333
}
3434
},

specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/ListConversions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,33 +17,33 @@
1717
"creationTime": "2021-01-01T11:11:11.111Z",
1818
"settings": {
1919
"inputLocation": {
20-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput",
20+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput",
2121
"blobPrefix": "models/",
2222
"relativeInputAssetPath": "house.fbx"
2323
},
2424
"outputLocation": {
25-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput",
25+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput",
2626
"blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e",
2727
"outputAssetFilename": "convertedHouse.arrAsset"
2828
}
2929
},
3030
"status": "Succeeded",
3131
"error": null,
3232
"output": {
33-
"outputAssetUri": "https://contosostorage01.blob.core.windows.net/arrOutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset"
33+
"outputAssetUri": "https://contosostorage01.blob.core.windows.net/arroutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset"
3434
}
3535
},
3636
{
3737
"id": "contoso-conversion-7da568fb-f3da-4b6d-ba75-d18c8e5a015e",
3838
"creationTime": "2021-02-02T11:11:11.111Z",
3939
"settings": {
4040
"inputLocation": {
41-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput",
41+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput",
4242
"blobPrefix": "models/",
4343
"relativeInputAssetPath": "barrel.fbx"
4444
},
4545
"outputLocation": {
46-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput",
46+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput",
4747
"blobPrefix": "conversionOutput/7da568fb-f3da-4b6d-ba75-d18c8e5a015e"
4848
}
4949
},

specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/mr-arr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@
966966
"type": "string",
967967
"description": "The URI of the Azure blob storage container containing the input model.",
968968
"format": "uri",
969-
"example": "https://contosostorage01.blob.core.windows.net/arrInput"
969+
"example": "https://contosostorage01.blob.core.windows.net/arrinput"
970970
},
971971
"storageContainerReadListSas": {
972972
"type": "string",
@@ -996,7 +996,7 @@
996996
"type": "string",
997997
"description": "The URI of the Azure blob storage container where the result of the conversion should be written to.",
998998
"format": "uri",
999-
"example": "https://contosostorage01.blob.core.windows.net/arrOutput"
999+
"example": "https://contosostorage01.blob.core.windows.net/arroutput"
10001000
},
10011001
"storageContainerWriteSas": {
10021002
"type": "string",

specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/CreateConversion.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"body": {
88
"settings": {
99
"inputLocation": {
10-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput",
10+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput",
1111
"blobPrefix": "models/",
1212
"relativeInputAssetPath": "house.fbx"
1313
},
1414
"outputLocation": {
15-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput",
15+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput",
1616
"blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e",
1717
"outputAssetFilename": "convertedHouse.arrAsset"
1818
}
@@ -29,12 +29,12 @@
2929
"creationTime": "2021-01-01T11:11:11.111Z",
3030
"settings": {
3131
"inputLocation": {
32-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput",
32+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput",
3333
"blobPrefix": "models/",
3434
"relativeInputAssetPath": "house.fbx"
3535
},
3636
"outputLocation": {
37-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput",
37+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput",
3838
"blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e",
3939
"outputAssetFilename": "convertedHouse.arrAsset"
4040
}
@@ -52,12 +52,12 @@
5252
"creationTime": "2021-01-01T11:11:11.111Z",
5353
"settings": {
5454
"inputLocation": {
55-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput",
55+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput",
5656
"blobPrefix": "models/",
5757
"relativeInputAssetPath": "house.fbx"
5858
},
5959
"outputLocation": {
60-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput",
60+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput",
6161
"blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e",
6262
"outputAssetFilename": "convertedHouse.arrAsset"
6363
}

specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/GetConversion.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"creationTime": "2021-01-01T11:11:11.111Z",
1616
"settings": {
1717
"inputLocation": {
18-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput",
18+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput",
1919
"blobPrefix": "models/",
2020
"relativeInputAssetPath": "house.fbx"
2121
},
2222
"outputLocation": {
23-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput",
23+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput",
2424
"blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e",
2525
"outputAssetFilename": "convertedHouse.arrAsset"
2626
}
2727
},
2828
"status": "Succeeded",
2929
"error": null,
3030
"output": {
31-
"outputAssetUri": "https://contosostorage01.blob.core.windows.net/arrOutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset"
31+
"outputAssetUri": "https://contosostorage01.blob.core.windows.net/arroutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset"
3232
}
3333
}
3434
},

specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/ListConversions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,33 +17,33 @@
1717
"creationTime": "2021-01-01T11:11:11.111Z",
1818
"settings": {
1919
"inputLocation": {
20-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput",
20+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput",
2121
"blobPrefix": "models/",
2222
"relativeInputAssetPath": "house.fbx"
2323
},
2424
"outputLocation": {
25-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput",
25+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput",
2626
"blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e",
2727
"outputAssetFilename": "convertedHouse.arrAsset"
2828
}
2929
},
3030
"status": "Succeeded",
3131
"error": null,
3232
"output": {
33-
"outputAssetUri": "https://contosostorage01.blob.core.windows.net/arrOutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset"
33+
"outputAssetUri": "https://contosostorage01.blob.core.windows.net/arroutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset"
3434
}
3535
},
3636
{
3737
"id": "contoso-conversion-7da568fb-f3da-4b6d-ba75-d18c8e5a015e",
3838
"creationTime": "2021-02-02T11:11:11.111Z",
3939
"settings": {
4040
"inputLocation": {
41-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput",
41+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput",
4242
"blobPrefix": "models/",
4343
"relativeInputAssetPath": "barrel.fbx"
4444
},
4545
"outputLocation": {
46-
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput",
46+
"storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput",
4747
"blobPrefix": "conversionOutput/7da568fb-f3da-4b6d-ba75-d18c8e5a015e"
4848
}
4949
},

specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/mr-arr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@
966966
"type": "string",
967967
"description": "The URI of the Azure blob storage container containing the input model.",
968968
"format": "uri",
969-
"example": "https://contosostorage01.blob.core.windows.net/arrInput"
969+
"example": "https://contosostorage01.blob.core.windows.net/arrinput"
970970
},
971971
"storageContainerReadListSas": {
972972
"type": "string",
@@ -996,7 +996,7 @@
996996
"type": "string",
997997
"description": "The URI of the Azure blob storage container where the result of the conversion should be written to.",
998998
"format": "uri",
999-
"example": "https://contosostorage01.blob.core.windows.net/arrOutput"
999+
"example": "https://contosostorage01.blob.core.windows.net/arroutput"
10001000
},
10011001
"storageContainerWriteSas": {
10021002
"type": "string",

0 commit comments

Comments
 (0)