Skip to content

Commit 592eef0

Browse files
committed
#40 light changes and buildings and tree addition bis
1 parent 4aa16a2 commit 592eef0

37 files changed

+82
-119
lines changed

src/MIC/Assets/.MeshCloudScripting/MIC-Maquette/App.cs

-40
Original file line numberDiff line numberDiff line change
@@ -272,46 +272,6 @@ public async Task StartAsync(CancellationToken token)
272272

273273
}
274274
}
275-
276-
277-
static async Task<List<DescriptionLogitech>> GetLogitechDescriptions()
278-
{
279-
using (HttpClient client = new HttpClient())
280-
{
281-
try
282-
{
283-
var request = new HttpRequestMessage(HttpMethod.Get, "https://stma86a4449dc84f4d2bwe.blob.core.windows.net/logitech-descriptions/logitechDescriptions.json?sp=r&st=2024-04-26T09:20:01Z&se=2024-04-26T17:20:01Z&spr=https&sv=2022-11-02&sr=c&sig=Udz0t8FcEqd6SR4pXdrjfvoI51U2sdRFvPU627Hq32o%3D");
284-
var response = await client.SendAsync(request);
285-
if (response.IsSuccessStatusCode)
286-
{
287-
string jsonString = await response.Content.ReadAsStringAsync();
288-
289-
290-
List<DescriptionLogitech> descriptions = JsonConvert.DeserializeObject<List<DescriptionLogitech>>(jsonString);
291-
292-
return descriptions;
293-
}
294-
return null;
295-
}
296-
catch (Exception ex)
297-
{
298-
// Gérer les exceptions
299-
Console.WriteLine($"Une erreur s'est produite lors de la récupération du contenu du blob : {ex.Message}");
300-
return null;
301-
}
302-
}
303-
}
304-
305-
306-
307-
308-
309-
310-
311-
312-
313-
314-
315275
public async Task<string> GetImage(TransformNode node, string imageUrl)
316276
{
317277
using (HttpClient client = new HttpClient())
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:0adf24b4fbf9c1295ed186f81c33a4f21aeba6aa737853fbb7e1b2da8c2cf17b
2+
oid sha256:2274ad01015ed571983f80a67a86e256cacf3f08ece1e9fc8147d05cfa63a93e
33
size 340992
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:244c008c37803afd5b018c24888134da544b7b055d50d407b115573362971df6
2+
oid sha256:4794bf4b253d2c284f3b804f09bb227ea7d87ba9cdfe49f2b16480bf9598a840
33
size 149504
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"updatedDate": "2024-03-28T10:18:32.1597991+01:00",
3-
"appEndpoint": "https://app-ma-d667ef32a3b041e8-we-svc.azurewebsites.net/channel",
4-
"appEndpointStaging": "https://app-ma-d667ef32a3b041e8-we-svc-staging.azurewebsites.net/channel",
5-
"appId": "86a4449d-c84f-4d2b-be9e-59892d396d17",
3+
"appEndpoint": "https://app-ma-87fdfae99f524379-we-svc.azurewebsites.net/channel",
4+
"appEndpointStaging": "https://app-ma-87fdfae99f524379-we-svc-staging.azurewebsites.net/channel",
5+
"appId": "18b91a63-5b12-453a-8ea7-92cd7e07dfe8",
66
"cloudhostVersion": "ms.mrservices.meshapps:cloudhost_main_2311.2203_2.0.105",
7-
"InfraCreatedDate": "2024-03-28T10:38:37.2840516+01:00",
7+
"InfraCreatedDate": "2024-04-29T10:46:57.148294+02:00",
88
"deactivateAppInstanceWhenVacant": "False",
99
"enableAppMonitoring": "True",
1010
"entryPoint": "MIC-Maquette.dll",
1111
"instanceIdleTimeout": "30",
1212
"instanceResponseTimeout": "30",
1313
"language": "C#",
14-
"latestAppId": "d667ef32-a3b0-41e8-9f3d-4489504ac8f1",
14+
"latestAppId": "87fdfae9-9f52-4379-8874-5e4464d129a5",
1515
"location": "westeurope",
16-
"mode": "Dev",
16+
"mode": "prod",
1717
"name": "MIC-Maquette",
1818
"resourceGroup": "rg-meshInnovateCreate-westeurope-dev-001",
1919
"subscriptionId": "1310286d-4161-404b-b6eb-6a936fac3555",
2020
"wasLastProvisionAppSuccessful": "True",
2121
"wasLastDeployAppSuccessful": null,
2222
"wasLastUploadBlobSuccessful": "True",
23-
"meshAppBuildId": "0b159bf5-3fc5-412e-9d88-123eb7d91c70",
23+
"meshAppBuildId": "2ccc1841-96e8-4164-8f8d-cf9ddcb44a7b",
2424
"debugTimeoutSecs": 120,
2525
"provisionState": "Inactive"
2626
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:21c91e20f7afdb80c3f44a5f24f7c3c5f4d013b5c08db67d87c9abbcd5c69998
3-
size 334848
2+
oid sha256:fad1143b5d11925463d819af554c98a23b0f1aef10823931b4f5f3212be827d3
3+
size 335360
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:244c008c37803afd5b018c24888134da544b7b055d50d407b115573362971df6
2+
oid sha256:4794bf4b253d2c284f3b804f09bb227ea7d87ba9cdfe49f2b16480bf9598a840
33
size 149504
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
{
2-
"Logging": {
3-
"LogLevel": {
4-
"Default": "Information"
5-
},
6-
"Console": {
7-
"LogLevel": {
8-
"Default": "Error"
9-
},
10-
"FormatterName": "json"
11-
},
12-
"ApplicationInsights": {
13-
"LogLevel": {
14-
"Default": "Information"
15-
}
16-
}
2+
"Logging": {
3+
"LogLevel": {
4+
"Default": "Information"
5+
},
6+
"Console": {
7+
"LogLevel": {
8+
"Default": "Error"
9+
},
10+
"FormatterName": "json"
11+
},
12+
"ApplicationInsights": {
13+
"LogLevel": {
14+
"Default": "Information"
15+
}
16+
},
17+
"Logitech": {
18+
"Blob": "https://stma86a4449dc84f4d2bwe.blob.core.windows.net/logitech-descriptions/logitechDescriptions.json?sp=r&st=2024-04-25T09:25:14Z&se=2024-04-25T17:25:14Z&spr=https&sv=2022-11-02&sr=c&sig=96ga08wNqRfdZaDl4p0HZmn8dFRbiLHdx6TSg2xz4J4%3D"
1719
}
20+
}
1821
}
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"updatedDate": "2024-03-28T10:18:32.1597991+01:00",
3-
"appEndpoint": "https://app-ma-d667ef32a3b041e8-we-svc.azurewebsites.net/channel",
4-
"appEndpointStaging": "https://app-ma-d667ef32a3b041e8-we-svc-staging.azurewebsites.net/channel",
5-
"appId": "86a4449d-c84f-4d2b-be9e-59892d396d17",
3+
"appEndpoint": "https://app-ma-87fdfae99f524379-we-svc.azurewebsites.net/channel",
4+
"appEndpointStaging": "https://app-ma-87fdfae99f524379-we-svc-staging.azurewebsites.net/channel",
5+
"appId": "18b91a63-5b12-453a-8ea7-92cd7e07dfe8",
66
"cloudhostVersion": "ms.mrservices.meshapps:cloudhost_main_2311.2203_2.0.105",
7-
"InfraCreatedDate": "2024-03-28T10:38:37.2840516+01:00",
7+
"InfraCreatedDate": "2024-04-29T10:46:57.148294+02:00",
88
"deactivateAppInstanceWhenVacant": "False",
99
"enableAppMonitoring": "True",
1010
"entryPoint": "MIC-Maquette.dll",
1111
"instanceIdleTimeout": "30",
1212
"instanceResponseTimeout": "30",
1313
"language": "C#",
14-
"latestAppId": "d667ef32-a3b0-41e8-9f3d-4489504ac8f1",
14+
"latestAppId": "87fdfae9-9f52-4379-8874-5e4464d129a5",
1515
"location": "westeurope",
16-
"mode": "Dev",
16+
"mode": "prod",
1717
"name": "MIC-Maquette",
1818
"resourceGroup": "rg-meshInnovateCreate-westeurope-dev-001",
1919
"subscriptionId": "1310286d-4161-404b-b6eb-6a936fac3555",
2020
"wasLastProvisionAppSuccessful": "True",
2121
"wasLastDeployAppSuccessful": null,
2222
"wasLastUploadBlobSuccessful": "False",
23-
"meshAppBuildId": "0b159bf5-3fc5-412e-9d88-123eb7d91c70",
23+
"meshAppBuildId": "2ccc1841-96e8-4164-8f8d-cf9ddcb44a7b",
2424
"debugTimeoutSecs": 120,
2525
"provisionState": "Inactive"
2626
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:90698ab67dbbbcf2b9d71abb02c6e9ec0c013064548e94005d5f64c5ec48089f
3-
size 87494283
2+
oid sha256:702a04b9d5276afa9e82fe6bbbb18f8f241737e4cafd4eaeca12fcb86bb9ebac
3+
size 87494877
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:0adf24b4fbf9c1295ed186f81c33a4f21aeba6aa737853fbb7e1b2da8c2cf17b
2+
oid sha256:2274ad01015ed571983f80a67a86e256cacf3f08ece1e9fc8147d05cfa63a93e
33
size 340992
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:244c008c37803afd5b018c24888134da544b7b055d50d407b115573362971df6
2+
oid sha256:4794bf4b253d2c284f3b804f09bb227ea7d87ba9cdfe49f2b16480bf9598a840
33
size 149504
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"updatedDate": "2024-03-28T10:18:32.1597991+01:00",
3-
"appEndpoint": "https://app-ma-d667ef32a3b041e8-we-svc.azurewebsites.net/channel",
4-
"appEndpointStaging": "https://app-ma-d667ef32a3b041e8-we-svc-staging.azurewebsites.net/channel",
5-
"appId": "86a4449d-c84f-4d2b-be9e-59892d396d17",
3+
"appEndpoint": "https://app-ma-87fdfae99f524379-we-svc.azurewebsites.net/channel",
4+
"appEndpointStaging": "https://app-ma-87fdfae99f524379-we-svc-staging.azurewebsites.net/channel",
5+
"appId": "18b91a63-5b12-453a-8ea7-92cd7e07dfe8",
66
"cloudhostVersion": "ms.mrservices.meshapps:cloudhost_main_2311.2203_2.0.105",
7-
"InfraCreatedDate": "2024-03-28T10:38:37.2840516+01:00",
7+
"InfraCreatedDate": "2024-04-29T10:46:57.148294+02:00",
88
"deactivateAppInstanceWhenVacant": "False",
99
"enableAppMonitoring": "True",
1010
"entryPoint": "MIC-Maquette.dll",
1111
"instanceIdleTimeout": "30",
1212
"instanceResponseTimeout": "30",
1313
"language": "C#",
14-
"latestAppId": "d667ef32-a3b0-41e8-9f3d-4489504ac8f1",
14+
"latestAppId": "87fdfae9-9f52-4379-8874-5e4464d129a5",
1515
"location": "westeurope",
16-
"mode": "Dev",
16+
"mode": "prod",
1717
"name": "MIC-Maquette",
1818
"resourceGroup": "rg-meshInnovateCreate-westeurope-dev-001",
1919
"subscriptionId": "1310286d-4161-404b-b6eb-6a936fac3555",
2020
"wasLastProvisionAppSuccessful": "True",
2121
"wasLastDeployAppSuccessful": null,
2222
"wasLastUploadBlobSuccessful": "True",
23-
"meshAppBuildId": "0b159bf5-3fc5-412e-9d88-123eb7d91c70",
23+
"meshAppBuildId": "2ccc1841-96e8-4164-8f8d-cf9ddcb44a7b",
2424
"debugTimeoutSecs": 120,
2525
"provisionState": "Inactive"
2626
}
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"updatedDate": "2024-03-28T10:18:32.1597991+01:00",
3-
"appEndpoint": "https://app-ma-d667ef32a3b041e8-we-svc.azurewebsites.net/channel",
4-
"appEndpointStaging": "https://app-ma-d667ef32a3b041e8-we-svc-staging.azurewebsites.net/channel",
5-
"appId": "86a4449d-c84f-4d2b-be9e-59892d396d17",
3+
"appEndpoint": "https://app-ma-87fdfae99f524379-we-svc.azurewebsites.net/channel",
4+
"appEndpointStaging": "https://app-ma-87fdfae99f524379-we-svc-staging.azurewebsites.net/channel",
5+
"appId": "18b91a63-5b12-453a-8ea7-92cd7e07dfe8",
66
"cloudhostVersion": "ms.mrservices.meshapps:cloudhost_main_2311.2203_2.0.105",
7-
"InfraCreatedDate": "2024-03-28T10:38:37.2840516+01:00",
7+
"InfraCreatedDate": "2024-04-29T10:46:57.148294+02:00",
88
"deactivateAppInstanceWhenVacant": "False",
99
"enableAppMonitoring": "True",
1010
"entryPoint": "MIC-Maquette.dll",
1111
"instanceIdleTimeout": "30",
1212
"instanceResponseTimeout": "30",
1313
"language": "C#",
14-
"latestAppId": "d667ef32-a3b0-41e8-9f3d-4489504ac8f1",
14+
"latestAppId": "87fdfae9-9f52-4379-8874-5e4464d129a5",
1515
"location": "westeurope",
16-
"mode": "Dev",
16+
"mode": "prod",
1717
"name": "MIC-Maquette",
1818
"resourceGroup": "rg-meshInnovateCreate-westeurope-dev-001",
1919
"subscriptionId": "1310286d-4161-404b-b6eb-6a936fac3555",
2020
"wasLastProvisionAppSuccessful": "True",
2121
"wasLastDeployAppSuccessful": null,
2222
"wasLastUploadBlobSuccessful": "True",
23-
"meshAppBuildId": "0b159bf5-3fc5-412e-9d88-123eb7d91c70",
23+
"meshAppBuildId": "2ccc1841-96e8-4164-8f8d-cf9ddcb44a7b",
2424
"debugTimeoutSecs": 120,
2525
"provisionState": "Inactive"
2626
}

src/MIC/Assets/.MeshCloudScripting/MIC-Maquette/obj/Debug/net6.0/MIC-Maquette.AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: System.Reflection.AssemblyCompanyAttribute("MIC-Maquette")]
1414
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1515
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8d1c4198ed2979a0a1805a6de8219ce222a29348")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4aa16a282c03e5f1161b54e7eb2790bd9d82314a")]
1717
[assembly: System.Reflection.AssemblyProductAttribute("MIC-Maquette")]
1818
[assembly: System.Reflection.AssemblyTitleAttribute("MIC-Maquette")]
1919
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7c8bfbacd4d85943205c4174938ba725ce75173e1705e668d1f0046a8c9e0a95
1+
98cccd99b48ab85713e1fdd5d54c6dec596c03a070227d2b60c4b07752666d5c
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:0adf24b4fbf9c1295ed186f81c33a4f21aeba6aa737853fbb7e1b2da8c2cf17b
2+
oid sha256:2274ad01015ed571983f80a67a86e256cacf3f08ece1e9fc8147d05cfa63a93e
33
size 340992
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documents":{"C:\\Users\\MissonOscar\\Desktop\\Mesh-Innovate-Connect\\*":"https://raw.githubusercontent.com/micbelgique/Mesh-Innovate-Connect/8d1c4198ed2979a0a1805a6de8219ce222a29348/*"}}
1+
{"documents":{"C:\\Users\\MissonOscar\\Desktop\\Mesh-Innovate-Connect\\*":"https://raw.githubusercontent.com/micbelgique/Mesh-Innovate-Connect/4aa16a282c03e5f1161b54e7eb2790bd9d82314a/*"}}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:244c008c37803afd5b018c24888134da544b7b055d50d407b115573362971df6
2+
oid sha256:4794bf4b253d2c284f3b804f09bb227ea7d87ba9cdfe49f2b16480bf9598a840
33
size 149504
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:c4ec950048716266f8b8ccbaab37a93e5c8249fc03a01c76f26301807fc120ee
2+
oid sha256:b01aea641a70201b9fdd397e1785a7acddc4a1837d82ab6de386b622121e535a
33
size 32768
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:c4ec950048716266f8b8ccbaab37a93e5c8249fc03a01c76f26301807fc120ee
2+
oid sha256:b01aea641a70201b9fdd397e1785a7acddc4a1837d82ab6de386b622121e535a
33
size 32768

src/MIC/Assets/.MeshCloudScripting/MIC-Maquette/obj/Release/net6.0/MIC-Maquette.AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: System.Reflection.AssemblyCompanyAttribute("MIC-Maquette")]
1414
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
1515
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8d1c4198ed2979a0a1805a6de8219ce222a29348")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4aa16a282c03e5f1161b54e7eb2790bd9d82314a")]
1717
[assembly: System.Reflection.AssemblyProductAttribute("MIC-Maquette")]
1818
[assembly: System.Reflection.AssemblyTitleAttribute("MIC-Maquette")]
1919
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5b76c1a09eb7565279a94e91c3e589dba0ed340f87d49300e77db8b8aa921774
1+
7d16001e32f9cf31ef712c1ca1acff7e75226a95ebf128f70f665c8fce058ffc
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:21c91e20f7afdb80c3f44a5f24f7c3c5f4d013b5c08db67d87c9abbcd5c69998
3-
size 334848
2+
oid sha256:fad1143b5d11925463d819af554c98a23b0f1aef10823931b4f5f3212be827d3
3+
size 335360
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documents":{"C:\\Users\\MissonOscar\\Desktop\\Mesh-Innovate-Connect\\*":"https://raw.githubusercontent.com/micbelgique/Mesh-Innovate-Connect/8d1c4198ed2979a0a1805a6de8219ce222a29348/*"}}
1+
{"documents":{"C:\\Users\\MissonOscar\\Desktop\\Mesh-Innovate-Connect\\*":"https://raw.githubusercontent.com/micbelgique/Mesh-Innovate-Connect/4aa16a282c03e5f1161b54e7eb2790bd9d82314a/*"}}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:244c008c37803afd5b018c24888134da544b7b055d50d407b115573362971df6
2+
oid sha256:4794bf4b253d2c284f3b804f09bb227ea7d87ba9cdfe49f2b16480bf9598a840
33
size 149504
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:2c26955027de1909480775925c9bde7db145888d15d9c151ade3d1a2b3ec9d45
2+
oid sha256:3a51ce6c37f6bbf8c71ad8b9b09023ec795e9d120582ddfdd8a2ea8b49332989
33
size 32768
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:2c26955027de1909480775925c9bde7db145888d15d9c151ade3d1a2b3ec9d45
2+
oid sha256:3a51ce6c37f6bbf8c71ad8b9b09023ec795e9d120582ddfdd8a2ea8b49332989
33
size 32768
Binary file not shown.

src/MIC/Assets/MeshToolkit/Temp/Export~/Export~.manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ManifestFileVersion: 0
2-
CRC: 3491390306
2+
CRC: 2193672349
33
AssetBundleManifest:
44
AssetBundleInfos:
55
Info_0:
Binary file not shown.

src/MIC/Assets/MeshToolkit/Temp/Export~/eb101d55_android.unity3d.manifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ManifestFileVersion: 0
2-
CRC: 2790525859
2+
CRC: 527723791
33
Hashes:
44
AssetFileHash:
55
serializedVersion: 2
6-
Hash: 374d5687644622d60ac48ca617ad237c
6+
Hash: 4a4f2dfbab27c9ea6cb32352f9fefab0
77
TypeTreeHash:
88
serializedVersion: 2
99
Hash: 4b32ffabfb6c67765c04fe4cf81e4543
Binary file not shown.

src/MIC/Assets/MeshToolkit/Temp/Export~/eb101d55_pc.unity3d.manifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ManifestFileVersion: 0
2-
CRC: 179104391
2+
CRC: 2950609054
33
Hashes:
44
AssetFileHash:
55
serializedVersion: 2
6-
Hash: 5ddd2a79c37e0e296598e73937449014
6+
Hash: 1319cf20ec6a7194f70a94f7720f9e80
77
TypeTreeHash:
88
serializedVersion: 2
99
Hash: 4b32ffabfb6c67765c04fe4cf81e4543
Loading
Loading
Loading

src/MIC/Assets/MeshToolkit/mesh_cloud_scripting_publish_settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"eb101d55-01c1-4e53-b67b-f5e0d98b1655": {
1717
"subscriptionID": "1310286d-4161-404b-b6eb-6a936fac3555",
1818
"resourceGroup": "rg-meshInnovateCreate-westeurope-dev-001",
19-
"mode": "Dev",
19+
"mode": "Prod",
2020
"location": "westeurope",
2121
"enableAppMonitoring": true,
2222
"lastDeployedEndpoint": ""

0 commit comments

Comments
 (0)