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

Added Dataverse Integration Template #19

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
57ce375
Added Dataverse-Azure IaC Required Services
marvinbuss Sep 16, 2021
a5a7b44
Merge branch 'main' into marvinbuss/dataverse-integration-template
marvinbuss Sep 16, 2021
01dcb1b
removed synpase pool
marvinbuss Sep 16, 2021
0730b54
Merge branch 'marvinbuss/dataverse-integration-template' of https://g…
marvinbuss Sep 16, 2021
82c7633
updated params
marvinbuss Sep 16, 2021
e51138c
Merge branch 'main' into marvinbuss/dataverse-integration-template
marvinbuss Sep 17, 2021
494607e
Merge branch 'main' into marvinbuss/dataverse-integration-template
marvinbuss Sep 21, 2021
f1d1f40
* Added Role Assignments to ARM/Bicep for PP
marvinbuss Sep 21, 2021
019d25a
* Added missing parameters
marvinbuss Sep 21, 2021
2e41c7f
update linting
marvinbuss Sep 21, 2021
e8686f9
removing unnecessary parameter
marvinbuss Sep 21, 2021
219f04b
Fixed bugs
marvinbuss Sep 21, 2021
2b3bb85
fix spark pool bug
marvinbuss Sep 22, 2021
13e2c5c
add outputs for seamless deployment across clouds
marvinbuss Sep 22, 2021
9de0afa
* Added additional logging for troubleshooting
marvinbuss Sep 23, 2021
455a42b
Update docs
marvinbuss Sep 23, 2021
13a4244
linting
marvinbuss Sep 23, 2021
4261f1a
Updated to reference implementation
marvinbuss Sep 27, 2021
b234764
Updated private dns
marvinbuss Sep 29, 2021
0fde020
added portal exp
marvinbuss Sep 29, 2021
dae400d
updated header
marvinbuss Sep 30, 2021
d33e45b
Added Portal UI
marvinbuss Sep 30, 2021
aa1a29a
update deploy to msft button
marvinbuss Oct 3, 2021
a2f29e5
Merge branch 'main' of https://github.com/microsoft/industry into mar…
marvinbuss Oct 4, 2021
607f681
Updated URI for deploy to MSFT button
marvinbuss Oct 4, 2021
e518d0a
Merge branch 'main' of https://github.com/microsoft/industry into mar…
marvinbuss Oct 7, 2021
f1d86fd
updated parameters and readme
marvinbuss Oct 13, 2021
d20420b
Merge branch 'main' into marvinbuss/dataverse-integration-template
marvinbuss Oct 14, 2022
bb2dff7
Merge branch 'main' into marvinbuss/dataverse-integration-template
marvinbuss Oct 14, 2022
768fb0a
Merge branch 'main' into marvinbuss/dataverse-integration-template
marvinbuss Oct 14, 2022
0e49a21
Lint
marvinbuss Oct 14, 2022
8697244
Merge branch 'main' into marvinbuss/dataverse-integration-template
marvinbuss Nov 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/linters/.powershell-psscriptanalyzer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
'PSAvoidUsingPlainTextForPassword'
'PSAvoidUsingConvertToSecureStringWithPlainText'
'PSPossibleIncorrectUsageOfAssignmentOperator'
'PSUseSingularNouns'
)
#IncludeRules = @( )
}
Loading