From bbaf7f543105bdd38e0064175c73a2cd3a1a9a3f Mon Sep 17 00:00:00 2001 From: colawwj Date: Sat, 9 Oct 2021 10:27:17 +0800 Subject: [PATCH 1/3] track2-version-bump --- sdk/apimanagement/arm-apimanagement/CHANGELOG.md | 12 ++++-------- sdk/apimanagement/arm-apimanagement/package.json | 2 +- .../src/apiManagementClientContext.ts | 2 +- sdk/appservice/arm-appservice/CHANGELOG.md | 9 ++++++--- sdk/appservice/arm-appservice/package.json | 2 +- .../src/webSiteManagementClientContext.ts | 2 +- sdk/authorization/arm-authorization/CHANGELOG.md | 10 +++------- sdk/authorization/arm-authorization/package.json | 2 +- .../src/authorizationManagementClientContext.ts | 2 +- sdk/compute/arm-compute/CHANGELOG.md | 10 +++------- sdk/compute/arm-compute/package.json | 2 +- .../src/computeManagementClientContext.ts | 2 +- sdk/eventgrid/arm-eventgrid/CHANGELOG.md | 8 ++++++++ sdk/eventgrid/arm-eventgrid/package.json | 2 +- .../src/eventGridManagementClientContext.ts | 2 +- sdk/eventhub/arm-eventhub/CHANGELOG.md | 8 ++++++++ sdk/eventhub/arm-eventhub/package.json | 2 +- .../src/eventHubManagementClientContext.ts | 2 +- sdk/features/arm-features/CHANGELOG.md | 10 +++------- sdk/features/arm-features/package.json | 2 +- .../arm-features/src/featureClientContext.ts | 2 +- sdk/keyvault/arm-keyvault/CHANGELOG.md | 10 +++------- sdk/keyvault/arm-keyvault/package.json | 2 +- .../src/keyVaultManagementClientContext.ts | 2 +- sdk/links/arm-links/CHANGELOG.md | 10 +++------- sdk/links/arm-links/package.json | 2 +- .../arm-links/src/managementLinkClientContext.ts | 2 +- sdk/locks/arm-locks/CHANGELOG.md | 10 +++------- sdk/locks/arm-locks/package.json | 2 +- .../arm-locks/src/managementLockClientContext.ts | 2 +- .../arm-managedapplications/CHANGELOG.md | 10 +++------- .../arm-managedapplications/package.json | 2 +- .../src/applicationClientContext.ts | 2 +- sdk/network/arm-network/CHANGELOG.md | 10 +++------- sdk/network/arm-network/package.json | 2 +- .../src/networkManagementClientContext.ts | 2 +- sdk/policy/arm-policy/CHANGELOG.md | 10 +++------- sdk/policy/arm-policy/package.json | 2 +- sdk/policy/arm-policy/src/policyClientContext.ts | 2 +- sdk/redis/arm-rediscache/CHANGELOG.md | 12 ++++-------- sdk/redis/arm-rediscache/package.json | 2 +- .../src/redisManagementClientContext.ts | 2 +- sdk/resources/arm-resources/CHANGELOG.md | 10 +++------- sdk/resources/arm-resources/package.json | 2 +- .../src/resourceManagementClientContext.ts | 2 +- sdk/servicebus/arm-servicebus/CHANGELOG.md | 10 +++------- sdk/servicebus/arm-servicebus/package.json | 2 +- .../src/serviceBusManagementClientContext.ts | 2 +- sdk/sql/arm-sql/CHANGELOG.md | 12 ++++-------- sdk/sql/arm-sql/package.json | 2 +- sdk/sql/arm-sql/src/sqlManagementClientContext.ts | 2 +- sdk/storage/arm-storage/CHANGELOG.md | 10 +++------- sdk/storage/arm-storage/package.json | 2 +- .../src/storageManagementClientContext.ts | 2 +- 54 files changed, 106 insertions(+), 147 deletions(-) diff --git a/sdk/apimanagement/arm-apimanagement/CHANGELOG.md b/sdk/apimanagement/arm-apimanagement/CHANGELOG.md index 79224e22586b..e0a90e6237ed 100644 --- a/sdk/apimanagement/arm-apimanagement/CHANGELOG.md +++ b/sdk/apimanagement/arm-apimanagement/CHANGELOG.md @@ -1,14 +1,10 @@ -## Release History +# Release History -### 30.0.0-beta.2 (Unreleased) +## 8.0.0-beta.1 (2021-10-09) -#### Features Added +**Bug Fixes** -#### Breaking Changes - -#### Bugs Fixed - -#### Other Changes + - bump version ### 30.0.0-beta.1 (2021-09-24) diff --git a/sdk/apimanagement/arm-apimanagement/package.json b/sdk/apimanagement/arm-apimanagement/package.json index 8eee60e39524..dc52f39e0f49 100644 --- a/sdk/apimanagement/arm-apimanagement/package.json +++ b/sdk/apimanagement/arm-apimanagement/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for ApiManagementClient.", - "version": "30.0.0-beta.2", + "version": "8.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/apimanagement/arm-apimanagement/src/apiManagementClientContext.ts b/sdk/apimanagement/arm-apimanagement/src/apiManagementClientContext.ts index f7302983bf2a..d4e5a21660c3 100644 --- a/sdk/apimanagement/arm-apimanagement/src/apiManagementClientContext.ts +++ b/sdk/apimanagement/arm-apimanagement/src/apiManagementClientContext.ts @@ -43,7 +43,7 @@ export class ApiManagementClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-apimanagement/30.0.0-beta.1`; + const packageDetails = `azsdk-js-arm-apimanagement/8.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/appservice/arm-appservice/CHANGELOG.md b/sdk/appservice/arm-appservice/CHANGELOG.md index ae7e44242bc3..73e4bd90dc9c 100644 --- a/sdk/appservice/arm-appservice/CHANGELOG.md +++ b/sdk/appservice/arm-appservice/CHANGELOG.md @@ -1,12 +1,15 @@ # Release History -## 30.0.0-beta.2 (Unreleased) +## 10.0.0-beta.1 (2021-10-09) -### Features Added +**Bug Fixes** -### Breaking Changes + - bump version + +## 30.0.0-beta.2 (2021-08-09) ### Bugs Fixed + - fix package issues ### Other Changes diff --git a/sdk/appservice/arm-appservice/package.json b/sdk/appservice/arm-appservice/package.json index 11cd4b70340a..3c4a6045bebe 100644 --- a/sdk/appservice/arm-appservice/package.json +++ b/sdk/appservice/arm-appservice/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for WebSiteManagementClient.", - "version": "30.0.0-beta.2", + "version": "10.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/appservice/arm-appservice/src/webSiteManagementClientContext.ts b/sdk/appservice/arm-appservice/src/webSiteManagementClientContext.ts index 0b18a2a643f3..228068cc2eeb 100644 --- a/sdk/appservice/arm-appservice/src/webSiteManagementClientContext.ts +++ b/sdk/appservice/arm-appservice/src/webSiteManagementClientContext.ts @@ -43,7 +43,7 @@ export class WebSiteManagementClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-appservice/30.0.0-beta.2`; + const packageDetails = `azsdk-js-arm-appservice/10.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/authorization/arm-authorization/CHANGELOG.md b/sdk/authorization/arm-authorization/CHANGELOG.md index 34287994aefc..be93e1b94c28 100644 --- a/sdk/authorization/arm-authorization/CHANGELOG.md +++ b/sdk/authorization/arm-authorization/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 30.0.0-beta.2 (Unreleased) +## 9.0.0-beta.1 (2021-10-09) -### Features Added +**Bug Fixes** -### Breaking Changes - -### Bugs Fixed - -### Other Changes + - bump version ## 30.0.0-beta.1 (2021-08-31) diff --git a/sdk/authorization/arm-authorization/package.json b/sdk/authorization/arm-authorization/package.json index 3e2e72913cf7..b822bf7450d9 100644 --- a/sdk/authorization/arm-authorization/package.json +++ b/sdk/authorization/arm-authorization/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for AuthorizationManagementClient.", - "version": "30.0.0-beta.2", + "version": "9.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/authorization/arm-authorization/src/authorizationManagementClientContext.ts b/sdk/authorization/arm-authorization/src/authorizationManagementClientContext.ts index cc79390f7a77..5cc28f392655 100644 --- a/sdk/authorization/arm-authorization/src/authorizationManagementClientContext.ts +++ b/sdk/authorization/arm-authorization/src/authorizationManagementClientContext.ts @@ -42,7 +42,7 @@ export class AuthorizationManagementClientContext extends coreClient.ServiceClie credential: credentials }; - const packageDetails = `azsdk-js-arm-authorization/30.0.0-beta.1`; + const packageDetails = `azsdk-js-arm-authorization/9.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/compute/arm-compute/CHANGELOG.md b/sdk/compute/arm-compute/CHANGELOG.md index c2922dca4f0f..d53601dc9ebe 100644 --- a/sdk/compute/arm-compute/CHANGELOG.md +++ b/sdk/compute/arm-compute/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 30.0.0-beta.4 (Unreleased) +## 17.0.0-beta.1 (2021-10-09) -### Features Added +**Bug Fixes** -### Breaking Changes - -### Bugs Fixed - -### Other Changes + - bump version ## 30.0.0-beta.3 (2021-08-31) diff --git a/sdk/compute/arm-compute/package.json b/sdk/compute/arm-compute/package.json index dcaa1a8b47e6..50ae8e4e31b8 100644 --- a/sdk/compute/arm-compute/package.json +++ b/sdk/compute/arm-compute/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for ComputeManagementClient.", - "version": "30.0.0-beta.4", + "version": "17.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/compute/arm-compute/src/computeManagementClientContext.ts b/sdk/compute/arm-compute/src/computeManagementClientContext.ts index b53eb2f338a2..b8bde782d297 100644 --- a/sdk/compute/arm-compute/src/computeManagementClientContext.ts +++ b/sdk/compute/arm-compute/src/computeManagementClientContext.ts @@ -42,7 +42,7 @@ export class ComputeManagementClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-compute/30.0.0-beta.3`; + const packageDetails = `azsdk-js-arm-compute/17.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/eventgrid/arm-eventgrid/CHANGELOG.md b/sdk/eventgrid/arm-eventgrid/CHANGELOG.md index ddf2a316c021..8970bd81f0f4 100644 --- a/sdk/eventgrid/arm-eventgrid/CHANGELOG.md +++ b/sdk/eventgrid/arm-eventgrid/CHANGELOG.md @@ -1,3 +1,11 @@ +# Release History + +## 12.0.0-beta.1 (2021-10-09) + +**Bug Fixes** + + - bump version + ## 30.0.0-beta.1 (2021-09-28) This is the first preview for the new version of the `@azure/arm-eventgrid` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. diff --git a/sdk/eventgrid/arm-eventgrid/package.json b/sdk/eventgrid/arm-eventgrid/package.json index 81156b8c165d..c8b91a832a0e 100644 --- a/sdk/eventgrid/arm-eventgrid/package.json +++ b/sdk/eventgrid/arm-eventgrid/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for EventGridManagementClient.", - "version": "30.0.0-beta.1", + "version": "12.0.0-beta.1", "engines": { "node": ">=12.0.0" }, "dependencies": { "@azure/core-lro": "^2.2.0", diff --git a/sdk/eventgrid/arm-eventgrid/src/eventGridManagementClientContext.ts b/sdk/eventgrid/arm-eventgrid/src/eventGridManagementClientContext.ts index 95af30ff7db6..019b0a5fe8f4 100644 --- a/sdk/eventgrid/arm-eventgrid/src/eventGridManagementClientContext.ts +++ b/sdk/eventgrid/arm-eventgrid/src/eventGridManagementClientContext.ts @@ -43,7 +43,7 @@ export class EventGridManagementClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-eventgrid/30.0.0-beta.1`; + const packageDetails = `azsdk-js-arm-eventgrid/12.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/eventhub/arm-eventhub/CHANGELOG.md b/sdk/eventhub/arm-eventhub/CHANGELOG.md index 899efa069c25..ab4ae48b3f76 100644 --- a/sdk/eventhub/arm-eventhub/CHANGELOG.md +++ b/sdk/eventhub/arm-eventhub/CHANGELOG.md @@ -1,3 +1,11 @@ +# Release History + +## 5.0.0-beta.1 (2021-10-09) + +**Bug Fixes** + + - bump version + ## 30.0.0-beta.2 (2021-10-08) **Features** diff --git a/sdk/eventhub/arm-eventhub/package.json b/sdk/eventhub/arm-eventhub/package.json index fdf4b6c9ddf9..b43c5695d317 100644 --- a/sdk/eventhub/arm-eventhub/package.json +++ b/sdk/eventhub/arm-eventhub/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for EventHubManagementClient.", - "version": "30.0.0-beta.2", + "version": "5.0.0-beta.1", "engines": { "node": ">=12.0.0" }, "dependencies": { "@azure/core-lro": "^2.2.0", diff --git a/sdk/eventhub/arm-eventhub/src/eventHubManagementClientContext.ts b/sdk/eventhub/arm-eventhub/src/eventHubManagementClientContext.ts index 6cbbfc4a7eab..3d3de7281e85 100644 --- a/sdk/eventhub/arm-eventhub/src/eventHubManagementClientContext.ts +++ b/sdk/eventhub/arm-eventhub/src/eventHubManagementClientContext.ts @@ -43,7 +43,7 @@ export class EventHubManagementClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-eventhub/30.0.0-beta.2`; + const packageDetails = `azsdk-js-arm-eventhub/5.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/features/arm-features/CHANGELOG.md b/sdk/features/arm-features/CHANGELOG.md index 202845fbbfed..2e6312649796 100644 --- a/sdk/features/arm-features/CHANGELOG.md +++ b/sdk/features/arm-features/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 30.0.0-beta.5 (Unreleased) +## 3.0.0-beta.1 (2021-10-09) -### Features Added - -### Breaking Changes - -### Bugs Fixed +**Bug Fixes** -### Other Changes + - bump version ## 30.0.0-beta.4 (2021-09-07) diff --git a/sdk/features/arm-features/package.json b/sdk/features/arm-features/package.json index a8bc702730ce..45fbb62adb6f 100644 --- a/sdk/features/arm-features/package.json +++ b/sdk/features/arm-features/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for FeatureClient.", - "version": "30.0.0-beta.5", + "version": "3.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/features/arm-features/src/featureClientContext.ts b/sdk/features/arm-features/src/featureClientContext.ts index feb689ce8da3..c278e1f0626e 100644 --- a/sdk/features/arm-features/src/featureClientContext.ts +++ b/sdk/features/arm-features/src/featureClientContext.ts @@ -42,7 +42,7 @@ export class FeatureClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-features/30.0.0-beta.4`; + const packageDetails = `azsdk-js-arm-features/3.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/keyvault/arm-keyvault/CHANGELOG.md b/sdk/keyvault/arm-keyvault/CHANGELOG.md index 65f842c053d7..59ca066fb68c 100644 --- a/sdk/keyvault/arm-keyvault/CHANGELOG.md +++ b/sdk/keyvault/arm-keyvault/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 30.0.0-beta.4 (Unreleased) +## 2.0.0-beta.1 (2021-10-09) -### Features Added - -### Breaking Changes - -### Bugs Fixed +**Bug Fixes** -### Other Changes + - bump version ## 30.0.0-beta.3 (2021-09-06) diff --git a/sdk/keyvault/arm-keyvault/package.json b/sdk/keyvault/arm-keyvault/package.json index df9089e38efc..ee3c7c7c0717 100644 --- a/sdk/keyvault/arm-keyvault/package.json +++ b/sdk/keyvault/arm-keyvault/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for KeyVaultManagementClient.", - "version": "30.0.0-beta.4", + "version": "2.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/keyvault/arm-keyvault/src/keyVaultManagementClientContext.ts b/sdk/keyvault/arm-keyvault/src/keyVaultManagementClientContext.ts index 9df285dc2e76..3ba2efbe75b5 100644 --- a/sdk/keyvault/arm-keyvault/src/keyVaultManagementClientContext.ts +++ b/sdk/keyvault/arm-keyvault/src/keyVaultManagementClientContext.ts @@ -43,7 +43,7 @@ export class KeyVaultManagementClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-keyvault/30.0.0-beta.3`; + const packageDetails = `azsdk-js-arm-keyvault/2.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/links/arm-links/CHANGELOG.md b/sdk/links/arm-links/CHANGELOG.md index 3418b8902e7e..3893214de1bf 100644 --- a/sdk/links/arm-links/CHANGELOG.md +++ b/sdk/links/arm-links/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 30.0.0-beta.3 (Unreleased) +## 2.0.0-beta.1 (2021-10-09) -### Features Added - -### Breaking Changes - -### Bugs Fixed +**Bug Fixes** -### Other Changes + - bump version ## 30.0.0-beta.2 (2021-09-06) diff --git a/sdk/links/arm-links/package.json b/sdk/links/arm-links/package.json index e4dec94b5c97..198a268d0afa 100644 --- a/sdk/links/arm-links/package.json +++ b/sdk/links/arm-links/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for ManagementLinkClient.", - "version": "30.0.0-beta.3", + "version": "2.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/links/arm-links/src/managementLinkClientContext.ts b/sdk/links/arm-links/src/managementLinkClientContext.ts index f1a1d8316ed3..b9ae1cf0d124 100644 --- a/sdk/links/arm-links/src/managementLinkClientContext.ts +++ b/sdk/links/arm-links/src/managementLinkClientContext.ts @@ -42,7 +42,7 @@ export class ManagementLinkClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-links/30.0.0-beta.2`; + const packageDetails = `azsdk-js-arm-links/2.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/locks/arm-locks/CHANGELOG.md b/sdk/locks/arm-locks/CHANGELOG.md index 250f0d1e3ef7..7a9274808b8c 100644 --- a/sdk/locks/arm-locks/CHANGELOG.md +++ b/sdk/locks/arm-locks/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 30.0.0-beta.3 (Unreleased) +## 2.0.0-beta.1 (2021-10-09) -### Features Added - -### Breaking Changes - -### Bugs Fixed +**Bug Fixes** -### Other Changes + - bump version ## 30.0.0-beta.2 (2021-09-06) diff --git a/sdk/locks/arm-locks/package.json b/sdk/locks/arm-locks/package.json index 4d6fcbf0352d..b0f6af44fb9e 100644 --- a/sdk/locks/arm-locks/package.json +++ b/sdk/locks/arm-locks/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for ManagementLockClient.", - "version": "30.0.0-beta.3", + "version": "2.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/locks/arm-locks/src/managementLockClientContext.ts b/sdk/locks/arm-locks/src/managementLockClientContext.ts index 782df642a77d..7badaa4c5b96 100644 --- a/sdk/locks/arm-locks/src/managementLockClientContext.ts +++ b/sdk/locks/arm-locks/src/managementLockClientContext.ts @@ -42,7 +42,7 @@ export class ManagementLockClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-locks/30.0.0-beta.2`; + const packageDetails = `azsdk-js-arm-locks/2.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/managedapplications/arm-managedapplications/CHANGELOG.md b/sdk/managedapplications/arm-managedapplications/CHANGELOG.md index 09d6c92c4156..afa005b0f26c 100644 --- a/sdk/managedapplications/arm-managedapplications/CHANGELOG.md +++ b/sdk/managedapplications/arm-managedapplications/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 30.0.0-beta.3 (Unreleased) +## 2.0.0-beta.1 (2021-10-09) -### Features Added - -### Breaking Changes - -### Bugs Fixed +**Bug Fixes** -### Other Changes + - bump version ## 30.0.0-beta.2 (2021-09-06) diff --git a/sdk/managedapplications/arm-managedapplications/package.json b/sdk/managedapplications/arm-managedapplications/package.json index 54de7cd9e580..2fe9d7ab48fa 100644 --- a/sdk/managedapplications/arm-managedapplications/package.json +++ b/sdk/managedapplications/arm-managedapplications/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for ApplicationClient.", - "version": "30.0.0-beta.3", + "version": "2.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/managedapplications/arm-managedapplications/src/applicationClientContext.ts b/sdk/managedapplications/arm-managedapplications/src/applicationClientContext.ts index 562ee25aadeb..57bed3304455 100644 --- a/sdk/managedapplications/arm-managedapplications/src/applicationClientContext.ts +++ b/sdk/managedapplications/arm-managedapplications/src/applicationClientContext.ts @@ -42,7 +42,7 @@ export class ApplicationClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-managedapplications/30.0.0-beta.2`; + const packageDetails = `azsdk-js-arm-managedapplications/2.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/network/arm-network/CHANGELOG.md b/sdk/network/arm-network/CHANGELOG.md index 8b0435db0f44..8ba89efeeec5 100644 --- a/sdk/network/arm-network/CHANGELOG.md +++ b/sdk/network/arm-network/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 30.0.0-beta.4 (Unreleased) +## 26.0.0-beta.1 (2021-10-09) -### Features Added - -### Breaking Changes - -### Bugs Fixed +**Bug Fixes** -### Other Changes + - bump version ## 30.0.0-beta.3 (2021-09-08) diff --git a/sdk/network/arm-network/package.json b/sdk/network/arm-network/package.json index 1b274e3d44da..1904120bdc0a 100644 --- a/sdk/network/arm-network/package.json +++ b/sdk/network/arm-network/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for NetworkManagementClient.", - "version": "30.0.0-beta.4", + "version": "26.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/network/arm-network/src/networkManagementClientContext.ts b/sdk/network/arm-network/src/networkManagementClientContext.ts index 466bee3c6f06..219ce7411fa1 100644 --- a/sdk/network/arm-network/src/networkManagementClientContext.ts +++ b/sdk/network/arm-network/src/networkManagementClientContext.ts @@ -42,7 +42,7 @@ export class NetworkManagementClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-network/30.0.0-beta.3`; + const packageDetails = `azsdk-js-arm-network/26.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/policy/arm-policy/CHANGELOG.md b/sdk/policy/arm-policy/CHANGELOG.md index ad6bc87b5c25..af36bbabb182 100644 --- a/sdk/policy/arm-policy/CHANGELOG.md +++ b/sdk/policy/arm-policy/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 30.0.0-beta.3 (Unreleased) +## 5.0.0-beta.1 (2021-10-09) -### Features Added - -### Breaking Changes - -### Bugs Fixed +**Bug Fixes** -### Other Changes + - bump version ## 30.0.0-beta.2 (2021-09-06) diff --git a/sdk/policy/arm-policy/package.json b/sdk/policy/arm-policy/package.json index a112070e1077..4c65de9e865d 100644 --- a/sdk/policy/arm-policy/package.json +++ b/sdk/policy/arm-policy/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for PolicyClient.", - "version": "30.0.0-beta.3", + "version": "5.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/policy/arm-policy/src/policyClientContext.ts b/sdk/policy/arm-policy/src/policyClientContext.ts index fef3cfe1033f..9aa4f53ba910 100644 --- a/sdk/policy/arm-policy/src/policyClientContext.ts +++ b/sdk/policy/arm-policy/src/policyClientContext.ts @@ -41,7 +41,7 @@ export class PolicyClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-policy/30.0.0-beta.2`; + const packageDetails = `azsdk-js-arm-policy/5.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/redis/arm-rediscache/CHANGELOG.md b/sdk/redis/arm-rediscache/CHANGELOG.md index 7e8df8e49b52..e3f269628d7f 100644 --- a/sdk/redis/arm-rediscache/CHANGELOG.md +++ b/sdk/redis/arm-rediscache/CHANGELOG.md @@ -1,14 +1,10 @@ -## Release History +# Release History -### 30.0.0-beta.2 (Unreleased) +## 6.0.0-beta.1 (2021-10-09) -#### Features Added +**Bug Fixes** -#### Breaking Changes - -#### Bugs Fixed - -#### Other Changes + - bump version ### 30.0.0-beta.1 (2021-09-28) diff --git a/sdk/redis/arm-rediscache/package.json b/sdk/redis/arm-rediscache/package.json index 9d3ffa73c6df..85aaa074e8d0 100644 --- a/sdk/redis/arm-rediscache/package.json +++ b/sdk/redis/arm-rediscache/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for RedisManagementClient.", - "version": "30.0.0-beta.2", + "version": "6.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/redis/arm-rediscache/src/redisManagementClientContext.ts b/sdk/redis/arm-rediscache/src/redisManagementClientContext.ts index 4f87ebf2d64f..0e9db4f53c0f 100644 --- a/sdk/redis/arm-rediscache/src/redisManagementClientContext.ts +++ b/sdk/redis/arm-rediscache/src/redisManagementClientContext.ts @@ -43,7 +43,7 @@ export class RedisManagementClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-rediscache/30.0.0-beta.1`; + const packageDetails = `azsdk-js-arm-rediscache/6.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/resources/arm-resources/CHANGELOG.md b/sdk/resources/arm-resources/CHANGELOG.md index 02801a2297e6..9cbf33a4bf9f 100644 --- a/sdk/resources/arm-resources/CHANGELOG.md +++ b/sdk/resources/arm-resources/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 30.0.0-beta.3 (Unreleased) +## 5.0.0-beta.1 (2021-10-09) -### Features Added - -### Breaking Changes - -### Bugs Fixed +**Bug Fixes** -### Other Changes + - bump version ## 30.0.0-beta.2 (2021-09-06) diff --git a/sdk/resources/arm-resources/package.json b/sdk/resources/arm-resources/package.json index fd9ba9159b7b..65b100742ef9 100644 --- a/sdk/resources/arm-resources/package.json +++ b/sdk/resources/arm-resources/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for ResourceManagementClient.", - "version": "30.0.0-beta.3", + "version": "5.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/resources/arm-resources/src/resourceManagementClientContext.ts b/sdk/resources/arm-resources/src/resourceManagementClientContext.ts index d170a0d57f8a..adc5ac61ccc2 100644 --- a/sdk/resources/arm-resources/src/resourceManagementClientContext.ts +++ b/sdk/resources/arm-resources/src/resourceManagementClientContext.ts @@ -42,7 +42,7 @@ export class ResourceManagementClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-resources/30.0.0-beta.2`; + const packageDetails = `azsdk-js-arm-resources/5.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/servicebus/arm-servicebus/CHANGELOG.md b/sdk/servicebus/arm-servicebus/CHANGELOG.md index d7c0ad1d0f65..3f070f32fd65 100644 --- a/sdk/servicebus/arm-servicebus/CHANGELOG.md +++ b/sdk/servicebus/arm-servicebus/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 30.0.0-beta.2 (Unreleased) +## 5.0.0-beta.1 (2021-10-09) -### Features Added +**Bug Fixes** -### Breaking Changes - -### Bugs Fixed - -### Other Changes + - bump version ## 30.0.0-beta.1 (2021-09-09) diff --git a/sdk/servicebus/arm-servicebus/package.json b/sdk/servicebus/arm-servicebus/package.json index f57523e81bc0..63dff5f11538 100644 --- a/sdk/servicebus/arm-servicebus/package.json +++ b/sdk/servicebus/arm-servicebus/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for ServiceBusManagementClient.", - "version": "30.0.0-beta.2", + "version": "5.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/servicebus/arm-servicebus/src/serviceBusManagementClientContext.ts b/sdk/servicebus/arm-servicebus/src/serviceBusManagementClientContext.ts index 826cdef4ed76..0ae68c9552cf 100644 --- a/sdk/servicebus/arm-servicebus/src/serviceBusManagementClientContext.ts +++ b/sdk/servicebus/arm-servicebus/src/serviceBusManagementClientContext.ts @@ -43,7 +43,7 @@ export class ServiceBusManagementClientContext extends coreClient.ServiceClient credential: credentials }; - const packageDetails = `azsdk-js-arm-servicebus/30.0.0-beta.1`; + const packageDetails = `azsdk-js-arm-servicebus/5.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/sql/arm-sql/CHANGELOG.md b/sdk/sql/arm-sql/CHANGELOG.md index 500b50bb40f7..d31d2641454a 100644 --- a/sdk/sql/arm-sql/CHANGELOG.md +++ b/sdk/sql/arm-sql/CHANGELOG.md @@ -1,14 +1,10 @@ -## Release History +# Release History -### 30.0.0-beta.5 (Unreleased) +## 9.0.0-beta.1 (2021-10-09) -#### Features Added - -#### Breaking Changes - -#### Bugs Fixed +**Bug Fixes** -#### Other Changes + - bump version ### 30.0.0-beta.4 (2021-09-17) diff --git a/sdk/sql/arm-sql/package.json b/sdk/sql/arm-sql/package.json index 4da546689707..77fc2921390d 100644 --- a/sdk/sql/arm-sql/package.json +++ b/sdk/sql/arm-sql/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for SqlManagementClient.", - "version": "30.0.0-beta.5", + "version": "9.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/sql/arm-sql/src/sqlManagementClientContext.ts b/sdk/sql/arm-sql/src/sqlManagementClientContext.ts index 6ead2e955b6a..27eee979206f 100644 --- a/sdk/sql/arm-sql/src/sqlManagementClientContext.ts +++ b/sdk/sql/arm-sql/src/sqlManagementClientContext.ts @@ -41,7 +41,7 @@ export class SqlManagementClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-sql/30.0.0-beta.4`; + const packageDetails = `azsdk-js-arm-sql/9.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/storage/arm-storage/CHANGELOG.md b/sdk/storage/arm-storage/CHANGELOG.md index 239c94fcf32f..c5dab41a693a 100644 --- a/sdk/storage/arm-storage/CHANGELOG.md +++ b/sdk/storage/arm-storage/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 30.0.0-beta.3 (Unreleased) +## 17.0.0-beta.1 (2021-10-09) -### Features Added - -### Breaking Changes - -### Bugs Fixed +**Bug Fixes** -### Other Changes + - bump version ## 30.0.0-beta.2 (2021-09-06) diff --git a/sdk/storage/arm-storage/package.json b/sdk/storage/arm-storage/package.json index f94ef96ed35c..7740711fce17 100644 --- a/sdk/storage/arm-storage/package.json +++ b/sdk/storage/arm-storage/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for StorageManagementClient.", - "version": "30.0.0-beta.3", + "version": "17.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/storage/arm-storage/src/storageManagementClientContext.ts b/sdk/storage/arm-storage/src/storageManagementClientContext.ts index 566826a4c250..873b6685b578 100644 --- a/sdk/storage/arm-storage/src/storageManagementClientContext.ts +++ b/sdk/storage/arm-storage/src/storageManagementClientContext.ts @@ -42,7 +42,7 @@ export class StorageManagementClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-storage/30.0.0-beta.2`; + const packageDetails = `azsdk-js-arm-storage/17.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` From 808bce79cb58167b156b9c99ea10ef63d2ef52dc Mon Sep 17 00:00:00 2001 From: colawwj Date: Sat, 9 Oct 2021 11:12:21 +0800 Subject: [PATCH 2/3] update --- common/config/rush/pnpm-lock.yaml | 37 +++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index ae2117368718..05aa491a15b2 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -362,6 +362,36 @@ packages: util: 0.11.1 dev: false + /@azure/arm-network/30.0.0-beta.3: + resolution: {integrity: sha512-+wjvjsWQ4CNsA96jvQxbWkRQrkbPqf7rHUuV9O3aj5wD2ECkDVvhvy8TjRE2UWuEPJoFkJkKrpaAwx2xNIZJBg==} + engines: {node: '>=12.0.0'} + dependencies: + '@azure/abort-controller': 1.0.4 + '@azure/core-auth': 1.3.2 + '@azure/core-client': 1.3.1 + '@azure/core-lro': 2.2.1 + '@azure/core-paging': 1.2.0 + '@azure/core-rest-pipeline': 1.3.1 + tslib: 2.3.1 + transitivePeerDependencies: + - supports-color + dev: false + + /@azure/arm-storage/30.0.0-beta.2: + resolution: {integrity: sha512-KCmM5z3HlWZI6SXxwqoCi8V9Toau99EDSv/3t4zUTGrSv1v4UmuwKemsuvukvaEeOu6Y1gR9jO71snCJolD/yg==} + engines: {node: '>=12.0.0'} + dependencies: + '@azure/abort-controller': 1.0.4 + '@azure/core-auth': 1.3.2 + '@azure/core-client': 1.3.1 + '@azure/core-lro': 2.2.1 + '@azure/core-paging': 1.2.0 + '@azure/core-rest-pipeline': 1.3.1 + tslib: 2.3.1 + transitivePeerDependencies: + - supports-color + dev: false + /@azure/communication-common/1.1.0: resolution: {integrity: sha512-vqTtzDtb4NG3LWoWoqlOOJApZRRIIImNUKlGyTa6c1YC+v5A7UEOL9TX8NRDxvFVUF2wDHsSnkhLBVBgkcAhIQ==} engines: {node: '>=12.0.0'} @@ -8617,10 +8647,12 @@ packages: dev: false file:projects/arm-eventhub.tgz: - resolution: {integrity: sha512-88PFgvsnG/19VeBi62EUvBf9VVCtDlgv3KVnAx4Nu5IQGz29cW58EAQgPk+j1IXuwNKOLTi2QSW6Sx+LzXEBGw==, tarball: file:projects/arm-eventhub.tgz} + resolution: {integrity: sha512-MNqGzCH0KHNhb9glqTIUDk71zsQho3XkP1YVS5uAdBHxG52vls0PyuN07mfJMSStuVPycEf1Rgk8zYW6Vx7F1w==, tarball: file:projects/arm-eventhub.tgz} name: '@rush-temp/arm-eventhub' version: 0.0.0 dependencies: + '@azure/arm-network': 30.0.0-beta.3 + '@azure/arm-storage': 30.0.0-beta.2 '@azure/identity': 2.0.0-beta.6 '@microsoft/api-extractor': 7.7.11 '@rollup/plugin-commonjs': 11.0.2_rollup@1.32.1 @@ -8839,10 +8871,11 @@ packages: dev: false file:projects/arm-rediscache.tgz: - resolution: {integrity: sha512-Yl7pHqZkwRoVW+qpmcxEuwqyrvsm+88gPuDVmaMIrZq2y/wmbnkEah6sHl0kM0tM5RWJ+SinUHJ1+FMbQlVGHQ==, tarball: file:projects/arm-rediscache.tgz} + resolution: {integrity: sha512-lxycTfI2J1fQKfUqMqJkoin1HXiLCR6JHpyQYG1uce815GRijebyNYo97vfq/e6XoWiubRlNxd6FHXSo2QHvbw==, tarball: file:projects/arm-rediscache.tgz} name: '@rush-temp/arm-rediscache' version: 0.0.0 dependencies: + '@azure/arm-network': 30.0.0-beta.3 '@azure/identity': 2.0.0-beta.6 '@microsoft/api-extractor': 7.18.13 '@rollup/plugin-commonjs': 11.0.2_rollup@1.32.1 From 310a3c7c0cc9adfe08324871ed737dbf034c8ff0 Mon Sep 17 00:00:00 2001 From: colawwj Date: Sat, 9 Oct 2021 13:52:14 +0800 Subject: [PATCH 3/3] update --- .../arm-apimanagement/CHANGELOG.md | 6 -- sdk/appservice/arm-appservice/CHANGELOG.md | 14 --- .../arm-authorization/CHANGELOG.md | 6 -- sdk/compute/arm-compute/CHANGELOG.md | 100 ------------------ sdk/eventgrid/arm-eventgrid/CHANGELOG.md | 6 -- sdk/eventhub/arm-eventhub/CHANGELOG.md | 54 ---------- sdk/features/arm-features/CHANGELOG.md | 48 --------- sdk/keyvault/arm-keyvault/CHANGELOG.md | 18 ---- sdk/links/arm-links/CHANGELOG.md | 12 --- sdk/locks/arm-locks/CHANGELOG.md | 12 --- .../arm-managedapplications/CHANGELOG.md | 12 --- sdk/network/arm-network/CHANGELOG.md | 66 ------------ sdk/policy/arm-policy/CHANGELOG.md | 12 --- sdk/redis/arm-rediscache/CHANGELOG.md | 6 -- sdk/resources/arm-resources/CHANGELOG.md | 12 --- sdk/servicebus/arm-servicebus/CHANGELOG.md | 6 -- sdk/sql/arm-sql/CHANGELOG.md | 37 ------- sdk/storage/arm-storage/CHANGELOG.md | 12 --- 18 files changed, 439 deletions(-) diff --git a/sdk/apimanagement/arm-apimanagement/CHANGELOG.md b/sdk/apimanagement/arm-apimanagement/CHANGELOG.md index e0a90e6237ed..7d5750bae598 100644 --- a/sdk/apimanagement/arm-apimanagement/CHANGELOG.md +++ b/sdk/apimanagement/arm-apimanagement/CHANGELOG.md @@ -2,12 +2,6 @@ ## 8.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -### 30.0.0-beta.1 (2021-09-24) - This is the first preview for the new version of the `@azure/arm-apimanagement` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/appservice/arm-appservice/CHANGELOG.md b/sdk/appservice/arm-appservice/CHANGELOG.md index 73e4bd90dc9c..3a9bd4a6e12d 100644 --- a/sdk/appservice/arm-appservice/CHANGELOG.md +++ b/sdk/appservice/arm-appservice/CHANGELOG.md @@ -2,20 +2,6 @@ ## 10.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.2 (2021-08-09) - -### Bugs Fixed - -- fix package issues - -### Other Changes - -## 30.0.0-beta.1 (2021-08-13) - This is the first preview for the new version of the `@azure/arm-appservice` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/authorization/arm-authorization/CHANGELOG.md b/sdk/authorization/arm-authorization/CHANGELOG.md index be93e1b94c28..a877b3a2a64f 100644 --- a/sdk/authorization/arm-authorization/CHANGELOG.md +++ b/sdk/authorization/arm-authorization/CHANGELOG.md @@ -2,12 +2,6 @@ ## 9.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.1 (2021-08-31) - This is the first preview for the new version of the `@azure/arm-authorization` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/compute/arm-compute/CHANGELOG.md b/sdk/compute/arm-compute/CHANGELOG.md index d53601dc9ebe..125a141e2533 100644 --- a/sdk/compute/arm-compute/CHANGELOG.md +++ b/sdk/compute/arm-compute/CHANGELOG.md @@ -2,106 +2,6 @@ ## 17.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.3 (2021-08-31) - -**Features** - - - Added Interface ApplicationProfile - - Added Interface SoftDeletePolicy - - Added Interface VMGalleryApplication - - Added Interface VMSizeProperties - - Added Type Alias ExtendedLocationType - - Added Type Alias ReplicationMode - - Interface AdditionalCapabilities has a new optional parameter hibernationEnabled - - Interface GalleryArtifactPublishingProfileBase has a new optional parameter replicationMode - - Interface HardwareProfile has a new optional parameter vmSizeProperties - - Interface ResourceSkuLocationInfo has a new optional parameter extendedLocations - - Interface ResourceSkuLocationInfo has a new optional parameter type - - Interface ResourceSkusListNextOptionalParams has a new optional parameter includeExtendedLocations - - Interface ResourceSkusListOptionalParams has a new optional parameter includeExtendedLocations - - Interface ScaleInPolicy has a new optional parameter forceDeletion - - Interface VirtualMachineScaleSetVMProfile has a new optional parameter applicationProfile - - Interface VirtualMachinesDeallocateOptionalParams has a new optional parameter hibernate - - Type Alias Gallery has a new parameter softDeletePolicy - - Type Alias GalleryUpdate has a new parameter softDeletePolicy - - Type Alias ImageReference has a new parameter sharedGalleryImageId - - Type Alias VirtualMachine has a new parameter applicationProfile - - Type Alias VirtualMachineExtension has a new parameter suppressFailures - - Type Alias VirtualMachineExtensionUpdate has a new parameter suppressFailures - - Type Alias VirtualMachineScaleSetExtension has a new parameter suppressFailures - - Type Alias VirtualMachineScaleSetExtensionUpdate has a new parameter suppressFailures - - Type Alias VirtualMachineScaleSetVMExtension has a new parameter suppressFailures - - Type Alias VirtualMachineScaleSetVMExtensionUpdate has a new parameter suppressFailures - - Type Alias VirtualMachineUpdate has a new parameter applicationProfile - - Added Enum KnownExtendedLocationType - - Added Enum KnownReplicationMode - -## 30.0.0-beta.2 (2021-07-27) - -**Features** - - - Added operation group CapacityReservationGroups - - Added operation group CapacityReservations - - Added Interface CapacityReservationGroupInstanceView - - Added Interface CapacityReservationGroupListResult - - Added Interface CapacityReservationGroupsCreateOrUpdateOptionalParams - - Added Interface CapacityReservationGroupsDeleteOptionalParams - - Added Interface CapacityReservationGroupsGetOptionalParams - - Added Interface CapacityReservationGroupsListByResourceGroupNextOptionalParams - - Added Interface CapacityReservationGroupsListByResourceGroupOptionalParams - - Added Interface CapacityReservationGroupsListBySubscriptionNextOptionalParams - - Added Interface CapacityReservationGroupsListBySubscriptionOptionalParams - - Added Interface CapacityReservationGroupsUpdateOptionalParams - - Added Interface CapacityReservationInstanceView - - Added Interface CapacityReservationListResult - - Added Interface CapacityReservationProfile - - Added Interface CapacityReservationsCreateOrUpdateOptionalParams - - Added Interface CapacityReservationsDeleteOptionalParams - - Added Interface CapacityReservationsGetOptionalParams - - Added Interface CapacityReservationsListByCapacityReservationGroupNextOptionalParams - - Added Interface CapacityReservationsListByCapacityReservationGroupOptionalParams - - Added Interface CapacityReservationsUpdateOptionalParams - - Added Interface CapacityReservationUtilization - - Added Interface SpotRestorePolicy - - Added Type Alias CapacityReservation - - Added Type Alias CapacityReservationGroup - - Added Type Alias CapacityReservationGroupInstanceViewTypes - - Added Type Alias CapacityReservationGroupsCreateOrUpdateResponse - - Added Type Alias CapacityReservationGroupsGetResponse - - Added Type Alias CapacityReservationGroupsListByResourceGroupNextResponse - - Added Type Alias CapacityReservationGroupsListByResourceGroupResponse - - Added Type Alias CapacityReservationGroupsListBySubscriptionNextResponse - - Added Type Alias CapacityReservationGroupsListBySubscriptionResponse - - Added Type Alias CapacityReservationGroupsUpdateResponse - - Added Type Alias CapacityReservationGroupUpdate - - Added Type Alias CapacityReservationInstanceViewTypes - - Added Type Alias CapacityReservationInstanceViewWithName - - Added Type Alias CapacityReservationsCreateOrUpdateResponse - - Added Type Alias CapacityReservationsGetResponse - - Added Type Alias CapacityReservationsListByCapacityReservationGroupNextResponse - - Added Type Alias CapacityReservationsListByCapacityReservationGroupResponse - - Added Type Alias CapacityReservationsUpdateResponse - - Added Type Alias CapacityReservationUpdate - - Added Type Alias ExpandTypesForGetCapacityReservationGroups - - Interface VirtualMachineScaleSetVMProfile has a new optional parameter capacityReservation - - Type Alias VirtualMachine has a new parameter capacityReservation - - Type Alias VirtualMachineScaleSet has a new parameter spotRestorePolicy - - Type Alias VirtualMachineUpdate has a new parameter capacityReservation - - Added Enum KnownCapacityReservationGroupInstanceViewTypes - - Added Enum KnownCapacityReservationInstanceViewTypes - - Added Enum KnownExpandTypesForGetCapacityReservationGroups - -**Breaking Changes** - - - Class ComputeManagementClient has a new required parameter capacityReservationGroups - - Class ComputeManagementClient has a new required parameter capacityReservations - -## 30.0.0-beta.1 (2021-07-15) - This is the first preview for the new version of the `@azure/arm-compute` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/eventgrid/arm-eventgrid/CHANGELOG.md b/sdk/eventgrid/arm-eventgrid/CHANGELOG.md index 8970bd81f0f4..d1a3e656ab80 100644 --- a/sdk/eventgrid/arm-eventgrid/CHANGELOG.md +++ b/sdk/eventgrid/arm-eventgrid/CHANGELOG.md @@ -2,12 +2,6 @@ ## 12.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.1 (2021-09-28) - This is the first preview for the new version of the `@azure/arm-eventgrid` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/eventhub/arm-eventhub/CHANGELOG.md b/sdk/eventhub/arm-eventhub/CHANGELOG.md index ab4ae48b3f76..f89109017204 100644 --- a/sdk/eventhub/arm-eventhub/CHANGELOG.md +++ b/sdk/eventhub/arm-eventhub/CHANGELOG.md @@ -2,60 +2,6 @@ ## 5.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.2 (2021-10-08) - -**Features** - - - Added operation Clusters.listBySubscription - - Added Interface ClustersListBySubscriptionNextOptionalParams - - Added Interface ClustersListBySubscriptionOptionalParams - - Added Interface SystemData - - Added Interface UserAssignedIdentity - - Added Interface UserAssignedIdentityProperties - - Added Type Alias ClustersListBySubscriptionNextResponse - - Added Type Alias ClustersListBySubscriptionResponse - - Added Type Alias CreatedByType - - Added Type Alias ManagedServiceIdentityType - - Added Type Alias PublicNetworkAccessFlag - - Interface Encryption has a new optional parameter requireInfrastructureEncryption - - Interface Identity has a new optional parameter userAssignedIdentities - - Interface KeyVaultProperties has a new optional parameter identity - - Type Alias ArmDisasterRecovery has a new parameter systemData - - Type Alias AuthorizationRule has a new parameter systemData - - Type Alias Cluster has a new parameter systemData - - Type Alias ConsumerGroup has a new parameter systemData - - Type Alias EHNamespace has a new parameter systemData - - Type Alias EHNamespace has a new parameter privateEndpointConnections - - Type Alias EHNamespace has a new parameter disableLocalAuth - - Type Alias Eventhub has a new parameter systemData - - Type Alias NetworkRuleSet has a new parameter systemData - - Type Alias NetworkRuleSet has a new parameter publicNetworkAccess - - Type Alias PrivateEndpointConnection has a new parameter systemData - - Added Enum KnownCreatedByType - - Added Enum KnownPublicNetworkAccessFlag - - Enum KnownSkuName has a new value Premium - - Enum KnownSkuTier has a new value Premium - -**Breaking Changes** - - - Removed operation group Regions - - Removed operation Namespaces.createOrUpdateIpFilterRule - - Removed operation Namespaces.createOrUpdateVirtualNetworkRule - - Removed operation Namespaces.deleteIpFilterRule - - Removed operation Namespaces.deleteVirtualNetworkRule - - Removed operation Namespaces.getIpFilterRule - - Removed operation Namespaces.getVirtualNetworkRule - - Removed operation Namespaces.listIPFilterRules - - Removed operation Namespaces.listVirtualNetworkRules - - Class EventHubManagementClient no longer has parameter regions - - Removed Enum KnownIPAction - -## 30.0.0-beta.1 (2021-09-07) - This is the first preview for the new version of the `@azure/arm-eventhub` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/features/arm-features/CHANGELOG.md b/sdk/features/arm-features/CHANGELOG.md index 2e6312649796..ddd410c4e257 100644 --- a/sdk/features/arm-features/CHANGELOG.md +++ b/sdk/features/arm-features/CHANGELOG.md @@ -2,54 +2,6 @@ ## 3.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.4 (2021-09-07) - -**Bug Fixes** - - - readme samples update - -## 30.0.0-beta.3 (2021-07-27) - -**Features** - - - Added operation group SubscriptionFeatureRegistrations - - Added Interface AuthorizationProfile - - Added Interface ErrorDefinition - - Added Interface ErrorResponse - - Added Interface ProxyResource - - Added Interface SubscriptionFeatureRegistrationList - - Added Interface SubscriptionFeatureRegistrationProperties - - Added Interface SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams - - Added Interface SubscriptionFeatureRegistrationsDeleteOptionalParams - - Added Interface SubscriptionFeatureRegistrationsGetOptionalParams - - Added Interface SubscriptionFeatureRegistrationsListAllBySubscriptionNextOptionalParams - - Added Interface SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams - - Added Interface SubscriptionFeatureRegistrationsListBySubscriptionNextOptionalParams - - Added Interface SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams - - Added Type Alias SubscriptionFeatureRegistration - - Added Type Alias SubscriptionFeatureRegistrationApprovalType - - Added Type Alias SubscriptionFeatureRegistrationsCreateOrUpdateResponse - - Added Type Alias SubscriptionFeatureRegistrationsGetResponse - - Added Type Alias SubscriptionFeatureRegistrationsListAllBySubscriptionNextResponse - - Added Type Alias SubscriptionFeatureRegistrationsListAllBySubscriptionResponse - - Added Type Alias SubscriptionFeatureRegistrationsListBySubscriptionNextResponse - - Added Type Alias SubscriptionFeatureRegistrationsListBySubscriptionResponse - - Added Type Alias SubscriptionFeatureRegistrationState - - Added Enum KnownSubscriptionFeatureRegistrationApprovalType - - Added Enum KnownSubscriptionFeatureRegistrationState - -**Breaking Changes** - - - Removed operation Features.listAllNext - - Removed operation Features.listNext - - Class FeatureClient has a new required parameter subscriptionFeatureRegistrations - -## 30.0.0-beta.2 (2021-07-16) - This is the first preview for the new version of the `@azure/arm-features` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/keyvault/arm-keyvault/CHANGELOG.md b/sdk/keyvault/arm-keyvault/CHANGELOG.md index 59ca066fb68c..f9eb7c92b640 100644 --- a/sdk/keyvault/arm-keyvault/CHANGELOG.md +++ b/sdk/keyvault/arm-keyvault/CHANGELOG.md @@ -2,24 +2,6 @@ ## 2.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.3 (2021-09-06) - -**Bug Fixes** - - - fix homepage issues - -## 30.0.0-beta.2 (2021-08-20) - -**Bug Fixes** - - - fix package issues - -## 30.0.0-beta.1 (2021-08-12) - This is the first preview for the new version of the `@azure/arm-keyvault` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/links/arm-links/CHANGELOG.md b/sdk/links/arm-links/CHANGELOG.md index 3893214de1bf..4327ca30bf46 100644 --- a/sdk/links/arm-links/CHANGELOG.md +++ b/sdk/links/arm-links/CHANGELOG.md @@ -2,18 +2,6 @@ ## 2.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.2 (2021-09-06) - -**Bug Fixes** - - - fix homepage issues - -## 30.0.0-beta.1 (2021-07-15) - This is the first preview for the new version of the `@azure/arm-links` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/locks/arm-locks/CHANGELOG.md b/sdk/locks/arm-locks/CHANGELOG.md index 7a9274808b8c..9865ddcb91b8 100644 --- a/sdk/locks/arm-locks/CHANGELOG.md +++ b/sdk/locks/arm-locks/CHANGELOG.md @@ -2,18 +2,6 @@ ## 2.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.2 (2021-09-06) - -**Bug Fixes** - - - fix homepage issues - -## 30.0.0-beta.1 (2021-07-15) - This is the first preview for the new version of the `@azure/arm-locks` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/managedapplications/arm-managedapplications/CHANGELOG.md b/sdk/managedapplications/arm-managedapplications/CHANGELOG.md index afa005b0f26c..61e2a34c54f3 100644 --- a/sdk/managedapplications/arm-managedapplications/CHANGELOG.md +++ b/sdk/managedapplications/arm-managedapplications/CHANGELOG.md @@ -2,18 +2,6 @@ ## 2.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.2 (2021-09-06) - -**Bug Fixes** - - - fix homepage issues - -## 30.0.0-beta.1 (2021-07-15) - This is the first preview for the new version of the `@azure/arm-managedapplications` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/network/arm-network/CHANGELOG.md b/sdk/network/arm-network/CHANGELOG.md index 8ba89efeeec5..c6bdf4046f0f 100644 --- a/sdk/network/arm-network/CHANGELOG.md +++ b/sdk/network/arm-network/CHANGELOG.md @@ -2,72 +2,6 @@ ## 26.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.3 (2021-09-08) - -**Features** - - - Added operation group ServiceTagInformationOperations - - Added operation BastionHosts.beginUpdateTags - - Added operation BastionHosts.beginUpdateTagsAndWait - - Added Interface ApplicationGatewayGlobalConfiguration - - Added Interface BastionHostsUpdateTagsOptionalParams - - Added Interface ExplicitProxySettings - - Added Interface FirewallPolicySQL - - Added Interface PrivateEndpointIPConfiguration - - Added Interface QosDefinition - - Added Interface ServiceTagInformationListResult - - Added Interface ServiceTagInformationOperationsListNextOptionalParams - - Added Interface ServiceTagInformationOperationsListOptionalParams - - Added Type Alias ApplicationGatewayLoadDistributionAlgorithm - - Added Type Alias ApplicationGatewayLoadDistributionPolicy - - Added Type Alias ApplicationGatewayLoadDistributionTarget - - Added Type Alias BastionHostsUpdateTagsResponse - - Added Type Alias ServiceTagInformationOperationsListNextResponse - - Added Type Alias ServiceTagInformationOperationsListResponse - - Interface ServiceTagInformation has a new optional parameter serviceTagChangeNumber - - Interface VnetRoute has a new optional parameter bgpConnections - - Class NetworkManagementClient has a new parameter serviceTagInformationOperations - - Type Alias ApplicationGateway has a new parameter loadDistributionPolicies - - Type Alias ApplicationGateway has a new parameter globalConfiguration - - Type Alias ApplicationGatewayPathRule has a new parameter loadDistributionPolicy - - Type Alias ApplicationGatewayRequestRoutingRule has a new parameter loadDistributionPolicy - - Type Alias ApplicationGatewayUrlPathMap has a new parameter defaultLoadDistributionPolicy - - Type Alias BastionHost has a new parameter scaleUnits - - Type Alias BastionHost has a new parameter disableCopyPaste - - Type Alias BastionHost has a new parameter enableFileCopy - - Type Alias BastionHost has a new parameter enableIpConnect - - Type Alias BastionHost has a new parameter enableShareableLink - - Type Alias BastionHost has a new parameter enableTunneling - - Type Alias BgpConnection has a new parameter hubVirtualNetworkConnection - - Type Alias DscpConfiguration has a new parameter qosDefinitionCollection - - Type Alias FirewallPolicy has a new parameter sql - - Type Alias FirewallPolicy has a new parameter explicitProxySettings - - Type Alias InboundNatRule has a new parameter frontendPortRangeStart - - Type Alias InboundNatRule has a new parameter frontendPortRangeEnd - - Type Alias InboundNatRule has a new parameter backendAddressPool - - Type Alias NetworkVirtualAppliance has a new parameter sshPublicKey - - Type Alias PrivateEndpoint has a new parameter applicationSecurityGroups - - Type Alias PrivateEndpoint has a new parameter ipConfigurations - - Type Alias PrivateEndpoint has a new parameter customNetworkInterfaceName - - Type Alias ServiceEndpointPolicy has a new parameter serviceAlias - - Type Alias ServiceEndpointPolicy has a new parameter contextualServiceEndpointPolicies - - Type Alias ServiceEndpointPolicyDefinition has a new parameter type - - Type Alias VirtualHub has a new parameter kind - - Type Alias VpnGateway has a new parameter enableBgpRouteTranslationForNat - - Added Enum KnownApplicationGatewayLoadDistributionAlgorithm - -## 30.0.0-beta.2 (2021-09-06) - -**Bug Fixes** - - - fix homepage issues - -## 30.0.0-beta.1 (2021-07-15) - This is the first preview for the new version of the `@azure/arm-network` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/policy/arm-policy/CHANGELOG.md b/sdk/policy/arm-policy/CHANGELOG.md index af36bbabb182..0e54ba5c062a 100644 --- a/sdk/policy/arm-policy/CHANGELOG.md +++ b/sdk/policy/arm-policy/CHANGELOG.md @@ -2,18 +2,6 @@ ## 5.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.2 (2021-09-06) - -**Bug Fixes** - - - fix homepage issues - -## 30.0.0-beta.1 (2021-07-15) - This is the first preview for the new version of the `@azure/arm-policy` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/redis/arm-rediscache/CHANGELOG.md b/sdk/redis/arm-rediscache/CHANGELOG.md index e3f269628d7f..797322331542 100644 --- a/sdk/redis/arm-rediscache/CHANGELOG.md +++ b/sdk/redis/arm-rediscache/CHANGELOG.md @@ -2,12 +2,6 @@ ## 6.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -### 30.0.0-beta.1 (2021-09-28) - This is the first preview for the new version of the `@azure/arm-rediscache` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/resources/arm-resources/CHANGELOG.md b/sdk/resources/arm-resources/CHANGELOG.md index 9cbf33a4bf9f..8754e3a4faab 100644 --- a/sdk/resources/arm-resources/CHANGELOG.md +++ b/sdk/resources/arm-resources/CHANGELOG.md @@ -2,18 +2,6 @@ ## 5.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.2 (2021-09-06) - -**Bug Fixes** - - - fix homepage issues - -## 30.0.0-beta.1 (2021-07-15) - This is the first preview for the new version of the `@azure/arm-resources` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/servicebus/arm-servicebus/CHANGELOG.md b/sdk/servicebus/arm-servicebus/CHANGELOG.md index 3f070f32fd65..7681f2328346 100644 --- a/sdk/servicebus/arm-servicebus/CHANGELOG.md +++ b/sdk/servicebus/arm-servicebus/CHANGELOG.md @@ -2,12 +2,6 @@ ## 5.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.1 (2021-09-09) - This is the first preview for the new version of the `@azure/arm-servicebus` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/sql/arm-sql/CHANGELOG.md b/sdk/sql/arm-sql/CHANGELOG.md index d31d2641454a..7537206400ab 100644 --- a/sdk/sql/arm-sql/CHANGELOG.md +++ b/sdk/sql/arm-sql/CHANGELOG.md @@ -2,43 +2,6 @@ ## 9.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -### 30.0.0-beta.4 (2021-09-17) - -**Features** - - - Added Type Alias Enum76 - - Added Enum KnownEnum76 - -**Breaking Changes** - - - Operation ManagedServerSecurityAlertPolicies.beginCreateOrUpdate has a new signature - - Operation ManagedServerSecurityAlertPolicies.beginCreateOrUpdateAndWait has a new signature - - Operation ManagedServerSecurityAlertPolicies.get has a new signature - - Operation ServerSecurityAlertPolicies.beginCreateOrUpdate has a new signature - - Operation ServerSecurityAlertPolicies.beginCreateOrUpdateAndWait has a new signature - - Operation ServerSecurityAlertPolicies.get has a new signature - - Operation SyncGroups.listLogs has a new signature - - Removed Enum KnownEnum77 - - Removed Enum KnownSecurityAlertPolicyNameAutoGenerated - -### 30.0.0-beta.3 (2021-09-06) - -**Bug Fixes** - - - fix homepage issues - -### 30.0.0-beta.2 (2021-08-20) - -**Bug Fixes** - - - fix package issues - -### 30.0.0-beta.1 (2021-08-13) - This is the first preview for the new version of the `@azure/arm-sql` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/). diff --git a/sdk/storage/arm-storage/CHANGELOG.md b/sdk/storage/arm-storage/CHANGELOG.md index c5dab41a693a..9c47542cc0a9 100644 --- a/sdk/storage/arm-storage/CHANGELOG.md +++ b/sdk/storage/arm-storage/CHANGELOG.md @@ -2,18 +2,6 @@ ## 17.0.0-beta.1 (2021-10-09) -**Bug Fixes** - - - bump version - -## 30.0.0-beta.2 (2021-09-06) - -**Bug Fixes** - - - fix homepage issues - -## 30.0.0-beta.1 (2021-07-15) - This is the first preview for the new version of the `@azure/arm-storage` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. While this package remains auto generated, the SDK generator itself has undergone changes to comply with the above guidelines in order to generate packages that are idiomatic to the JavaScript/TypeScript ecosystem and consistent with other packages for Azure services. For more on this, please see [State of the Azure SDK 2021](https://devblogs.microsoft.com/azure-sdk/state-of-the-azure-sdk-2021/).