From d396cd29919e6d6aac0da8a7c591d49552f72997 Mon Sep 17 00:00:00 2001 From: Richard Kogelnig Date: Thu, 29 Apr 2021 15:17:05 +0100 Subject: [PATCH] fix invalid container names in examples. Azure Blob Storage container names are not allowed to have upper case letters --- .../examples/CreateConversion.json | 12 ++++++------ .../2021-01-01-preview/examples/GetConversion.json | 6 +++--- .../2021-01-01-preview/examples/ListConversions.json | 10 +++++----- .../preview/2021-01-01-preview/mr-arr.json | 4 ++-- .../stable/2021-01-01/examples/CreateConversion.json | 12 ++++++------ .../stable/2021-01-01/examples/GetConversion.json | 6 +++--- .../stable/2021-01-01/examples/ListConversions.json | 10 +++++----- .../stable/2021-01-01/mr-arr.json | 4 ++-- 8 files changed, 32 insertions(+), 32 deletions(-) diff --git a/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/CreateConversion.json b/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/CreateConversion.json index b7e8545f0348..48b287907de8 100644 --- a/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/CreateConversion.json +++ b/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/CreateConversion.json @@ -7,12 +7,12 @@ "body": { "settings": { "inputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput", "blobPrefix": "models/", "relativeInputAssetPath": "house.fbx" }, "outputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput", "blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e", "outputAssetFilename": "convertedHouse.arrAsset" } @@ -29,12 +29,12 @@ "creationTime": "2021-01-01T11:11:11.111Z", "settings": { "inputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput", "blobPrefix": "models/", "relativeInputAssetPath": "house.fbx" }, "outputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput", "blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e", "outputAssetFilename": "convertedHouse.arrAsset" } @@ -52,12 +52,12 @@ "creationTime": "2021-01-01T11:11:11.111Z", "settings": { "inputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput", "blobPrefix": "models/", "relativeInputAssetPath": "house.fbx" }, "outputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput", "blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e", "outputAssetFilename": "convertedHouse.arrAsset" } diff --git a/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/GetConversion.json b/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/GetConversion.json index 0abfa0fd57c1..58652293ba3f 100644 --- a/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/GetConversion.json +++ b/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/GetConversion.json @@ -15,12 +15,12 @@ "creationTime": "2021-01-01T11:11:11.111Z", "settings": { "inputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput", "blobPrefix": "models/", "relativeInputAssetPath": "house.fbx" }, "outputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput", "blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e", "outputAssetFilename": "convertedHouse.arrAsset" } @@ -28,7 +28,7 @@ "status": "Succeeded", "error": null, "output": { - "outputAssetUri": "https://contosostorage01.blob.core.windows.net/arrOutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset" + "outputAssetUri": "https://contosostorage01.blob.core.windows.net/arroutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset" } } }, diff --git a/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/ListConversions.json b/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/ListConversions.json index 9a53c2ef3bc3..a41bf631d750 100644 --- a/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/ListConversions.json +++ b/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/examples/ListConversions.json @@ -17,12 +17,12 @@ "creationTime": "2021-01-01T11:11:11.111Z", "settings": { "inputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput", "blobPrefix": "models/", "relativeInputAssetPath": "house.fbx" }, "outputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput", "blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e", "outputAssetFilename": "convertedHouse.arrAsset" } @@ -30,7 +30,7 @@ "status": "Succeeded", "error": null, "output": { - "outputAssetUri": "https://contosostorage01.blob.core.windows.net/arrOutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset" + "outputAssetUri": "https://contosostorage01.blob.core.windows.net/arroutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset" } }, { @@ -38,12 +38,12 @@ "creationTime": "2021-02-02T11:11:11.111Z", "settings": { "inputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput", "blobPrefix": "models/", "relativeInputAssetPath": "barrel.fbx" }, "outputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput", "blobPrefix": "conversionOutput/7da568fb-f3da-4b6d-ba75-d18c8e5a015e" } }, diff --git a/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/mr-arr.json b/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/mr-arr.json index 68c16774cb36..456ba6a3b372 100644 --- a/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/mr-arr.json +++ b/specification/mixedreality/data-plane/Microsoft.MixedReality/preview/2021-01-01-preview/mr-arr.json @@ -966,7 +966,7 @@ "type": "string", "description": "The URI of the Azure blob storage container containing the input model.", "format": "uri", - "example": "https://contosostorage01.blob.core.windows.net/arrInput" + "example": "https://contosostorage01.blob.core.windows.net/arrinput" }, "storageContainerReadListSas": { "type": "string", @@ -996,7 +996,7 @@ "type": "string", "description": "The URI of the Azure blob storage container where the result of the conversion should be written to.", "format": "uri", - "example": "https://contosostorage01.blob.core.windows.net/arrOutput" + "example": "https://contosostorage01.blob.core.windows.net/arroutput" }, "storageContainerWriteSas": { "type": "string", diff --git a/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/CreateConversion.json b/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/CreateConversion.json index b883d2e0ef67..07fd05737714 100644 --- a/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/CreateConversion.json +++ b/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/CreateConversion.json @@ -7,12 +7,12 @@ "body": { "settings": { "inputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput", "blobPrefix": "models/", "relativeInputAssetPath": "house.fbx" }, "outputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput", "blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e", "outputAssetFilename": "convertedHouse.arrAsset" } @@ -29,12 +29,12 @@ "creationTime": "2021-01-01T11:11:11.111Z", "settings": { "inputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput", "blobPrefix": "models/", "relativeInputAssetPath": "house.fbx" }, "outputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput", "blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e", "outputAssetFilename": "convertedHouse.arrAsset" } @@ -52,12 +52,12 @@ "creationTime": "2021-01-01T11:11:11.111Z", "settings": { "inputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput", "blobPrefix": "models/", "relativeInputAssetPath": "house.fbx" }, "outputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput", "blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e", "outputAssetFilename": "convertedHouse.arrAsset" } diff --git a/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/GetConversion.json b/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/GetConversion.json index 8163c4a06823..0429fb17bb86 100644 --- a/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/GetConversion.json +++ b/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/GetConversion.json @@ -15,12 +15,12 @@ "creationTime": "2021-01-01T11:11:11.111Z", "settings": { "inputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput", "blobPrefix": "models/", "relativeInputAssetPath": "house.fbx" }, "outputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput", "blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e", "outputAssetFilename": "convertedHouse.arrAsset" } @@ -28,7 +28,7 @@ "status": "Succeeded", "error": null, "output": { - "outputAssetUri": "https://contosostorage01.blob.core.windows.net/arrOutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset" + "outputAssetUri": "https://contosostorage01.blob.core.windows.net/arroutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset" } } }, diff --git a/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/ListConversions.json b/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/ListConversions.json index e88e219e9686..bb2ee95ca517 100644 --- a/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/ListConversions.json +++ b/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/examples/ListConversions.json @@ -17,12 +17,12 @@ "creationTime": "2021-01-01T11:11:11.111Z", "settings": { "inputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput", "blobPrefix": "models/", "relativeInputAssetPath": "house.fbx" }, "outputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput", "blobPrefix": "conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e", "outputAssetFilename": "convertedHouse.arrAsset" } @@ -30,7 +30,7 @@ "status": "Succeeded", "error": null, "output": { - "outputAssetUri": "https://contosostorage01.blob.core.windows.net/arrOutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset" + "outputAssetUri": "https://contosostorage01.blob.core.windows.net/arroutput/conversionOutput/fbc3646c-0b97-4553-81ca-6fae2bfb754e/convertedHouse.arrAsset" } }, { @@ -38,12 +38,12 @@ "creationTime": "2021-02-02T11:11:11.111Z", "settings": { "inputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrInput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrinput", "blobPrefix": "models/", "relativeInputAssetPath": "barrel.fbx" }, "outputLocation": { - "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arrOutput", + "storageContainerUri": "https://contosostorage01.blob.core.windows.net/arroutput", "blobPrefix": "conversionOutput/7da568fb-f3da-4b6d-ba75-d18c8e5a015e" } }, diff --git a/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/mr-arr.json b/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/mr-arr.json index f7b57b0d7fb8..6af64c98b184 100644 --- a/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/mr-arr.json +++ b/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/mr-arr.json @@ -966,7 +966,7 @@ "type": "string", "description": "The URI of the Azure blob storage container containing the input model.", "format": "uri", - "example": "https://contosostorage01.blob.core.windows.net/arrInput" + "example": "https://contosostorage01.blob.core.windows.net/arrinput" }, "storageContainerReadListSas": { "type": "string", @@ -996,7 +996,7 @@ "type": "string", "description": "The URI of the Azure blob storage container where the result of the conversion should be written to.", "format": "uri", - "example": "https://contosostorage01.blob.core.windows.net/arrOutput" + "example": "https://contosostorage01.blob.core.windows.net/arroutput" }, "storageContainerWriteSas": { "type": "string",