@azure/arm-lambdatesthyperexecute 1.0.0-alpha.20250521.1 → 1.0.0-alpha.20250717.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 +2 -2
- package/dist/browser/api/hyperExecuteContext.js +2 -2
- package/dist/browser/api/hyperExecuteContext.js.map +1 -1
- package/dist/browser/api/operations/operations.d.ts.map +1 -1
- package/dist/browser/api/operations/operations.js +1 -1
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/organizations/operations.d.ts.map +1 -1
- package/dist/browser/api/organizations/operations.js +1 -1
- package/dist/browser/api/organizations/operations.js.map +1 -1
- package/dist/browser/models/models.d.ts +3 -4
- package/dist/browser/models/models.d.ts.map +1 -1
- package/dist/browser/models/models.js +2 -3
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -1
- package/dist/browser/static-helpers/urlTemplate.js +2 -1
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/api/hyperExecuteContext.js +2 -2
- package/dist/commonjs/api/hyperExecuteContext.js.map +1 -1
- package/dist/commonjs/api/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/api/operations/operations.js +1 -1
- package/dist/commonjs/api/operations/operations.js.map +1 -1
- package/dist/commonjs/api/organizations/operations.d.ts.map +1 -1
- package/dist/commonjs/api/organizations/operations.js +1 -1
- package/dist/commonjs/api/organizations/operations.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +3 -4
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +2 -3
- package/dist/commonjs/models/models.js.map +1 -1
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -1
- package/dist/commonjs/static-helpers/urlTemplate.js +2 -1
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
- package/dist/esm/api/hyperExecuteContext.js +2 -2
- package/dist/esm/api/hyperExecuteContext.js.map +1 -1
- package/dist/esm/api/operations/operations.d.ts.map +1 -1
- package/dist/esm/api/operations/operations.js +1 -1
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/organizations/operations.d.ts.map +1 -1
- package/dist/esm/api/organizations/operations.js +1 -1
- package/dist/esm/api/organizations/operations.js.map +1 -1
- package/dist/esm/models/models.d.ts +3 -4
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js +2 -3
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -1
- package/dist/esm/static-helpers/urlTemplate.js +2 -1
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -1
- package/dist/react-native/api/hyperExecuteContext.js +2 -2
- package/dist/react-native/api/hyperExecuteContext.js.map +1 -1
- package/dist/react-native/api/operations/operations.d.ts.map +1 -1
- package/dist/react-native/api/operations/operations.js +1 -1
- package/dist/react-native/api/operations/operations.js.map +1 -1
- package/dist/react-native/api/organizations/operations.d.ts.map +1 -1
- package/dist/react-native/api/organizations/operations.js +1 -1
- package/dist/react-native/api/organizations/operations.js.map +1 -1
- package/dist/react-native/models/models.d.ts +3 -4
- package/dist/react-native/models/models.d.ts.map +1 -1
- package/dist/react-native/models/models.js +2 -3
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -1
- package/dist/react-native/static-helpers/urlTemplate.js +2 -1
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
- package/package.json +9 -9
- package/review/{arm-lambdatesthyperexecute-api.api.md → arm-lambdatesthyperexecute-api-node.api.md} +27 -27
- package/review/{arm-lambdatesthyperexecute-api-operations.api.md → arm-lambdatesthyperexecute-api-operations-node.api.md} +19 -19
- package/review/{arm-lambdatesthyperexecute-api-organizations.api.md → arm-lambdatesthyperexecute-api-organizations-node.api.md} +58 -58
- package/review/{arm-lambdatesthyperexecute-models.api.md → arm-lambdatesthyperexecute-models-node.api.md} +231 -230
- package/review/{arm-lambdatesthyperexecute.api.md → arm-lambdatesthyperexecute-node.api.md} +325 -324
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-lambdatesthyperexecute",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250717.1",
|
|
4
4
|
"description": "A generated SDK for HyperExecuteClient.",
|
|
5
5
|
"engines": {
|
|
6
|
-
"node": ">=
|
|
6
|
+
"node": ">=20.0.0"
|
|
7
7
|
},
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"autoPublish": false,
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"@azure/abort-controller": "^2.1.2",
|
|
66
66
|
"@azure/core-auth": "^1.9.0",
|
|
67
67
|
"@azure/core-lro": "^3.1.0",
|
|
68
|
-
"@azure/core-rest-pipeline": "^1.
|
|
69
|
-
"@azure/core-util": "^1.
|
|
70
|
-
"@azure/logger": "^1.
|
|
68
|
+
"@azure/core-rest-pipeline": "^1.20.0",
|
|
69
|
+
"@azure/core-util": "^1.12.0",
|
|
70
|
+
"@azure/logger": "^1.2.0",
|
|
71
71
|
"tslib": "^2.8.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
@@ -76,13 +76,13 @@
|
|
|
76
76
|
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
77
77
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
78
78
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
79
|
-
"@azure/identity": "^4.9.
|
|
80
|
-
"@types/node": "^
|
|
79
|
+
"@azure/identity": "^4.9.1",
|
|
80
|
+
"@types/node": "^20.0.0",
|
|
81
81
|
"@vitest/browser": "^3.0.9",
|
|
82
82
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
83
83
|
"dotenv": "^16.0.0",
|
|
84
84
|
"eslint": "^9.9.0",
|
|
85
|
-
"playwright": "^1.
|
|
85
|
+
"playwright": "^1.52.0",
|
|
86
86
|
"typescript": "~5.8.2",
|
|
87
87
|
"vitest": "^3.0.9"
|
|
88
88
|
},
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"lint:fix": "echo skipped",
|
|
100
100
|
"pack": "npm pack 2>&1",
|
|
101
101
|
"test": "npm run test:node && npm run test:browser",
|
|
102
|
-
"test:browser": "
|
|
102
|
+
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
103
103
|
"test:node": "dev-tool run test:vitest",
|
|
104
104
|
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
105
105
|
"update-snippets": "dev-tool run update-snippets"
|
package/review/{arm-lambdatesthyperexecute-api.api.md → arm-lambdatesthyperexecute-api-node.api.md}
RENAMED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-lambdatesthyperexecute"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Client } from '@azure-rest/core-client';
|
|
8
|
-
import { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { TokenCredential } from '@azure/core-auth';
|
|
10
|
-
|
|
11
|
-
// @public (undocumented)
|
|
12
|
-
export function createHyperExecute(credential: TokenCredential, subscriptionId: string, options?: HyperExecuteClientOptionalParams): HyperExecuteContext;
|
|
13
|
-
|
|
14
|
-
// @public
|
|
15
|
-
export interface HyperExecuteClientOptionalParams extends ClientOptions {
|
|
16
|
-
apiVersion?: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
// @public (undocumented)
|
|
20
|
-
export interface HyperExecuteContext extends Client {
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
subscriptionId: string;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
// (No @packageDocumentation comment for this package)
|
|
26
|
-
|
|
27
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-lambdatesthyperexecute"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { Client } from '@azure-rest/core-client';
|
|
8
|
+
import { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { TokenCredential } from '@azure/core-auth';
|
|
10
|
+
|
|
11
|
+
// @public (undocumented)
|
|
12
|
+
export function createHyperExecute(credential: TokenCredential, subscriptionId: string, options?: HyperExecuteClientOptionalParams): HyperExecuteContext;
|
|
13
|
+
|
|
14
|
+
// @public
|
|
15
|
+
export interface HyperExecuteClientOptionalParams extends ClientOptions {
|
|
16
|
+
apiVersion?: string;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// @public (undocumented)
|
|
20
|
+
export interface HyperExecuteContext extends Client {
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
subscriptionId: string;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// (No @packageDocumentation comment for this package)
|
|
26
|
+
|
|
27
|
+
```
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-lambdatesthyperexecute"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Client } from '@azure-rest/core-client';
|
|
8
|
-
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
-
|
|
10
|
-
// @public
|
|
11
|
-
export function list(context: HyperExecuteContext, options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export interface OperationsListOptionalParams extends OperationOptions {
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
// (No @packageDocumentation comment for this package)
|
|
18
|
-
|
|
19
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-lambdatesthyperexecute"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { Client } from '@azure-rest/core-client';
|
|
8
|
+
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
+
|
|
10
|
+
// @public
|
|
11
|
+
export function list(context: HyperExecuteContext, options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface OperationsListOptionalParams extends OperationOptions {
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
// (No @packageDocumentation comment for this package)
|
|
18
|
+
|
|
19
|
+
```
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-lambdatesthyperexecute"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Client } from '@azure-rest/core-client';
|
|
8
|
-
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PollerLike } from '@azure/core-lro';
|
|
11
|
-
|
|
12
|
-
// @public
|
|
13
|
-
export function $delete(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, options?: OrganizationsDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
-
|
|
15
|
-
// @public
|
|
16
|
-
export function createOrUpdate(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, resource: OrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams): PollerLike<OperationState<OrganizationResource>, OrganizationResource>;
|
|
17
|
-
|
|
18
|
-
// @public
|
|
19
|
-
export function get(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, options?: OrganizationsGetOptionalParams): Promise<OrganizationResource>;
|
|
20
|
-
|
|
21
|
-
// @public
|
|
22
|
-
export function listByResourceGroup(context: HyperExecuteContext, resourceGroupName: string, options?: OrganizationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<OrganizationResource>;
|
|
23
|
-
|
|
24
|
-
// @public
|
|
25
|
-
export function listBySubscription(context: HyperExecuteContext, options?: OrganizationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<OrganizationResource>;
|
|
26
|
-
|
|
27
|
-
// @public
|
|
28
|
-
export interface OrganizationsCreateOrUpdateOptionalParams extends OperationOptions {
|
|
29
|
-
updateIntervalInMs?: number;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
// @public
|
|
33
|
-
export interface OrganizationsDeleteOptionalParams extends OperationOptions {
|
|
34
|
-
updateIntervalInMs?: number;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
// @public
|
|
38
|
-
export interface OrganizationsGetOptionalParams extends OperationOptions {
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
// @public
|
|
42
|
-
export interface OrganizationsListByResourceGroupOptionalParams extends OperationOptions {
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
// @public
|
|
46
|
-
export interface OrganizationsListBySubscriptionOptionalParams extends OperationOptions {
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
// @public
|
|
50
|
-
export interface OrganizationsUpdateOptionalParams extends OperationOptions {
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
// @public
|
|
54
|
-
export function update(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, properties: OrganizationResourceUpdate, options?: OrganizationsUpdateOptionalParams): Promise<OrganizationResource>;
|
|
55
|
-
|
|
56
|
-
// (No @packageDocumentation comment for this package)
|
|
57
|
-
|
|
58
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-lambdatesthyperexecute"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { Client } from '@azure-rest/core-client';
|
|
8
|
+
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
|
|
12
|
+
// @public
|
|
13
|
+
export function $delete(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, options?: OrganizationsDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
+
|
|
15
|
+
// @public
|
|
16
|
+
export function createOrUpdate(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, resource: OrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams): PollerLike<OperationState<OrganizationResource>, OrganizationResource>;
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export function get(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, options?: OrganizationsGetOptionalParams): Promise<OrganizationResource>;
|
|
20
|
+
|
|
21
|
+
// @public
|
|
22
|
+
export function listByResourceGroup(context: HyperExecuteContext, resourceGroupName: string, options?: OrganizationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<OrganizationResource>;
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export function listBySubscription(context: HyperExecuteContext, options?: OrganizationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<OrganizationResource>;
|
|
26
|
+
|
|
27
|
+
// @public
|
|
28
|
+
export interface OrganizationsCreateOrUpdateOptionalParams extends OperationOptions {
|
|
29
|
+
updateIntervalInMs?: number;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// @public
|
|
33
|
+
export interface OrganizationsDeleteOptionalParams extends OperationOptions {
|
|
34
|
+
updateIntervalInMs?: number;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// @public
|
|
38
|
+
export interface OrganizationsGetOptionalParams extends OperationOptions {
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// @public
|
|
42
|
+
export interface OrganizationsListByResourceGroupOptionalParams extends OperationOptions {
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export interface OrganizationsListBySubscriptionOptionalParams extends OperationOptions {
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// @public
|
|
50
|
+
export interface OrganizationsUpdateOptionalParams extends OperationOptions {
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// @public
|
|
54
|
+
export function update(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, properties: OrganizationResourceUpdate, options?: OrganizationsUpdateOptionalParams): Promise<OrganizationResource>;
|
|
55
|
+
|
|
56
|
+
// (No @packageDocumentation comment for this package)
|
|
57
|
+
|
|
58
|
+
```
|