@azure/arm-batch 9.0.1-alpha.20230926.1 → 9.0.1-alpha.20230927.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -117,4 +117,4 @@ To understand the detail of the change, please refer to [Changelog](https://aka.
117
117
 
118
118
  To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
119
119
 
120
- To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
120
+ To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for BatchManagementClient.",
6
- "version": "9.0.1-alpha.20230926.1",
6
+ "version": "9.0.1-alpha.20230927.2",
7
7
  "engines": {
8
8
  "node": ">=14.0.0"
9
9
  },