Skip to content

Commit f5af27f

Browse files
chore(release): 0.62.0-beta.1
# [0.62.0-beta.1](0.61.0...0.62.0-beta.1) (2022-05-31) ### Bug Fixes * Ensure that all currently supported Azure services allow queryazureTag ([25ed119](25ed119)) * Review and fix scan errors (virtualMachineScaleSet) ([09770cb](09770cb)) ### Features * **services:** Added ADE flag for CIS rule 7.7 ([0e038f3](0e038f3)) * **services:** Added queueServiceProperties logging ([deb0854](deb0854))
1 parent f605e66 commit f5af27f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.62.0-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.61.0...0.62.0-beta.1) (2022-05-31)
2+
3+
4+
### Bug Fixes
5+
6+
* Ensure that all currently supported Azure services allow queryazureTag ([25ed119](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/25ed119e0bca18716322b0dcfbc40a9837b89e4d))
7+
* Review and fix scan errors (virtualMachineScaleSet) ([09770cb](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/09770cb7e044d9c78e666ea5b736d2e8c8aa5b0a))
8+
9+
10+
### Features
11+
12+
* **services:** Added ADE flag for CIS rule 7.7 ([0e038f3](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/0e038f34741167b331ae56bd47a4fe47cef75c4d))
13+
* **services:** Added queueServiceProperties logging ([deb0854](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/deb08547e9349d45777d0f369038890d089b6d17))
14+
115
# [0.62.0-alpha.1](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.61.1-alpha.2...0.62.0-alpha.1) (2022-05-31)
216

317

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.62.0-alpha.1",
3+
"version": "0.62.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)