@azure-rest/arm-compute 1.0.0-alpha.20241029.1 → 1.0.0-alpha.20241031.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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure-rest/arm-compute",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "1.0.0-alpha.20241029.1",
5
+ "version": "1.0.0-alpha.20241031.1",
6
6
  "description": "",
7
7
  "keywords": [
8
8
  "node",
@@ -4,17 +4,17 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { Client } from '@azure-rest/core-client';
8
- import { ClientOptions } from '@azure-rest/core-client';
9
- import { HttpResponse } from '@azure-rest/core-client';
10
- import { LroEngineOptions } from '@azure/core-lro';
11
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
12
- import { PathUncheckedResponse } from '@azure-rest/core-client';
13
- import { PollerLike } from '@azure/core-lro';
14
- import { PollOperationState } from '@azure/core-lro';
15
- import { RequestParameters } from '@azure-rest/core-client';
16
- import { StreamableMethod } from '@azure-rest/core-client';
17
- import { TokenCredential } from '@azure/core-auth';
7
+ import type { Client } from '@azure-rest/core-client';
8
+ import type { ClientOptions } from '@azure-rest/core-client';
9
+ import type { HttpResponse } from '@azure-rest/core-client';
10
+ import type { LroEngineOptions } from '@azure/core-lro';
11
+ import type { PagedAsyncIterableIterator } from '@azure/core-paging';
12
+ import type { PathUncheckedResponse } from '@azure-rest/core-client';
13
+ import type { PollerLike } from '@azure/core-lro';
14
+ import type { PollOperationState } from '@azure/core-lro';
15
+ import type { RequestParameters } from '@azure-rest/core-client';
16
+ import type { StreamableMethod } from '@azure-rest/core-client';
17
+ import type { TokenCredential } from '@azure/core-auth';
18
18
 
19
19
  // @public
20
20
  export interface AccessUriOutput {
@@ -1,14 +1,14 @@
1
- import { Client } from '@azure-rest/core-client';
2
- import { ClientOptions } from '@azure-rest/core-client';
3
- import { HttpResponse } from '@azure-rest/core-client';
4
- import { LroEngineOptions } from '@azure/core-lro';
5
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
6
- import { PathUncheckedResponse } from '@azure-rest/core-client';
7
- import { PollerLike } from '@azure/core-lro';
8
- import { PollOperationState } from '@azure/core-lro';
9
- import { RequestParameters } from '@azure-rest/core-client';
10
- import { StreamableMethod } from '@azure-rest/core-client';
11
- import { TokenCredential } from '@azure/core-auth';
1
+ import type { Client } from '@azure-rest/core-client';
2
+ import type { ClientOptions } from '@azure-rest/core-client';
3
+ import type { HttpResponse } from '@azure-rest/core-client';
4
+ import type { LroEngineOptions } from '@azure/core-lro';
5
+ import type { PagedAsyncIterableIterator } from '@azure/core-paging';
6
+ import type { PathUncheckedResponse } from '@azure-rest/core-client';
7
+ import type { PollerLike } from '@azure/core-lro';
8
+ import type { PollOperationState } from '@azure/core-lro';
9
+ import type { RequestParameters } from '@azure-rest/core-client';
10
+ import type { StreamableMethod } from '@azure-rest/core-client';
11
+ import type { TokenCredential } from '@azure/core-auth';
12
12
 
13
13
  /** A disk access SAS uri. */
14
14
  export declare interface AccessUriOutput {