Skip to content

Commit 2bc7200

Browse files
author
SDKAuto
committed
CodeGen from PR 22709 in Azure/azure-rest-api-specs
Merge 2dfb32cc55a396a7d8d9e6581192b3bb1dcab1ce into 2f545bf51d046c377a7957a7c53e1d260c9d7343
1 parent 2461696 commit 2bc7200

19 files changed

+93
-121
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/arm-storage/CHANGELOG.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
# Release History
2+
3+
## 19.0.0 (2023-02-20)
4+
5+
**Breaking Changes**
26

3-
## 18.1.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Interface BlobContainersListNextOptionalParams no longer has parameter filter
8+
- Interface BlobContainersListNextOptionalParams no longer has parameter include
9+
- Interface BlobContainersListNextOptionalParams no longer has parameter maxpagesize
10+
- Interface EncryptionScopesListNextOptionalParams no longer has parameter filter
11+
- Interface EncryptionScopesListNextOptionalParams no longer has parameter include
12+
- Interface EncryptionScopesListNextOptionalParams no longer has parameter maxpagesize
13+
- Interface FileSharesListNextOptionalParams no longer has parameter expand
14+
- Interface FileSharesListNextOptionalParams no longer has parameter filter
15+
- Interface FileSharesListNextOptionalParams no longer has parameter maxpagesize
16+
- Interface QueueListNextOptionalParams no longer has parameter filter
17+
- Interface QueueListNextOptionalParams no longer has parameter maxpagesize
18+
19+
1320
## 18.1.0 (2022-11-24)
1421

1522
**Features**

sdk/storage/arm-storage/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Microsoft
3+
Copyright (c) 2023 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sdk/storage/arm-storage/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "c583b05741fadfdca116be3b9ccb1c4be8a73258",
2+
"commit": "141ff1e194e86f0742c0a876081c24f75a7780a4",
33
"readme": "specification/storage/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\storage\\resource-manager\\readme.md --use=@autorest/[email protected].3.20221108.1 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/storage/resource-manager/readme.md --use=@autorest/[email protected].5",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
7-
"use": "@autorest/[email protected].3.20221108.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
7+
"use": "@autorest/[email protected].5"
88
}

sdk/storage/arm-storage/package.json

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for StorageManagementClient.",
6-
"version": "18.1.1",
6+
"version": "19.0.0",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -29,9 +29,9 @@
2929
"types": "./types/arm-storage.d.ts",
3030
"devDependencies": {
3131
"@microsoft/api-extractor": "^7.31.1",
32-
"@rollup/plugin-commonjs": "^24.0.0",
33-
"@rollup/plugin-json": "^6.0.0",
34-
"@rollup/plugin-multi-entry": "^6.0.0",
32+
"@rollup/plugin-commonjs": "^21.0.1",
33+
"@rollup/plugin-json": "^4.1.0",
34+
"@rollup/plugin-multi-entry": "^4.1.0",
3535
"@rollup/plugin-node-resolve": "^13.1.3",
3636
"mkdirp": "^1.0.4",
3737
"rollup": "^2.66.1",
@@ -110,13 +110,5 @@
110110
}
111111
]
112112
},
113-
"autoPublish": true,
114-
"//sampleConfiguration": {
115-
"productName": "",
116-
"productSlugs": [
117-
"azure"
118-
],
119-
"disableDocsMs": true,
120-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-storage?view=azure-node-preview"
121-
}
122-
}
113+
"autoPublish": true
114+
}

sdk/storage/arm-storage/review/arm-storage.api.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ export type BlobContainersLeaseResponse = LeaseContainerResponse;
209209

210210
// @public
211211
export interface BlobContainersListNextOptionalParams extends coreClient.OperationOptions {
212-
filter?: string;
213-
include?: ListContainersInclude;
214-
maxpagesize?: string;
215212
}
216213

217214
// @public
@@ -604,9 +601,6 @@ export type EncryptionScopesGetResponse = EncryptionScope;
604601

605602
// @public
606603
export interface EncryptionScopesListNextOptionalParams extends coreClient.OperationOptions {
607-
filter?: string;
608-
include?: ListEncryptionScopesInclude;
609-
maxpagesize?: number;
610604
}
611605

612606
// @public
@@ -837,9 +831,6 @@ export type FileSharesLeaseResponse = FileSharesLeaseHeaders & LeaseShareRespons
837831

838832
// @public
839833
export interface FileSharesListNextOptionalParams extends coreClient.OperationOptions {
840-
expand?: string;
841-
filter?: string;
842-
maxpagesize?: string;
843834
}
844835

845836
// @public
@@ -1983,8 +1974,6 @@ export type QueueGetResponse = StorageQueue;
19831974

19841975
// @public
19851976
export interface QueueListNextOptionalParams extends coreClient.OperationOptions {
1986-
filter?: string;
1987-
maxpagesize?: string;
19881977
}
19891978

19901979
// @public

sdk/storage/arm-storage/src/models/index.ts

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3979,14 +3979,7 @@ export type EncryptionScopesListResponse = EncryptionScopeListResult;
39793979

39803980
/** Optional parameters. */
39813981
export interface EncryptionScopesListNextOptionalParams
3982-
extends coreClient.OperationOptions {
3983-
/** Optional, specifies the maximum number of encryption scopes that will be included in the list response. */
3984-
maxpagesize?: number;
3985-
/** Optional. When specified, only encryption scope names starting with the filter will be listed. */
3986-
filter?: string;
3987-
/** Optional, when specified, will list encryption scopes with the specific state. Defaults to All */
3988-
include?: ListEncryptionScopesInclude;
3989-
}
3982+
extends coreClient.OperationOptions {}
39903983

39913984
/** Contains response data for the listNext operation. */
39923985
export type EncryptionScopesListNextResponse = EncryptionScopeListResult;
@@ -4137,14 +4130,7 @@ export interface BlobContainersObjectLevelWormOptionalParams
41374130

41384131
/** Optional parameters. */
41394132
export interface BlobContainersListNextOptionalParams
4140-
extends coreClient.OperationOptions {
4141-
/** Optional. When specified, only container names starting with the filter will be listed. */
4142-
filter?: string;
4143-
/** Optional. Specified maximum number of containers that can be included in the list. */
4144-
maxpagesize?: string;
4145-
/** Optional, used to include the properties for soft deleted blob containers. */
4146-
include?: ListContainersInclude;
4147-
}
4133+
extends coreClient.OperationOptions {}
41484134

41494135
/** Contains response data for the listNext operation. */
41504136
export type BlobContainersListNextResponse = ListContainerItems;
@@ -4241,14 +4227,7 @@ export type FileSharesLeaseResponse = FileSharesLeaseHeaders &
42414227

42424228
/** Optional parameters. */
42434229
export interface FileSharesListNextOptionalParams
4244-
extends coreClient.OperationOptions {
4245-
/** Optional. When specified, only share names starting with the filter will be listed. */
4246-
filter?: string;
4247-
/** Optional. Specified maximum number of shares that can be included in the list. */
4248-
maxpagesize?: string;
4249-
/** Optional, used to expand the properties within share's properties. Valid values are: deleted, snapshots. Should be passed as a string with delimiter ',' */
4250-
expand?: string;
4251-
}
4230+
extends coreClient.OperationOptions {}
42524231

42534232
/** Contains response data for the listNext operation. */
42544233
export type FileSharesListNextResponse = FileShareItems;
@@ -4311,12 +4290,7 @@ export type QueueListResponse = ListQueueResource;
43114290

43124291
/** Optional parameters. */
43134292
export interface QueueListNextOptionalParams
4314-
extends coreClient.OperationOptions {
4315-
/** Optional, When specified, only the queues with a name starting with the given filter will be listed. */
4316-
filter?: string;
4317-
/** Optional, a maximum number of queues that should be included in a list queue response */
4318-
maxpagesize?: string;
4319-
}
4293+
extends coreClient.OperationOptions {}
43204294

43214295
/** Contains response data for the listNext operation. */
43224296
export type QueueListNextResponse = ListQueueResource;

sdk/storage/arm-storage/src/operations/blobContainers.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -952,12 +952,6 @@ const listNextOperationSpec: coreClient.OperationSpec = {
952952
bodyMapper: Mappers.ListContainerItems
953953
}
954954
},
955-
queryParameters: [
956-
Parameters.apiVersion,
957-
Parameters.filter,
958-
Parameters.maxpagesize1,
959-
Parameters.include1
960-
],
961955
urlParameters: [
962956
Parameters.$host,
963957
Parameters.subscriptionId,

sdk/storage/arm-storage/src/operations/deletedAccounts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ const listNextOperationSpec: coreClient.OperationSpec = {
185185
bodyMapper: Mappers.ErrorResponse
186186
}
187187
},
188-
queryParameters: [Parameters.apiVersion],
189188
urlParameters: [
190189
Parameters.$host,
191190
Parameters.subscriptionId,

sdk/storage/arm-storage/src/operations/encryptionScopes.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -366,12 +366,6 @@ const listNextOperationSpec: coreClient.OperationSpec = {
366366
bodyMapper: Mappers.EncryptionScopeListResult
367367
}
368368
},
369-
queryParameters: [
370-
Parameters.apiVersion,
371-
Parameters.maxpagesize,
372-
Parameters.filter,
373-
Parameters.include
374-
],
375369
urlParameters: [
376370
Parameters.$host,
377371
Parameters.subscriptionId,

0 commit comments

Comments
 (0)