-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
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
79a1572
Kickoff of hack extension
a207c76
Added support for creating a database
7428040
Added simple build script for testing
80fdd5d
Create database, begin adding app service support
cbff29e
updated build for full test run
b57160f
Added support for creating website and adding app settings
b8d6728
Working on adding MySQL support
780e0f5
Added MySQL support
9ea4e34
Adding support for switches and runtimes
6e37d4a
Adding readme files
726aa04
STarting readme
9a98328
Added metadata
2a0a2a3
Adding support for Cognitive Services keys'
ead7b7c
Added support for cogsvcs
619d26e
adding CosmosDB support
d41c796
Adding support for CosmosDB
2b76d19
Added suppot for CosmosDB
ef220cb
Kickoff of hack extension
4dbbad5
Added support for creating a database
e943d0e
Added simple build script for testing
e3feda5
Create database, begin adding app service support
75648f8
updated build for full test run
2c8e24b
Added support for creating website and adding app settings
72852b1
Working on adding MySQL support
643335a
Added MySQL support
13172e1
Adding support for switches and runtimes
9ac32b9
Adding readme files
37f64e4
STarting readme
fbc2461
Added metadata
1e783d6
Adding support for Cognitive Services keys'
634c5b4
Added support for cogsvcs
ea66aa5
adding CosmosDB support
fbc3ced
Adding support for CosmosDB
e2d00d6
Added suppot for CosmosDB
bc9bc1d
Added validator and converted params to lower
504c2a1
Added readme
7082c13
Merge branch 'geektrainer/hack' of https://github.com/geektrainer/azu…
52f1b77
Updated readme
92cba25
Cleanup for linting
ee3c8a3
Linting issues
4cdec57
Removing personal testing rig
457611e
More linting
e5aa750
More linting
c79a9ac
Added code owner
d062ea0
Added licenses
e268647
Fixed comments
7c947d0
Merge branch 'master' into master
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adding support for switches and runtimes
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
az group delete -n geektrainertesting -y && az extension remove -n hack && python setup.py bdist_wheel && az extension add --source .\dist\hack-0.2.17-py2.py3-none-any.whl -y && az hack up -n geektrainertesting | ||
az group delete -n geektrainertesting -y && az extension remove -n hack && python setup.py bdist_wheel && az extension add --source .\dist\hack-0.2.17-py2.py3-none-any.whl -y && az hack up -n geektrainertesting -d MySQL -r php |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we could have default location, but it would be nice to be able to change it. it may happen for some reason that particular resource is unavailable lin "westus" location.