Skip to content

[AutoPR @azure/arm-network] Meja/swagger changes for mi #6674

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 1 commit 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
135 changes: 132 additions & 3 deletions common/config/rush/pnpm-lock.yaml

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

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

## 33.0.0 (2023-09-15)

**Features**

## 32.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added Interface BastionHostPropertiesFormatNetworkAcls
- Added Interface FlowLogInformationRequest
- Added Interface FlowLogInformationResponse
- Added Interface IPRule
- Added Interface RequestIdentityObjectForUserAssigned
- Added Interface ResultIdentityObjectForUserAssigned
- Added Interface UserIdentityProperties
- Added Interface VirtualNetworkGatewayAutoScaleBounds
- Added Interface VirtualNetworkGatewayAutoScaleConfiguration
- Interface BastionHost has a new optional parameter networkAcls
- Interface BastionHost has a new optional parameter virtualNetwork
- Interface FirewallPolicy has a new optional parameter size
- Interface FirewallPolicyRuleCollectionGroup has a new optional parameter size
- Interface FlowLog has a new optional parameter identity
- Interface Subnet has a new optional parameter defaultOutboundAccess
- Interface VirtualNetworkGateway has a new optional parameter autoScaleConfiguration

### Other Changes
**Breaking Changes**

- Operation NetworkWatchers.beginSetFlowLogConfiguration has a new signature
- Operation NetworkWatchers.beginSetFlowLogConfigurationAndWait has a new signature


## 32.1.0 (2023-08-08)

**Features**
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": "2888f49ff0b4ce0587780b83530a7974dae71015",
"commit": "c29c33944f7fee90b174705a54408107e66b5c8e",
"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/[email protected].5 --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/[email protected].0",
"use": "@autorest/[email protected].5"
"release_tool": "@azure-tools/[email protected].2",
"use": "@autorest/typescript@^6.0.4"
}
Loading