-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added unit tests and documentation updates * Added example autoscaling formula * Accepting pool name as function parameter instead of config parameter * Update documentation * Autosize resize time reduction * Update setup.py version * Update pyproject.toml version * Upload docker image function (#129) * new docker upload image * updated docker image upload functions * included missing : * add print statement * bump version * Added unit tests and documentation updates (#127) * Added unit tests and documentation updates * Added example autoscaling formula * Accepting pool name as function parameter instead of config parameter * Update documentation * change inputs to helpers.update_pool * update parameters for helpers.Update_pool in clients * Validate parameters being passed * Added unit tests * Add unit tests and moved check_autoscale_parameters params to helpers * bump setup.py version * bump pyproject.toml version * Changed scaling mode to parameter * Update setup.py version * Update pyproject.toml version --------- Co-authored-by: Ryan Raasch <[email protected]> * Removed unnecessary tests --------- Co-authored-by: Ryan Raasch <[email protected]>
- Loading branch information
1 parent
dd1474c
commit fede4c8
Showing
4 changed files
with
29 additions
and
8 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "cfa_azure" | ||
version = "0.3.6" | ||
version = "0.3.7" | ||
description = "module for use with Azure and Azure Batch" | ||
authors = ["Ryan Raasch <[email protected]>"] | ||
readme = "README.md" | ||
|
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