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

Add hack extension to streamline creation of resources commonly used when hacking #873

Merged
merged 48 commits into from
Sep 5, 2019
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
61b2c68
Fixed typo on name of SQL server
May 14, 2019
79a1572
Kickoff of hack extension
May 20, 2019
a207c76
Added support for creating a database
May 22, 2019
7428040
Added simple build script for testing
May 22, 2019
80fdd5d
Create database, begin adding app service support
May 22, 2019
cbff29e
updated build for full test run
May 22, 2019
b57160f
Added support for creating website and adding app settings
May 23, 2019
b8d6728
Working on adding MySQL support
May 31, 2019
780e0f5
Added MySQL support
Jun 3, 2019
9ea4e34
Adding support for switches and runtimes
Jun 13, 2019
6e37d4a
Adding readme files
Jun 14, 2019
726aa04
STarting readme
Jun 14, 2019
9a98328
Added metadata
Jun 14, 2019
2a0a2a3
Adding support for Cognitive Services keys'
Jun 18, 2019
ead7b7c
Added support for cogsvcs
Jul 17, 2019
619d26e
adding CosmosDB support
Jul 17, 2019
d41c796
Adding support for CosmosDB
Jul 18, 2019
2b76d19
Added suppot for CosmosDB
Jul 24, 2019
ef220cb
Kickoff of hack extension
May 20, 2019
4dbbad5
Added support for creating a database
May 22, 2019
e943d0e
Added simple build script for testing
May 22, 2019
e3feda5
Create database, begin adding app service support
May 22, 2019
75648f8
updated build for full test run
May 22, 2019
2c8e24b
Added support for creating website and adding app settings
May 23, 2019
72852b1
Working on adding MySQL support
May 31, 2019
643335a
Added MySQL support
Jun 3, 2019
13172e1
Adding support for switches and runtimes
Jun 13, 2019
9ac32b9
Adding readme files
Jun 14, 2019
37f64e4
STarting readme
Jun 14, 2019
fbc2461
Added metadata
Jun 14, 2019
1e783d6
Adding support for Cognitive Services keys'
Jun 18, 2019
634c5b4
Added support for cogsvcs
Jul 17, 2019
ea66aa5
adding CosmosDB support
Jul 17, 2019
fbc3ced
Adding support for CosmosDB
Jul 18, 2019
e2d00d6
Added suppot for CosmosDB
Jul 24, 2019
bc9bc1d
Added validator and converted params to lower
Jul 30, 2019
504c2a1
Added readme
Jul 30, 2019
7082c13
Merge branch 'geektrainer/hack' of https://github.com/geektrainer/azu…
Jul 30, 2019
52f1b77
Updated readme
Jul 30, 2019
92cba25
Cleanup for linting
Jul 30, 2019
ee3c8a3
Linting issues
Jul 30, 2019
4cdec57
Removing personal testing rig
Jul 30, 2019
457611e
More linting
Jul 30, 2019
e5aa750
More linting
Jul 30, 2019
c79a9ac
Added code owner
Jul 30, 2019
d062ea0
Added licenses
Jul 30, 2019
e268647
Fixed comments
Jul 30, 2019
7c947d0
Merge branch 'master' into master
Sep 5, 2019
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
Prev Previous commit
Next Next commit
Added simple build script for testing
  • Loading branch information
Christopher Harrison committed May 22, 2019
commit 74280409995a45a54d28ca6ee3e8a19ac950477c
1 change: 1 addition & 0 deletions src/hack/build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
az extension remove -n hack && python setup.py bdist_wheel && az extension add --source .\dist\hack-0.2.17-py2.py3-none-any.whl