Azure-Samples / azure-digital-twins-unreal-integration

Sample project demonstrating the Unreal Engine plug-in for Azure Digital Twins
https://www.unrealengine.com/marketplace/en-US/product/adtlink-for-unreal-engine
MIT License
92 stars 43 forks source link

Remove Depth from Json Conversion, Refactor Path #15

Closed adamlash closed 1 year ago

adamlash commented 1 year ago

Purpose

Does this introduce a breaking change?

[ ] Yes
[ X] No

Pull Request Type

What kind of change does this Pull Request introduce?

Fixing issues related to changes in powershell syntax for the Join-Path and ConvertFrom-Json cmdlets.

[ X] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]

Run through Installation Documentation in these instructions

What to Check

Other Information

adamlash commented 1 year ago

Test Deployment has produced the following output, indicating successful deployment:

Resource group deployment completed.

Creating unreal config file

Looking at devices in IoT hub 'iothub-242361ba' from resource group 'adamue34-rg'

Creating mock device 'hvacsensor1' in IoT hub

Creating mock device 'hvacsensor2' in IoT hub

Creating mock device 'hvacsensor3' in IoT hub

Creating mock device 'hvacsensor4' in IoT hub

Creating mock device 'hvacsensor5' in IoT hub

Creating mock device 'lightingsensor1' in IoT hub

Creating mock device 'lightingsensor2' in IoT hub

Creating mock device 'lightingsensor3' in IoT hub

Creating mock device 'lightingsensor4' in IoT hub

Creating mock device 'lightingsensor5' in IoT hub

Creating mock device 'tempsensor1' in IoT hub

Creating mock device 'tempsensor2' in IoT hub

Creating mock device 'tempsensor3' in IoT hub

Creating mock device 'tempsensor4' in IoT hub

Creating mock device 'tempsensor5' in IoT hub

Creating mock device 'occupancysensor1' in IoT hub

Creating mock device 'occupancysensor2' in IoT hub

Creating mock device 'occupancysensor3' in IoT hub

Creating mock device 'occupancysensor4' in IoT hub

Creating mock device 'occupancysensor5' in IoT hub

Writing mock devices' configuration

Resoruce Group: adamue34-rg
Unreal config file path: C:\code\git\azure-digital-twins-unreal-integration\output\unreal-plugin-config.json
Mock devices config file: C:\code\git\azure-digital-twins-unreal-integration\output\mock-devices.json

##############################################
##############################################
####                                      ####
####        Deployment Succeeded          ####
####                                      ####
##############################################
##############################################

mock-devices.json and unreal-plugin-config.json have the intended content piped into them for the tutorial.