Skip to content

Commit

Permalink
CodeGen from PR 17561 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge a3f4ba5eff423494b1cbd438a4b3ecaf6d709ab4 into b529db205d8c995edc39f70582b5530317ea0878
  • Loading branch information
SDKAuto committed Jan 31, 2022
1 parent 93a910c commit f52aff1
Show file tree
Hide file tree
Showing 13 changed files with 629 additions and 108 deletions.
45 changes: 31 additions & 14 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 28 additions & 11 deletions sdk/network/arm-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,32 @@
# Release History

## 26.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes


## 27.0.0 (2022-01-31)

**Features**

- Added Type Alias ApplicationGatewayBackendSettings
- Added Type Alias ApplicationGatewayListener
- Added Type Alias ApplicationGatewayRoutingRule
- Added Type Alias SingleQueryResultDirection
- Added Type Alias SingleQueryResultMode
- Added Type Alias SingleQueryResultSeverity
- Type Alias ApplicationGateway has a new parameter backendSettingsCollection
- Type Alias ApplicationGateway has a new parameter listeners
- Type Alias ApplicationGateway has a new parameter routingRules
- Type Alias ApplicationGatewayProbe has a new parameter pickHostNameFromBackendSettings
- Added Enum KnownSingleQueryResultDirection
- Added Enum KnownSingleQueryResultMode
- Added Enum KnownSingleQueryResultSeverity
- Enum KnownApplicationGatewayProtocol has a new value Tcp
- Enum KnownApplicationGatewayProtocol has a new value Tls

**Breaking Changes**

- Removed Enum KnownEnum69
- Removed Enum KnownEnum70
- Removed Enum KnownEnum71


## 26.0.0 (2021-12-06)

The package of @azure/arm-network is using our next generation design principles since version 26.0.0, which contains breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion sdk/network/arm-network/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Microsoft
Copyright (c) 2022 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions sdk/network/arm-network/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commit": "3b2f85d320fac5b282bc80240f9e5c2c57753bad",
"commit": "3474039b18e9679f4a58bf2662e58e4275d27693",
"readme": "specification/network/resource-manager/readme.md",
"autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/network/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20211130.1",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/network/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/typescript@6.0.0-alpha.16.20211130.1"
"use": "@autorest/typescript@6.0.0-alpha.16.20220105.1"
}
25 changes: 19 additions & 6 deletions sdk/network/arm-network/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
"docModel": { "enabled": true },
"apiReport": { "enabled": true, "reportFolder": "./review" },
"docModel": {
"enabled": true
},
"apiReport": {
"enabled": true,
"reportFolder": "./review"
},
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/arm-network.d.ts"
},
"messages": {
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
"tsdocMessageReporting": {
"default": {
"logLevel": "none"
}
},
"extractorMessageReporting": {
"ae-missing-release-tag": { "logLevel": "none" },
"ae-unresolved-link": { "logLevel": "none" }
"ae-missing-release-tag": {
"logLevel": "none"
},
"ae-unresolved-link": {
"logLevel": "none"
}
}
}
}
}
8 changes: 4 additions & 4 deletions sdk/network/arm-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for NetworkManagementClient.",
"version": "26.0.1",
"version": "27.0.0",
"engines": {
"node": ">=12.0.0"
},
Expand All @@ -29,12 +29,12 @@
"types": "./types/arm-network.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.18.11",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-multi-entry": "^3.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"mkdirp": "^1.0.4",
"rollup": "^2.0.0",
"rollup": "^1.16.3",
"rollup-plugin-sourcemaps": "^0.4.2",
"typescript": "~4.2.0",
"uglify-js": "^3.4.9",
Expand Down Expand Up @@ -99,4 +99,4 @@
},
"sideEffects": false,
"autoPublish": true
}
}
Loading

0 comments on commit f52aff1

Please sign in to comment.