Skip to content

Commit

Permalink
CodeGen from PR 25666 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 578d4b076e4c79aa90fc7cdbe8ac61af99a18189 into 39f994beac5e7f056d03edcb7def2799e4d01493
  • Loading branch information
SDKAuto committed Sep 24, 2023
1 parent 98269b6 commit 9862886
Show file tree
Hide file tree
Showing 13 changed files with 326 additions and 72 deletions.
36 changes: 20 additions & 16 deletions common/config/rush/pnpm-lock.yaml

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

22 changes: 12 additions & 10 deletions sdk/network/arm-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Release History

## 32.3.0 (2023-09-24)

**Features**

## 32.2.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added Interface BastionShareableLinkTokenListRequest
- Added Interface DeleteBastionShareableLinkByTokenOptionalParams
- Added Type Alias FirewallPolicyIntrusionDetectionProfileType
- Interface FirewallPolicyIntrusionDetection has a new optional parameter profile
- Added Enum KnownFirewallPolicyIntrusionDetectionProfileType
- Enum KnownBastionHostSkuName has a new value Developer


## 32.2.0 (2023-09-07)

**Features**
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,8 +1,8 @@
{
"commit": "241397aafd74aaad6161cd0058449f9eb6d5163c",
"commit": "7091a6f5c00fdfe5851df39621159a8f209e9293",
"readme": "specification/network/resource-manager/readme.md",
"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",
"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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/network/resource-manager/readme.md --use=@autorest/typescript@^6.0.4",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.2",
"use": "@autorest/typescript@6.0.8"
"use": "@autorest/typescript@^6.0.4"
}
20 changes: 6 additions & 14 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": "32.2.1",
"version": "32.3.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -38,9 +38,9 @@
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~5.0.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
"@azure/identity": "^3.3.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^7.1.1",
Expand Down Expand Up @@ -84,7 +84,7 @@
"extract-api": "api-extractor run --local",
"lint": "echo skipped",
"audit": "echo skipped",
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:node": "echo skipped",
"build:browser": "echo skipped",
"build:test": "echo skipped",
Expand Down Expand Up @@ -112,13 +112,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/network/arm-network",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-network?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/network/arm-network"
}
28 changes: 27 additions & 1 deletion sdk/network/arm-network/review/arm-network.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2128,6 +2128,11 @@ export interface BastionShareableLinkListResult {
value?: BastionShareableLink[];
}

// @public
export interface BastionShareableLinkTokenListRequest {
tokens?: string[];
}

// @public
export interface BGPCommunity {
communityName?: string;
Expand Down Expand Up @@ -3128,6 +3133,12 @@ export interface DelegationProperties {
serviceName?: string;
}

// @public
export interface DeleteBastionShareableLinkByTokenOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
updateIntervalInMs?: number;
}

// @public
export interface DeleteBastionShareableLinkOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
Expand Down Expand Up @@ -4815,7 +4826,7 @@ export interface FirewallPolicyHttpHeaderToInsert {
export type FirewallPolicyIdpsQuerySortOrder = string;

// @public
export type FirewallPolicyIdpsSignatureDirection = 0 | 1 | 2;
export type FirewallPolicyIdpsSignatureDirection = 0 | 1 | 2 | 3 | 4;

// @public
export type FirewallPolicyIdpsSignatureMode = 0 | 1 | 2;
Expand Down Expand Up @@ -4894,6 +4905,7 @@ export interface FirewallPolicyInsights {
export interface FirewallPolicyIntrusionDetection {
configuration?: FirewallPolicyIntrusionDetectionConfiguration;
mode?: FirewallPolicyIntrusionDetectionStateType;
profile?: FirewallPolicyIntrusionDetectionProfileType;
}

// @public
Expand All @@ -4915,6 +4927,9 @@ export interface FirewallPolicyIntrusionDetectionConfiguration {
signatureOverrides?: FirewallPolicyIntrusionDetectionSignatureSpecification[];
}

// @public
export type FirewallPolicyIntrusionDetectionProfileType = string;

// @public
export type FirewallPolicyIntrusionDetectionProtocol = string;

Expand Down Expand Up @@ -6273,6 +6288,7 @@ export enum KnownBastionConnectProtocol {
// @public
export enum KnownBastionHostSkuName {
Basic = "Basic",
Developer = "Developer",
Standard = "Standard"
}

Expand Down Expand Up @@ -6585,6 +6601,14 @@ export enum KnownFirewallPolicyIdpsQuerySortOrder {
Descending = "Descending"
}

// @public
export enum KnownFirewallPolicyIntrusionDetectionProfileType {
Advanced = "Advanced",
Basic = "Basic",
Extended = "Extended",
Standard = "Standard"
}

// @public
export enum KnownFirewallPolicyIntrusionDetectionProtocol {
ANY = "ANY",
Expand Down Expand Up @@ -9010,6 +9034,8 @@ export class NetworkManagementClient extends coreClient.ServiceClient {
bastionHosts: BastionHosts;
beginDeleteBastionShareableLink(resourceGroupName: string, bastionHostName: string, bslRequest: BastionShareableLinkListRequest, options?: DeleteBastionShareableLinkOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
beginDeleteBastionShareableLinkAndWait(resourceGroupName: string, bastionHostName: string, bslRequest: BastionShareableLinkListRequest, options?: DeleteBastionShareableLinkOptionalParams): Promise<void>;
beginDeleteBastionShareableLinkByToken(resourceGroupName: string, bastionHostName: string, bslTokenRequest: BastionShareableLinkTokenListRequest, options?: DeleteBastionShareableLinkByTokenOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
beginDeleteBastionShareableLinkByTokenAndWait(resourceGroupName: string, bastionHostName: string, bslTokenRequest: BastionShareableLinkTokenListRequest, options?: DeleteBastionShareableLinkByTokenOptionalParams): Promise<void>;
beginGeneratevirtualwanvpnserverconfigurationvpnprofile(resourceGroupName: string, virtualWANName: string, vpnClientParams: VirtualWanVpnProfileParameters, options?: GeneratevirtualwanvpnserverconfigurationvpnprofileOptionalParams): Promise<SimplePollerLike<OperationState<GeneratevirtualwanvpnserverconfigurationvpnprofileResponse>, GeneratevirtualwanvpnserverconfigurationvpnprofileResponse>>;
beginGeneratevirtualwanvpnserverconfigurationvpnprofileAndWait(resourceGroupName: string, virtualWANName: string, vpnClientParams: VirtualWanVpnProfileParameters, options?: GeneratevirtualwanvpnserverconfigurationvpnprofileOptionalParams): Promise<GeneratevirtualwanvpnserverconfigurationvpnprofileResponse>;
beginListActiveSessionsAndWait(resourceGroupName: string, bastionHostName: string, options?: GetActiveSessionsOptionalParams): PagedAsyncIterableIterator<BastionActiveSession>;
Expand Down
Loading

0 comments on commit 9862886

Please sign in to comment.