Skip to content

Commit

Permalink
Merge pull request #182 from cloudify-cosmo/RD-1995-Support-Same-RG-D…
Browse files Browse the repository at this point in the history
…ep-Name

__NODOCS__
  • Loading branch information
EarthmanT authored Apr 12, 2021
2 parents 4fbf483 + 3205c9e commit 0303679
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
3.1.0: Support create if missing/use if exists logic.
3.0.11: Support Deployment with the same name as its Resource Group.
3.0.10: Fix some bugs related to create managed_cluster/network_security_rule/storage_account
3.0.9: Upgrade PyYAML.
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pyyaml>=4.2b4
cloudify-common>=5.1.0
rsa==4.5
cryptography==3.2.1
decorator==4.4.2
decorator==4.4.2
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
plugins:
azure:
executor: central_deployment_agent
source: https://github.com/cloudify-cosmo/cloudify-azure-plugin/archive/3.0.11.zip
source: https://github.com/cloudify-cosmo/cloudify-azure-plugin/archive/3.1.0.zip
package_name: cloudify-azure-plugin
package_version: '3.0.11'
package_version: '3.1.0'

data_types:
cloudify.datatypes.azure.Config:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ def get_version(rel_file='plugin.yaml'):
'azure-mgmt-resource==9.0.0',
'azure-common==1.1.25',
'msrestazure==0.6.3',
'cryptography==3.3.1'
'cryptography==3.2.1'
]
)

0 comments on commit 0303679

Please sign in to comment.