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

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

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

## 31.0.0 (2023-02-22)

**Breaking Changes**

## 30.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other 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": "ce4215175bab521e562117468007cca06eebe4c0",
"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].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/[email protected].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/[email protected].3.20221108.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"use": "@autorest/[email protected].5"
}
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": "30.1.1",
"version": "31.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -29,9 +29,9 @@
"types": "./types/arm-network.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
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
}
Loading