@azure/arm-databricks 3.0.0-alpha.20211217.3 → 3.0.0-alpha.20220118.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
-
2
+
3
+ ## 3.0.0-beta.3 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 3.0.0-beta.2 (2021-12-17)
4
14
 
5
15
  The package of @azure/arm-databricks is using our next generation design principles since version 3.0.0-beta.2, which contains breaking changes.
package/README.md CHANGED
@@ -6,7 +6,7 @@ The Microsoft Azure management APIs allow end users to operate on Azure Databric
6
6
 
7
7
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databricks/arm-databricks) |
8
8
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-databricks) |
9
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-databricks) |
9
+ [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-databricks?view=azure-node-preview) |
10
10
  [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
11
 
12
12
  ## Getting started
package/package.json CHANGED
@@ -3,14 +3,14 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for AzureDatabricksManagementClient.",
6
- "version": "3.0.0-alpha.20211217.3",
6
+ "version": "3.0.0-alpha.20220118.1",
7
7
  "engines": {
8
8
  "node": ">=12.0.0"
9
9
  },
10
10
  "dependencies": {
11
11
  "@azure/core-lro": "^2.2.0",
12
12
  "@azure/abort-controller": "^1.0.0",
13
- "@azure/core-paging": ">=1.2.0-alpha <1.2.0-alphb",
13
+ "@azure/core-paging": "^1.2.0",
14
14
  "@azure/core-client": "^1.0.0",
15
15
  "@azure/core-auth": "^1.3.0",
16
16
  "@azure/core-rest-pipeline": "^1.1.0",
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.19"
8
+ "packageVersion": "7.19.4"
9
9
  }
10
10
  ]
11
11
  }