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] Guptavertika/release network microsoft.network official 2024 01 01 #10051

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
783 changes: 392 additions & 391 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion sdk/core/logger/.tshy/browser.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"../src/**/*.mts",
"../src/**/*.tsx"
],
"exclude": [],
"exclude": [
".././src/log-react-native.mts"
],
"compilerOptions": {
"outDir": "../.tshy-build/browser"
}
Expand Down
3 changes: 2 additions & 1 deletion sdk/core/logger/.tshy/commonjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
],
"exclude": [
"../src/**/*.mts",
"../src/log-browser.mts"
"../src/log-browser.mts",
"../src/log-react-native.mts"
],
"compilerOptions": {
"outDir": "../.tshy-build/commonjs"
Expand Down
3 changes: 2 additions & 1 deletion sdk/core/logger/.tshy/esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"../src/**/*.tsx"
],
"exclude": [
".././src/log-browser.mts"
".././src/log-browser.mts",
".././src/log-react-native.mts"
],
"compilerOptions": {
"outDir": "../.tshy-build/esm"
Expand Down
101 changes: 91 additions & 10 deletions sdk/network/arm-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,96 @@
# Release History

## 33.2.0 (2024-06-18)

**Features**

## 33.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group FirewallPolicyDeployments
- Added operation group FirewallPolicyDrafts
- Added operation group FirewallPolicyRuleCollectionGroupDrafts
- Added operation InboundSecurityRuleOperations.get
- Added operation NetworkVirtualAppliances.beginRestart
- Added operation NetworkVirtualAppliances.beginRestartAndWait
- Added Interface ConnectionMonitorEndpointLocationDetails
- Added Interface FirewallPolicyDeploymentsDeployHeaders
- Added Interface FirewallPolicyDeploymentsDeployOptionalParams
- Added Interface FirewallPolicyDraft
- Added Interface FirewallPolicyDraftsCreateOrUpdateOptionalParams
- Added Interface FirewallPolicyDraftsDeleteOptionalParams
- Added Interface FirewallPolicyDraftsGetOptionalParams
- Added Interface FirewallPolicyRuleCollectionGroupDraft
- Added Interface FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdateOptionalParams
- Added Interface FirewallPolicyRuleCollectionGroupDraftsDeleteOptionalParams
- Added Interface FirewallPolicyRuleCollectionGroupDraftsGetOptionalParams
- Added Interface HeaderValueMatcher
- Added Interface InboundSecurityRuleGetOptionalParams
- Added Interface NetworkVirtualApplianceInstanceIds
- Added Interface NetworkVirtualAppliancePropertiesFormatNetworkProfile
- Added Interface NetworkVirtualAppliancesRestartHeaders
- Added Interface NetworkVirtualAppliancesRestartOptionalParams
- Added Interface PacketCaptureSettings
- Added Interface VirtualApplianceIPConfiguration
- Added Interface VirtualApplianceIPConfigurationProperties
- Added Interface VirtualApplianceNetworkInterfaceConfiguration
- Added Interface VirtualApplianceNetworkInterfaceConfigurationProperties
- Added Type Alias ApplicationGatewaySkuFamily
- Added Type Alias FirewallPolicyDeploymentsDeployResponse
- Added Type Alias FirewallPolicyDraftsCreateOrUpdateResponse
- Added Type Alias FirewallPolicyDraftsGetResponse
- Added Type Alias FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdateResponse
- Added Type Alias FirewallPolicyRuleCollectionGroupDraftsGetResponse
- Added Type Alias InboundSecurityRuleGetResponse
- Added Type Alias InboundSecurityRuleType
- Added Type Alias NetworkVirtualAppliancesRestartResponse
- Added Type Alias NicTypeInRequest
- Added Type Alias NicTypeInResponse
- Added Type Alias ProbeNoHealthyBackendsBehavior
- Added Type Alias SharingScope
- Interface ApplicationGatewayHeaderConfiguration has a new optional parameter headerValueMatcher
- Interface ApplicationGatewaySku has a new optional parameter family
- Interface BastionHost has a new optional parameter enableSessionRecording
- Interface ConnectionMonitorEndpoint has a new optional parameter locationDetails
- Interface ConnectionMonitorEndpoint has a new optional parameter subscriptionId
- Interface ExpressRouteCircuit has a new optional parameter enableDirectPortRateLimit
- Interface ExpressRouteCircuitAuthorization has a new optional parameter connectionResourceUri
- Interface ExpressRouteCrossConnectionsListOptionalParams has a new optional parameter filter
- Interface FlowLog has a new optional parameter identity
- Interface FlowLogInformation has a new optional parameter identity
- Interface InboundSecurityRule has a new optional parameter ruleType
- Interface InboundSecurityRules has a new optional parameter appliesOn
- Interface InboundSecurityRules has a new optional parameter destinationPortRanges
- Interface InboundSecurityRules has a new optional parameter name
- Interface NetworkInterfaceIPConfiguration has a new optional parameter privateIPAddressPrefixLength
- Interface NetworkVirtualAppliance has a new optional parameter networkProfile
- Interface PacketCapture has a new optional parameter captureSettings
- Interface PacketCapture has a new optional parameter continuousCapture
- Interface PacketCaptureParameters has a new optional parameter captureSettings
- Interface PacketCaptureParameters has a new optional parameter continuousCapture
- Interface PacketCaptureResult has a new optional parameter captureSettings
- Interface PacketCaptureResult has a new optional parameter continuousCapture
- Interface PacketCaptureStorageLocation has a new optional parameter localPath
- Interface PolicySettings has a new optional parameter jsChallengeCookieExpirationInMins
- Interface Probe has a new optional parameter noHealthyBackendsBehavior
- Interface ServiceEndpointPropertiesFormat has a new optional parameter networkIdentifier
- Interface Subnet has a new optional parameter sharingScope
- Interface VirtualApplianceNicProperties has a new optional parameter nicType
- Interface VirtualNetworkGateway has a new optional parameter identity
- Interface VirtualNetworkPeering has a new optional parameter enableOnlyIPv6Peering
- Interface VirtualNetworkPeering has a new optional parameter localAddressSpace
- Interface VirtualNetworkPeering has a new optional parameter localSubnetNames
- Interface VirtualNetworkPeering has a new optional parameter localVirtualNetworkAddressSpace
- Interface VirtualNetworkPeering has a new optional parameter peerCompleteVnets
- Interface VirtualNetworkPeering has a new optional parameter remoteSubnetNames
- Interface VpnSiteLinkConnection has a new optional parameter dpdTimeoutSeconds
- Added Enum KnownApplicationGatewaySkuFamily
- Added Enum KnownInboundSecurityRuleType
- Added Enum KnownNicTypeInRequest
- Added Enum KnownNicTypeInResponse
- Added Enum KnownProbeNoHealthyBackendsBehavior
- Added Enum KnownSharingScope
- Enum KnownBastionHostSkuName has a new value Premium
- Enum KnownEndpointType has a new value AzureArcNetwork


## 33.1.0 (2024-02-02)

**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": "73d1e6522dfdedb795f46cf997921c623011caa6",
"commit": "ec338293c5d1377996e47ad65a573720f3909a5a",
"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.14 --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.12",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.4",
"use": "@autorest/typescript@6.0.14"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.10",
"use": "@autorest/typescript@^6.0.12"
}
21 changes: 7 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": "33.1.1",
"version": "33.2.0",
"engines": {
"node": ">=18.0.0"
},
Expand All @@ -12,8 +12,8 @@
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.12.0",
"@azure/core-auth": "^1.6.0",
"@azure/core-rest-pipeline": "^1.14.0",
"tslib": "^2.2.0"
},
"keywords": [
Expand All @@ -37,9 +37,10 @@
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.0.1",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.0.0",
"@azure-tools/test-credential": "^1.1.0",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"tsx": "^4.7.1",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
Expand Down Expand Up @@ -105,13 +106,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"
}
Loading