Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Depth from Json Conversion, Refactor Path #15

Merged
merged 1 commit into from
Nov 23, 2022
Merged

Conversation

adamlash
Copy link
Collaborator

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

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
  • Test the code

Run through Installation Documentation in these instructions

What to Check

  • Infrastructure has Deployed
  • No errors in Infrastructure Deployment
  • Final Outputs in directory output showing
    • mock-devices.json with relevant devices
    • unreal-plugin-config.json with relevant keys/values

Other Information

@adamlash adamlash self-assigned this Nov 23, 2022
@adamlash
Copy link
Collaborator Author

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.

@adamlash adamlash merged commit f4035a5 into main Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant