jamf / powerbi

Jamf PowerBi Integration
32 stars 11 forks source link

23 include source code in main branch #24

Closed jfretheim closed 2 months ago

jfretheim commented 2 months ago

This change brings the source code from the original published 1.0.0 beta version under version control. This will make it easier to understand diffs between this and future versions.

Note there are no functional changes introduced with this pull request. The process was:

  1. unzip the .mez file
  2. include README.md/JamfPro/.vscode/.gitignore files from develop branch
  3. include changes from the actual published version (i.e., obtained from $env:LOCALAPPDATA\Microsoft\Power BI Desktop\CertifiedExtensions\JamfPro.pqx)
  4. run standard code formatting using VS Code