Skip to content
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
56 changes: 48 additions & 8 deletions sdk/network/arm-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,55 @@
# Release History

## 31.0.0 (2023-02-09)

**Features**

## 30.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added Type Alias WebApplicationFirewallState
- Interface ExpressRouteCircuit has a new optional parameter authorizationStatus
- Interface VirtualNetwork has a new optional parameter flowLogs
- Interface VpnGatewaysResetOptionalParams has a new optional parameter ipConfigurationId
- Interface WebApplicationFirewallCustomRule has a new optional parameter state
- Added Enum KnownWebApplicationFirewallState
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus400
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus404
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus405
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus408
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus499
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus500
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus503
- Enum KnownApplicationGatewayCustomErrorStatusCode has a new value HttpStatus504

### Other Changes
**Breaking Changes**

- Interface AdminRuleCollectionsListNextOptionalParams no longer has parameter skipToken
- Interface AdminRuleCollectionsListNextOptionalParams no longer has parameter top
- Interface AdminRulesListNextOptionalParams no longer has parameter skipToken
- Interface AdminRulesListNextOptionalParams no longer has parameter top
- Interface ConnectivityConfigurationsListNextOptionalParams no longer has parameter skipToken
- Interface ConnectivityConfigurationsListNextOptionalParams no longer has parameter top
- Interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams no longer has parameter skipToken
- Interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams no longer has parameter top
- Interface NetworkGroupsListNextOptionalParams no longer has parameter skipToken
- Interface NetworkGroupsListNextOptionalParams no longer has parameter top
- Interface NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsNextOptionalParams no longer has parameter expand
- Interface NetworkManagersListBySubscriptionNextOptionalParams no longer has parameter skipToken
- Interface NetworkManagersListBySubscriptionNextOptionalParams no longer has parameter top
- Interface NetworkManagersListNextOptionalParams no longer has parameter skipToken
- Interface NetworkManagersListNextOptionalParams no longer has parameter top
- Interface ScopeConnectionsListNextOptionalParams no longer has parameter skipToken
- Interface ScopeConnectionsListNextOptionalParams no longer has parameter top
- Interface SecurityAdminConfigurationsListNextOptionalParams no longer has parameter skipToken
- Interface SecurityAdminConfigurationsListNextOptionalParams no longer has parameter top
- Interface ServiceTagInformationListNextOptionalParams no longer has parameter noAddressPrefixes
- Interface ServiceTagInformationListNextOptionalParams no longer has parameter tagName
- Interface StaticMembersListNextOptionalParams no longer has parameter skipToken
- Interface StaticMembersListNextOptionalParams no longer has parameter top
- Interface SubscriptionNetworkManagerConnectionsListNextOptionalParams no longer has parameter skipToken
- Interface SubscriptionNetworkManagerConnectionsListNextOptionalParams no longer has parameter top
- Interface VirtualNetworksListDdosProtectionStatusNextOptionalParams no longer has parameter skipToken
- Interface VirtualNetworksListDdosProtectionStatusNextOptionalParams no longer has parameter top


## 30.1.0 (2022-12-13)

**Features**
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) 2022 Microsoft
Copyright (c) 2023 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
8 changes: 4 additions & 4 deletions sdk/network/arm-network/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "7245d0f5cc01bf95df9d7ae893f252d4001b4ad7",
"commit": "cf606edb552fe90b04ddeaf29798617406fc310e",
"readme": "specification/network/resource-manager/readme.md",
"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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\network\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.3.20221108.1 --generate-sample=true",
"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/network/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.3",
"use": "@autorest/typescript@6.0.0-rc.3.20221108.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"use": "@autorest/typescript@6.0.0-rc.5"
}
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.1.1",
"version": "31.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -110,13 +110,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
}
50 changes: 22 additions & 28 deletions sdk/network/arm-network/review/arm-network.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ export type AdminRuleCollectionsGetResponse = AdminRuleCollection;

// @public
export interface AdminRuleCollectionsListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -241,8 +239,6 @@ export type AdminRulesGetResponse = BaseAdminRuleUnion;

// @public
export interface AdminRulesListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -2620,8 +2616,6 @@ export type ConnectivityConfigurationsGetResponse = ConnectivityConfiguration;

// @public
export interface ConnectivityConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -3445,6 +3439,7 @@ export interface ExpressRouteCircuit extends Resource {
allowClassicOperations?: boolean;
authorizationKey?: string;
authorizations?: ExpressRouteCircuitAuthorization[];
readonly authorizationStatus?: string;
bandwidthInGbps?: number;
circuitProvisioningState?: string;
readonly etag?: string;
Expand Down Expand Up @@ -5905,8 +5900,16 @@ export enum KnownApplicationGatewayCookieBasedAffinity {

// @public
export enum KnownApplicationGatewayCustomErrorStatusCode {
HttpStatus400 = "HttpStatus400",
HttpStatus403 = "HttpStatus403",
HttpStatus502 = "HttpStatus502"
HttpStatus404 = "HttpStatus404",
HttpStatus405 = "HttpStatus405",
HttpStatus408 = "HttpStatus408",
HttpStatus499 = "HttpStatus499",
HttpStatus500 = "HttpStatus500",
HttpStatus502 = "HttpStatus502",
HttpStatus503 = "HttpStatus503",
HttpStatus504 = "HttpStatus504"
}

// @public
Expand Down Expand Up @@ -7355,6 +7358,12 @@ export enum KnownWebApplicationFirewallRuleType {
MatchRule = "MatchRule"
}

// @public
export enum KnownWebApplicationFirewallState {
Disabled = "Disabled",
Enabled = "Enabled"
}

// @public
export enum KnownWebApplicationFirewallTransform {
HtmlEntityDecode = "HtmlEntityDecode",
Expand Down Expand Up @@ -8035,8 +8044,6 @@ export type ManagementGroupNetworkManagerConnectionsGetResponse = NetworkManager

// @public
export interface ManagementGroupNetworkManagerConnectionsListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -8336,8 +8343,6 @@ export type NetworkGroupsGetResponse = NetworkGroup;

// @public
export interface NetworkGroupsListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -8656,7 +8661,6 @@ export type NetworkInterfacesListResponse = NetworkInterfaceListResult;

// @public
export interface NetworkInterfacesListVirtualMachineScaleSetIpConfigurationsNextOptionalParams extends coreClient.OperationOptions {
expand?: string;
}

// @public
Expand Down Expand Up @@ -9215,8 +9219,6 @@ export type NetworkManagersGetResponse = NetworkManager;

// @public
export interface NetworkManagersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand All @@ -9233,8 +9235,6 @@ export type NetworkManagersListBySubscriptionResponse = NetworkManagerListResult

// @public
export interface NetworkManagersListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -11758,8 +11758,6 @@ export type ScopeConnectionsGetResponse = ScopeConnection;

// @public
export interface ScopeConnectionsListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -11828,8 +11826,6 @@ export type SecurityAdminConfigurationsGetResponse = SecurityAdminConfiguration;

// @public
export interface SecurityAdminConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -12252,8 +12248,6 @@ export interface ServiceTagInformation {

// @public
export interface ServiceTagInformationListNextOptionalParams extends coreClient.OperationOptions {
noAddressPrefixes?: boolean;
tagName?: string;
}

// @public
Expand Down Expand Up @@ -12414,8 +12408,6 @@ export type StaticMembersGetResponse = StaticMember;

// @public
export interface StaticMembersListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -12577,8 +12569,6 @@ export type SubscriptionNetworkManagerConnectionsGetResponse = NetworkManagerCon

// @public
export interface SubscriptionNetworkManagerConnectionsListNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -13277,6 +13267,7 @@ export interface VirtualNetwork extends Resource {
encryption?: VirtualNetworkEncryption;
readonly etag?: string;
extendedLocation?: ExtendedLocation;
readonly flowLogs?: FlowLog[];
flowTimeoutInMinutes?: number;
ipAllocations?: SubResource[];
readonly provisioningState?: ProvisioningState;
Expand Down Expand Up @@ -14081,8 +14072,6 @@ export type VirtualNetworksListAllResponse = VirtualNetworkListResult;

// @public
export interface VirtualNetworksListDdosProtectionStatusNextOptionalParams extends coreClient.OperationOptions {
skipToken?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -14836,6 +14825,7 @@ export type VpnGatewaysListResponse = ListVpnGatewaysResult;

// @public
export interface VpnGatewaysResetOptionalParams extends coreClient.OperationOptions {
ipConfigurationId?: string;
resumeFrom?: string;
updateIntervalInMs?: number;
}
Expand Down Expand Up @@ -15308,6 +15298,7 @@ export interface WebApplicationFirewallCustomRule {
name?: string;
priority: number;
ruleType: WebApplicationFirewallRuleType;
state?: WebApplicationFirewallState;
}

// @public
Expand Down Expand Up @@ -15405,6 +15396,9 @@ export type WebApplicationFirewallPolicyResourceState = string;
// @public
export type WebApplicationFirewallRuleType = string;

// @public
export type WebApplicationFirewallState = string;

// @public
export type WebApplicationFirewallTransform = string;

Expand Down
Loading