Skip to content

Commit cdbb9f9

Browse files
chore(release): 0.64.0-beta.1
# [0.64.0-beta.1](0.63.0...0.64.0-beta.1) (2022-11-10) ### Bug Fixes * initialization bugfixes ([073b716](073b716)) * **integrationRuntimes,logAnalyticsWorkspace,sqlServers:** several fixes ([8c19d90](8c19d90)) * reduce the scope of trycatch block while connecting entities ([c969d25](c969d25)) * **services:** deprecate backup vault and fix an issue with function app schema ([7b10fa4](7b10fa4)) * **services:** fix schema map ([641b454](641b454)) * virtualMachine null fields ([648b51e](648b51e)) * **virtualMachine:** add missing id ([46e2f3e](46e2f3e)) * **virtualMachine:** add more fields to specify plan and size ([7cf2636](7cf2636)) * **virtualMachine:** fixes to storageImageReference property ([e9cf808](e9cf808)) ### Features * Add backupVaults, backupInstances and backupPolicies services ([fcb0560](fcb0560)) * Add backupVaults, backupInstances and buackupPolicies services ([8dd4326](8dd4326)) * Add backupVaults, backupInstances and buackupPolicies services ([10e9918](10e9918)) * **aksManagedCluster:** CG-1270 add VMSS connection ([6c2268b](6c2268b)) * **CG-901:** add application gateway support ([9367fe5](9367fe5)) * **CG-901:** update README ([4acc3ee](4acc3ee)) * **VMSS:** add VM connections ([277bb2c](277bb2c))
1 parent 3e1feb1 commit cdbb9f9

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# [0.64.0-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.63.0...0.64.0-beta.1) (2022-11-10)
2+
3+
4+
### Bug Fixes
5+
6+
* initialization bugfixes ([073b716](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/073b7166d05c0b7cdf80811ea8f9c7d1dc500857))
7+
* **integrationRuntimes,logAnalyticsWorkspace,sqlServers:** several fixes ([8c19d90](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/8c19d9065667dbba638b4932b1dea5628f0ff5bd))
8+
* reduce the scope of trycatch block while connecting entities ([c969d25](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/c969d25dc7bd761620805bc5e6769fec19235541))
9+
* **services:** deprecate backup vault and fix an issue with function app schema ([7b10fa4](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/7b10fa417ff13f780a680a4cdf1683525de62649))
10+
* **services:** fix schema map ([641b454](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/641b4547dd642611e0764ee3f3b2fe1b034559e5))
11+
* virtualMachine null fields ([648b51e](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/648b51ec38fd7465fbaacae979a440325f7811f4))
12+
* **virtualMachine:** add missing id ([46e2f3e](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/46e2f3e36cc9ecb83f8c56b02f53046f885154f2))
13+
* **virtualMachine:** add more fields to specify plan and size ([7cf2636](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/7cf26365af12fe390f780b214e9861d49364b96e))
14+
* **virtualMachine:** fixes to storageImageReference property ([e9cf808](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/e9cf8082389159491885a9da0eb7f15d9aacb5dd))
15+
16+
17+
### Features
18+
19+
* Add backupVaults, backupInstances and backupPolicies services ([fcb0560](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/fcb05608e8c983f23fd7f62057ccd51cc0bbbee5))
20+
* Add backupVaults, backupInstances and buackupPolicies services ([8dd4326](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/8dd4326562dc1d2179dbe8534718608d41fd04ba))
21+
* Add backupVaults, backupInstances and buackupPolicies services ([10e9918](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/10e991825760c8fd02de46b98279a68371413869))
22+
* **aksManagedCluster:** CG-1270 add VMSS connection ([6c2268b](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/6c2268baa3ccf8ad40b873fcd13274019b22d2ea))
23+
* **CG-901:** add application gateway support ([9367fe5](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/9367fe5ec3303641c491f968eaf4d0a4d54b459c))
24+
* **CG-901:** update README ([4acc3ee](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/4acc3eea7dec788a6fd94689d659546eaba708fa))
25+
* **VMSS:** add VM connections ([277bb2c](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/277bb2cbb9c1825a72b67ed31cc5551e1b5773c1))
26+
127
# [0.64.0-alpha.10](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.64.0-alpha.9...0.64.0-alpha.10) (2022-11-10)
228

329

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.0-alpha.10",
3+
"version": "0.64.0-beta.1",
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)