Skip to content

[AutoPR @azure/arm-network] add test lintdiff #1712

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .scripts/automation_generate.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
code-gen-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/[email protected]
code-gen-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/[email protected] --cadlEmitter=@azure-tools/cadl-typescript
2 changes: 1 addition & 1 deletion .scripts/automation_init.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
npm install -g @microsoft/[email protected]
npm install -g @azure-tools/js-sdk-release-tools
npm install -g azure-tools-js-sdk-release-tools
95 changes: 87 additions & 8 deletions sdk/network/arm-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,94 @@
# Release History

## 31.0.0 (2022-11-10)

**Features**

## 30.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added Interface ProtocolCustomSettingsFormat
- Added Type Alias DdosCustomPolicyProtocol
- Added Type Alias DdosCustomPolicyTriggerSensitivityOverride
- Added Type Alias DdosSettingsProtectionCoverage
- Interface DdosCustomPolicy has a new optional parameter protocolCustomSettings
- Interface DdosCustomPolicy has a new optional parameter publicIPAddresses
- Interface DdosSettings has a new optional parameter ddosCustomPolicy
- Interface DdosSettings has a new optional parameter protectedIP
- Interface DdosSettings has a new optional parameter protectionCoverage
- Added Enum KnownDdosCustomPolicyProtocol
- Added Enum KnownDdosCustomPolicyTriggerSensitivityOverride
- Added Enum KnownDdosSettingsProtectionCoverage

### Other Changes
**Breaking Changes**

- Removed operation group ApplicationGatewayWafDynamicManifests
- Removed operation group ApplicationGatewayWafDynamicManifestsDefault
- Removed operation group RouteMaps
- Removed operation group VipSwap
- Removed operation PublicIPAddresses.beginDdosProtectionStatus
- Removed operation PublicIPAddresses.beginDdosProtectionStatusAndWait
- Removed operation VirtualHubs.beginGetInboundRoutes
- Removed operation VirtualHubs.beginGetInboundRoutesAndWait
- Removed operation VirtualHubs.beginGetOutboundRoutes
- Removed operation VirtualHubs.beginGetOutboundRoutesAndWait
- Removed operation VirtualNetworks.beginListDdosProtectionStatusAndWait
- Interface ApplicationGatewayClientAuthConfiguration no longer has parameter verifyClientRevocation
- Interface ApplicationGatewayFirewallRule no longer has parameter action
- Interface ApplicationGatewayFirewallRule no longer has parameter ruleIdString
- Interface ApplicationGatewayFirewallRule no longer has parameter state
- Interface ApplicationGatewayFirewallRuleSet no longer has parameter tiers
- Interface CustomIpPrefix no longer has parameter asn
- Interface CustomIpPrefix no longer has parameter expressRouteAdvertise
- Interface CustomIpPrefix no longer has parameter geo
- Interface CustomIpPrefix no longer has parameter prefixType
- Interface DdosProtectionPlan no longer has parameter publicIpAddresses
- Interface DdosSettings no longer has parameter ddosProtectionPlan
- Interface DdosSettings no longer has parameter protectionMode
- Interface ExpressRouteConnection no longer has parameter enablePrivateLinkFastPath
- Interface ExpressRouteGateway no longer has parameter allowNonVirtualWanTraffic
- Interface ExpressRouteLink no longer has parameter coloLocation
- Interface ExpressRoutePort no longer has parameter billingType
- Interface ListActiveConnectivityConfigurationsOptionalParams no longer has parameter top
- Interface ListActiveSecurityAdminRulesOptionalParams no longer has parameter top
- Interface ListNetworkManagerEffectiveConnectivityConfigurationsOptionalParams no longer has parameter top
- Interface ListNetworkManagerEffectiveSecurityAdminRulesOptionalParams no longer has parameter top
- Interface ManagedRuleOverride no longer has parameter action
- Interface NetworkInterface no longer has parameter disableTcpStateTracking
- Interface NetworkManagerDeploymentStatusListOptionalParams no longer has parameter top
- Interface Probe no longer has parameter probeThreshold
- Interface RoutingConfiguration no longer has parameter inboundRouteMap
- Interface RoutingConfiguration no longer has parameter outboundRouteMap
- Interface VirtualHub no longer has parameter routeMaps
- Interface VirtualNetworkGateway no longer has parameter allowRemoteVnetTraffic
- Interface VirtualNetworkGateway no longer has parameter allowVirtualWanTraffic
- Interface VirtualNetworkGateway no longer has parameter virtualNetworkGatewayPolicyGroups
- Interface VirtualNetworkGatewayConnection no longer has parameter enablePrivateLinkFastPath
- Interface VirtualNetworkGatewayConnectionListEntity no longer has parameter enablePrivateLinkFastPath
- Interface VnetRoute no longer has parameter staticRoutesConfig
- Interface VpnClientConfiguration no longer has parameter vngClientConnectionConfigurations
- Class NetworkManagementClient no longer has parameter applicationGatewayWafDynamicManifests
- Class NetworkManagementClient no longer has parameter applicationGatewayWafDynamicManifestsDefault
- Class NetworkManagementClient no longer has parameter routeMaps
- Class NetworkManagementClient no longer has parameter vipSwap
- Removed Enum KnownActionType
- Removed Enum KnownApplicationGatewayClientRevocationOptions
- Removed Enum KnownApplicationGatewayRuleSetStatusOptions
- Removed Enum KnownApplicationGatewayTierTypes
- Removed Enum KnownApplicationGatewayWafRuleActionTypes
- Removed Enum KnownApplicationGatewayWafRuleStateTypes
- Removed Enum KnownCustomIpPrefixType
- Removed Enum KnownDdosSettingsProtectionMode
- Removed Enum KnownExpressRoutePortsBillingType
- Removed Enum KnownGeo
- Removed Enum KnownIsWorkloadProtected
- Removed Enum KnownNextStep
- Removed Enum KnownRouteMapActionType
- Removed Enum KnownRouteMapMatchCondition
- Removed Enum KnownVnetLocalRouteOverrideCriteria
- Enum KnownCommissionedState no longer has value Deprovisioned
- Enum KnownManagedRuleEnabledState no longer has value Enabled
- Enum KnownNetworkIntentPolicyBasedService no longer has value AllowRulesOnly
- Enum KnownWebApplicationFirewallTransform no longer has value Uppercase


## 30.0.0 (2022-09-29)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/network/arm-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Network Client

### Currently supported environments

- [LTS versions of Node.js](https://nodejs.org/about/releases/)
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
- Latest versions of Safari, Chrome, Edge and Firefox.

See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
Expand Down
10 changes: 5 additions & 5 deletions sdk/network/arm-network/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "065b070773ed6fa98ede768ad602f4c4d2edf739",
"commit": "88fb6974c573f26166df63a2bd79f9ee8397eb4a",
"readme": "specification/network/resource-manager/readme.md",
"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\\network\\resource-manager\\readme.md --use=@autorest/[email protected].1.20220727.1 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/[email protected].1.20220727.1"
"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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/network/resource-manager/readme.md --use=@autorest/[email protected].2",
"repository_url": "https://github.com/openapi-env-test/azure-rest-api-specs.git",
"release_tool": "azure-tools-js-sdk-release-tools@2.5.1",
"use": "@autorest/[email protected].2"
}
14 changes: 3 additions & 11 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": "30.0.1",
"version": "31.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -109,13 +109,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-network?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading