Skip to content

Commit 76bd84a

Browse files
chore(release): 0.64.3
## [0.64.3](0.64.2...0.64.3) (2022-12-16) ### Bug Fixes * Added missing attributes for recoveryInstances ([4d68222](4d68222)) * Fixed missing attributes and duplicated ids for virtualMachineScaleSet ([94230d1](94230d1)) * Fixed policyAssingment duplication ([076b257](076b257)) * Solved duplication issues for backupVaults and backupPolicies ([cb9114c](cb9114c)) * Solved recoveryPolicies id duplication ([28bd758](28bd758))
1 parent fd8e4d5 commit 76bd84a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.64.3](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.64.2...0.64.3) (2022-12-16)
2+
3+
4+
### Bug Fixes
5+
6+
* Added missing attributes for recoveryInstances ([4d68222](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/4d68222bf1aaf0497d14ad82e45ab53ff1c2af0e))
7+
* Fixed missing attributes and duplicated ids for virtualMachineScaleSet ([94230d1](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/94230d14a821da1f9f0382bf4f9d550a9f552bc4))
8+
* Fixed policyAssingment duplication ([076b257](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/076b2570231f88091bf34ea8478e5bac76fb9b95))
9+
* Solved duplication issues for backupVaults and backupPolicies ([cb9114c](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/cb9114cef0e5e125b2f628b81bb1bffdc60bf842))
10+
* Solved recoveryPolicies id duplication ([28bd758](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/28bd758b2d8192c17bcfb959c5222d8ef6c2db28))
11+
112
## [0.64.3-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.64.2...0.64.3-beta.1) (2022-12-16)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/cg-provider-azure",
3-
"version": "0.64.3-beta.1",
3+
"version": "0.64.3",
44
"description": "CloudGraph provider plugin for Azure used to fetch Azure cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)