Skip to content

Commit

Permalink
update config to meet EDAV name change request (#140)
Browse files Browse the repository at this point in the history
* updates for version 1.0.0

* remove some files

* update readme

* updated example config
  • Loading branch information
ryanraaschCDC authored and xop5 committed Oct 9, 2024
1 parent 305bc54 commit 3fffce4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cfa_azure/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1803,6 +1803,7 @@ def check_config_req(config: str):
"Authentication.tenant_id",
"Authentication.batch_application_id",
"Authentication.batch_object_id",
"Authentication.principal_id",
"Authentication.sp_application_id",
"Authentication.vault_url",
"Authentication.vault_sp_secret_id",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cfa_azure"
version = "1.0.5"
version = "1.0.6"
description = "module for use with Azure and Azure Batch"
authors = ["Ryan Raasch <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="cfa_azure",
version="1.0.5",
version="1.0.6",
description="module for use with Azure and Azure Batch",
packages=find_packages(exclude=["tests", "venv"]),
author="Ryan Raasch",
Expand Down

0 comments on commit 3fffce4

Please sign in to comment.