Skip to content

Commit 72bd336

Browse files
authored
[mgmt] network release (#28016)
Azure/sdk-release-request#4809
1 parent 1a2d9d7 commit 72bd336

File tree

1,880 files changed

+5822
-5281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,880 files changed

+5822
-5281
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/network/arm-network/CHANGELOG.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
11
# Release History
2+
3+
## 33.0.0 (2023-12-07)
4+
5+
**Features**
26

3-
## 32.2.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added Interface BastionShareableLinkTokenListRequest
8+
- Added Interface DdosCustomPoliciesDeleteHeaders
9+
- Added Interface DeleteBastionShareableLinkByTokenOptionalParams
10+
- Added Interface InternetIngressPublicIpsProperties
11+
- Added Interface NetworkManagementClientDeleteBastionShareableLinkByTokenHeaders
12+
- Added Type Alias DeleteBastionShareableLinkByTokenResponse
13+
- Added Type Alias FirewallPolicyIntrusionDetectionProfileType
14+
- Interface ApplicationGatewayListener has a new optional parameter hostNames
15+
- Interface FirewallPolicyIntrusionDetection has a new optional parameter profile
16+
- Interface NetworkVirtualAppliance has a new optional parameter internetIngressPublicIps
17+
- Added Enum KnownFirewallPolicyIntrusionDetectionProfileType
18+
- Enum KnownActionType has a new value JSChallenge
19+
- Enum KnownBastionHostSkuName has a new value Developer
20+
- Enum KnownVirtualNetworkGatewaySkuName has a new value ErGwScale
21+
- Enum KnownVirtualNetworkGatewaySkuTier has a new value ErGwScale
22+
- Enum KnownWebApplicationFirewallAction has a new value JSChallenge
1023

11-
### Other Changes
24+
**Breaking Changes**
1225

26+
- Type of parameter routingConfiguration of interface NetworkVirtualApplianceConnection is changed from RoutingConfigurationNfv to RoutingConfiguration
27+
28+
1329
## 32.2.0 (2023-09-07)
1430

1531
**Features**
@@ -901,4 +917,4 @@ To understand the detail of the change, please refer to [Changelog](https://aka.
901917

902918
To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
903919

904-
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
920+
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).

sdk/network/arm-network/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "241397aafd74aaad6161cd0058449f9eb6d5163c",
2+
"commit": "583e15ceb4cf23dc23b2300bd352f16d781e69ac",
33
"readme": "specification/network/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.9.7 --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\\network\\resource-manager\\readme.md --use=@autorest/typescript@6.0.8 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.7 --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\\network\\resource-manager\\readme.md --use=@autorest/typescript@6.0.12 --generate-sample=true",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.2",
7-
"use": "@autorest/typescript@6.0.8"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.4",
7+
"use": "@autorest/typescript@6.0.12"
88
}

sdk/network/arm-network/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "js",
44
"TagPrefix": "js/network/arm-network",
5-
"Tag": "js/network/arm-network_3dafe03e88"
5+
"Tag": "js/network/arm-network_6d8f4264af"
66
}

sdk/network/arm-network/package.json

Lines changed: 8 additions & 6 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 NetworkManagementClient.",
6-
"version": "32.2.1",
6+
"version": "33.0.0",
77
"engines": {
88
"node": ">=18.0.0"
99
},
@@ -32,18 +32,20 @@
3232
"mkdirp": "^2.1.2",
3333
"typescript": "~5.2.0",
3434
"uglify-js": "^3.4.9",
35-
"rimraf": "^3.0.0",
35+
"rimraf": "^5.0.0",
3636
"dotenv": "^16.0.0",
37+
"@azure/dev-tool": "^1.0.0",
3738
"@azure/identity": "^3.3.0",
3839
"@azure-tools/test-recorder": "^3.0.0",
3940
"@azure-tools/test-credential": "^1.0.0",
4041
"mocha": "^10.0.0",
42+
"@types/mocha": "^10.0.0",
43+
"esm": "^3.2.18",
4144
"@types/chai": "^4.2.8",
4245
"chai": "^4.2.0",
4346
"cross-env": "^7.0.2",
4447
"@types/node": "^18.0.0",
45-
"ts-node": "^10.0.0",
46-
"@azure/dev-tool": "^1.0.0"
48+
"ts-node": "^10.0.0"
4749
},
4850
"repository": {
4951
"type": "git",
@@ -77,7 +79,7 @@
7779
"extract-api": "api-extractor run --local",
7880
"lint": "echo skipped",
7981
"audit": "echo skipped",
80-
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
82+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
8183
"build:node": "echo skipped",
8284
"build:browser": "echo skipped",
8385
"build:test": "echo skipped",
@@ -114,4 +116,4 @@
114116
"disableDocsMs": true,
115117
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-network?view=azure-node-preview"
116118
}
117-
}
119+
}

0 commit comments

Comments
 (0)