Skip to content
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

[AutoPR @azure/arm-network] [Network] Update readme.python.md #3022

Closed
wants to merge 1 commit into from
Closed
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
28 changes: 20 additions & 8 deletions sdk/network/arm-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
# Release History

## 31.0.0 (2022-11-29)

**Features**

## 30.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added Interface DdosProtectionPlansDeleteHeaders
- Added Interface DelegationProperties
- Added Interface PartnerManagedResourceProperties
- Added Interface PublicIPAddressesDdosProtectionStatusHeaders
- Added Interface PublicIPAddressesDeleteHeaders
- Interface BackendAddressPool has a new optional parameter virtualNetwork
- Interface DdosProtectionPlan has a new optional parameter publicIPAddresses
- Interface NetworkVirtualAppliance has a new optional parameter delegation
- Interface NetworkVirtualAppliance has a new optional parameter deploymentType
- Interface NetworkVirtualAppliance has a new optional parameter partnerManagedResource
- Interface PolicySettings has a new optional parameter customBlockResponseBody
- Interface PolicySettings has a new optional parameter customBlockResponseStatusCode

### Other Changes
**Breaking Changes**

- Interface DdosProtectionPlan no longer has parameter publicIpAddresses


## 30.0.0 (2022-09-29)

**Features**
2 changes: 1 addition & 1 deletion sdk/network/arm-network/README.md
Original file line number Diff line number Diff line change
@@ -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.
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": "065b070773ed6fa98ede768ad602f4c4d2edf739",
"commit": "d51c1b32c441015e937c46d73b6111f80ad5bf3c",
"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/typescript@6.0.0-rc.1.20220727.1 --generate-sample=true",
"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/typescript@6.0.0-rc.2",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/typescript@6.0.0-rc.1.20220727.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.1",
"use": "@autorest/typescript@6.0.0-rc.2"
}
14 changes: 3 additions & 11 deletions sdk/network/arm-network/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
@@ -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
}
36 changes: 35 additions & 1 deletion sdk/network/arm-network/review/arm-network.api.md
Original file line number Diff line number Diff line change
@@ -1900,6 +1900,7 @@ export interface BackendAddressPool extends SubResource {
readonly provisioningState?: ProvisioningState;
tunnelInterfaces?: GatewayLoadBalancerTunnelInterface[];
readonly type?: string;
virtualNetwork?: SubResource;
}

// @public
@@ -2916,7 +2917,7 @@ export interface DdosProtectionPlan {
location?: string;
readonly name?: string;
readonly provisioningState?: ProvisioningState;
readonly publicIpAddresses?: SubResource[];
readonly publicIPAddresses?: SubResource[];
readonly resourceGuid?: string;
tags?: {
[propertyName: string]: string;
@@ -2952,6 +2953,11 @@ export interface DdosProtectionPlansCreateOrUpdateOptionalParams extends coreCli
// @public
export type DdosProtectionPlansCreateOrUpdateResponse = DdosProtectionPlan;

// @public
export interface DdosProtectionPlansDeleteHeaders {
location?: string;
}

// @public
export interface DdosProtectionPlansDeleteOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
@@ -3062,6 +3068,12 @@ export interface Delegation extends SubResource {
type?: string;
}

// @public
export interface DelegationProperties {
readonly provisioningState?: ProvisioningState;
serviceName?: string;
}

// @public
export interface DeleteBastionShareableLinkOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
@@ -9449,10 +9461,13 @@ export interface NetworkVirtualAppliance extends Resource {
bootStrapConfigurationBlobs?: string[];
cloudInitConfiguration?: string;
cloudInitConfigurationBlobs?: string[];
delegation?: DelegationProperties;
readonly deploymentType?: string;
readonly etag?: string;
identity?: ManagedServiceIdentity;
readonly inboundSecurityRules?: SubResource[];
nvaSku?: VirtualApplianceSkuProperties;
partnerManagedResource?: PartnerManagedResourceProperties;
readonly provisioningState?: ProvisioningState;
sshPublicKey?: string;
virtualApplianceAsn?: number;
@@ -10203,6 +10218,13 @@ export interface Parameter {
routePrefix?: string[];
}

// @public
export interface PartnerManagedResourceProperties {
readonly id?: string;
readonly internalLoadBalancerId?: string;
readonly standardLoadBalancerId?: string;
}

// @public
export interface PatchObject {
tags?: {
@@ -10311,6 +10333,8 @@ export type PfsGroup = string;

// @public
export interface PolicySettings {
customBlockResponseBody?: string;
customBlockResponseStatusCode?: number;
fileUploadLimitInMb?: number;
maxRequestBodySizeInKb?: number;
mode?: WebApplicationFirewallMode;
@@ -10829,6 +10853,11 @@ export interface PublicIPAddressesCreateOrUpdateOptionalParams extends coreClien
// @public
export type PublicIPAddressesCreateOrUpdateResponse = PublicIPAddress;

// @public
export interface PublicIPAddressesDdosProtectionStatusHeaders {
location?: string;
}

// @public
export interface PublicIPAddressesDdosProtectionStatusOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
@@ -10838,6 +10867,11 @@ export interface PublicIPAddressesDdosProtectionStatusOptionalParams extends cor
// @public
export type PublicIPAddressesDdosProtectionStatusResponse = PublicIpDdosProtectionStatusResult;

// @public
export interface PublicIPAddressesDeleteHeaders {
location?: string;
}

// @public
export interface PublicIPAddressesDeleteOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
Loading