@azure/arm-batch 9.2.1-alpha.20240823.1 → 9.2.1-alpha.20240827.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.
@@ -1,5 +1,5 @@
1
1
  // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
2
+ // Licensed under the MIT License.
3
3
  // Centralized location for test/fake secrets so that suppressions
4
4
  // are easier to maintain properly
5
5
  export const fakeTestPasswordPlaceholder = "nodesdk";
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.2.1-alpha.20240823.1",
6
+ "version": "9.2.1-alpha.20240827.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
package/src/lroImpl.ts CHANGED
@@ -7,7 +7,7 @@
7
7
  */
8
8
 
9
9
  // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT license.
10
+ // Licensed under the MIT License.
11
11
 
12
12
  import { AbortSignalLike } from "@azure/abort-controller";
13
13
  import { LongRunningOperation, LroResponse } from "@azure/core-lro";
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.6"
8
+ "packageVersion": "7.47.7"
9
9
  }
10
10
  ]
11
11
  }