diff --git a/sdk/advisor/arm-advisor/CHANGELOG.md b/sdk/advisor/arm-advisor/CHANGELOG.md index d07c45f0245d..367b810872e0 100644 --- a/sdk/advisor/arm-advisor/CHANGELOG.md +++ b/sdk/advisor/arm-advisor/CHANGELOG.md @@ -2,7 +2,7 @@ ## 3.2.0 (2023-08-03) -**Features** +### Features Added - Class AdvisorManagementClient has a new signature - Interface RecommendationsListNextOptionalParams no longer has parameter filter @@ -13,7 +13,7 @@ ## 3.1.0 (2022-11-14) -**Features** +### Features Added - Added Interface ConfigData - Added Interface ResourceRecommendationBase @@ -21,19 +21,19 @@ ## 3.0.3 (2022-10-08) -**Bugs Fixed** +### Bugs Fixed - revert credential scopes ## 3.0.2 (2022-09-30) -**Bugs Fixed** +### Bugs Fixed - fix better user experience of credential scopes in government cloud ## 3.0.1 (2022-03-22) -**features** +### Features Added - bug fix diff --git a/sdk/advisor/arm-advisor/test/advisor_operations_test.spec.ts b/sdk/advisor/arm-advisor/test/advisor_operations_test.spec.ts index cef93444b927..7d68a77df32f 100644 --- a/sdk/advisor/arm-advisor/test/advisor_operations_test.spec.ts +++ b/sdk/advisor/arm-advisor/test/advisor_operations_test.spec.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/agrifood/arm-agrifood/CHANGELOG.md b/sdk/agrifood/arm-agrifood/CHANGELOG.md index 73d646508c24..fa5b8d6e5807 100644 --- a/sdk/agrifood/arm-agrifood/CHANGELOG.md +++ b/sdk/agrifood/arm-agrifood/CHANGELOG.md @@ -18,19 +18,19 @@ ## 1.0.0-beta.4 (2022-11-14) -**Features** +### Features Added - Bugs Fixed ## 1.0.0-beta.3 (2022-10-08) -**Bugs Fixed** +### Bugs Fixed - revert credential scopes ## 1.0.0-beta.2 (2022-09-30) -**Bugs Fixed** +### Bugs Fixed - fix better user experience of credential scopes in government cloud diff --git a/sdk/agrifood/arm-agrifood/test/sampleTest.ts b/sdk/agrifood/arm-agrifood/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/agrifood/arm-agrifood/test/sampleTest.ts +++ b/sdk/agrifood/arm-agrifood/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/analysisservices/arm-analysisservices/CHANGELOG.md b/sdk/analysisservices/arm-analysisservices/CHANGELOG.md index 5f571b964760..4aae434c78ec 100644 --- a/sdk/analysisservices/arm-analysisservices/CHANGELOG.md +++ b/sdk/analysisservices/arm-analysisservices/CHANGELOG.md @@ -16,19 +16,19 @@ ## 4.1.2 (2022-10-08) -**Bugs Fixed** +### Bugs Fixed - revert credential scopes ## 4.1.1 (2022-09-30) -**Bugs Fixed** +### Bugs Fixed - fix better user experience of credential scopes in government cloud ## 4.1.0 (2022-06-29) -**Features** +### Features Added - Added Interface AnalysisServicesServer - Added Interface AnalysisServicesServerProperties diff --git a/sdk/analysisservices/arm-analysisservices/test/sampleTest.ts b/sdk/analysisservices/arm-analysisservices/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/analysisservices/arm-analysisservices/test/sampleTest.ts +++ b/sdk/analysisservices/arm-analysisservices/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/apicenter/arm-apicenter/test/apicenter_operations_test.spec.ts b/sdk/apicenter/arm-apicenter/test/apicenter_operations_test.spec.ts index c371f3c0b9f5..793b026b43a8 100644 --- a/sdk/apicenter/arm-apicenter/test/apicenter_operations_test.spec.ts +++ b/sdk/apicenter/arm-apicenter/test/apicenter_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/appconfiguration/arm-appconfiguration/CHANGELOG.md b/sdk/appconfiguration/arm-appconfiguration/CHANGELOG.md index e46359e41e9a..74fcf770edb3 100644 --- a/sdk/appconfiguration/arm-appconfiguration/CHANGELOG.md +++ b/sdk/appconfiguration/arm-appconfiguration/CHANGELOG.md @@ -12,7 +12,7 @@ ## 4.0.0 (2023-04-06) -**Features** +### Features Added - Added operation group Replicas - Added Interface Replica @@ -34,27 +34,27 @@ - Interface ConfigurationStoresListNextOptionalParams no longer has parameter skipToken - Interface OperationsListNextOptionalParams no longer has parameter skipToken -**Breaking Changes** +### Breaking Changes - Removed operation KeyValues.listByConfigurationStore ## 3.1.0 (2022-11-15) -**Features** +### Features Added - Added Interface ConfigurationStore - Added Interface TrackedResource ## 3.0.2 (2022-10-08) -**Bugs Fixed** +### Bugs Fixed - revert credential scopes ## 3.0.1 (2022-09-30) -**Bugs Fixed** +### Bugs Fixed - fix better user experience of credential scopes in government cloud diff --git a/sdk/appconfiguration/arm-appconfiguration/test/sampleTest.ts b/sdk/appconfiguration/arm-appconfiguration/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/appconfiguration/arm-appconfiguration/test/sampleTest.ts +++ b/sdk/appconfiguration/arm-appconfiguration/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/applicationinsights/arm-appinsights/test/sampleTest.ts b/sdk/applicationinsights/arm-appinsights/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/applicationinsights/arm-appinsights/test/sampleTest.ts +++ b/sdk/applicationinsights/arm-appinsights/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/appplatform/arm-appplatform/CHANGELOG.md b/sdk/appplatform/arm-appplatform/CHANGELOG.md index b8aef587c2a0..f4bdd86d1371 100644 --- a/sdk/appplatform/arm-appplatform/CHANGELOG.md +++ b/sdk/appplatform/arm-appplatform/CHANGELOG.md @@ -12,7 +12,7 @@ ## 3.0.0 (2024-01-10) -**Features** +### Features Added - Added operation group ApiPortalCustomDomains - Added operation group ApiPortals @@ -481,7 +481,7 @@ [propertyName: string]: Record; } -**Breaking Changes** +### Breaking Changes - Type of parameter bindingParameters of interface BindingResourceProperties is changed from { [propertyName: string]: Record; @@ -493,7 +493,7 @@ ## 3.0.0-beta.1 (2023-03-28) -**Features** +### Features Added - Added operation group ApiPortalCustomDomains - Added operation group ApiPortals @@ -870,7 +870,7 @@ - Interface DeploymentsListForClusterNextOptionalParams no longer has parameter version - Interface DeploymentsListNextOptionalParams no longer has parameter version -**Breaking Changes** +### Breaking Changes - Type of parameter addonConfigs of interface AppResourceProperties is changed from { [propertyName: string]: { diff --git a/sdk/appplatform/arm-appplatform/test/appplatform_examples.ts b/sdk/appplatform/arm-appplatform/test/appplatform_examples.ts index 9a16a5e906cd..53bb5fa08c15 100644 --- a/sdk/appplatform/arm-appplatform/test/appplatform_examples.ts +++ b/sdk/appplatform/arm-appplatform/test/appplatform_examples.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/appservice/arm-appservice-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/appservice/arm-appservice-profile-2020-09-01-hybrid/CHANGELOG.md index 48d6375cb30f..eb4e0903676a 100644 --- a/sdk/appservice/arm-appservice-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/appservice/arm-appservice-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-16) -**Features** +### Features Added - Added Interface AppServicePlan - Added Interface AppServicePlanPatchResource diff --git a/sdk/appservice/arm-appservice-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/appservice/arm-appservice-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/appservice/arm-appservice-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/appservice/arm-appservice-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/astro/arm-astro/test/astro_operations_test.spec.ts b/sdk/astro/arm-astro/test/astro_operations_test.spec.ts index afa991170edc..3c820a4e360f 100644 --- a/sdk/astro/arm-astro/test/astro_operations_test.spec.ts +++ b/sdk/astro/arm-astro/test/astro_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/attestation/arm-attestation/CHANGELOG.md b/sdk/attestation/arm-attestation/CHANGELOG.md index 09bf23c59c22..5445955316d6 100644 --- a/sdk/attestation/arm-attestation/CHANGELOG.md +++ b/sdk/attestation/arm-attestation/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-11-16) -**Features** +### Features Added - Added Interface AttestationProvider - Added Interface PrivateEndpointConnection @@ -20,13 +20,13 @@ ## 2.0.2 (2022-10-08) -**Bugs Fixed** +### Bugs Fixed - revert credential scopes ## 2.0.1 (2022-09-30) -**Bugs Fixed** +### Bugs Fixed - fix better user experience of credential scopes in government cloud diff --git a/sdk/attestation/arm-attestation/test/attestation_examples.ts b/sdk/attestation/arm-attestation/test/attestation_examples.ts index 79a8d841a369..5be097235bdf 100644 --- a/sdk/attestation/arm-attestation/test/attestation_examples.ts +++ b/sdk/attestation/arm-attestation/test/attestation_examples.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/CHANGELOG.md index d483a55b5f74..a609986bfa12 100644 --- a/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-19) -**Features** +### Features Added - Interface ProviderOperationsMetadataListNextOptionalParams no longer has parameter expand - Interface RoleAssignmentsListForResourceGroupNextOptionalParams no longer has parameter filter diff --git a/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/authorization/arm-authorization/CHANGELOG.md b/sdk/authorization/arm-authorization/CHANGELOG.md index b4c15ce638dd..2a9984f8dca3 100644 --- a/sdk/authorization/arm-authorization/CHANGELOG.md +++ b/sdk/authorization/arm-authorization/CHANGELOG.md @@ -12,7 +12,7 @@ ## 10.0.0-beta.1 (2023-07-04) -**Features** +### Features Added - Added operation group AccessReviewDefaultSettingsOperations - Added operation group AccessReviewHistoryDefinitionInstance @@ -306,7 +306,7 @@ - Added Enum KnownSeverityLevel - Class AuthorizationManagementClient has a new signature -**Breaking Changes** +### Breaking Changes - Interface RoleManagementPolicyAssignment no longer has parameter effectiveRules diff --git a/sdk/authorization/arm-authorization/test/authorization_operations_test.spec.ts b/sdk/authorization/arm-authorization/test/authorization_operations_test.spec.ts index e179e42c1c0e..dab5582ac872 100644 --- a/sdk/authorization/arm-authorization/test/authorization_operations_test.spec.ts +++ b/sdk/authorization/arm-authorization/test/authorization_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/automanage/arm-automanage/CHANGELOG.md b/sdk/automanage/arm-automanage/CHANGELOG.md index 91a9a35d906e..35c283046887 100644 --- a/sdk/automanage/arm-automanage/CHANGELOG.md +++ b/sdk/automanage/arm-automanage/CHANGELOG.md @@ -2,23 +2,23 @@ ## 1.0.3 (2023-01-11) -**Features** +### Features Added   - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed   - A series of small bug fixs relevant to authentication and apiVersion policy ## 1.0.2 (2022-10-08) -**Bugs Fixed** +### Bugs Fixed - revert credential scopes ## 1.0.1 (2022-09-30) -**Bugs Fixed** +### Bugs Fixed - fix better user experience of credential scopes in government cloud diff --git a/sdk/automanage/arm-automanage/test/sampleTest.ts b/sdk/automanage/arm-automanage/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/automanage/arm-automanage/test/sampleTest.ts +++ b/sdk/automanage/arm-automanage/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/automation/arm-automation/test/automation_examples.ts b/sdk/automation/arm-automation/test/automation_examples.ts index c40c2f9b0560..d9e6b3162fda 100644 --- a/sdk/automation/arm-automation/test/automation_examples.ts +++ b/sdk/automation/arm-automation/test/automation_examples.ts @@ -29,7 +29,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/avs/arm-avs/test/avs_examples.spec.ts b/sdk/avs/arm-avs/test/avs_examples.spec.ts index 40623ce2e77e..565cce8338be 100644 --- a/sdk/avs/arm-avs/test/avs_examples.spec.ts +++ b/sdk/avs/arm-avs/test/avs_examples.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/azureadexternalidentities/arm-azureadexternalidentities/CHANGELOG.md b/sdk/azureadexternalidentities/arm-azureadexternalidentities/CHANGELOG.md index 10d2655bc1dd..91580d5c0d05 100644 --- a/sdk/azureadexternalidentities/arm-azureadexternalidentities/CHANGELOG.md +++ b/sdk/azureadexternalidentities/arm-azureadexternalidentities/CHANGELOG.md @@ -12,23 +12,23 @@ ## 1.0.3 (2022-11-16) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 1.0.2 (2022-10-08) -**Bugs Fixed** +### Bugs Fixed - revert credential scopes ## 1.0.1 (2022-09-30) -**Bugs Fixed** +### Bugs Fixed - fix better user experience of credential scopes in government cloud diff --git a/sdk/azureadexternalidentities/arm-azureadexternalidentities/test/sampleTest.ts b/sdk/azureadexternalidentities/arm-azureadexternalidentities/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/azureadexternalidentities/arm-azureadexternalidentities/test/sampleTest.ts +++ b/sdk/azureadexternalidentities/arm-azureadexternalidentities/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/azurestack/arm-azurestack/CHANGELOG.md b/sdk/azurestack/arm-azurestack/CHANGELOG.md index 6a1931f7d589..76320fc8b8b7 100644 --- a/sdk/azurestack/arm-azurestack/CHANGELOG.md +++ b/sdk/azurestack/arm-azurestack/CHANGELOG.md @@ -12,23 +12,23 @@ ## 3.0.0-beta.5 (2022-11-16) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 3.0.0-beta.4 (2022-10-08) -**Bugs Fixed** +### Bugs Fixed - revert credential scopes ## 3.0.0-beta.3 (2022-09-30) -**Bugs Fixed** +### Bugs Fixed - fix better user experience of credential scopes in government cloud diff --git a/sdk/azurestack/arm-azurestack/test/sampleTest.ts b/sdk/azurestack/arm-azurestack/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/azurestack/arm-azurestack/test/sampleTest.ts +++ b/sdk/azurestack/arm-azurestack/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/azurestackhci/arm-azurestackhci/test/azurestackhci_operations_test.spec.ts b/sdk/azurestackhci/arm-azurestackhci/test/azurestackhci_operations_test.spec.ts index 35c920dcb7c2..5980cfc6e849 100644 --- a/sdk/azurestackhci/arm-azurestackhci/test/azurestackhci_operations_test.spec.ts +++ b/sdk/azurestackhci/arm-azurestackhci/test/azurestackhci_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/CHANGELOG.md b/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/CHANGELOG.md index 3753e3fd0361..0d7d5e2d6f35 100644 --- a/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/CHANGELOG.md +++ b/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.0.0-beta.2 (2023-11-07) -**Features** +### Features Added - Added operation group AzureBareMetalStorageInstances - Added operation AzureBareMetalInstances.beginRestart @@ -73,7 +73,7 @@ - Enum KnownAzureBareMetalHardwareTypeNamesEnum has a new value Sdflex - Enum KnownAzureBareMetalInstanceSizeNamesEnum has a new value S448Se -**Breaking Changes** +### Breaking Changes - Interface AzureBareMetalInstance no longer has parameter systemData - Type of parameter error of interface ErrorResponse is changed from ErrorDefinition to ErrorDetail diff --git a/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/test/baremetalinfrastructure_operations_test.spec.ts b/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/test/baremetalinfrastructure_operations_test.spec.ts index 56e177ad077c..6ef58f1aa88d 100644 --- a/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/test/baremetalinfrastructure_operations_test.spec.ts +++ b/sdk/baremetalinfrastructure/arm-baremetalinfrastructure/test/baremetalinfrastructure_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/billing/arm-billing/test/sampleTest.ts b/sdk/billing/arm-billing/test/sampleTest.ts new file mode 100644 index 000000000000..8ff7deb0acbe --- /dev/null +++ b/sdk/billing/arm-billing/test/sampleTest.ts @@ -0,0 +1,47 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { + Recorder, + RecorderStartOptions, + env +} from "@azure-tools/test-recorder"; +import { assert } from "chai"; +import { Context } from "mocha"; + +const replaceableVariables: Record = { + AZURE_CLIENT_ID: "azure_client_id", + AZURE_CLIENT_SECRET: "azure_client_secret", + AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888", + SUBSCRIPTION_ID: "azure_subscription_id" +}; + +const recorderOptions: RecorderStartOptions = { + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], +}; + +describe("My test", () => { + let recorder: Recorder; + + beforeEach(async function (this: Context) { + recorder = new Recorder(this.currentTest); + await recorder.start(recorderOptions); + }); + + afterEach(async function () { + await recorder.stop(); + }); + + it("sample test", async function () { + console.log("Hi, I'm a test!"); + }); +}); diff --git a/sdk/billingbenefits/arm-billingbenefits/test/sampleTest.ts b/sdk/billingbenefits/arm-billingbenefits/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/billingbenefits/arm-billingbenefits/test/sampleTest.ts +++ b/sdk/billingbenefits/arm-billingbenefits/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/botservice/arm-botservice/test/botservice_examples.ts b/sdk/botservice/arm-botservice/test/botservice_examples.ts index 3fd553603bce..0aa88abcd2cf 100644 --- a/sdk/botservice/arm-botservice/test/botservice_examples.ts +++ b/sdk/botservice/arm-botservice/test/botservice_examples.ts @@ -24,6 +24,10 @@ const replaceableVariables: Record = { const recorderOptions: RecorderStartOptions = { envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/changeanalysis/arm-changeanalysis/CHANGELOG.md b/sdk/changeanalysis/arm-changeanalysis/CHANGELOG.md index f11a47da21f9..50a510f13f9e 100644 --- a/sdk/changeanalysis/arm-changeanalysis/CHANGELOG.md +++ b/sdk/changeanalysis/arm-changeanalysis/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-11-17) -**Features** +### Features Added - Added Interface Change - Added Interface ProxyResource diff --git a/sdk/changeanalysis/arm-changeanalysis/test/sampleTest.ts b/sdk/changeanalysis/arm-changeanalysis/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/changeanalysis/arm-changeanalysis/test/sampleTest.ts +++ b/sdk/changeanalysis/arm-changeanalysis/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/changes/arm-changes/CHANGELOG.md b/sdk/changes/arm-changes/CHANGELOG.md index db1b40734fda..60ff25a11e58 100644 --- a/sdk/changes/arm-changes/CHANGELOG.md +++ b/sdk/changes/arm-changes/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.1.0 (2022-11-17) -**Features** +### Features Added - Added Interface ChangeResourceResult diff --git a/sdk/changes/arm-changes/test/sampleTest.ts b/sdk/changes/arm-changes/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/changes/arm-changes/test/sampleTest.ts +++ b/sdk/changes/arm-changes/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/chaos/arm-chaos/CHANGELOG.md b/sdk/chaos/arm-chaos/CHANGELOG.md index d63d1560c537..da9ea421fa69 100644 --- a/sdk/chaos/arm-chaos/CHANGELOG.md +++ b/sdk/chaos/arm-chaos/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.1.0 (2024-03-06) -**Features** +### Features Added - Interface ExperimentUpdate has a new optional parameter tags diff --git a/sdk/chaos/arm-chaos/test/chaos_examples.spec.ts b/sdk/chaos/arm-chaos/test/chaos_examples.spec.ts index 9051d7da55fb..8f7688163aaf 100644 --- a/sdk/chaos/arm-chaos/test/chaos_examples.spec.ts +++ b/sdk/chaos/arm-chaos/test/chaos_examples.spec.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/cognitiveservices/arm-cognitiveservices/CHANGELOG.md b/sdk/cognitiveservices/arm-cognitiveservices/CHANGELOG.md index 699859fee8d8..fa0d53301a26 100644 --- a/sdk/cognitiveservices/arm-cognitiveservices/CHANGELOG.md +++ b/sdk/cognitiveservices/arm-cognitiveservices/CHANGELOG.md @@ -2,7 +2,7 @@ ## 7.5.0 (2023-07-06) -**Features** +### Features Added - Added operation group Models - Added operation group Usages @@ -39,7 +39,7 @@ ## 7.4.0 (2023-02-06) -**Features** +### Features Added - Added operation CommitmentPlans.beginCreateOrUpdateAssociation - Added operation CommitmentPlans.beginCreateOrUpdateAssociationAndWait @@ -110,17 +110,17 @@ ## 7.3.1 (2022-11-21) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 7.3.0 (2022-10-31) -**Features** +### Features Added - Added Interface Account - Added Interface AccountModel @@ -138,14 +138,14 @@ ## 7.2.0 (2022-06-10) -**Features** +### Features Added - Enum KnownDeploymentScaleType has a new value Standard ## 7.1.0 (2022-04-06) -**Features** +### Features Added - Added operation Accounts.listModels - Added Interface AccountModelListResult diff --git a/sdk/cognitiveservices/arm-cognitiveservices/test/cognitiveservices_congitiveservice.spec.ts b/sdk/cognitiveservices/arm-cognitiveservices/test/cognitiveservices_congitiveservice.spec.ts index 62ba3e96d1ef..bb139f721620 100644 --- a/sdk/cognitiveservices/arm-cognitiveservices/test/cognitiveservices_congitiveservice.spec.ts +++ b/sdk/cognitiveservices/arm-cognitiveservices/test/cognitiveservices_congitiveservice.spec.ts @@ -22,7 +22,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/cognitiveservices/arm-cognitiveservices/test/cognitiveservices_openai.spec.ts b/sdk/cognitiveservices/arm-cognitiveservices/test/cognitiveservices_openai.spec.ts index d5e9c317e6a0..1e44cc570bee 100644 --- a/sdk/cognitiveservices/arm-cognitiveservices/test/cognitiveservices_openai.spec.ts +++ b/sdk/cognitiveservices/arm-cognitiveservices/test/cognitiveservices_openai.spec.ts @@ -23,7 +23,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/CHANGELOG.md index 90a7e73dd7da..e299f27135f0 100644 --- a/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-19) -**Features** +### Features Added - Added Interface MonetaryCommitment - Added Interface MonetaryCredit @@ -24,7 +24,7 @@ ## 2.0.0 (2022-03-10) -**features** +### Features Added - update version diff --git a/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/commerce/arm-commerce-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/commerce/arm-commerce/test/commerce_examples.ts b/sdk/commerce/arm-commerce/test/commerce_examples.ts index bb711dca6b23..57ee34617c65 100644 --- a/sdk/commerce/arm-commerce/test/commerce_examples.ts +++ b/sdk/commerce/arm-commerce/test/commerce_examples.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/communication/arm-communication/CHANGELOG.md b/sdk/communication/arm-communication/CHANGELOG.md index 6f0f3a49a883..a16350b84c24 100644 --- a/sdk/communication/arm-communication/CHANGELOG.md +++ b/sdk/communication/arm-communication/CHANGELOG.md @@ -12,7 +12,7 @@ ## 4.1.0 (2024-03-08) -**Features** +### Features Added - Added Interface ManagedServiceIdentity - Added Interface UserAssignedIdentity @@ -24,7 +24,7 @@ ## 4.1.0-beta.2 (2023-11-10) -**Features** +### Features Added - Added operation group SuppressionListAddresses - Added operation group SuppressionLists @@ -60,7 +60,7 @@ ## 4.1.0-beta.1 (2023-09-20) -**Features** +### Features Added - Added Interface ManagedServiceIdentity - Added Interface UserAssignedIdentity @@ -70,7 +70,7 @@ - Added Enum KnownManagedServiceIdentityType ## 4.0.0 (2023-03-27) -**Features** +### Features Added - Added operation group CommunicationServices - Added operation group Domains @@ -188,14 +188,14 @@ - Added Enum KnownVerificationType - Added function getContinuationToken -**Breaking Changes** +### Breaking Changes - Removed operation group CommunicationService - Class CommunicationServiceManagementClient no longer has parameter communicationService ## 3.0.1 (2022-04-11) -**features** +### Features Added - Bug fix diff --git a/sdk/communication/arm-communication/test/communication_examples.ts b/sdk/communication/arm-communication/test/communication_examples.ts index 58de6d1c6424..8ccf95548a5d 100644 --- a/sdk/communication/arm-communication/test/communication_examples.ts +++ b/sdk/communication/arm-communication/test/communication_examples.ts @@ -29,7 +29,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/compute/arm-compute-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/compute/arm-compute-profile-2020-09-01-hybrid/CHANGELOG.md index aff6619c3a5e..c50d39cce89a 100644 --- a/sdk/compute/arm-compute-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/compute/arm-compute-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-19) -**Features** +### Features Added - Added Interface AvailabilitySet - Added Interface AvailabilitySetUpdate diff --git a/sdk/compute/arm-compute-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/compute/arm-compute-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/compute/arm-compute-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/compute/arm-compute-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/compute/arm-compute/CHANGELOG.md b/sdk/compute/arm-compute/CHANGELOG.md index 77f49523831d..dc8b08a3c947 100644 --- a/sdk/compute/arm-compute/CHANGELOG.md +++ b/sdk/compute/arm-compute/CHANGELOG.md @@ -579,7 +579,7 @@ ## 17.3.1 (2022-04-06) -**features** +### Features Added - Bug fix diff --git a/sdk/confluent/arm-confluent/CHANGELOG.md b/sdk/confluent/arm-confluent/CHANGELOG.md index 763095c78785..d87d26704c68 100644 --- a/sdk/confluent/arm-confluent/CHANGELOG.md +++ b/sdk/confluent/arm-confluent/CHANGELOG.md @@ -12,7 +12,7 @@ ## 3.1.0 (2024-03-13) -**Features** +### Features Added - Added operation Access.createRoleBinding - Added operation Access.deleteRoleBinding diff --git a/sdk/confluent/arm-confluent/test/confluent_operations_test.spec.ts b/sdk/confluent/arm-confluent/test/confluent_operations_test.spec.ts index ba6178e10da9..fa5a08944abc 100644 --- a/sdk/confluent/arm-confluent/test/confluent_operations_test.spec.ts +++ b/sdk/confluent/arm-confluent/test/confluent_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/connectedvmware/arm-connectedvmware/CHANGELOG.md b/sdk/connectedvmware/arm-connectedvmware/CHANGELOG.md index 8caa6cd8e4f8..31f3f2de0c23 100644 --- a/sdk/connectedvmware/arm-connectedvmware/CHANGELOG.md +++ b/sdk/connectedvmware/arm-connectedvmware/CHANGELOG.md @@ -2,4 +2,6 @@ ## 1.0.0 (2023-10-24) +### Features Added + The package of @azure/arm-connectedvmware is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart). diff --git a/sdk/connectedvmware/arm-connectedvmware/test/connectedvmware_operations_test.spec.ts b/sdk/connectedvmware/arm-connectedvmware/test/connectedvmware_operations_test.spec.ts index 63f04ba94cdd..b71608666ac8 100644 --- a/sdk/connectedvmware/arm-connectedvmware/test/connectedvmware_operations_test.spec.ts +++ b/sdk/connectedvmware/arm-connectedvmware/test/connectedvmware_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/consumption/arm-consumption/CHANGELOG.md b/sdk/consumption/arm-consumption/CHANGELOG.md index 6f8b960e4e32..758af8bd6766 100644 --- a/sdk/consumption/arm-consumption/CHANGELOG.md +++ b/sdk/consumption/arm-consumption/CHANGELOG.md @@ -12,7 +12,7 @@ ## 9.2.0 (2023-01-03) -**Features** +### Features Added - Interface EventsListByBillingAccountNextOptionalParams no longer has parameter filter - Interface LotsListByBillingAccountNextOptionalParams no longer has parameter filter @@ -43,7 +43,7 @@ ## 9.1.0 (2022-09-05) -**Features** +### Features Added - Added Interface AmountWithExchangeRate - Added Interface Balance @@ -75,7 +75,7 @@ ## 9.0.1 (2022-04-11) -**features** +### Features Added - bug fix diff --git a/sdk/consumption/arm-consumption/test/consumption_examples.ts b/sdk/consumption/arm-consumption/test/consumption_examples.ts index 5df6d9edc259..fc349e02857d 100644 --- a/sdk/consumption/arm-consumption/test/consumption_examples.ts +++ b/sdk/consumption/arm-consumption/test/consumption_examples.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/containerinstance/arm-containerinstance/CHANGELOG.md b/sdk/containerinstance/arm-containerinstance/CHANGELOG.md index 093ce18b3751..40b0e39ec592 100644 --- a/sdk/containerinstance/arm-containerinstance/CHANGELOG.md +++ b/sdk/containerinstance/arm-containerinstance/CHANGELOG.md @@ -12,7 +12,7 @@ ## 9.1.0 (2023-04-24) -**Features** +### Features Added - Added Interface ConfidentialComputeProperties - Added Interface DeploymentExtensionSpec @@ -32,7 +32,7 @@ ## 9.0.0 (2022-08-30) -**Features** +### Features Added - Added operation group SubnetServiceAssociationLink - Added Interface ContainerGroupProperties @@ -44,7 +44,7 @@ - Class ContainerInstanceManagementClient has a new parameter subnetServiceAssociationLink - Added Enum KnownDnsNameLabelReusePolicy -**Breaking Changes** +### Breaking Changes - Interface ContainerGroup no longer has parameter containers - Interface ContainerGroup no longer has parameter diagnostics @@ -67,14 +67,14 @@ ## 8.2.0 (2022-07-11) -**Features** +### Features Added - Added Interface ContainerGroup ## 8.1.0 (2022-04-06) -**Features** +### Features Added - Added Type Alias AutoGeneratedDomainNameLabelScope - Interface IpAddress has a new optional parameter dnsNameLabelReusePolicy diff --git a/sdk/containerinstance/arm-containerinstance/test/containerinstance_examples.ts b/sdk/containerinstance/arm-containerinstance/test/containerinstance_examples.ts index a6a6e3c3f103..615e52093dfd 100644 --- a/sdk/containerinstance/arm-containerinstance/test/containerinstance_examples.ts +++ b/sdk/containerinstance/arm-containerinstance/test/containerinstance_examples.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/containerregistry/arm-containerregistry/CHANGELOG.md b/sdk/containerregistry/arm-containerregistry/CHANGELOG.md index b6113d76f6f0..18979660fcfa 100644 --- a/sdk/containerregistry/arm-containerregistry/CHANGELOG.md +++ b/sdk/containerregistry/arm-containerregistry/CHANGELOG.md @@ -12,7 +12,7 @@ ## 11.0.0-beta.3 (2023-11-08) -**Features** +### Features Added - Added operation group Archives - Added operation group ArchiveVersions @@ -217,14 +217,14 @@ - Added Enum KnownPipelineSourceType - Added Enum KnownTlsStatus -**Breaking Changes** +### Breaking Changes - Type of parameter error of interface ErrorResponse is changed from ErrorResponseBody to ErrorDetail ## 11.0.0-beta.2 (2023-09-20) -**Features** +### Features Added - Added operation group Archives - Added operation group ArchiveVersions @@ -425,13 +425,13 @@ - Added Enum KnownPipelineSourceType - Added Enum KnownTlsStatus -**Breaking Changes** +### Breaking Changes - Type of parameter error of interface ErrorResponse is changed from ErrorResponseBody to ErrorDetail ## 11.0.0-beta.1 (2023-09-07) -**Features** +### Features Added - Added operation group CacheRules - Added operation group CredentialSets @@ -481,14 +481,14 @@ - Added Enum KnownCredentialHealthStatus - Added Enum KnownCredentialName -**Breaking Changes** +### Breaking Changes - Type of parameter error of interface ErrorResponse is changed from ErrorResponseBody to ErrorDetail ## 10.1.0 (2023-03-21) -**Features** +### Features Added - Added operation group ScopeMaps - Added operation group Tokens diff --git a/sdk/containerregistry/arm-containerregistry/test/containerregistry_examples.ts b/sdk/containerregistry/arm-containerregistry/test/containerregistry_examples.ts index 10f271670ff8..3aec37490c4a 100644 --- a/sdk/containerregistry/arm-containerregistry/test/containerregistry_examples.ts +++ b/sdk/containerregistry/arm-containerregistry/test/containerregistry_examples.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/containerservice/arm-containerservicefleet/CHANGELOG.md b/sdk/containerservice/arm-containerservicefleet/CHANGELOG.md index 0b3aad6e4c03..022d0ae355e5 100644 --- a/sdk/containerservice/arm-containerservicefleet/CHANGELOG.md +++ b/sdk/containerservice/arm-containerservicefleet/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.1.0 (2024-05-15) -**Features** +### Features Added - Added operation UpdateRuns.beginSkip - Added operation UpdateRuns.beginSkipAndWait @@ -32,7 +32,7 @@ ## 1.1.0-beta.1 (2024-04-03) -**Features** +### Features Added - Added operation UpdateRuns.beginSkip - Added operation UpdateRuns.beginSkipAndWait diff --git a/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/CHANGELOG.md b/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/CHANGELOG.md index 287e9cff443c..9903c90682b0 100644 --- a/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/CHANGELOG.md +++ b/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.1.0-beta.1 (2024-03-11) -**Features** +### Features Added - Added Interface AuthConfig - Added Interface PromoteRequest diff --git a/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/test/cosmosdbforpostgresql_operations_test.spec.ts b/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/test/cosmosdbforpostgresql_operations_test.spec.ts index bef9412b488c..a7ff3ad32f68 100644 --- a/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/test/cosmosdbforpostgresql_operations_test.spec.ts +++ b/sdk/cosmosforpostgresql/arm-cosmosdbforpostgresql/test/cosmosdbforpostgresql_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/cost-management/arm-costmanagement/test/costmanagement_operations_test.spec.ts b/sdk/cost-management/arm-costmanagement/test/costmanagement_operations_test.spec.ts index a050db7a50ab..d19ef7f4fd90 100644 --- a/sdk/cost-management/arm-costmanagement/test/costmanagement_operations_test.spec.ts +++ b/sdk/cost-management/arm-costmanagement/test/costmanagement_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/customer-insights/arm-customerinsights/CHANGELOG.md b/sdk/customer-insights/arm-customerinsights/CHANGELOG.md index d0ce18e86f50..6b3ce055f51d 100644 --- a/sdk/customer-insights/arm-customerinsights/CHANGELOG.md +++ b/sdk/customer-insights/arm-customerinsights/CHANGELOG.md @@ -12,7 +12,7 @@ ## 4.1.0 (2022-11-18) -**Features** +### Features Added - Added Interface AuthorizationPolicyResourceFormat - Added Interface ConnectorMappingResourceFormat @@ -36,7 +36,7 @@ ## 4.0.1 (2022-04-15) -**features** +### Features Added - Bug fix diff --git a/sdk/customer-insights/arm-customerinsights/test/sampleTest.ts b/sdk/customer-insights/arm-customerinsights/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/customer-insights/arm-customerinsights/test/sampleTest.ts +++ b/sdk/customer-insights/arm-customerinsights/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/dashboard/arm-dashboard/CHANGELOG.md b/sdk/dashboard/arm-dashboard/CHANGELOG.md index 229a124312af..51fb2765c73f 100644 --- a/sdk/dashboard/arm-dashboard/CHANGELOG.md +++ b/sdk/dashboard/arm-dashboard/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.1.0 (2023-11-10) -**Features** +### Features Added - Added operation group ManagedPrivateEndpoints - Added operation Grafana.checkEnterpriseDetails @@ -79,11 +79,11 @@ ## 1.0.1 (2023-01-03) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy diff --git a/sdk/dashboard/arm-dashboard/test/dashboard_operations_test.spec.ts b/sdk/dashboard/arm-dashboard/test/dashboard_operations_test.spec.ts index 0f7c6a67e162..af8ec28a334d 100644 --- a/sdk/dashboard/arm-dashboard/test/dashboard_operations_test.spec.ts +++ b/sdk/dashboard/arm-dashboard/test/dashboard_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/databox/arm-databox/test/databox_operations_test.spec.ts b/sdk/databox/arm-databox/test/databox_operations_test.spec.ts index 1fa451950ba8..c4432497e0e9 100644 --- a/sdk/databox/arm-databox/test/databox_operations_test.spec.ts +++ b/sdk/databox/arm-databox/test/databox_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/CHANGELOG.md index 2ac5c6186408..486a15876e20 100644 --- a/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-20) -**Features** +### Features Added - Added Interface Alert - Added Interface BandwidthSchedule diff --git a/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/databoxedge/arm-databoxedge/CHANGELOG.md b/sdk/databoxedge/arm-databoxedge/CHANGELOG.md index a1759901f383..caf32581042d 100644 --- a/sdk/databoxedge/arm-databoxedge/CHANGELOG.md +++ b/sdk/databoxedge/arm-databoxedge/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-11-21) -**Features** +### Features Added - Added Interface Addon - Added Interface Alert @@ -46,7 +46,7 @@ ## 2.0.1 (2022-04-15) -**features** +### Features Added - Bug fix diff --git a/sdk/databoxedge/arm-databoxedge/test/sampleTest.ts b/sdk/databoxedge/arm-databoxedge/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/databoxedge/arm-databoxedge/test/sampleTest.ts +++ b/sdk/databoxedge/arm-databoxedge/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/databricks/arm-databricks/test/databricks_examples.ts b/sdk/databricks/arm-databricks/test/databricks_examples.ts index 974b7f196904..018824170a64 100644 --- a/sdk/databricks/arm-databricks/test/databricks_examples.ts +++ b/sdk/databricks/arm-databricks/test/databricks_examples.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/datacatalog/arm-datacatalog/CHANGELOG.md b/sdk/datacatalog/arm-datacatalog/CHANGELOG.md index 6be8f01b1f16..96430ac84649 100644 --- a/sdk/datacatalog/arm-datacatalog/CHANGELOG.md +++ b/sdk/datacatalog/arm-datacatalog/CHANGELOG.md @@ -12,14 +12,14 @@ ## 4.1.0 (2022-11-21) -**Features** +### Features Added - Added Interface ADCCatalog ## 4.0.0 (2022-04-19) -**Breaking Changes** +### Breaking Changes - Operation ADCCatalogs.beginDelete has a new signature - Operation ADCCatalogs.beginDeleteAndWait has a new signature diff --git a/sdk/datacatalog/arm-datacatalog/test/sampleTest.ts b/sdk/datacatalog/arm-datacatalog/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/datacatalog/arm-datacatalog/test/sampleTest.ts +++ b/sdk/datacatalog/arm-datacatalog/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/datadog/arm-datadog/CHANGELOG.md b/sdk/datadog/arm-datadog/CHANGELOG.md index 931b3ffa8630..d8e71f90bb33 100644 --- a/sdk/datadog/arm-datadog/CHANGELOG.md +++ b/sdk/datadog/arm-datadog/CHANGELOG.md @@ -2,7 +2,7 @@ ## 3.1.0 (2023-10-09) -**Features** +### Features Added - Added operation group CreationSupported - Added operation group MonitoredSubscriptions @@ -36,17 +36,17 @@ ## 3.0.2 (2022-11-21) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 3.0.1 (2022-04-18) -**features** +### Features Added - bug fix diff --git a/sdk/datadog/arm-datadog/test/datadog_operations_test.spec.ts b/sdk/datadog/arm-datadog/test/datadog_operations_test.spec.ts index bdb81a6bd728..a204291d62c4 100644 --- a/sdk/datadog/arm-datadog/test/datadog_operations_test.spec.ts +++ b/sdk/datadog/arm-datadog/test/datadog_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/datalake-analytics/arm-datalake-analytics/test/datalake-analytics_examples.spec.ts b/sdk/datalake-analytics/arm-datalake-analytics/test/datalake-analytics_examples.spec.ts index 27212eb008c9..b99255a244d1 100644 --- a/sdk/datalake-analytics/arm-datalake-analytics/test/datalake-analytics_examples.spec.ts +++ b/sdk/datalake-analytics/arm-datalake-analytics/test/datalake-analytics_examples.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/datamigration/arm-datamigration/test/sampleTest.ts b/sdk/datamigration/arm-datamigration/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/datamigration/arm-datamigration/test/sampleTest.ts +++ b/sdk/datamigration/arm-datamigration/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/defendereasm/arm-defendereasm/CHANGELOG.md b/sdk/defendereasm/arm-defendereasm/CHANGELOG.md index 1e4f3e3b9921..6e5f147fde73 100644 --- a/sdk/defendereasm/arm-defendereasm/CHANGELOG.md +++ b/sdk/defendereasm/arm-defendereasm/CHANGELOG.md @@ -2,4 +2,6 @@ ## 1.0.0-beta.1 (2023-08-16) +### Features Added + The package of @azure/arm-defendereasm is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ). diff --git a/sdk/defendereasm/arm-defendereasm/test/defendereasm_operations_test.spec.ts b/sdk/defendereasm/arm-defendereasm/test/defendereasm_operations_test.spec.ts index c130dfe09f84..c5c0224cea5d 100644 --- a/sdk/defendereasm/arm-defendereasm/test/defendereasm_operations_test.spec.ts +++ b/sdk/defendereasm/arm-defendereasm/test/defendereasm_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/deploymentmanager/arm-deploymentmanager/test/sampleTest.ts b/sdk/deploymentmanager/arm-deploymentmanager/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/deploymentmanager/arm-deploymentmanager/test/sampleTest.ts +++ b/sdk/deploymentmanager/arm-deploymentmanager/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/desktopvirtualization/arm-desktopvirtualization/CHANGELOG.md b/sdk/desktopvirtualization/arm-desktopvirtualization/CHANGELOG.md index 0c6f22b14641..b07d3226fc12 100644 --- a/sdk/desktopvirtualization/arm-desktopvirtualization/CHANGELOG.md +++ b/sdk/desktopvirtualization/arm-desktopvirtualization/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.1.0 (2023-10-08) -**Features** +### Features Added - Added operation group PrivateEndpointConnections - Added operation group PrivateLinkResources diff --git a/sdk/desktopvirtualization/arm-desktopvirtualization/test/desktopvirtualization_operations_test.spec.ts b/sdk/desktopvirtualization/arm-desktopvirtualization/test/desktopvirtualization_operations_test.spec.ts index a07ec6071515..3ea090110914 100644 --- a/sdk/desktopvirtualization/arm-desktopvirtualization/test/desktopvirtualization_operations_test.spec.ts +++ b/sdk/desktopvirtualization/arm-desktopvirtualization/test/desktopvirtualization_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/devhub/arm-devhub/CHANGELOG.md b/sdk/devhub/arm-devhub/CHANGELOG.md index ee1f0b7fee49..60f0e06733d0 100644 --- a/sdk/devhub/arm-devhub/CHANGELOG.md +++ b/sdk/devhub/arm-devhub/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.0.0-beta.3 (2023-05-29) -**Features** +### Features Added - Added Interface ArtifactGenerationProperties - Added Interface GeneratePreviewArtifactsOptionalParams @@ -45,7 +45,7 @@ - Added Enum KnownManifestGenerationMode - Added Enum KnownWorkflowRunStatus -**Breaking Changes** +### Breaking Changes - Interface Workflow no longer has parameter namespace - Type of parameter authStatus of interface Workflow is changed from ManifestType to AuthorizationStatus @@ -53,7 +53,7 @@ ## 1.0.0-beta.2 (2023-01-04) -**Features** +### Features Added - Interface WorkflowListByResourceGroupNextOptionalParams no longer has parameter managedClusterResource diff --git a/sdk/devhub/arm-devhub/test/devhub_examples.spec.ts b/sdk/devhub/arm-devhub/test/devhub_examples.spec.ts index b1b8080394ac..b77c7c524008 100644 --- a/sdk/devhub/arm-devhub/test/devhub_examples.spec.ts +++ b/sdk/devhub/arm-devhub/test/devhub_examples.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/CHANGELOG.md b/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/CHANGELOG.md index e475c9d56c03..4caf33ac84ca 100644 --- a/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/CHANGELOG.md +++ b/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/CHANGELOG.md @@ -12,7 +12,7 @@ ## 6.0.0-beta.1 (2023-06-07) -**Features** +### Features Added - Added Interface ManagedServiceIdentity - Added Interface UserAssignedIdentity @@ -23,45 +23,45 @@ - Interface Resource has a new optional parameter subscriptionid - Added Enum KnownManagedServiceIdentityType -**Breaking Changes** +### Breaking Changes - Type of parameter code of interface ErrorDetails is changed from string to number ## 5.1.0 (2023-01-05) -**Features** +### Features Added - Added Interface ProvisioningServiceDescription - Added function getContinuationToken ## 5.0.1 (2022-04-27) -**Features** +### Features Added - Bug fix ## 5.0.0 (2022-04-25) -**Features** +### Features Added - Added Interface ErrorMessage - Added Interface IotDpsResourceDeletePrivateEndpointConnectionHeaders -**Breaking Changes** +### Breaking Changes - Operation DpsCertificate.createOrUpdate has a new signature ## 4.1.1 (2022-04-18) -**features** +### Features Added - bug fix ## 4.1.0 (2022-01-24) -**Features** +### Features Added - Added Interface SystemData - Added Type Alias CreatedByType diff --git a/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/test/deviceprovisioningservices_operations_test.spec.ts b/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/test/deviceprovisioningservices_operations_test.spec.ts index e64515692ce2..a35a670b8f36 100644 --- a/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/test/deviceprovisioningservices_operations_test.spec.ts +++ b/sdk/deviceprovisioningservices/arm-deviceprovisioningservices/test/deviceprovisioningservices_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/deviceupdate/arm-deviceupdate/CHANGELOG.md b/sdk/deviceupdate/arm-deviceupdate/CHANGELOG.md index b402572ae7a9..dc0f1fa4e6a6 100644 --- a/sdk/deviceupdate/arm-deviceupdate/CHANGELOG.md +++ b/sdk/deviceupdate/arm-deviceupdate/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.2.0 (2023-12-21) -**Features** +### Features Added - Added Interface AccountsDeleteHeaders - Added Interface Encryption @@ -24,7 +24,7 @@ ## 1.1.0 (2023-01-09) -**Features** +### Features Added - Added function getContinuationToken diff --git a/sdk/deviceupdate/arm-deviceupdate/test/deviceupdate_operations_test.spec.ts b/sdk/deviceupdate/arm-deviceupdate/test/deviceupdate_operations_test.spec.ts index 1e3c814e2a01..fb93debefcf8 100644 --- a/sdk/deviceupdate/arm-deviceupdate/test/deviceupdate_operations_test.spec.ts +++ b/sdk/deviceupdate/arm-deviceupdate/test/deviceupdate_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/devspaces/arm-devspaces/CHANGELOG.md b/sdk/devspaces/arm-devspaces/CHANGELOG.md index e6af19e669b5..e1d78a9ca2b0 100644 --- a/sdk/devspaces/arm-devspaces/CHANGELOG.md +++ b/sdk/devspaces/arm-devspaces/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-11-22) -**Features** +### Features Added - Added Interface Controller - Added Interface KubernetesConnectionDetails diff --git a/sdk/devspaces/arm-devspaces/test/sampleTest.ts b/sdk/devspaces/arm-devspaces/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/devspaces/arm-devspaces/test/sampleTest.ts +++ b/sdk/devspaces/arm-devspaces/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/devtestlabs/arm-devtestlabs/CHANGELOG.md b/sdk/devtestlabs/arm-devtestlabs/CHANGELOG.md index 41ac9f463b6c..b614da73efe2 100644 --- a/sdk/devtestlabs/arm-devtestlabs/CHANGELOG.md +++ b/sdk/devtestlabs/arm-devtestlabs/CHANGELOG.md @@ -12,7 +12,7 @@ ## 4.1.0 (2022-11-22) -**Features** +### Features Added - Added Interface ApplicableSchedule - Added Interface ApplicableScheduleFragment @@ -52,7 +52,7 @@ ## 4.0.1 (2022-04-18) -**features** +### Features Added - bug fix diff --git a/sdk/devtestlabs/arm-devtestlabs/test/devtestlabs_examples.ts b/sdk/devtestlabs/arm-devtestlabs/test/devtestlabs_examples.ts index d8a21b72a249..139ecb5fdae2 100644 --- a/sdk/devtestlabs/arm-devtestlabs/test/devtestlabs_examples.ts +++ b/sdk/devtestlabs/arm-devtestlabs/test/devtestlabs_examples.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/digitaltwins/arm-digitaltwins/CHANGELOG.md b/sdk/digitaltwins/arm-digitaltwins/CHANGELOG.md index 1650428f8bc4..a974f58ee7cc 100644 --- a/sdk/digitaltwins/arm-digitaltwins/CHANGELOG.md +++ b/sdk/digitaltwins/arm-digitaltwins/CHANGELOG.md @@ -12,7 +12,7 @@ ## 3.3.0 (2023-03-01) -**Features** +### Features Added - Added Type Alias CleanupConnectionArtifacts - Added Type Alias RecordPropertyAndItemRemovals @@ -26,7 +26,7 @@ ## 3.2.0 (2022-11-30) -**Features** +### Features Added - Added Interface AzureDataExplorerConnectionProperties - Added Interface ConnectionPropertiesPrivateLinkServiceConnectionState @@ -50,7 +50,7 @@ ## 3.1.0 (2022-06-22) -**Features** +### Features Added - Added operation group TimeSeriesDatabaseConnections - Added Interface GroupIdInformationProperties diff --git a/sdk/digitaltwins/arm-digitaltwins/test/digitaltwins_examples.spec.ts b/sdk/digitaltwins/arm-digitaltwins/test/digitaltwins_examples.spec.ts index c18393f39a3b..752afb3bc12e 100644 --- a/sdk/digitaltwins/arm-digitaltwins/test/digitaltwins_examples.spec.ts +++ b/sdk/digitaltwins/arm-digitaltwins/test/digitaltwins_examples.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/dns/arm-dns-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/dns/arm-dns-profile-2020-09-01-hybrid/CHANGELOG.md index fd8c725f46f5..3a7d1f7efb2f 100644 --- a/sdk/dns/arm-dns-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/dns/arm-dns-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-20) -**Features** +### Features Added - Added Interface TrackedResource - Added Interface Zone diff --git a/sdk/dns/arm-dns-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/dns/arm-dns-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/dns/arm-dns-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/dns/arm-dns-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/dns/arm-dns/CHANGELOG.md b/sdk/dns/arm-dns/CHANGELOG.md index 31e3d102eecd..986785108bdb 100644 --- a/sdk/dns/arm-dns/CHANGELOG.md +++ b/sdk/dns/arm-dns/CHANGELOG.md @@ -12,13 +12,13 @@ ## 5.1.0 (2022-11-22) -**Features** +### Features Added - Added Interface Zone ## 5.0.1 (2022-04-18) -**features** +### Features Added - Bug fix diff --git a/sdk/dns/arm-dns/test/sampleTest.ts b/sdk/dns/arm-dns/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/dns/arm-dns/test/sampleTest.ts +++ b/sdk/dns/arm-dns/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/dnsresolver/arm-dnsresolver/CHANGELOG.md b/sdk/dnsresolver/arm-dnsresolver/CHANGELOG.md index 6b2db2e7fefb..ec5961cb41f2 100644 --- a/sdk/dnsresolver/arm-dnsresolver/CHANGELOG.md +++ b/sdk/dnsresolver/arm-dnsresolver/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.1.0 (2023-01-09) -**Features** +### Features Added - Interface DnsForwardingRulesetsListByResourceGroupNextOptionalParams no longer has parameter top - Interface DnsForwardingRulesetsListByVirtualNetworkNextOptionalParams no longer has parameter top diff --git a/sdk/dnsresolver/arm-dnsresolver/test/dnsresolver_examples.spec.ts b/sdk/dnsresolver/arm-dnsresolver/test/dnsresolver_examples.spec.ts index b5041451d798..a2b87a0c65a4 100644 --- a/sdk/dnsresolver/arm-dnsresolver/test/dnsresolver_examples.spec.ts +++ b/sdk/dnsresolver/arm-dnsresolver/test/dnsresolver_examples.spec.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/domainservices/arm-domainservices/CHANGELOG.md b/sdk/domainservices/arm-domainservices/CHANGELOG.md index 71e89c476d17..0f634451cd99 100644 --- a/sdk/domainservices/arm-domainservices/CHANGELOG.md +++ b/sdk/domainservices/arm-domainservices/CHANGELOG.md @@ -12,14 +12,14 @@ ## 4.1.0 (2022-11-22) -**Features** +### Features Added - Added Interface DomainService - Added Interface OuContainer ## 4.0.1 (2022-04-18) -**features** +### Features Added - Bug fix diff --git a/sdk/domainservices/arm-domainservices/test/sampleTest.ts b/sdk/domainservices/arm-domainservices/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/domainservices/arm-domainservices/test/sampleTest.ts +++ b/sdk/domainservices/arm-domainservices/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/dynatrace/arm-dynatrace/CHANGELOG.md b/sdk/dynatrace/arm-dynatrace/CHANGELOG.md index e5db39d3ef1e..6ab8c1ccee03 100644 --- a/sdk/dynatrace/arm-dynatrace/CHANGELOG.md +++ b/sdk/dynatrace/arm-dynatrace/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2.0.0 (2023-08-15) -**Features** +### Features Added - Added operation Monitors.getMarketplaceSaaSResourceDetails - Added operation Monitors.getMetricStatus @@ -15,7 +15,7 @@ - Added Type Alias MonitorsGetMetricStatusResponse - Interface MetricRules has a new optional parameter sendingMetrics -**Breaking Changes** +### Breaking Changes - Removed operation Monitors.getAccountCredentials - Removed operation TagRules.update @@ -31,11 +31,11 @@ ## 1.0.1 (2023-01-09) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy diff --git a/sdk/dynatrace/arm-dynatrace/test/dynatrace_examples.spec.ts b/sdk/dynatrace/arm-dynatrace/test/dynatrace_examples.spec.ts index 7f813b752f7d..ecc7e40b5a25 100644 --- a/sdk/dynatrace/arm-dynatrace/test/dynatrace_examples.spec.ts +++ b/sdk/dynatrace/arm-dynatrace/test/dynatrace_examples.spec.ts @@ -28,7 +28,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/education/arm-education/CHANGELOG.md b/sdk/education/arm-education/CHANGELOG.md index ea3889272cdd..93dfffb4f053 100644 --- a/sdk/education/arm-education/CHANGELOG.md +++ b/sdk/education/arm-education/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.0.0-beta.3 (2023-01-10) -**Features** +### Features Added - Interface GrantsListAllNextOptionalParams no longer has parameter includeAllocatedBudget - Interface GrantsListNextOptionalParams no longer has parameter includeAllocatedBudget @@ -25,7 +25,7 @@ ## 1.0.0-beta.2 (2022-07-04) -**Features** +### Features Added - Added Interface GrantDetails - Added Interface JoinRequestDetails diff --git a/sdk/education/arm-education/test/sampleTest.ts b/sdk/education/arm-education/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/education/arm-education/test/sampleTest.ts +++ b/sdk/education/arm-education/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/elastic/arm-elastic/CHANGELOG.md b/sdk/elastic/arm-elastic/CHANGELOG.md index 1050e5d350b5..cc843cd8334a 100644 --- a/sdk/elastic/arm-elastic/CHANGELOG.md +++ b/sdk/elastic/arm-elastic/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.0.0-beta.3 (2023-05-15) -**Features** +### Features Added - Added operation group ElasticVersions - Added Interface ElasticVersionListFormat @@ -26,7 +26,7 @@ - Interface MonitorProperties has a new optional parameter generateApiKey - Interface UserApiKeyResponse has a new optional parameter properties -**Breaking Changes** +### Breaking Changes - Operation Organizations.getApiKey has a new signature - Interface ElasticMonitorResource no longer has parameter generateApiKey @@ -35,7 +35,7 @@ ## 1.0.0-beta.2 (2023-04-03) -**Features** +### Features Added - Added operation group Organizations - Added Interface MarketplaceSaaSInfo @@ -48,7 +48,7 @@ - Interface DeploymentInfoResponse has a new optional parameter marketplaceSaasInfo - Interface ElasticMonitorResource has a new optional parameter generateApiKey -**Breaking Changes** +### Breaking Changes - Removed Enum KnownApiVersionParameter diff --git a/sdk/elastic/arm-elastic/test/elastic_operations_test.spec.ts b/sdk/elastic/arm-elastic/test/elastic_operations_test.spec.ts index f3be28573ca4..99e194140af3 100644 --- a/sdk/elastic/arm-elastic/test/elastic_operations_test.spec.ts +++ b/sdk/elastic/arm-elastic/test/elastic_operations_test.spec.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/elasticsans/arm-elasticsan/test/elasticsan_examples.spec.ts b/sdk/elasticsans/arm-elasticsan/test/elasticsan_examples.spec.ts index d81125c52add..8c65c6476677 100644 --- a/sdk/elasticsans/arm-elasticsan/test/elasticsan_examples.spec.ts +++ b/sdk/elasticsans/arm-elasticsan/test/elasticsan_examples.spec.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/eventgrid/arm-eventgrid/CHANGELOG.md b/sdk/eventgrid/arm-eventgrid/CHANGELOG.md index 8486cb172aa9..d5f8bdc0ddd8 100644 --- a/sdk/eventgrid/arm-eventgrid/CHANGELOG.md +++ b/sdk/eventgrid/arm-eventgrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 14.2.0-beta.4 (2024-04-29) -**Features** +### Features Added - Added operation group CaCertificates - Added operation group ClientGroups @@ -387,7 +387,7 @@ ## 14.2.0-beta.3 (2023-12-04) -**Features** +### Features Added - Added operation group CaCertificates - Added operation group ClientGroups @@ -742,7 +742,7 @@ ## 14.2.0-beta.2 (2023-11-08) -**Features** +### Features Added - Added operation group CaCertificates - Added operation group ClientGroups @@ -1095,7 +1095,7 @@ ## 14.2.0-beta.1 (2023-05-18) -**Features** +### Features Added - Added operation group CaCertificates - Added operation group ClientGroups @@ -1411,7 +1411,7 @@ ## 14.1.0 (2023-01-10) -**Features** +### Features Added - Added Interface AzureFunctionEventSubscriptionDestination - Added Interface BoolEqualsAdvancedFilter @@ -1530,7 +1530,7 @@ ## 14.0.0 (2022-06-17) -**Features** +### Features Added - Added operation group Channels - Added operation group DomainEventSubscriptions @@ -1772,7 +1772,7 @@ - Enum KnownAdvancedFilterOperatorType has a new value StringNotContains - Enum KnownAdvancedFilterOperatorType has a new value StringNotEndsWith -**Breaking Changes** +### Breaking Changes - Operation PrivateEndpointConnections.beginDelete has a new signature - Operation PrivateEndpointConnections.beginDeleteAndWait has a new signature diff --git a/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/CHANGELOG.md index 002865f44401..004b4ea9821a 100644 --- a/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-20) -**Features** +### Features Added - Added Interface AuthorizationRule - Added Interface Cluster diff --git a/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/extendedlocation/arm-extendedlocation/CHANGELOG.md b/sdk/extendedlocation/arm-extendedlocation/CHANGELOG.md index 1a5f3e2d1083..03953b845d3b 100644 --- a/sdk/extendedlocation/arm-extendedlocation/CHANGELOG.md +++ b/sdk/extendedlocation/arm-extendedlocation/CHANGELOG.md @@ -12,17 +12,17 @@ ## 1.0.0-beta.3 (2023-01-10) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 1.0.0-beta.2 (2022-07-20) -**Features** +### Features Added - Added operation group ResourceSyncRules - Added operation CustomLocations.findTargetResourceGroup @@ -55,7 +55,7 @@ - Class CustomLocationsManagementClient has a new parameter resourceSyncRules - Class CustomLocationsManagementClient has a new parameter subscriptionId -**Breaking Changes** +### Breaking Changes - Deleted Class CustomLocationsManagementClientContext diff --git a/sdk/extendedlocation/arm-extendedlocation/test/sampleTest.ts b/sdk/extendedlocation/arm-extendedlocation/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/extendedlocation/arm-extendedlocation/test/sampleTest.ts +++ b/sdk/extendedlocation/arm-extendedlocation/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/features/arm-features/CHANGELOG.md b/sdk/features/arm-features/CHANGELOG.md index 88e4ece62969..ed01550a1e65 100644 --- a/sdk/features/arm-features/CHANGELOG.md +++ b/sdk/features/arm-features/CHANGELOG.md @@ -12,13 +12,13 @@ ## 3.1.0 (2022-11-22) -**Features** +### Features Added - Added Interface SubscriptionFeatureRegistration ## 3.0.1 (2022-04-18) -**features** +### Features Added - Bug fix diff --git a/sdk/features/arm-features/test/features_example.spec.ts b/sdk/features/arm-features/test/features_example.spec.ts index 91a329496138..ac513542ce4f 100644 --- a/sdk/features/arm-features/test/features_example.spec.ts +++ b/sdk/features/arm-features/test/features_example.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { updateIntervalInMs: isPlaybackMode() ? 0 : undefined, diff --git a/sdk/fluidrelay/arm-fluidrelay/CHANGELOG.md b/sdk/fluidrelay/arm-fluidrelay/CHANGELOG.md index 11a940ab6b9d..b34455abb0c7 100644 --- a/sdk/fluidrelay/arm-fluidrelay/CHANGELOG.md +++ b/sdk/fluidrelay/arm-fluidrelay/CHANGELOG.md @@ -12,11 +12,11 @@ ## 1.0.1 (2023-01-10) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy diff --git a/sdk/fluidrelay/arm-fluidrelay/test/sampleTest.ts b/sdk/fluidrelay/arm-fluidrelay/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/fluidrelay/arm-fluidrelay/test/sampleTest.ts +++ b/sdk/fluidrelay/arm-fluidrelay/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/frontdoor/arm-frontdoor/CHANGELOG.md b/sdk/frontdoor/arm-frontdoor/CHANGELOG.md index b10df6b867c0..4d907f1cd436 100644 --- a/sdk/frontdoor/arm-frontdoor/CHANGELOG.md +++ b/sdk/frontdoor/arm-frontdoor/CHANGELOG.md @@ -12,7 +12,7 @@ ## 5.3.0 (2024-04-15) -**Features** +### Features Added - Added Interface GroupByVariable - Added Interface WebApplicationFirewallScrubbingRules @@ -36,7 +36,7 @@ ## 5.2.0 (2023-05-09) -**Features** +### Features Added - Added operation Policies.beginUpdate - Added operation Policies.beginUpdateAndWait @@ -58,7 +58,7 @@ ## 5.1.0 (2022-11-23) -**Features** +### Features Added - Added Interface BackendPool - Added Interface BackendPoolProperties @@ -85,7 +85,7 @@ ## 5.0.1 (2022-04-26) -**Features** +### Features Added - Bug fix diff --git a/sdk/graphservices/arm-graphservices/test/graphservices_operations_test.spec.ts b/sdk/graphservices/arm-graphservices/test/graphservices_operations_test.spec.ts index b2a8105d777c..8c47f5344887 100644 --- a/sdk/graphservices/arm-graphservices/test/graphservices_operations_test.spec.ts +++ b/sdk/graphservices/arm-graphservices/test/graphservices_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/guestconfiguration/arm-guestconfiguration/test/guestconfiguration_operations_test.spec.ts b/sdk/guestconfiguration/arm-guestconfiguration/test/guestconfiguration_operations_test.spec.ts index b2971b58df20..2db220ea53cf 100644 --- a/sdk/guestconfiguration/arm-guestconfiguration/test/guestconfiguration_operations_test.spec.ts +++ b/sdk/guestconfiguration/arm-guestconfiguration/test/guestconfiguration_operations_test.spec.ts @@ -24,7 +24,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/hanaonazure/arm-hanaonazure/test/sampleTest.ts b/sdk/hanaonazure/arm-hanaonazure/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/hanaonazure/arm-hanaonazure/test/sampleTest.ts +++ b/sdk/hanaonazure/arm-hanaonazure/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/CHANGELOG.md b/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/CHANGELOG.md index e7a255cc17f4..a9012f74717a 100644 --- a/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/CHANGELOG.md +++ b/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.0.0-beta.1 (2024-01-04) -**Features** +### Features Added - Added operation group CloudHsmClusterPrivateEndpointConnections - Added operation group CloudHsmClusterPrivateLinkResources @@ -90,7 +90,7 @@ - Added Enum KnownProvisioningState - Added function getContinuationToken -**Breaking Changes** +### Breaking Changes - Deleted Class AzureDedicatedHSMResourceProvider - Interface DedicatedHsmListByResourceGroupNextOptionalParams no longer has parameter top diff --git a/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/test/hardwaresecuritymodules_operations_test.spec.ts b/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/test/hardwaresecuritymodules_operations_test.spec.ts index d47acd475f5b..ed2893b7a023 100644 --- a/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/test/hardwaresecuritymodules_operations_test.spec.ts +++ b/sdk/hardwaresecuritymodules/arm-hardwaresecuritymodules/test/hardwaresecuritymodules_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/healthbot/arm-healthbot/CHANGELOG.md b/sdk/healthbot/arm-healthbot/CHANGELOG.md index a61522c74373..ead18752e772 100644 --- a/sdk/healthbot/arm-healthbot/CHANGELOG.md +++ b/sdk/healthbot/arm-healthbot/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-11-25) -**Features** +### Features Added - Added Interface HealthBot - Added Interface TrackedResource diff --git a/sdk/healthbot/arm-healthbot/test/sampleTest.ts b/sdk/healthbot/arm-healthbot/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/healthbot/arm-healthbot/test/sampleTest.ts +++ b/sdk/healthbot/arm-healthbot/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/hybridconnectivity/arm-hybridconnectivity/test/hybridconnectivity_operations_test.spec.ts b/sdk/hybridconnectivity/arm-hybridconnectivity/test/hybridconnectivity_operations_test.spec.ts index b6a5193f1ebc..4b0e9df26277 100644 --- a/sdk/hybridconnectivity/arm-hybridconnectivity/test/hybridconnectivity_operations_test.spec.ts +++ b/sdk/hybridconnectivity/arm-hybridconnectivity/test/hybridconnectivity_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { @@ -52,7 +56,7 @@ describe("HybridConnectivity test", () => { location = "eastus"; resourceGroup = "myjstest"; resourcename = "default"; - resourceUri ="subscriptions/"+subscriptionId+"/resourceGroups/"+resourceGroup+"/providers/Microsoft.HybridCompute/machines/AWP-AzRael-01" + resourceUri = "subscriptions/" + subscriptionId + "/resourceGroups/" + resourceGroup + "/providers/Microsoft.HybridCompute/machines/AWP-AzRael-01" }); afterEach(async function () { @@ -63,7 +67,7 @@ describe("HybridConnectivity test", () => { const res = await client.endpoints.createOrUpdate( resourceUri, - resourcename, + resourcename, { properties: { type: "default" } }); @@ -72,7 +76,7 @@ describe("HybridConnectivity test", () => { it("endpoints get test", async function () { const res = await client.endpoints.get(resourceUri, - resourcename); + resourcename); assert.equal(res.name, resourcename); }); @@ -87,8 +91,8 @@ describe("HybridConnectivity test", () => { it("endpoints delete test", async function () { const resArray = new Array(); const res = await client.endpoints.delete(resourceUri, - resourcename -) + resourcename + ) for await (let item of client.endpoints.list(resourceUri)) { resArray.push(item); } diff --git a/sdk/hybridcontainerservice/arm-hybridcontainerservice/test/hybridcontainerservice_operations_test.spec.ts b/sdk/hybridcontainerservice/arm-hybridcontainerservice/test/hybridcontainerservice_operations_test.spec.ts index e79372024ff8..1409f4546c74 100644 --- a/sdk/hybridcontainerservice/arm-hybridcontainerservice/test/hybridcontainerservice_operations_test.spec.ts +++ b/sdk/hybridcontainerservice/arm-hybridcontainerservice/test/hybridcontainerservice_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/hybridkubernetes/arm-hybridkubernetes/CHANGELOG.md b/sdk/hybridkubernetes/arm-hybridkubernetes/CHANGELOG.md index c1036703c0e2..5e6a8fef4d22 100644 --- a/sdk/hybridkubernetes/arm-hybridkubernetes/CHANGELOG.md +++ b/sdk/hybridkubernetes/arm-hybridkubernetes/CHANGELOG.md @@ -12,14 +12,14 @@ ## 2.1.0 (2022-11-25) -**Features** +### Features Added - Added Interface ConnectedCluster - Added Interface TrackedResource ## 2.0.1 (2022-04-26) -**Features** +### Features Added - Bug fix diff --git a/sdk/hybridkubernetes/arm-hybridkubernetes/test/sampleTest.ts b/sdk/hybridkubernetes/arm-hybridkubernetes/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/hybridkubernetes/arm-hybridkubernetes/test/sampleTest.ts +++ b/sdk/hybridkubernetes/arm-hybridkubernetes/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/hybridnetwork/arm-hybridnetwork/test/hybridnetwork_operations_test.spec.ts b/sdk/hybridnetwork/arm-hybridnetwork/test/hybridnetwork_operations_test.spec.ts index 302d24ab33b9..5e2a3da1f1d4 100644 --- a/sdk/hybridnetwork/arm-hybridnetwork/test/hybridnetwork_operations_test.spec.ts +++ b/sdk/hybridnetwork/arm-hybridnetwork/test/hybridnetwork_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/iotcentral/arm-iotcentral/CHANGELOG.md b/sdk/iotcentral/arm-iotcentral/CHANGELOG.md index 83077058b506..666b2a2cc5f4 100644 --- a/sdk/iotcentral/arm-iotcentral/CHANGELOG.md +++ b/sdk/iotcentral/arm-iotcentral/CHANGELOG.md @@ -12,7 +12,7 @@ ## 7.0.0-beta.2 (2022-11-28) -**Features** +### Features Added - Added operation group PrivateEndpointConnections - Added operation group PrivateLinks @@ -72,7 +72,7 @@ - Added Enum KnownProvisioningState - Added Enum KnownPublicNetworkAccess -**Breaking Changes** +### Breaking Changes - Interface Resource no longer has parameter location - Interface Resource no longer has parameter tags diff --git a/sdk/iotcentral/arm-iotcentral/test/sampleTest.ts b/sdk/iotcentral/arm-iotcentral/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/iotcentral/arm-iotcentral/test/sampleTest.ts +++ b/sdk/iotcentral/arm-iotcentral/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/iotfirmwaredefense/arm-iotfirmwaredefense/test/iotfirmwaredefense_operations_test.spec.ts b/sdk/iotfirmwaredefense/arm-iotfirmwaredefense/test/iotfirmwaredefense_operations_test.spec.ts index 56194ff56edc..8efd6a028d34 100644 --- a/sdk/iotfirmwaredefense/arm-iotfirmwaredefense/test/iotfirmwaredefense_operations_test.spec.ts +++ b/sdk/iotfirmwaredefense/arm-iotfirmwaredefense/test/iotfirmwaredefense_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/CHANGELOG.md index 1670b64aa191..e681f5f3a331 100644 --- a/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-20) -**Features** +### Features Added - Added Interface IotHubDescription - Added function getContinuationToken diff --git a/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/iothub/arm-iothub/CHANGELOG.md b/sdk/iothub/arm-iothub/CHANGELOG.md index 8fa2d0056e9f..db8e5814a259 100644 --- a/sdk/iothub/arm-iothub/CHANGELOG.md +++ b/sdk/iothub/arm-iothub/CHANGELOG.md @@ -12,7 +12,7 @@ ## 6.3.0 (2023-09-15) -**Features** +### Features Added - Added Interface IotHubManualFailoverHeaders - Added Interface IotHubResourceDeleteHeaders @@ -24,25 +24,25 @@ ## 6.2.0 (2022-08-18) -**Features** +### Features Added - Added Interface IotHubDescription ## 6.1.2 (2022-06-14) -**Features** +### Features Added - Bug fix ## 6.1.1 (2022-04-14) -**Features** +### Features Added - Bug fix ## 6.1.0 (2022-02-15) -**Features** +### Features Added - Added Interface SystemData - Added Type Alias CreatedByType diff --git a/sdk/iothub/arm-iothub/test/iothub_examples.ts b/sdk/iothub/arm-iothub/test/iothub_examples.ts index 916a4ad5d6f5..091728c008dc 100644 --- a/sdk/iothub/arm-iothub/test/iothub_examples.ts +++ b/sdk/iothub/arm-iothub/test/iothub_examples.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/CHANGELOG.md index 570438044af9..c3e9a757d004 100644 --- a/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-21) -**Features** +### Features Added - Added Interface PrivateEndpointConnection - Added Interface PrivateLinkResource diff --git a/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/keyvault/arm-keyvault-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/keyvault/arm-keyvault/CHANGELOG.md b/sdk/keyvault/arm-keyvault/CHANGELOG.md index ab10c70a5bc2..0f0b85f49f03 100644 --- a/sdk/keyvault/arm-keyvault/CHANGELOG.md +++ b/sdk/keyvault/arm-keyvault/CHANGELOG.md @@ -12,7 +12,7 @@ ## 3.1.0 (2023-10-18) -**Features** +### Features Added - Added Interface ManagedServiceIdentity - Added Interface UserAssignedIdentity @@ -23,7 +23,7 @@ ## 3.0.0 (2023-04-10) -**Features** +### Features Added - Added operation group ManagedHsmKeys - Added operation group MhsmRegions @@ -108,7 +108,7 @@ - Interface ManagedHsmsListByResourceGroupNextOptionalParams no longer has parameter top - Interface ManagedHsmsListBySubscriptionNextOptionalParams no longer has parameter top -**Breaking Changes** +### Breaking Changes - Interface MhsmPrivateEndpointConnectionsDeleteHeaders no longer has parameter retryAfter diff --git a/sdk/keyvault/arm-keyvault/test/keyvault_examples.ts b/sdk/keyvault/arm-keyvault/test/keyvault_examples.ts index 20365e7ae781..81037e005c2e 100644 --- a/sdk/keyvault/arm-keyvault/test/keyvault_examples.ts +++ b/sdk/keyvault/arm-keyvault/test/keyvault_examples.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/CHANGELOG.md b/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/CHANGELOG.md index e7d026d8f22b..b6bfbb803705 100644 --- a/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/CHANGELOG.md +++ b/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/CHANGELOG.md @@ -12,7 +12,7 @@ ## 6.1.0 (2023-09-06) -**Features** +### Features Added - Added Interface PostBuildDefinition - Added Interface SubstituteFromDefinition @@ -26,7 +26,7 @@ ## 6.0.0 (2023-05-11) -**Features** +### Features Added - Added Interface AzureBlobDefinition - Added Interface AzureBlobPatchDefinition @@ -42,14 +42,14 @@ - Interface FluxConfigurationPatch has a new optional parameter azureBlob - Enum KnownSourceKindType has a new value AzureBlob -**Breaking Changes** +### Breaking Changes - Interface Extension no longer has parameter installedVersion ## 5.1.0 (2022-11-28) -**Features** +### Features Added - Added Interface Extension - Added Interface FluxConfiguration diff --git a/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/test/kubernetesconfiguration_operations_test.spec.ts b/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/test/kubernetesconfiguration_operations_test.spec.ts index d1b28883ce91..f099f3ba53dc 100644 --- a/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/test/kubernetesconfiguration_operations_test.spec.ts +++ b/sdk/kubernetesconfiguration/arm-kubernetesconfiguration/test/kubernetesconfiguration_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/kusto/arm-kusto/CHANGELOG.md b/sdk/kusto/arm-kusto/CHANGELOG.md index edf603fa303e..757261147ad7 100644 --- a/sdk/kusto/arm-kusto/CHANGELOG.md +++ b/sdk/kusto/arm-kusto/CHANGELOG.md @@ -12,7 +12,7 @@ ## 8.1.0 (2023-10-11) -**Features** +### Features Added - Added operation group SandboxCustomImages - Added Interface SandboxCustomImage @@ -67,7 +67,7 @@ ## 8.0.0 (2023-07-05) -**Features** +### Features Added - Added operation group DatabaseOperations - Added operation Clusters.beginMigrate @@ -121,7 +121,7 @@ - Added Enum KnownMigrationClusterRole - Enum KnownState has a new value Migrated -**Breaking Changes** +### Breaking Changes - Enum KnownLanguageExtensionImageName no longer has value Python3912 - Enum KnownLanguageExtensionImageName no longer has value Python3912IncludeDeepLearning @@ -129,7 +129,7 @@ ## 7.3.0 (2023-02-07) -**Features** +### Features Added - Added operation group Skus - Added Interface CosmosDbDataConnection @@ -150,17 +150,17 @@ ## 7.2.1 (2023-01-11) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 7.2.0 (2022-09-15) -**Features** +### Features Added - Added Interface AttachedDatabaseConfiguration - Added Interface Cluster @@ -210,19 +210,19 @@ ## 7.1.2 (2022-06-17) -**Features** +### Features Added - Bug fix ## 7.1.1 (2022-04-24) -**Features** +### Features Added - Bug fix ## 7.1.0 (2022-02-23) -**Features** +### Features Added - Added operation group OperationsResultsLocation - Added Interface ClustersUpdateHeaders diff --git a/sdk/labservices/arm-labservices/CHANGELOG.md b/sdk/labservices/arm-labservices/CHANGELOG.md index 1810217b114c..6f27b49c986f 100644 --- a/sdk/labservices/arm-labservices/CHANGELOG.md +++ b/sdk/labservices/arm-labservices/CHANGELOG.md @@ -12,7 +12,7 @@ ## 3.1.0 (2023-01-17) -**Features** +### Features Added - Added Type Alias ConnectionType - Added function getContinuationToken diff --git a/sdk/labservices/arm-labservices/test/sampleTest.ts b/sdk/labservices/arm-labservices/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/labservices/arm-labservices/test/sampleTest.ts +++ b/sdk/labservices/arm-labservices/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/largeinstance/arm-largeinstance/test/largeinstance_operations_test.spec.ts b/sdk/largeinstance/arm-largeinstance/test/largeinstance_operations_test.spec.ts index 25e831f0a34c..4ee992b548c8 100644 --- a/sdk/largeinstance/arm-largeinstance/test/largeinstance_operations_test.spec.ts +++ b/sdk/largeinstance/arm-largeinstance/test/largeinstance_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/links/arm-links/CHANGELOG.md b/sdk/links/arm-links/CHANGELOG.md index f6cffaa5891f..e72b11f65d31 100644 --- a/sdk/links/arm-links/CHANGELOG.md +++ b/sdk/links/arm-links/CHANGELOG.md @@ -2,17 +2,17 @@ ## 2.0.2 (2022-11-22) -**Features** +### Features Added -  Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed   - A series of small bug fixs relevant to authentication and apiVersion policy ## 2.0.1 (2022-04-18) -**features** +### Features Added - Bug fix diff --git a/sdk/loadtesting/arm-loadtesting/test/loadtesting_quota_operations.spec.ts b/sdk/loadtesting/arm-loadtesting/test/loadtesting_quota_operations.spec.ts index f03fd6fccf57..cb9675df6e53 100644 --- a/sdk/loadtesting/arm-loadtesting/test/loadtesting_quota_operations.spec.ts +++ b/sdk/loadtesting/arm-loadtesting/test/loadtesting_quota_operations.spec.ts @@ -27,7 +27,8 @@ const replaceableVariables: Record = { const recorderOptions: RecorderStartOptions = { envSetupForPlayback: replaceableVariables, removeCentralSanitizers: [ - "AZSDK3493", // .name in the body is not a secret and is listed below in the before section + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section ], }; diff --git a/sdk/loadtesting/arm-loadtesting/test/loadtesting_resource_operations.spec.ts b/sdk/loadtesting/arm-loadtesting/test/loadtesting_resource_operations.spec.ts index 69f3e27357c4..fa0c33743a21 100644 --- a/sdk/loadtesting/arm-loadtesting/test/loadtesting_resource_operations.spec.ts +++ b/sdk/loadtesting/arm-loadtesting/test/loadtesting_resource_operations.spec.ts @@ -30,7 +30,8 @@ const replaceableVariables: Record = { const recorderOptions: RecorderStartOptions = { envSetupForPlayback: replaceableVariables, removeCentralSanitizers: [ - "AZSDK3493", // .name in the body is not a secret and is listed below in the before section + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section ], }; diff --git a/sdk/locks/arm-locks-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/locks/arm-locks-profile-2020-09-01-hybrid/CHANGELOG.md index b429bdf30aaa..3369e796b812 100644 --- a/sdk/locks/arm-locks-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/locks/arm-locks-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-21) -**Features** +### Features Added - Interface ManagementLocksListAtResourceGroupLevelNextOptionalParams no longer has parameter filter - Interface ManagementLocksListAtResourceLevelNextOptionalParams no longer has parameter filter diff --git a/sdk/locks/arm-locks-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/locks/arm-locks-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/locks/arm-locks-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/locks/arm-locks-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/locks/arm-locks/CHANGELOG.md b/sdk/locks/arm-locks/CHANGELOG.md index 835304c0dafe..fa91121a0ecd 100644 --- a/sdk/locks/arm-locks/CHANGELOG.md +++ b/sdk/locks/arm-locks/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-11-22) -**Features** +### Features Added - Added Interface ErrorAdditionalInfo - Added Interface ErrorDetail diff --git a/sdk/locks/arm-locks/test/locks_examples.ts b/sdk/locks/arm-locks/test/locks_examples.ts index 422d1b857744..2886085a4764 100644 --- a/sdk/locks/arm-locks/test/locks_examples.ts +++ b/sdk/locks/arm-locks/test/locks_examples.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/logic/arm-logic/CHANGELOG.md b/sdk/logic/arm-logic/CHANGELOG.md index 5d40847ca6a6..da801de31a11 100644 --- a/sdk/logic/arm-logic/CHANGELOG.md +++ b/sdk/logic/arm-logic/CHANGELOG.md @@ -12,7 +12,7 @@ ## 8.2.0 (2023-01-20) -**Features** +### Features Added - Interface IntegrationAccountAgreementsListNextOptionalParams no longer has parameter filter - Interface IntegrationAccountAgreementsListNextOptionalParams no longer has parameter top @@ -46,7 +46,7 @@ ## 8.1.0 (2022-09-21) -**Features** +### Features Added - Added Interface ApiOperation - Added Interface ApiReference diff --git a/sdk/logic/arm-logic/test/logic_examples.ts b/sdk/logic/arm-logic/test/logic_examples.ts index 0b0daf2f5a41..37bb196e586e 100644 --- a/sdk/logic/arm-logic/test/logic_examples.ts +++ b/sdk/logic/arm-logic/test/logic_examples.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/machinelearning/arm-commitmentplans/test/sampleTest.ts b/sdk/machinelearning/arm-commitmentplans/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/machinelearning/arm-commitmentplans/test/sampleTest.ts +++ b/sdk/machinelearning/arm-commitmentplans/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/machinelearning/arm-webservices/test/sampleTest.ts b/sdk/machinelearning/arm-webservices/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/machinelearning/arm-webservices/test/sampleTest.ts +++ b/sdk/machinelearning/arm-webservices/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/machinelearning/arm-workspaces/test/sampleTest.ts b/sdk/machinelearning/arm-workspaces/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/machinelearning/arm-workspaces/test/sampleTest.ts +++ b/sdk/machinelearning/arm-workspaces/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/machinelearningcompute/arm-machinelearningcompute/test/sampleTest.ts b/sdk/machinelearningcompute/arm-machinelearningcompute/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/machinelearningcompute/arm-machinelearningcompute/test/sampleTest.ts +++ b/sdk/machinelearningcompute/arm-machinelearningcompute/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/machinelearningexperimentation/arm-machinelearningexperimentation/test/sampleTest.ts b/sdk/machinelearningexperimentation/arm-machinelearningexperimentation/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/machinelearningexperimentation/arm-machinelearningexperimentation/test/sampleTest.ts +++ b/sdk/machinelearningexperimentation/arm-machinelearningexperimentation/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/maintenance/arm-maintenance/CHANGELOG.md b/sdk/maintenance/arm-maintenance/CHANGELOG.md index 56a6e73ee455..14c525f6f683 100644 --- a/sdk/maintenance/arm-maintenance/CHANGELOG.md +++ b/sdk/maintenance/arm-maintenance/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.0.0-beta.2 (2024-05-10) -**Features** +### Features Added - Added operation group ScheduledEvent - Added operation ApplyUpdates.createOrUpdateOrCancel diff --git a/sdk/managedapplications/arm-managedapplications/CHANGELOG.md b/sdk/managedapplications/arm-managedapplications/CHANGELOG.md index 6fbeb26cf5f5..9d1f1444e5c3 100644 --- a/sdk/managedapplications/arm-managedapplications/CHANGELOG.md +++ b/sdk/managedapplications/arm-managedapplications/CHANGELOG.md @@ -2,7 +2,7 @@ ## 3.0.0 (2023-09-06) -**Features** +### Features Added - Added operation group JitRequests - Added operation ApplicationDefinitions.createOrUpdate @@ -145,7 +145,7 @@ - Added Enum KnownSubstatus - Enum KnownProvisioningState has a new value NotSpecified -**Breaking Changes** +### Breaking Changes - Removed operation ApplicationDefinitions.beginCreateOrUpdate - Removed operation ApplicationDefinitions.beginCreateOrUpdateAndWait @@ -186,7 +186,7 @@ ## 2.1.0 (2022-11-22) -**Features** +### Features Added - Added Interface Application - Added Interface ApplicationDefinition @@ -195,7 +195,7 @@ ## 2.0.1 (2022-04-18) -**features** +### Features Added - Bug fix diff --git a/sdk/managedapplications/arm-managedapplications/test/managedapplications_operations_test.spec.ts b/sdk/managedapplications/arm-managedapplications/test/managedapplications_operations_test.spec.ts index 68ed614e009c..3f94c9484a61 100644 --- a/sdk/managedapplications/arm-managedapplications/test/managedapplications_operations_test.spec.ts +++ b/sdk/managedapplications/arm-managedapplications/test/managedapplications_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/managednetworkfabric/arm-managednetworkfabric/test/managednetworkfabric_operations_test.spec.ts b/sdk/managednetworkfabric/arm-managednetworkfabric/test/managednetworkfabric_operations_test.spec.ts index 667c3a6dcc34..f4047cc9a47c 100644 --- a/sdk/managednetworkfabric/arm-managednetworkfabric/test/managednetworkfabric_operations_test.spec.ts +++ b/sdk/managednetworkfabric/arm-managednetworkfabric/test/managednetworkfabric_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/managementgroups/arm-managementgroups/CHANGELOG.md b/sdk/managementgroups/arm-managementgroups/CHANGELOG.md index 856fdc451ccc..93bbc1b7450c 100644 --- a/sdk/managementgroups/arm-managementgroups/CHANGELOG.md +++ b/sdk/managementgroups/arm-managementgroups/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.0.2 (2022-12-05) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token @@ -22,7 +22,7 @@ ## 2.0.1 (2022-04-24) -**Features** +### Features Added - Bug fix diff --git a/sdk/managementgroups/arm-managementgroups/test/sampleTest.ts b/sdk/managementgroups/arm-managementgroups/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/managementgroups/arm-managementgroups/test/sampleTest.ts +++ b/sdk/managementgroups/arm-managementgroups/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/managementpartner/arm-managementpartner/CHANGELOG.md b/sdk/managementpartner/arm-managementpartner/CHANGELOG.md index d5a764012044..63135c25c06e 100644 --- a/sdk/managementpartner/arm-managementpartner/CHANGELOG.md +++ b/sdk/managementpartner/arm-managementpartner/CHANGELOG.md @@ -12,29 +12,29 @@ ## 3.0.1 (2023-01-28) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 3.0.0 (2022-07-04) -**Features** +### Features Added - Added Type Alias ErrorResponseCode - Added Enum KnownErrorResponseCode -**Breaking Changes** +### Breaking Changes - Interface ErrorModel no longer has parameter code - Interface ErrorModel no longer has parameter message ## 2.0.1 (2022-04-24) -**Features** +### Features Added - Bug fix diff --git a/sdk/managementpartner/arm-managementpartner/test/sampleTest.ts b/sdk/managementpartner/arm-managementpartner/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/managementpartner/arm-managementpartner/test/sampleTest.ts +++ b/sdk/managementpartner/arm-managementpartner/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/maps/arm-maps/CHANGELOG.md b/sdk/maps/arm-maps/CHANGELOG.md index 6b73559f6da0..477790794b38 100644 --- a/sdk/maps/arm-maps/CHANGELOG.md +++ b/sdk/maps/arm-maps/CHANGELOG.md @@ -12,7 +12,7 @@ ## 3.1.0 (2023-08-08) -**Features** +### Features Added - Added operation Accounts.listSas - Added Interface AccountSasParameters diff --git a/sdk/maps/arm-maps/test/maps_operations_test.spec.ts b/sdk/maps/arm-maps/test/maps_operations_test.spec.ts index 831476762bdf..8c979fa694e6 100644 --- a/sdk/maps/arm-maps/test/maps_operations_test.spec.ts +++ b/sdk/maps/arm-maps/test/maps_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { @@ -61,10 +65,10 @@ describe("maps test", () => { it("accounts create test", async function () { const res = await client.accounts.createOrUpdate( resourceGroup, - resourcename, + resourcename, { identity: { - type: "SystemAssigned" + type: "SystemAssigned" }, kind: "Gen2", location, @@ -73,12 +77,12 @@ describe("maps test", () => { linkedResources: [ { id: - "/subscriptions/"+subscriptionId+"/resourceGroups/"+resourceGroup+"/providers/Microsoft.Storage/storageAccounts/czwtestaccount230808", + "/subscriptions/" + subscriptionId + "/resourceGroups/" + resourceGroup + "/providers/Microsoft.Storage/storageAccounts/czwtestaccount230808", uniqueName: "myBatchStorageAccount" }, { id: - "/subscriptions/"+subscriptionId+"/resourceGroups/"+resourceGroup+"/providers/Microsoft.Storage/storageAccounts/czwtestaccount230808", + "/subscriptions/" + subscriptionId + "/resourceGroups/" + resourceGroup + "/providers/Microsoft.Storage/storageAccounts/czwtestaccount230808", uniqueName: "myBlobDataSource" } ] @@ -91,7 +95,7 @@ describe("maps test", () => { it("accounts get test", async function () { const res = await client.accounts.get(resourceGroup, - resourcename); + resourcename); assert.equal(res.name, resourcename); }); @@ -107,7 +111,7 @@ describe("maps test", () => { it("accounts delete test", async function () { const resArray = new Array(); const res = await client.accounts.delete(resourceGroup, resourcename -) + ) for await (let item of client.accounts.listByResourceGroup(resourceGroup)) { resArray.push(item); } diff --git a/sdk/mariadb/arm-mariadb/CHANGELOG.md b/sdk/mariadb/arm-mariadb/CHANGELOG.md index ff730914fe88..c1cc96e49033 100644 --- a/sdk/mariadb/arm-mariadb/CHANGELOG.md +++ b/sdk/mariadb/arm-mariadb/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-11-29) -**Features** +### Features Added - Added Interface Advisor - Added Interface Configuration @@ -38,7 +38,7 @@ ## 2.0.1 (2022-04-25) -**Features** +### Features Added - Bug fix diff --git a/sdk/mariadb/arm-mariadb/test/sampleTest.ts b/sdk/mariadb/arm-mariadb/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/mariadb/arm-mariadb/test/sampleTest.ts +++ b/sdk/mariadb/arm-mariadb/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/marketplaceordering/arm-marketplaceordering/CHANGELOG.md b/sdk/marketplaceordering/arm-marketplaceordering/CHANGELOG.md index d4131380b28b..d5778afc1329 100644 --- a/sdk/marketplaceordering/arm-marketplaceordering/CHANGELOG.md +++ b/sdk/marketplaceordering/arm-marketplaceordering/CHANGELOG.md @@ -12,23 +12,23 @@ ## 3.1.1 (2023-01-28) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 3.1.0 (2022-07-08) -**Features** +### Features Added - Added Interface AgreementTerms ## 3.0.1 (2022-04-25) -**Features** +### Features Added - Bug fix diff --git a/sdk/marketplaceordering/arm-marketplaceordering/test/sampleTest.ts b/sdk/marketplaceordering/arm-marketplaceordering/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/marketplaceordering/arm-marketplaceordering/test/sampleTest.ts +++ b/sdk/marketplaceordering/arm-marketplaceordering/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/migrate/arm-migrate/CHANGELOG.md b/sdk/migrate/arm-migrate/CHANGELOG.md index 235f4794f89a..ce73e0131f22 100644 --- a/sdk/migrate/arm-migrate/CHANGELOG.md +++ b/sdk/migrate/arm-migrate/CHANGELOG.md @@ -12,23 +12,23 @@ ## 2.0.3 (2023-01-29) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 2.0.2 (2022-07-04) -**Features** +### Features Added - Bug fix ## 2.0.1 (2022-04-25) -**Features** +### Features Added - Bug fix diff --git a/sdk/migrate/arm-migrate/test/sampleTest.ts b/sdk/migrate/arm-migrate/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/migrate/arm-migrate/test/sampleTest.ts +++ b/sdk/migrate/arm-migrate/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/migrationdiscovery/arm-migrationdiscoverysap/test/migrationdiscoverysap_operations_test.spec.ts b/sdk/migrationdiscovery/arm-migrationdiscoverysap/test/migrationdiscoverysap_operations_test.spec.ts index 2fe20e42ccd9..7945d3f85747 100644 --- a/sdk/migrationdiscovery/arm-migrationdiscoverysap/test/migrationdiscoverysap_operations_test.spec.ts +++ b/sdk/migrationdiscovery/arm-migrationdiscoverysap/test/migrationdiscoverysap_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/mixedreality/arm-mixedreality/CHANGELOG.md b/sdk/mixedreality/arm-mixedreality/CHANGELOG.md index 96748db80cca..7baf2168c591 100644 --- a/sdk/mixedreality/arm-mixedreality/CHANGELOG.md +++ b/sdk/mixedreality/arm-mixedreality/CHANGELOG.md @@ -12,7 +12,7 @@ ## 4.1.0-beta.1 (2022-12-01) -**Features** +### Features Added - Added operation group ObjectAnchorsAccounts - Added Interface ObjectAnchorsAccount diff --git a/sdk/mixedreality/arm-mixedreality/test/sampleTest.ts b/sdk/mixedreality/arm-mixedreality/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/mixedreality/arm-mixedreality/test/sampleTest.ts +++ b/sdk/mixedreality/arm-mixedreality/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/CHANGELOG.md index 6ba5afe290bf..3f40eb138aee 100644 --- a/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-21) -**Features** +### Features Added - Added Interface DiagnosticSettingsCategoryResource - Added Interface DiagnosticSettingsResource diff --git a/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/monitor/arm-monitor-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/monitor/arm-monitor/CHANGELOG.md b/sdk/monitor/arm-monitor/CHANGELOG.md index f9e1a4cf3dfa..5245bfa35b4b 100644 --- a/sdk/monitor/arm-monitor/CHANGELOG.md +++ b/sdk/monitor/arm-monitor/CHANGELOG.md @@ -12,7 +12,7 @@ ## 8.0.0-beta.5 (2024-03-28) -**Features** +### Features Added - Added operation group AzureMonitorWorkspaces - Added operation group MetricsOperations @@ -322,7 +322,7 @@ - Enum KnownProvisioningState has a new value Deleting - Added function getContinuationToken -**Breaking Changes** +### Breaking Changes - Removed operation group Metrics - Removed operation ActionGroups.beginPostTestNotifications @@ -373,7 +373,7 @@ ## 8.0.0-beta.4 (2023-02-13) -**Features** +### Features Added - Added operation group AzureMonitorWorkspaces - Added operation group MetricsOperations @@ -576,7 +576,7 @@ - Enum KnownProvisioningState has a new value Deleting - Added function getContinuationToken -**Breaking Changes** +### Breaking Changes - Removed operation group Metrics - Operation ActivityLogAlerts.update has a new signature @@ -606,7 +606,7 @@ ## 8.0.0-beta.3 (2023-01-29) -**Features** +### Features Added - Added operation group PredictiveMetric - Added operation ActionGroups.beginCreateNotificationsAtActionGroupResourceLevel @@ -744,7 +744,7 @@ - Added Enum KnownPrivateEndpointServiceConnectionStatus - Added function getContinuationToken -**Breaking Changes** +### Breaking Changes - Operation ActivityLogAlerts.update has a new signature - Interface ActivityLogsListNextOptionalParams no longer has parameter select @@ -760,7 +760,7 @@ ## 8.0.0-beta.2 (2022-07-29) -**Features** +### Features Added - Added operation group PredictiveMetric - Added operation ActionGroups.beginCreateNotificationsAtActionGroupResourceLevel @@ -898,7 +898,7 @@ - Added Enum KnownPrivateEndpointConnectionProvisioningState - Added Enum KnownPrivateEndpointServiceConnectionStatus -**Breaking Changes** +### Breaking Changes - Operation ActivityLogAlerts.update has a new signature - Interface AzureResource no longer has parameter identity @@ -910,7 +910,7 @@ ## 8.0.0-beta.1 (2022-06-10) -**Features** +### Features Added - Added operation ActionGroups.beginCreateNotificationsAtActionGroupResourceLevel - Added operation ActionGroups.beginCreateNotificationsAtActionGroupResourceLevelAndWait @@ -978,7 +978,7 @@ - Added Enum KnownKnownLogFilesDataSourceFormat - Added Enum KnownKnownLogFileTextSettingsRecordStartTimestampFormat -**Breaking Changes** +### Breaking Changes - Operation ActivityLogAlerts.update has a new signature - Delete parameters of Resource in TypeAlias ActivityLogAlertResource diff --git a/sdk/msi/arm-msi/CHANGELOG.md b/sdk/msi/arm-msi/CHANGELOG.md index a15372e45549..ad2ad42a07d4 100644 --- a/sdk/msi/arm-msi/CHANGELOG.md +++ b/sdk/msi/arm-msi/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2023-02-03) -**Features** +### Features Added - Added operation group FederatedIdentityCredentials - Added Interface FederatedIdentityCredential diff --git a/sdk/msi/arm-msi/test/sampleTest.ts b/sdk/msi/arm-msi/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/msi/arm-msi/test/sampleTest.ts +++ b/sdk/msi/arm-msi/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/mysql/arm-mysql/CHANGELOG.md b/sdk/mysql/arm-mysql/CHANGELOG.md index e00efac205b9..a68ac30a509e 100644 --- a/sdk/mysql/arm-mysql/CHANGELOG.md +++ b/sdk/mysql/arm-mysql/CHANGELOG.md @@ -12,7 +12,7 @@ ## 5.1.0 (2022-12-01) -**Features** +### Features Added - Added Interface Advisor - Added Interface Configuration @@ -40,7 +40,7 @@ ## 5.0.1 (2022-04-25) -**Features** +### Features Added - Bug fix diff --git a/sdk/mysql/arm-mysql/test/sampleTest.ts b/sdk/mysql/arm-mysql/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/mysql/arm-mysql/test/sampleTest.ts +++ b/sdk/mysql/arm-mysql/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/network/arm-network-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/network/arm-network-profile-2020-09-01-hybrid/CHANGELOG.md index 9ae1209ddcbd..ef9bab78483d 100644 --- a/sdk/network/arm-network-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/network/arm-network-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-22) -**Features** +### Features Added - Added Interface ApplicationGatewayBackendAddressPool - Added Interface ApplicationSecurityGroup diff --git a/sdk/network/arm-network-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/network/arm-network-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/network/arm-network-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/network/arm-network-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/networkanalytics/arm-networkanalytics/test/networkanalytics_operations_test.spec.ts b/sdk/networkanalytics/arm-networkanalytics/test/networkanalytics_operations_test.spec.ts index ce11be25bc29..32328dd8f3f7 100644 --- a/sdk/networkanalytics/arm-networkanalytics/test/networkanalytics_operations_test.spec.ts +++ b/sdk/networkanalytics/arm-networkanalytics/test/networkanalytics_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/networkcloud/arm-networkcloud/test/networkcloud_operations_test.spec.ts b/sdk/networkcloud/arm-networkcloud/test/networkcloud_operations_test.spec.ts index e41dbabfa1f8..9cddefbdd5d9 100644 --- a/sdk/networkcloud/arm-networkcloud/test/networkcloud_operations_test.spec.ts +++ b/sdk/networkcloud/arm-networkcloud/test/networkcloud_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/networkfunction/arm-networkfunction/CHANGELOG.md b/sdk/networkfunction/arm-networkfunction/CHANGELOG.md index 76ba99c33a5b..d3c33fe51da9 100644 --- a/sdk/networkfunction/arm-networkfunction/CHANGELOG.md +++ b/sdk/networkfunction/arm-networkfunction/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.0.0 (2022-11-24) -**Features** +### Features Added - Added operation CollectorPolicies.updateTags - Added Interface CollectorPoliciesUpdateTagsOptionalParams @@ -21,7 +21,7 @@ - Interface CollectorPoliciesCreateOrUpdateOptionalParams has a new optional parameter tags - Added Enum KnownApiVersionParameter -**Breaking Changes** +### Breaking Changes - Operation AzureTrafficCollectors.beginCreateOrUpdate has a new signature - Operation AzureTrafficCollectors.beginCreateOrUpdateAndWait has a new signature diff --git a/sdk/networkfunction/arm-networkfunction/test/networkfunction_examples.spec.ts b/sdk/networkfunction/arm-networkfunction/test/networkfunction_examples.spec.ts index dd692bb48268..1b8ff032a0ca 100644 --- a/sdk/networkfunction/arm-networkfunction/test/networkfunction_examples.spec.ts +++ b/sdk/networkfunction/arm-networkfunction/test/networkfunction_examples.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/newrelicobservability/arm-newrelicobservability/CHANGELOG.md b/sdk/newrelicobservability/arm-newrelicobservability/CHANGELOG.md index ba392217590a..4ced28e024d8 100644 --- a/sdk/newrelicobservability/arm-newrelicobservability/CHANGELOG.md +++ b/sdk/newrelicobservability/arm-newrelicobservability/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.1.0 (2024-03-08) -**Features** +### Features Added - Added operation group BillingInfo - Added operation group ConnectedPartnerResources diff --git a/sdk/nginx/arm-nginx/CHANGELOG.md b/sdk/nginx/arm-nginx/CHANGELOG.md index 0ae793903e56..f32d3759253c 100644 --- a/sdk/nginx/arm-nginx/CHANGELOG.md +++ b/sdk/nginx/arm-nginx/CHANGELOG.md @@ -12,7 +12,7 @@ ## 4.0.0-beta.1 (2024-03-18) -**Features** +### Features Added - Added operation Configurations.analysis - Added Interface AnalysisCreate @@ -36,14 +36,14 @@ - Interface NginxDeploymentScalingProperties has a new optional parameter profiles - Interface NginxDeploymentUpdateProperties has a new optional parameter autoUpgradeProfile -**Breaking Changes** +### Breaking Changes - Type of parameter error of interface ResourceProviderDefaultErrorResponse is changed from ErrorResponseBody to ErrorDetail ## 3.0.0 (2023-11-09) -**Features** +### Features Added - Added Interface NginxDeploymentScalingProperties - Added Interface NginxDeploymentUserProfile @@ -53,24 +53,24 @@ - Interface NginxDeploymentUpdateProperties has a new optional parameter scalingProperties - Interface NginxDeploymentUpdateProperties has a new optional parameter userProfile -**Breaking Changes** +### Breaking Changes - Interface NginxCertificate no longer has parameter tags - Interface NginxConfiguration no longer has parameter tags ## 2.0.1 (2023-01-30) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 2.0.0 (2022-10-21) -**Features** +### Features Added - Added operation Certificates.beginCreateOrUpdate - Added operation Certificates.beginCreateOrUpdateAndWait @@ -82,7 +82,7 @@ - Added Type Alias DeploymentsCreateOrUpdateResponse - Interface NginxConfigurationProperties has a new optional parameter protectedFiles -**Breaking Changes** +### Breaking Changes - Removed operation Certificates.beginCreate - Removed operation Certificates.beginCreateAndWait diff --git a/sdk/nginx/arm-nginx/test/nginx_examples.spec.ts b/sdk/nginx/arm-nginx/test/nginx_examples.spec.ts index fa4f0dbf7777..9be563cbf50a 100644 --- a/sdk/nginx/arm-nginx/test/nginx_examples.spec.ts +++ b/sdk/nginx/arm-nginx/test/nginx_examples.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/notificationhubs/arm-notificationhubs/CHANGELOG.md b/sdk/notificationhubs/arm-notificationhubs/CHANGELOG.md index 3c1742b7c49f..a2cc3c51ca1a 100644 --- a/sdk/notificationhubs/arm-notificationhubs/CHANGELOG.md +++ b/sdk/notificationhubs/arm-notificationhubs/CHANGELOG.md @@ -12,7 +12,7 @@ ## 3.0.0-beta.1 (2024-03-18) -**Features** +### Features Added - Added operation group PrivateEndpointConnections - Added operation Namespaces.beginCreateOrUpdate @@ -138,7 +138,7 @@ - Added Enum KnownReplicationRegion - Added Enum KnownZoneRedundancyPreference -**Breaking Changes** +### Breaking Changes - Removed operation Namespaces.beginDelete - Removed operation Namespaces.beginDeleteAndWait @@ -183,7 +183,7 @@ ## 2.1.0 (2022-12-01) -**Features** +### Features Added - Added Interface CheckAvailabilityResult - Added Interface DebugSendResponse @@ -197,7 +197,7 @@ ## 2.0.1 (2022-04-27) -**Features** +### Features Added - Bug fix diff --git a/sdk/oep/arm-oep/CHANGELOG.md b/sdk/oep/arm-oep/CHANGELOG.md index cc15b08609db..408389ddb8e2 100644 --- a/sdk/oep/arm-oep/CHANGELOG.md +++ b/sdk/oep/arm-oep/CHANGELOG.md @@ -12,13 +12,13 @@ ## 1.0.0-beta.3 (2022-12-01) -**Features** +### Features Added - Added Interface EnergyService ## 1.0.0-beta.2 (2022-04-27) -**Features** +### Features Added - Bug fix diff --git a/sdk/oep/arm-oep/test/sampleTest.ts b/sdk/oep/arm-oep/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/oep/arm-oep/test/sampleTest.ts +++ b/sdk/oep/arm-oep/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/operationalinsights/arm-operationalinsights/CHANGELOG.md b/sdk/operationalinsights/arm-operationalinsights/CHANGELOG.md index 29754b50c696..8efa83f8f986 100644 --- a/sdk/operationalinsights/arm-operationalinsights/CHANGELOG.md +++ b/sdk/operationalinsights/arm-operationalinsights/CHANGELOG.md @@ -12,7 +12,7 @@ ## 9.0.0 (2023-02-09) -**Features** +### Features Added - Added operation group Queries - Added operation group QueryPacks @@ -113,7 +113,7 @@ - Added Enum KnownTableTypeEnum - Added function getContinuationToken -**Breaking Changes** +### Breaking Changes - Removed operation group Schema - Removed operation Tables.create @@ -123,7 +123,7 @@ ## 8.0.1 (2022-04-27) -**Features** +### Features Added - Bug fix diff --git a/sdk/operationalinsights/arm-operationalinsights/test/operationalinsights_operations_test.spec.ts b/sdk/operationalinsights/arm-operationalinsights/test/operationalinsights_operations_test.spec.ts index 76f79b3ac62c..59fd389e0ea7 100644 --- a/sdk/operationalinsights/arm-operationalinsights/test/operationalinsights_operations_test.spec.ts +++ b/sdk/operationalinsights/arm-operationalinsights/test/operationalinsights_operations_test.spec.ts @@ -28,7 +28,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/operationsmanagement/arm-operations/test/sampleTest.ts b/sdk/operationsmanagement/arm-operations/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/operationsmanagement/arm-operations/test/sampleTest.ts +++ b/sdk/operationsmanagement/arm-operations/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/orbital/arm-orbital/CHANGELOG.md b/sdk/orbital/arm-orbital/CHANGELOG.md index 75320d79bd4e..10f6a75238fb 100644 --- a/sdk/orbital/arm-orbital/CHANGELOG.md +++ b/sdk/orbital/arm-orbital/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.0.0 (2023-03-08) -**Features** +### Features Added - Added Interface ContactProfileThirdPartyConfiguration - Added Interface ErrorAdditionalInfo @@ -27,7 +27,7 @@ - Added Enum KnownContactsStatus - Added Enum KnownStatus -**Breaking Changes** +### Breaking Changes - Removed operation AvailableGroundStations.get - Operation ContactProfiles.beginCreateOrUpdate has a new signature @@ -62,7 +62,7 @@ ## 1.2.0 (2023-01-30) -**Features** +### Features Added - Interface ContactProfilesListBySubscriptionNextOptionalParams no longer has parameter skiptoken - Interface ContactProfilesListNextOptionalParams no longer has parameter skiptoken @@ -73,7 +73,7 @@ ## 1.1.0 (2022-07-11) -**Features** +### Features Added - Added Interface AvailableContactsProperties - Added Interface AvailableContactsSpacecraft diff --git a/sdk/orbital/arm-orbital/test/orbital_operations_test.spec.ts b/sdk/orbital/arm-orbital/test/orbital_operations_test.spec.ts index 168a71b8e24a..b9825df26f05 100644 --- a/sdk/orbital/arm-orbital/test/orbital_operations_test.spec.ts +++ b/sdk/orbital/arm-orbital/test/orbital_operations_test.spec.ts @@ -18,7 +18,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/CHANGELOG.md b/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/CHANGELOG.md index 28febccceafb..4136657c03e7 100644 --- a/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/CHANGELOG.md +++ b/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.1.0 (2023-11-15) -**Features** +### Features Added - Interface NetworkProfile has a new optional parameter trustedRanges diff --git a/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/test/paloaltonetworksngfw_operations_test.spec.ts b/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/test/paloaltonetworksngfw_operations_test.spec.ts index c61c665a0560..d439663a8d00 100644 --- a/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/test/paloaltonetworksngfw_operations_test.spec.ts +++ b/sdk/paloaltonetworksngfw/arm-paloaltonetworksngfw/test/paloaltonetworksngfw_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/peering/arm-peering/CHANGELOG.md b/sdk/peering/arm-peering/CHANGELOG.md index d7d13a3994fe..861db234bf12 100644 --- a/sdk/peering/arm-peering/CHANGELOG.md +++ b/sdk/peering/arm-peering/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-02) -**Features** +### Features Added - Added Interface CdnPeeringPrefix - Added Interface ConnectionMonitorTest @@ -29,7 +29,7 @@ ## 2.0.1 (2022-04-27) -**Features** +### Features Added - Bug fix diff --git a/sdk/peering/arm-peering/test/sampleTest.ts b/sdk/peering/arm-peering/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/peering/arm-peering/test/sampleTest.ts +++ b/sdk/peering/arm-peering/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/playwrighttesting/arm-playwrighttesting/CHANGELOG.md b/sdk/playwrighttesting/arm-playwrighttesting/CHANGELOG.md index e9499e95450d..85fffeb29071 100644 --- a/sdk/playwrighttesting/arm-playwrighttesting/CHANGELOG.md +++ b/sdk/playwrighttesting/arm-playwrighttesting/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.0.0-beta.2 (2024-01-31) -**Features** +### Features Added - Added Interface AccountProperties - Added Interface AccountUpdateProperties @@ -21,7 +21,7 @@ - Interface AccountUpdate has a new optional parameter properties - Interface Quota has a new optional parameter properties -**Breaking Changes** +### Breaking Changes - Interface Account no longer has parameter dashboardUri - Interface Account no longer has parameter provisioningState diff --git a/sdk/playwrighttesting/arm-playwrighttesting/test/playwrighttesting_operations_test.spec.ts b/sdk/playwrighttesting/arm-playwrighttesting/test/playwrighttesting_operations_test.spec.ts index 8da4fdd51e4c..19ed722724a0 100644 --- a/sdk/playwrighttesting/arm-playwrighttesting/test/playwrighttesting_operations_test.spec.ts +++ b/sdk/playwrighttesting/arm-playwrighttesting/test/playwrighttesting_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/policy/arm-policy-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/policy/arm-policy-profile-2020-09-01-hybrid/CHANGELOG.md index 0cab8781133b..68dfb316703f 100644 --- a/sdk/policy/arm-policy-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/policy/arm-policy-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-22) -**Features** +### Features Added - Interface PolicyAssignmentsListForResourceGroupNextOptionalParams no longer has parameter filter - Interface PolicyAssignmentsListForResourceNextOptionalParams no longer has parameter filter diff --git a/sdk/policy/arm-policy-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/policy/arm-policy-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/policy/arm-policy-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/policy/arm-policy-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/policy/arm-policy/CHANGELOG.md b/sdk/policy/arm-policy/CHANGELOG.md index 9d692e9e24f5..3a6f70113127 100644 --- a/sdk/policy/arm-policy/CHANGELOG.md +++ b/sdk/policy/arm-policy/CHANGELOG.md @@ -12,7 +12,7 @@ ## 5.1.0 (2023-05-18) -**Features** +### Features Added - Interface DataPolicyManifestsListNextOptionalParams no longer has parameter filter - Interface PolicyAssignmentsListForManagementGroupNextOptionalParams no longer has parameter filter @@ -42,23 +42,23 @@ ## 5.0.3 (2022-11-28) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 5.0.2 (2022-07-04) -**features** +### Features Added - Bug fix ## 5.0.1 (2022-04-18) -**features** +### Features Added - Bug fix diff --git a/sdk/policy/arm-policy/test/policy_examples.ts b/sdk/policy/arm-policy/test/policy_examples.ts index 2bc81109040d..8e4889f6c542 100644 --- a/sdk/policy/arm-policy/test/policy_examples.ts +++ b/sdk/policy/arm-policy/test/policy_examples.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/policyinsights/arm-policyinsights/CHANGELOG.md b/sdk/policyinsights/arm-policyinsights/CHANGELOG.md index 2d4f9e4d71e4..d29045620a9f 100644 --- a/sdk/policyinsights/arm-policyinsights/CHANGELOG.md +++ b/sdk/policyinsights/arm-policyinsights/CHANGELOG.md @@ -12,7 +12,7 @@ ## 6.0.0-beta.3 (2023-01-30) -**Features** +### Features Added - Added operation group ComponentPolicyStates - Added operation PolicyRestrictions.checkAtManagementGroupScope @@ -80,7 +80,7 @@ - Interface RemediationsListForResourceNextOptionalParams no longer has parameter queryOptions - Interface RemediationsListForSubscriptionNextOptionalParams no longer has parameter queryOptions -**Breaking Changes** +### Breaking Changes - Operation PolicyEvents.listQueryResultsForManagementGroup has a new signature - Operation PolicyEvents.listQueryResultsForPolicyDefinition has a new signature @@ -105,7 +105,7 @@ ## 6.0.0-beta.2 (2022-10-19) -**Features** +### Features Added - Added operation PolicyRestrictions.checkAtManagementGroupScope - Added Interface Attestation @@ -120,7 +120,7 @@ - Added Enum KnownPolicyStatesSummaryResourceType - Added Enum KnownPolicyTrackedResourcesResourceType -**Breaking Changes** +### Breaking Changes - Operation PolicyEvents.listQueryResultsForManagementGroup has a new signature - Operation PolicyEvents.listQueryResultsForPolicyDefinition has a new signature @@ -145,7 +145,7 @@ ## 6.0.0-beta.1 (2022-03-31) -**Features** +### Features Added - Added operation PolicyRestrictions.checkAtManagementGroupScope - Added Interface CheckManagementGroupRestrictionsRequest @@ -158,7 +158,7 @@ - Added Enum KnownPolicyStatesSummaryResourceType - Added Enum KnownPolicyTrackedResourcesResourceType -**Breaking Changes** +### Breaking Changes - Operation PolicyEvents.listQueryResultsForManagementGroup has a new signature - Operation PolicyEvents.listQueryResultsForPolicyDefinition has a new signature diff --git a/sdk/policyinsights/arm-policyinsights/test/policyinsights_example.spec.ts b/sdk/policyinsights/arm-policyinsights/test/policyinsights_example.spec.ts index 575171b48aba..3ff9e94375ad 100644 --- a/sdk/policyinsights/arm-policyinsights/test/policyinsights_example.spec.ts +++ b/sdk/policyinsights/arm-policyinsights/test/policyinsights_example.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/portal/arm-portal/CHANGELOG.md b/sdk/portal/arm-portal/CHANGELOG.md index 86559030a8b5..ef4b6f9934a1 100644 --- a/sdk/portal/arm-portal/CHANGELOG.md +++ b/sdk/portal/arm-portal/CHANGELOG.md @@ -12,17 +12,17 @@ ## 1.0.0-beta.5 (2023-02-02) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 1.0.0-beta.4 (2022-07-08) -**Features** +### Features Added - Added Interface Configuration - Added Interface MarkdownPartMetadata @@ -30,7 +30,7 @@ ## 1.0.0-beta.3 (2022-04-28) -**Features** +### Features Added - Bug fix diff --git a/sdk/portal/arm-portal/test/sampleTest.ts b/sdk/portal/arm-portal/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/portal/arm-portal/test/sampleTest.ts +++ b/sdk/portal/arm-portal/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/postgresql/arm-postgresql-flexible/CHANGELOG.md b/sdk/postgresql/arm-postgresql-flexible/CHANGELOG.md index 751d25defbbc..a08836e53559 100644 --- a/sdk/postgresql/arm-postgresql-flexible/CHANGELOG.md +++ b/sdk/postgresql/arm-postgresql-flexible/CHANGELOG.md @@ -12,7 +12,7 @@ ## 8.0.0-beta.6 (2024-04-18) -**Features** +### Features Added - Added operation group FlexibleServer - Added operation group LogFiles @@ -251,7 +251,7 @@ - Enum KnownServerVersion has a new value Fifteen - Enum KnownServerVersion has a new value Sixteen -**Breaking Changes** +### Breaking Changes - Class PostgreSQLManagementFlexibleServerClient has a new signature - Interface FlexibleServerEditionCapability no longer has parameter supportedServerVersions @@ -265,7 +265,7 @@ ## 8.0.0-beta.5 (2023-12-06) -**Features** +### Features Added - Added operation group FlexibleServer - Added operation group LogFiles @@ -502,7 +502,7 @@ - Enum KnownServerVersion has a new value Fifteen - Enum KnownServerVersion has a new value Sixteen -**Breaking Changes** +### Breaking Changes - Class PostgreSQLManagementFlexibleServerClient has a new signature - Interface FlexibleServerEditionCapability no longer has parameter supportedServerVersions @@ -516,7 +516,7 @@ ## 8.0.0-beta.4 (2023-11-07) -**Features** +### Features Added - Added operation group FlexibleServer - Added operation group LogFiles @@ -752,7 +752,7 @@ - Enum KnownServerVersion has a new value Fifteen - Enum KnownServerVersion has a new value Sixteen -**Breaking Changes** +### Breaking Changes - Class PostgreSQLManagementFlexibleServerClient has a new signature - Interface FlexibleServerEditionCapability no longer has parameter supportedServerVersions @@ -766,7 +766,7 @@ ## 8.0.0-beta.3 (2023-10-16) -**Features** +### Features Added - Added operation group FlexibleServer - Added operation group LogFiles @@ -899,7 +899,7 @@ - Enum KnownServerVersion has a new value Fifteen - Class PostgreSQLManagementFlexibleServerClient has a new signature -**Breaking Changes** +### Breaking Changes - Interface FlexibleServerEditionCapability no longer has parameter supportedServerVersions - Interface ServerVersionCapability no longer has parameter supportedVcores @@ -912,7 +912,7 @@ ## 8.0.0-beta.2 (2023-05-26) -**Features** +### Features Added - Added operation group FlexibleServer - Added operation group LogFiles @@ -1044,7 +1044,7 @@ - Enum KnownCreateMode has a new value ReviveDropped - Enum KnownServerVersion has a new value Fifteen -**Breaking Changes** +### Breaking Changes - Interface FlexibleServerEditionCapability no longer has parameter supportedServerVersions - Interface ServerVersionCapability no longer has parameter supportedVcores @@ -1057,7 +1057,7 @@ ## 8.0.0-beta.1 (2023-05-22) -**Features** +### Features Added - Added operation group FlexibleServer - Added operation group LogFiles @@ -1187,7 +1187,7 @@ - Enum KnownCreateMode has a new value ReviveDropped - Enum KnownServerVersion has a new value Fifteen -**Breaking Changes** +### Breaking Changes - Interface FlexibleServerEditionCapability no longer has parameter supportedServerVersions - Interface ServerVersionCapability no longer has parameter supportedVcores @@ -1200,11 +1200,11 @@ ## 7.1.0 (2023-04-10) -**Features** +### Features Added - Enum KnownArmServerKeyType has a new value SystemManaged -**Bugs Fixed** +### Bugs Fixed - Enum KnownArmServerKeyType no longer has value SystemAssigned - Enum KnownReplicationRole no longer has value GeoSyncReplica @@ -1215,7 +1215,7 @@ ## 7.0.0 (2023-01-09) -**Features** +### Features Added - Added operation group Administrators - Added operation group Backups @@ -1309,7 +1309,7 @@ - Enum KnownHighAvailabilityMode has a new value SameZone - Enum KnownServerVersion has a new value Fourteen -**Breaking Changes** +### Breaking Changes - Operation CheckNameAvailability.execute has a new signature - Operation Configurations.beginUpdate has a new signature @@ -1329,7 +1329,7 @@ ## 6.1.0 (2022-12-22) -**Features** +### Features Added - Added Interface Configuration - Added Interface Database @@ -1342,12 +1342,12 @@ ## 6.0.0 (2022-04-28) -**Features** +### Features Added - Added Interface PostgreSQLManagementFlexibleServerClientOptionalParams - Added Class PostgreSQLManagementFlexibleServerClient -**Breaking Changes** +### Breaking Changes - Deleted Class PostgreSQLManagementClient diff --git a/sdk/postgresql/arm-postgresql-flexible/test/postgresql_flexible_operations_test.spec.ts b/sdk/postgresql/arm-postgresql-flexible/test/postgresql_flexible_operations_test.spec.ts index 835de1c5a088..78c4f1958451 100644 --- a/sdk/postgresql/arm-postgresql-flexible/test/postgresql_flexible_operations_test.spec.ts +++ b/sdk/postgresql/arm-postgresql-flexible/test/postgresql_flexible_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/postgresql/arm-postgresql/CHANGELOG.md b/sdk/postgresql/arm-postgresql/CHANGELOG.md index 3e534a8d63d5..6286f679c30e 100644 --- a/sdk/postgresql/arm-postgresql/CHANGELOG.md +++ b/sdk/postgresql/arm-postgresql/CHANGELOG.md @@ -12,7 +12,7 @@ ## 6.1.0 (2022-12-02) -**Features** +### Features Added - Added Interface Configuration - Added Interface Database @@ -35,7 +35,7 @@ ## 6.0.1 (2022-04-28) -**Features** +### Features Added - Bug fix diff --git a/sdk/postgresql/arm-postgresql/test/sampleTest.ts b/sdk/postgresql/arm-postgresql/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/postgresql/arm-postgresql/test/sampleTest.ts +++ b/sdk/postgresql/arm-postgresql/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/powerbidedicated/arm-powerbidedicated/CHANGELOG.md b/sdk/powerbidedicated/arm-powerbidedicated/CHANGELOG.md index ac1f0d397898..21efe3d4e689 100644 --- a/sdk/powerbidedicated/arm-powerbidedicated/CHANGELOG.md +++ b/sdk/powerbidedicated/arm-powerbidedicated/CHANGELOG.md @@ -12,24 +12,24 @@ ## 4.0.1 (2023-01-31) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 4.0.0 (2022-07-07) -**Features** +### Features Added - Added Interface AutoScaleVCore - Added Interface AutoScaleVCoreProperties - Added Interface DedicatedCapacity - Added Interface DedicatedCapacityProperties -**Breaking Changes** +### Breaking Changes - Interface CapacitySku no longer has parameter capacity - Interface DedicatedCapacityMutableProperties no longer has parameter friendlyName @@ -43,7 +43,7 @@ ## 3.0.1 (2022-04-28) -**Features** +### Features Added - Bug fix diff --git a/sdk/powerbidedicated/arm-powerbidedicated/test/sampleTest.ts b/sdk/powerbidedicated/arm-powerbidedicated/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/powerbidedicated/arm-powerbidedicated/test/sampleTest.ts +++ b/sdk/powerbidedicated/arm-powerbidedicated/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/powerbiembedded/arm-powerbiembedded/CHANGELOG.md b/sdk/powerbiembedded/arm-powerbiembedded/CHANGELOG.md index 22abbd507ac9..6311f65933c4 100644 --- a/sdk/powerbiembedded/arm-powerbiembedded/CHANGELOG.md +++ b/sdk/powerbiembedded/arm-powerbiembedded/CHANGELOG.md @@ -12,17 +12,17 @@ ## 2.0.2 (2022-12-05) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 2.0.1 (2022-04-28) -**Features** +### Features Added - Bug fix diff --git a/sdk/powerbiembedded/arm-powerbiembedded/test/sampleTest.ts b/sdk/powerbiembedded/arm-powerbiembedded/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/powerbiembedded/arm-powerbiembedded/test/sampleTest.ts +++ b/sdk/powerbiembedded/arm-powerbiembedded/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/privatedns/arm-privatedns/CHANGELOG.md b/sdk/privatedns/arm-privatedns/CHANGELOG.md index 9634f1c38aaf..49e3e2ac3a5f 100644 --- a/sdk/privatedns/arm-privatedns/CHANGELOG.md +++ b/sdk/privatedns/arm-privatedns/CHANGELOG.md @@ -12,7 +12,7 @@ ## 3.2.0 (2023-05-10) -**Features** +### Features Added - Interface PrivateZonesListByResourceGroupNextOptionalParams no longer has parameter top - Interface PrivateZonesListNextOptionalParams no longer has parameter top @@ -25,7 +25,7 @@ ## 3.1.0 (2022-12-02) -**Features** +### Features Added - Added Interface PrivateZone - Added Interface ProxyResource @@ -36,7 +36,7 @@ ## 3.0.1 (2022-04-28) -**Features** +### Features Added - Bug fix diff --git a/sdk/privatedns/arm-privatedns/test/privatedns_operations_test.spec.ts b/sdk/privatedns/arm-privatedns/test/privatedns_operations_test.spec.ts index d76983f58905..e3407470342d 100644 --- a/sdk/privatedns/arm-privatedns/test/privatedns_operations_test.spec.ts +++ b/sdk/privatedns/arm-privatedns/test/privatedns_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/purview/arm-purview/CHANGELOG.md b/sdk/purview/arm-purview/CHANGELOG.md index b9102d20348b..e844a2d7722b 100644 --- a/sdk/purview/arm-purview/CHANGELOG.md +++ b/sdk/purview/arm-purview/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.1.0 (2022-12-05) -**Features** +### Features Added - Added Interface Account - Added Interface AccountPropertiesEndpoints @@ -29,7 +29,7 @@ ## 1.0.1 (2022-04-28) -**Features** +### Features Added - Bug fix diff --git a/sdk/purview/arm-purview/test/sampleTest.ts b/sdk/purview/arm-purview/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/purview/arm-purview/test/sampleTest.ts +++ b/sdk/purview/arm-purview/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/quantum/arm-quantum/CHANGELOG.md b/sdk/quantum/arm-quantum/CHANGELOG.md index 85aac21f8f23..880a5f001b51 100644 --- a/sdk/quantum/arm-quantum/CHANGELOG.md +++ b/sdk/quantum/arm-quantum/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.0.0-beta.2 (2024-03-12) -**Features** +### Features Added - Added operation Workspace.listKeys - Added operation Workspace.regenerateKeys @@ -28,7 +28,7 @@ - Interface Resource has a new optional parameter systemData - Added Enum KnownKeyType -**Breaking Changes** +### Breaking Changes - Interface QuantumWorkspace no longer has parameter endpointUri - Interface QuantumWorkspace no longer has parameter providers diff --git a/sdk/recoveryservices/arm-recoveryservices/CHANGELOG.md b/sdk/recoveryservices/arm-recoveryservices/CHANGELOG.md index 5a9fe6479372..2be6077322a9 100644 --- a/sdk/recoveryservices/arm-recoveryservices/CHANGELOG.md +++ b/sdk/recoveryservices/arm-recoveryservices/CHANGELOG.md @@ -12,7 +12,7 @@ ## 6.0.0 (2024-04-17) -**Features** +### Features Added - Added operation Vaults.beginDelete - Added operation Vaults.beginDeleteAndWait @@ -36,14 +36,14 @@ - Added Enum KnownEnhancedSecurityState - Enum KnownStandardTierStorageRedundancy has a new value Invalid -**Breaking Changes** +### Breaking Changes - Removed operation Vaults.delete ## 5.4.0 (2023-08-29) -**Features** +### Features Added - Added Interface SoftDeleteSettings - Added Type Alias MultiUserAuthorization @@ -59,7 +59,7 @@ ## 5.3.0 (2023-05-31) -**Features** +### Features Added - Added Interface CrossSubscriptionRestoreSettings - Added Interface RestoreSettings @@ -70,7 +70,7 @@ ## 5.2.0 (2023-02-07) -**Features** +### Features Added - Added operation RecoveryServices.capabilities - Added Interface CapabilitiesProperties @@ -97,17 +97,17 @@ ## 5.1.1 (2023-01-31) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 5.1.0 (2022-07-22) -**Features** +### Features Added - Added Interface AzureMonitorAlertSettings - Added Interface ClassicAlertSettings @@ -134,7 +134,7 @@ ## 5.0.1 (2022-04-29) -**Features** +### Features Added - Bug fix diff --git a/sdk/recoveryservicesbackup/arm-recoveryservicesbackup/CHANGELOG.md b/sdk/recoveryservicesbackup/arm-recoveryservicesbackup/CHANGELOG.md index ebb6f6e0de63..96a0fb5c8177 100644 --- a/sdk/recoveryservicesbackup/arm-recoveryservicesbackup/CHANGELOG.md +++ b/sdk/recoveryservicesbackup/arm-recoveryservicesbackup/CHANGELOG.md @@ -12,7 +12,7 @@ ## 13.1.0 (2024-05-08) -**Features** +### Features Added - Added Type Alias IaasVMSnapshotConsistencyType - Interface AzureIaaSVMProtectionPolicy has a new optional parameter snapshotConsistencyType @@ -28,18 +28,18 @@ ## 13.0.0 (2023-12-13) -**Features** +### Features Added - Added Interface UserAssignedIdentityProperties -**Breaking Changes** +### Breaking Changes - Type of parameter userAssignedIdentityProperties of interface UserAssignedManagedIdentityDetails is changed from UserAssignedIdentity to UserAssignedIdentityProperties ## 12.0.0 (2023-11-09) -**Features** +### Features Added - Added operation group FetchTieringCost - Added operation group GetTieringCostOperationResult @@ -84,7 +84,7 @@ - Enum KnownRecoveryMode has a new value SnapshotAttach - Enum KnownRecoveryMode has a new value SnapshotAttachAndRecover -**Breaking Changes** +### Breaking Changes - Removed operation ProtectionContainers.register - Operation Operation.validate has a new signature @@ -95,7 +95,7 @@ ## 11.0.0 (2023-09-01) -**Features** +### Features Added - Added Interface AzureVmWorkloadSAPHanaHSRProtectableItem - Added Type Alias VaultSubResourceType @@ -111,7 +111,7 @@ - Added Enum KnownVaultSubResourceType - Enum KnownSoftDeleteFeatureState has a new value AlwaysON -**Breaking Changes** +### Breaking Changes - Interface PrivateLinkServiceConnectionState no longer has parameter actionRequired - Interface ProtectedItem no longer has parameter softDeleteRetentionPeriod @@ -121,7 +121,7 @@ ## 10.1.0 (2023-03-10) -**Features** +### Features Added - Added Interface ExtendedLocation - Added Interface SecuredVMDetails @@ -138,7 +138,7 @@ ## 10.0.0 (2023-01-18) -**Features** +### Features Added - Added operation group DeletedProtectionContainers - Added Interface AzureBackupGoalFeatureSupportRequest @@ -338,7 +338,7 @@ - Type of parameter protectedItemType of interface ProtectedItem is changed from "AzureFileShareProtectedItem" | "AzureIaaSVMProtectedItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "Microsoft.Sql/servers/databases" | "AzureVmWorkloadProtectedItem" | "AzureVmWorkloadSAPAseDatabase" | "AzureVmWorkloadSAPHanaDatabase" | "AzureVmWorkloadSQLDatabase" | "DPMProtectedItem" | "GenericProtectedItem" | "MabFileFolderProtectedItem" to "AzureFileShareProtectedItem" | "AzureIaaSVMProtectedItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "Microsoft.Sql/servers/databases" | "AzureVmWorkloadProtectedItem" | "AzureVmWorkloadSAPAseDatabase" | "AzureVmWorkloadSAPHanaDatabase" | "AzureVmWorkloadSAPHanaDBInstance" | "AzureVmWorkloadSQLDatabase" | "DPMProtectedItem" | "GenericProtectedItem" | "MabFileFolderProtectedItem" - Type of parameter protectableItemType of interface WorkloadProtectableItem is changed from "AzureFileShare" | "IaaSVMProtectableItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance" to "AzureFileShare" | "IaaSVMProtectableItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SAPHanaDBInstance" | "SAPHanaHSR" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance" -**Breaking Changes** +### Breaking Changes - Operation ResourceGuardProxy.put has a new signature - Enum KnownContainerType no longer has value AzureWorkloadContainer @@ -348,7 +348,7 @@ ## 9.0.0 (2022-05-16) -**Breaking Changes** +### Breaking Changes - Interface AzureIaaSVMProtectedItemExtendedInfo no longer has parameter newestRecoveryPointInArchive - Interface AzureIaaSVMProtectedItemExtendedInfo no longer has parameter oldestRecoveryPointInArchive @@ -362,7 +362,7 @@ ## 8.2.0 (2022-05-11) -**Features** +### Features Added - Added Interface TieringPolicy - Added Type Alias TieringMode @@ -377,13 +377,13 @@ ## 8.1.1 (2022-04-29) -**Features** +### Features Added - Bug fix ## 8.1.0 (2022-02-14) -**Features** +### Features Added - Added Interface DailySchedule - Added Interface WeeklySchedule diff --git a/sdk/recoveryservicesdatareplication/arm-recoveryservicesdatareplication/test/recoveryservicesdatareplication_operations_test.spec.ts b/sdk/recoveryservicesdatareplication/arm-recoveryservicesdatareplication/test/recoveryservicesdatareplication_operations_test.spec.ts index 9aacef75834f..aa10a270d544 100644 --- a/sdk/recoveryservicesdatareplication/arm-recoveryservicesdatareplication/test/recoveryservicesdatareplication_operations_test.spec.ts +++ b/sdk/recoveryservicesdatareplication/arm-recoveryservicesdatareplication/test/recoveryservicesdatareplication_operations_test.spec.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/CHANGELOG.md b/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/CHANGELOG.md index 0e06d17401d4..fe43a8b265e5 100644 --- a/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/CHANGELOG.md +++ b/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/CHANGELOG.md @@ -12,7 +12,7 @@ ## 5.2.0 (2024-02-09) -**Features** +### Features Added - Added operation ReplicationFabrics.beginRemoveInfra - Added operation ReplicationFabrics.beginRemoveInfraAndWait @@ -27,7 +27,7 @@ ## 5.1.0 (2023-09-08) -**Features** +### Features Added - Added Interface A2AFabricSpecificLocationDetails - Added Interface ApplianceMonitoringDetails @@ -77,7 +77,7 @@ ## 5.0.0 (2022-12-08) -**Features** +### Features Added - Added operation ReplicationMigrationItems.beginPauseReplication - Added operation ReplicationMigrationItems.beginPauseReplicationAndWait @@ -308,7 +308,7 @@ - Enum KnownTestMigrationState has a new value TestMigrationCompletedWithInformation - Enum KnownTestMigrationState has a new value TestMigrationPartiallySucceeded -**Breaking Changes** +### Breaking Changes - Operation MigrationRecoveryPoints.get has a new signature - Operation MigrationRecoveryPoints.listByReplicationMigrationItems has a new signature diff --git a/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/test/recoveryservicessiterecovery_examples.spec.ts b/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/test/recoveryservicessiterecovery_examples.spec.ts index d3f318cf67ee..409ee9ee2b0e 100644 --- a/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/test/recoveryservicessiterecovery_examples.spec.ts +++ b/sdk/recoveryservicessiterecovery/arm-recoveryservices-siterecovery/test/recoveryservicessiterecovery_examples.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/redisenterprise/arm-redisenterprisecache/test/redisenterprisecache_test.spec.ts b/sdk/redisenterprise/arm-redisenterprisecache/test/redisenterprisecache_test.spec.ts index 626f50e094a8..9e659cae970b 100644 --- a/sdk/redisenterprise/arm-redisenterprisecache/test/redisenterprisecache_test.spec.ts +++ b/sdk/redisenterprise/arm-redisenterprisecache/test/redisenterprisecache_test.spec.ts @@ -23,7 +23,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/relay/arm-relay/CHANGELOG.md b/sdk/relay/arm-relay/CHANGELOG.md index 0c50f4827185..3b6da67e8092 100644 --- a/sdk/relay/arm-relay/CHANGELOG.md +++ b/sdk/relay/arm-relay/CHANGELOG.md @@ -12,17 +12,17 @@ ## 3.1.1 (2023-02-01) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 3.1.0 (2022-07-08) -**Features** +### Features Added - Added Interface AuthorizationRule - Added Interface HybridConnection @@ -34,7 +34,7 @@ ## 3.0.1 (2022-04-29) -**Features** +### Features Added - Bug fix diff --git a/sdk/relay/arm-relay/test/relay_examples.ts b/sdk/relay/arm-relay/test/relay_examples.ts index 5ba9936c19eb..b8a21c1a3d1b 100644 --- a/sdk/relay/arm-relay/test/relay_examples.ts +++ b/sdk/relay/arm-relay/test/relay_examples.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/reservations/arm-reservations/CHANGELOG.md b/sdk/reservations/arm-reservations/CHANGELOG.md index 59eb9a8e8eed..3694af2fc0c5 100644 --- a/sdk/reservations/arm-reservations/CHANGELOG.md +++ b/sdk/reservations/arm-reservations/CHANGELOG.md @@ -12,12 +12,12 @@ ## 9.0.0 (2023-03-08) -**Features** +### Features Added - Interface CatalogMsrp has a new optional parameter p3Y - Interface CatalogMsrp has a new optional parameter p5Y -**Breaking Changes** +### Breaking Changes - Delete parameters of ReturnPostHeaders in TypeAlias ReturnPostResponse - Delete parameters of RefundResponse in TypeAlias ReturnPostResponse @@ -25,7 +25,7 @@ ## 8.0.0 (2023-02-01) -**Features** +### Features Added - Added operation Return.beginPost - Added operation Return.beginPostAndWait @@ -89,7 +89,7 @@ - Interface ReservationResponse no longer has parameter systemData - Interface ReservationResponse no longer has parameter type -**Breaking Changes** +### Breaking Changes - Removed operation Return.post - Operation Reservation.listRevisions has a new signature @@ -98,7 +98,7 @@ ## 7.2.0 (2022-09-19) -**Features** +### Features Added - Added operation group CalculateRefund - Added operation group Return @@ -130,7 +130,7 @@ ## 7.1.0 (2022-04-20) -**Features** +### Features Added - Interface CurrentQuotaLimit has a new optional parameter id - Interface CurrentQuotaLimit has a new optional parameter name diff --git a/sdk/reservations/arm-reservations/test/reservations_examples.spec.ts b/sdk/reservations/arm-reservations/test/reservations_examples.spec.ts index 29465b2fd544..fa1e86261fa4 100644 --- a/sdk/reservations/arm-reservations/test/reservations_examples.spec.ts +++ b/sdk/reservations/arm-reservations/test/reservations_examples.spec.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/resourceconnector/arm-resourceconnector/test/resourceconnnector__operations_test.spec.ts b/sdk/resourceconnector/arm-resourceconnector/test/resourceconnnector__operations_test.spec.ts index 093e76848c12..37c07bc58f5a 100644 --- a/sdk/resourceconnector/arm-resourceconnector/test/resourceconnnector__operations_test.spec.ts +++ b/sdk/resourceconnector/arm-resourceconnector/test/resourceconnnector__operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/resourcegraph/arm-resourcegraph/test/sampleTest.ts b/sdk/resourcegraph/arm-resourcegraph/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/resourcegraph/arm-resourcegraph/test/sampleTest.ts +++ b/sdk/resourcegraph/arm-resourcegraph/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/resourcehealth/arm-resourcehealth/CHANGELOG.md b/sdk/resourcehealth/arm-resourcehealth/CHANGELOG.md index cbf1fe19a992..f26696c18b59 100644 --- a/sdk/resourcehealth/arm-resourcehealth/CHANGELOG.md +++ b/sdk/resourcehealth/arm-resourcehealth/CHANGELOG.md @@ -12,7 +12,7 @@ ## 4.1.0-beta.1 (2023-10-17) -**Features** +### Features Added - Added Type Alias EventSubTypeValues - Interface Event_2 has a new optional parameter argQuery @@ -30,7 +30,7 @@ ## 4.0.0 (2023-05-12) -**Features** +### Features Added - Added operation group EventOperations - Added operation group EventsOperations @@ -135,7 +135,7 @@ - Added Enum KnownReasonTypeValues - Added Enum KnownScenario -**Breaking Changes** +### Breaking Changes - Operation EmergingIssues.get has a new signature - Interface AvailabilityStatusProperties no longer has parameter recentlyResolvedState @@ -143,7 +143,7 @@ ## 3.2.0 (2023-02-01) -**Features** +### Features Added - Interface AvailabilityStatusesListByResourceGroupNextOptionalParams no longer has parameter expand - Interface AvailabilityStatusesListByResourceGroupNextOptionalParams no longer has parameter filter @@ -159,13 +159,13 @@ ## 3.1.0 (2022-07-14) -**Features** +### Features Added - Added Interface EmergingIssuesGetResult ## 3.0.1 (2022-04-29) -**Features** +### Features Added - Bug fix diff --git a/sdk/resourcehealth/arm-resourcehealth/test/resourcehealth_operations_test.spec.ts b/sdk/resourcehealth/arm-resourcehealth/test/resourcehealth_operations_test.spec.ts index 4f1b897e8cd0..07d0420b5601 100644 --- a/sdk/resourcehealth/arm-resourcehealth/test/resourcehealth_operations_test.spec.ts +++ b/sdk/resourcehealth/arm-resourcehealth/test/resourcehealth_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/resourcemover/arm-resourcemover/CHANGELOG.md b/sdk/resourcemover/arm-resourcemover/CHANGELOG.md index c23358e1c0d9..a62469bea164 100644 --- a/sdk/resourcemover/arm-resourcemover/CHANGELOG.md +++ b/sdk/resourcemover/arm-resourcemover/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2.2.0 (2023-10-24) -**Features** +### Features Added - Added Type Alias MoveType - Interface MoveCollectionProperties has a new optional parameter moveRegion @@ -15,7 +15,7 @@ ## 2.1.0 (2022-12-12) -**Features** +### Features Added - Added Interface AvailabilitySetResourceSettings - Added Interface DiskEncryptionSetResourceSettings @@ -46,7 +46,7 @@ ## 2.0.1 (2022-04-29) -**Features** +### Features Added - Bug fix diff --git a/sdk/resourcemover/arm-resourcemover/test/resourcemover_operations_test.spec.ts b/sdk/resourcemover/arm-resourcemover/test/resourcemover_operations_test.spec.ts index 1555753dc195..d7f78d9214c1 100644 --- a/sdk/resourcemover/arm-resourcemover/test/resourcemover_operations_test.spec.ts +++ b/sdk/resourcemover/arm-resourcemover/test/resourcemover_operations_test.spec.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/resources-subscriptions/arm-resources-subscriptions/CHANGELOG.md b/sdk/resources-subscriptions/arm-resources-subscriptions/CHANGELOG.md index 679a52903b60..50774e58aa1e 100644 --- a/sdk/resources-subscriptions/arm-resources-subscriptions/CHANGELOG.md +++ b/sdk/resources-subscriptions/arm-resources-subscriptions/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2023-05-24) -**Features** +### Features Added - Added operation group Operations - Added operation Subscriptions.checkZonePeers @@ -44,17 +44,17 @@ ## 2.0.2 (2022-11-22) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 2.0.1 (2022-04-18) -**features** +### Features Added - Bug fix diff --git a/sdk/resources-subscriptions/arm-resources-subscriptions/test/subscriptions_operations_test.spec.ts b/sdk/resources-subscriptions/arm-resources-subscriptions/test/subscriptions_operations_test.spec.ts index da2f98f437c2..728f812dc35e 100644 --- a/sdk/resources-subscriptions/arm-resources-subscriptions/test/subscriptions_operations_test.spec.ts +++ b/sdk/resources-subscriptions/arm-resources-subscriptions/test/subscriptions_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/resources/arm-resources-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/resources/arm-resources-profile-2020-09-01-hybrid/CHANGELOG.md index 3ea2e28c60e5..477131472150 100644 --- a/sdk/resources/arm-resources-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/resources/arm-resources-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-22) -**Features** +### Features Added - Added Interface DeploymentWhatIfProperties - Added Interface GenericResource diff --git a/sdk/resources/arm-resources-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/resources/arm-resources-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/resources/arm-resources-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/resources/arm-resources-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/resources/arm-resources/CHANGELOG.md b/sdk/resources/arm-resources/CHANGELOG.md index 657dbf98ef5e..98302bcdc2ab 100644 --- a/sdk/resources/arm-resources/CHANGELOG.md +++ b/sdk/resources/arm-resources/CHANGELOG.md @@ -12,7 +12,7 @@ ## 5.2.0 (2023-03-13) -**Features** +### Features Added - Interface DeploymentOperationsListAtManagementGroupScopeNextOptionalParams no longer has parameter top - Interface DeploymentOperationsListAtScopeNextOptionalParams no longer has parameter top @@ -43,7 +43,7 @@ ## 5.1.0 (2022-11-10) -**Features** +### Features Added - Added Interface DeploymentWhatIfProperties - Added Interface GenericResource @@ -51,7 +51,7 @@ ## 5.0.1 (2022-04-18) -**features** +### Features Added - Bug fix diff --git a/sdk/security/arm-security/CHANGELOG.md b/sdk/security/arm-security/CHANGELOG.md index 8285d1000cff..b9f9980d641b 100644 --- a/sdk/security/arm-security/CHANGELOG.md +++ b/sdk/security/arm-security/CHANGELOG.md @@ -13,7 +13,7 @@ ## 6.0.0-beta.5 (2024-05-16) Compared with version 5.0.0 -**Features** +### Features Added - Added operation group APICollections - Added operation group ApplicationOperations @@ -593,7 +593,7 @@ Compared with version 5.0.0 - Enum KnownSettingName has a new value Current - Added function getContinuationToken -**Breaking Changes** +### Breaking Changes - Removed operation group IngestionSettings - Removed operation Alerts.simulate @@ -635,7 +635,7 @@ Compared with version 5.0.0 ## 6.0.0-beta.4 (2023-04-11) -**Features** +### Features Added - Added operation group APICollection - Added operation group APICollectionOffboarding @@ -989,7 +989,7 @@ Compared with version 5.0.0 - Enum KnownSettingName has a new value WdatpUnifiedSolution - Added function getContinuationToken -**Breaking Changes** +### Breaking Changes - Removed operation Alerts.simulate - Removed operation SecurityContacts.update @@ -1014,7 +1014,7 @@ Compared with version 5.0.0 ## 6.0.0-beta.3 (2023-03-21) -**Features** +### Features Added - Added operation group APICollection - Added operation group APICollectionOffboarding @@ -1349,7 +1349,7 @@ Compared with version 5.0.0 - Interface TasksListByResourceGroupNextOptionalParams no longer has parameter filter - Interface TasksListNextOptionalParams no longer has parameter filter -**Breaking Changes** +### Breaking Changes - Removed operation Alerts.simulate - Removed operation SecurityContacts.update @@ -1360,7 +1360,7 @@ Compared with version 5.0.0 ## 6.0.0-beta.2 (2022-11-15) -**Features** +### Features Added - Added operation group APICollection - Added operation group APICollectionOffboarding @@ -1687,7 +1687,7 @@ Compared with version 5.0.0 - Enum KnownOfferingType has a new value DefenderForServersGcp - Enum KnownSettingName has a new value WdatpUnifiedSolution -**Breaking Changes** +### Breaking Changes - Removed operation Alerts.simulate - Removed operation SecurityContacts.update @@ -1698,7 +1698,7 @@ Compared with version 5.0.0 ## 6.0.0-beta.1 (2022-09-14) -**Features** +### Features Added - Added operation group ApplicationOperations - Added operation group Applications @@ -1997,7 +1997,7 @@ Compared with version 5.0.0 - Enum KnownOfferingType has a new value DefenderForServersGcp - Enum KnownSettingName has a new value WdatpUnifiedSolution -**Breaking Changes** +### Breaking Changes - Removed operation Alerts.simulate - Removed operation SecurityContacts.update @@ -2007,7 +2007,7 @@ Compared with version 5.0.0 ## 5.0.0 (2022-03-30) -**Features** +### Features Added - Added operation Alerts.simulate - Added Interface InformationProtectionAwsOfferingInformationProtection @@ -2022,7 +2022,7 @@ Compared with version 5.0.0 - Enum KnownOfferingType has a new value InformationProtectionAws - Enum KnownSupportedCloudEnum has a new value GCP -**Breaking Changes** +### Breaking Changes - Removed operation Alerts.beginSimulate - Removed operation Alerts.beginSimulateAndWait diff --git a/sdk/securitydevops/arm-securitydevops/CHANGELOG.md b/sdk/securitydevops/arm-securitydevops/CHANGELOG.md index 67f044b25fee..1f66b5bf9bef 100644 --- a/sdk/securitydevops/arm-securitydevops/CHANGELOG.md +++ b/sdk/securitydevops/arm-securitydevops/CHANGELOG.md @@ -12,11 +12,11 @@ ## 1.0.0-beta.2 (2023-02-03) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy diff --git a/sdk/securitydevops/arm-securitydevops/test/securitydevops_examples.spec.ts b/sdk/securitydevops/arm-securitydevops/test/securitydevops_examples.spec.ts index c6b1ad1ca4be..54422ae23d46 100644 --- a/sdk/securitydevops/arm-securitydevops/test/securitydevops_examples.spec.ts +++ b/sdk/securitydevops/arm-securitydevops/test/securitydevops_examples.spec.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/securityinsight/arm-securityinsight/CHANGELOG.md b/sdk/securityinsight/arm-securityinsight/CHANGELOG.md index 6fc3702c5b32..727fb1ffc1c1 100644 --- a/sdk/securityinsight/arm-securityinsight/CHANGELOG.md +++ b/sdk/securityinsight/arm-securityinsight/CHANGELOG.md @@ -12,7 +12,7 @@ ## 1.0.0-beta.6 (2023-02-03) -**Features** +### Features Added - Interface BookmarkRelationsListNextOptionalParams no longer has parameter filter - Interface BookmarkRelationsListNextOptionalParams no longer has parameter orderby @@ -53,7 +53,7 @@ ## 1.0.0-beta.5 (2022-09-27) -**Features** +### Features Added - Added operation group FileImports - Added Interface AutomationRuleBooleanCondition @@ -100,7 +100,7 @@ - Enum KnownConditionType has a new value Boolean - Enum KnownConditionType has a new value PropertyArray -**Breaking Changes** +### Breaking Changes - Interface AADDataConnector has a new required parameter kind - Interface AatpDataConnector has a new required parameter kind @@ -171,7 +171,7 @@ ## 1.0.0-beta.4 (2022-07-11) -**Features** +### Features Added - Added operation group SecurityMLAnalyticsSettings - Added Interface AADCheckRequirements @@ -423,7 +423,7 @@ - Enum KnownTriggersOn has a new value Alerts - Enum KnownTriggersWhen has a new value Updated -**Breaking Changes** +### Breaking Changes - Removed Enum KnownEnum12 - Removed Enum KnownProvisioningState @@ -432,14 +432,14 @@ ## 1.0.0-beta.3 (2022-05-16) -**Features** +### Features Added - Added Type Alias ProvisioningState - Type Alias Watchlist has a new parameter sasUri - Type Alias Watchlist has a new parameter provisioningState - Added Enum KnownProvisioningState -**Breaking Changes** +### Breaking Changes - Type Alias WatchlistItem no longer has parameter itemsKeyValue - Type Alias WatchlistItem no longer has parameter entityMapping @@ -447,7 +447,7 @@ ## 1.0.0-beta.2 (2022-03-17) -**Features** +### Features Added - Added operation Incidents.runPlaybook - Added Interface AutomationRulePropertyValuesCondition @@ -583,7 +583,7 @@ - Enum KnownKind has a new value AzureFunction - Enum KnownKind has a new value LogicAppsCustomConnector -**Breaking Changes** +### Breaking Changes - Operation AutomationRules.createOrUpdate has a new signature - Operation ThreatIntelligenceIndicator.create has a new signature diff --git a/sdk/securityinsight/arm-securityinsight/test/securityinsights_examples.spec.ts b/sdk/securityinsight/arm-securityinsight/test/securityinsights_examples.spec.ts index d9884a453e69..2bac8c716519 100644 --- a/sdk/securityinsight/arm-securityinsight/test/securityinsights_examples.spec.ts +++ b/sdk/securityinsight/arm-securityinsight/test/securityinsights_examples.spec.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/selfhelp/arm-selfhelp/test/selfhelp_operations_test.spec.ts b/sdk/selfhelp/arm-selfhelp/test/selfhelp_operations_test.spec.ts index b3bc4769f0d2..cbe3dfdaf9ee 100644 --- a/sdk/selfhelp/arm-selfhelp/test/selfhelp_operations_test.spec.ts +++ b/sdk/selfhelp/arm-selfhelp/test/selfhelp_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/serialconsole/arm-serialconsole/CHANGELOG.md b/sdk/serialconsole/arm-serialconsole/CHANGELOG.md index 95f4f815c9eb..37010edbecc6 100644 --- a/sdk/serialconsole/arm-serialconsole/CHANGELOG.md +++ b/sdk/serialconsole/arm-serialconsole/CHANGELOG.md @@ -12,14 +12,14 @@ ## 2.1.0 (2022-12-09) -**Features** +### Features Added - Added Interface ProxyResource - Added Interface SerialPort ## 2.0.1 (2022-05-01) -**Features** +### Features Added - Bug fix diff --git a/sdk/serialconsole/arm-serialconsole/test/sampleTest.ts b/sdk/serialconsole/arm-serialconsole/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/serialconsole/arm-serialconsole/test/sampleTest.ts +++ b/sdk/serialconsole/arm-serialconsole/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/service-map/arm-servicemap/test/sampleTest.ts b/sdk/service-map/arm-servicemap/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/service-map/arm-servicemap/test/sampleTest.ts +++ b/sdk/service-map/arm-servicemap/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/servicebus/arm-servicebus/CHANGELOG.md b/sdk/servicebus/arm-servicebus/CHANGELOG.md index c301228c60a1..276d94d5e7ea 100644 --- a/sdk/servicebus/arm-servicebus/CHANGELOG.md +++ b/sdk/servicebus/arm-servicebus/CHANGELOG.md @@ -12,7 +12,7 @@ ## 6.2.0-beta.1 (2023-02-08) -**Features** +### Features Added - Added Type Alias PublicNetworkAccess - Added Type Alias TlsVersion @@ -25,7 +25,7 @@ ## 6.1.0 (2022-12-09) -**Features** +### Features Added - Added Interface ArmDisasterRecovery - Added Interface MigrationConfigProperties @@ -53,7 +53,7 @@ ## 6.0.0 (2022-05-01) -**Features** +### Features Added - Added Interface ProxyResource - Interface Operation has a new optional parameter isDataAction @@ -72,7 +72,7 @@ - Type Alias SBNamespace has a new parameter alternateName - Type Alias SBNamespaceUpdateParameters has a new parameter alternateName -**Breaking Changes** +### Breaking Changes - Delete parameters of Resource in TypeAlias ArmDisasterRecovery - Delete parameters of Resource in TypeAlias MigrationConfigProperties diff --git a/sdk/servicebus/arm-servicebus/test/servicebus_example.spec.ts b/sdk/servicebus/arm-servicebus/test/servicebus_example.spec.ts index 06bddece110c..1feb93af89ed 100644 --- a/sdk/servicebus/arm-servicebus/test/servicebus_example.spec.ts +++ b/sdk/servicebus/arm-servicebus/test/servicebus_example.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/servicefabric/arm-servicefabric/CHANGELOG.md b/sdk/servicefabric/arm-servicefabric/CHANGELOG.md index 91fa9886ff83..6c893468826a 100644 --- a/sdk/servicefabric/arm-servicefabric/CHANGELOG.md +++ b/sdk/servicefabric/arm-servicefabric/CHANGELOG.md @@ -12,7 +12,7 @@ ## 3.0.0 (2023-12-05) -**Features** +### Features Added - Added Interface ApplicationsListNextOptionalParams - Added Interface ApplicationTypesListNextOptionalParams @@ -29,7 +29,7 @@ - Added Type Alias ServicesListNextResponse - Added Enum KnownClusterVersionsEnvironment -**Breaking Changes** +### Breaking Changes - Operation ClusterVersions.getByEnvironment has a new signature - Operation ClusterVersions.listByEnvironment has a new signature @@ -38,7 +38,7 @@ ## 2.1.0 (2022-12-12) -**Features** +### Features Added - Added Interface ApplicationResource - Added Interface ApplicationResourceProperties @@ -60,7 +60,7 @@ ## 2.0.1 (2022-05-01) -**Features** +### Features Added - Bug fix diff --git a/sdk/servicefabric/arm-servicefabric/test/servicefabric_examples.spec.ts b/sdk/servicefabric/arm-servicefabric/test/servicefabric_examples.spec.ts index ef567c5f34cc..d887375e04ee 100644 --- a/sdk/servicefabric/arm-servicefabric/test/servicefabric_examples.spec.ts +++ b/sdk/servicefabric/arm-servicefabric/test/servicefabric_examples.spec.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/servicefabricmesh/arm-servicefabricmesh/test/sampleTest.ts b/sdk/servicefabricmesh/arm-servicefabricmesh/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/servicefabricmesh/arm-servicefabricmesh/test/sampleTest.ts +++ b/sdk/servicefabricmesh/arm-servicefabricmesh/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/servicelinker/arm-servicelinker/CHANGELOG.md b/sdk/servicelinker/arm-servicelinker/CHANGELOG.md index b2b4092ccc22..e4640075a475 100644 --- a/sdk/servicelinker/arm-servicelinker/CHANGELOG.md +++ b/sdk/servicelinker/arm-servicelinker/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-16) -**Features** +### Features Added - Added Interface AzureKeyVaultProperties - Added Interface AzureResource @@ -33,12 +33,12 @@ ## 2.0.0 (2022-05-16) -**Features** +### Features Added - Added Interface ValidateOperationResult - Enum KnownValidationResultStatus has a new value Failure -**Breaking Changes** +### Breaking Changes - Enum KnownValidationResultStatus no longer has value Failed diff --git a/sdk/servicelinker/arm-servicelinker/test/sampleTest.ts b/sdk/servicelinker/arm-servicelinker/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/servicelinker/arm-servicelinker/test/sampleTest.ts +++ b/sdk/servicelinker/arm-servicelinker/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/servicenetworking/arm-servicenetworking/test/servicenetworking_operations_test.spec.ts b/sdk/servicenetworking/arm-servicenetworking/test/servicenetworking_operations_test.spec.ts index 3253fa6758eb..f077b3cae673 100644 --- a/sdk/servicenetworking/arm-servicenetworking/test/servicenetworking_operations_test.spec.ts +++ b/sdk/servicenetworking/arm-servicenetworking/test/servicenetworking_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/signalr/arm-signalr/CHANGELOG.md b/sdk/signalr/arm-signalr/CHANGELOG.md index 27aeb0b7e364..32499fbd2fe3 100644 --- a/sdk/signalr/arm-signalr/CHANGELOG.md +++ b/sdk/signalr/arm-signalr/CHANGELOG.md @@ -2,7 +2,7 @@ ## 6.0.0-beta.2 (2023-10-09) -**Features** +### Features Added - Added operation group SignalRReplicas - Added operation SignalR.listReplicaSkus @@ -35,14 +35,14 @@ - Interface SignalRResource has a new optional parameter regionEndpointEnabled - Interface SignalRResource has a new optional parameter resourceStopped -**Breaking Changes** +### Breaking Changes - Parameter location of interface TrackedResource is now required ## 6.0.0-beta.1 (2023-08-31) -**Features** +### Features Added - Added operation group SignalRReplicas - Added operation SignalR.listReplicaSkus @@ -70,14 +70,14 @@ - Added Type Alias SignalRReplicasUpdateResponse - Added Type Alias SignalRRestartResponse -**Breaking Changes** +### Breaking Changes - Parameter location of interface TrackedResource is now required ## 5.2.0 (2023-03-08) -**Features** +### Features Added - Added Interface CustomCertificate - Added Interface CustomDomain @@ -94,7 +94,7 @@ ## 5.1.0 (2022-03-30) -**Features** +### Features Added - Added operation group SignalRCustomCertificates - Added operation group SignalRCustomDomains diff --git a/sdk/signalr/arm-signalr/test/signalr_examples.spec.ts b/sdk/signalr/arm-signalr/test/signalr_examples.spec.ts index 246a85872ab6..438882eb60e6 100644 --- a/sdk/signalr/arm-signalr/test/signalr_examples.spec.ts +++ b/sdk/signalr/arm-signalr/test/signalr_examples.spec.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/sphere/arm-sphere/test/sphere_operations_test.spec.ts b/sdk/sphere/arm-sphere/test/sphere_operations_test.spec.ts index 644fb9d2b368..cbb90b87650c 100644 --- a/sdk/sphere/arm-sphere/test/sphere_operations_test.spec.ts +++ b/sdk/sphere/arm-sphere/test/sphere_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/springappdiscovery/arm-springappdiscovery/test/springappdiscovery_operations_test.spec.ts b/sdk/springappdiscovery/arm-springappdiscovery/test/springappdiscovery_operations_test.spec.ts index 51081589501b..060f46bf5d3e 100644 --- a/sdk/springappdiscovery/arm-springappdiscovery/test/springappdiscovery_operations_test.spec.ts +++ b/sdk/springappdiscovery/arm-springappdiscovery/test/springappdiscovery_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/sql/arm-sql/CHANGELOG.md b/sdk/sql/arm-sql/CHANGELOG.md index 4d1d90683684..5c932917bd14 100644 --- a/sdk/sql/arm-sql/CHANGELOG.md +++ b/sdk/sql/arm-sql/CHANGELOG.md @@ -13,7 +13,7 @@ ## 11.0.0-beta.1 (2024-05-13) Compared with version 10.0.0 -**Features** +### Features Added - Added operation group JobPrivateEndpoints - Added operation DistributedAvailabilityGroups.beginFailover @@ -167,7 +167,7 @@ Compared with version 10.0.0 - Added Enum KnownRoleChangeType - Added Enum KnownSeedingModeType -**Breaking Changes** +### Breaking Changes - Interface DistributedAvailabilityGroup no longer has parameter lastHardenedLsn - Interface DistributedAvailabilityGroup no longer has parameter linkState @@ -189,7 +189,7 @@ Compared with version 10.0.0 ## 10.1.0-beta.3 (2023-12-18) -**Features** +### Features Added - Added operation group JobPrivateEndpoints - Added operation FailoverGroups.beginTryPlannedBeforeForcedFailover @@ -264,7 +264,7 @@ Compared with version 10.0.0 ## 10.1.0-beta.2 (2023-09-20) -**Features** +### Features Added - Added operation FailoverGroups.beginTryPlannedBeforeForcedFailover - Added operation FailoverGroups.beginTryPlannedBeforeForcedFailoverAndWait @@ -297,7 +297,7 @@ Compared with version 10.0.0 ## 10.1.0-beta.1 (2023-07-28) -**Features** +### Features Added - Added operation FailoverGroups.beginTryPlannedBeforeForcedFailover - Added operation FailoverGroups.beginTryPlannedBeforeForcedFailoverAndWait @@ -318,7 +318,7 @@ Compared with version 10.0.0 ## 10.0.0 (2023-03-22) -**Features** +### Features Added - Added operation group DatabaseAdvancedThreatProtectionSettings - Added operation group DatabaseEncryptionProtectors @@ -767,7 +767,7 @@ Compared with version 10.0.0 - Enum KnownReplicationLinkType has a new value Standby - Enum KnownSecondaryType has a new value Standby -**Breaking Changes** +### Breaking Changes - Removed operation group OperationsHealthOperations - Removed operation ReplicationLinks.beginUnlink @@ -796,7 +796,7 @@ Compared with version 10.0.0 ## 9.1.0 (2022-12-14) -**Features** +### Features Added - Added Interface Advisor - Added Interface BackupShortTermRetentionPolicy @@ -1026,7 +1026,7 @@ Compared with version 10.0.0 ## 9.0.1 (2022-05-01) -**Features** +### Features Added - Bug fix diff --git a/sdk/sqlvirtualmachine/arm-sqlvirtualmachine/test/sqlvirtualmachine_operations_test.spec.ts b/sdk/sqlvirtualmachine/arm-sqlvirtualmachine/test/sqlvirtualmachine_operations_test.spec.ts index 5e7399c6b724..a367df4d0cb8 100644 --- a/sdk/sqlvirtualmachine/arm-sqlvirtualmachine/test/sqlvirtualmachine_operations_test.spec.ts +++ b/sdk/sqlvirtualmachine/arm-sqlvirtualmachine/test/sqlvirtualmachine_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/storage/arm-storage-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/storage/arm-storage-profile-2020-09-01-hybrid/CHANGELOG.md index 8f0a6b8050e7..394b815f8c14 100644 --- a/sdk/storage/arm-storage-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/storage/arm-storage-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-22) -**Features** +### Features Added - Added Interface BlobInventoryPolicy - Added Interface EncryptionScope diff --git a/sdk/storage/arm-storage-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/storage/arm-storage-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/storage/arm-storage-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/storage/arm-storage-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/storageactions/arm-storageactions/test/storageactions_operations_test.spec.ts b/sdk/storageactions/arm-storageactions/test/storageactions_operations_test.spec.ts index d7ff72ca404b..2c4b1dd1b166 100644 --- a/sdk/storageactions/arm-storageactions/test/storageactions_operations_test.spec.ts +++ b/sdk/storageactions/arm-storageactions/test/storageactions_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/storagecache/arm-storagecache/CHANGELOG.md b/sdk/storagecache/arm-storagecache/CHANGELOG.md index d0fbe2dcc36a..19e2948331e1 100644 --- a/sdk/storagecache/arm-storagecache/CHANGELOG.md +++ b/sdk/storagecache/arm-storagecache/CHANGELOG.md @@ -12,7 +12,7 @@ ## 8.0.0 (2024-05-13) -**Features** +### Features Added - Added operation group ImportJobs - Added Interface AmlFilesystemRootSquashSettings @@ -50,7 +50,7 @@ - Added Enum KnownImportJobProvisioningStateType - Added Enum KnownImportStatusType -**Breaking Changes** +### Breaking Changes - Interface ErrorResponse no longer has parameter code - Interface ErrorResponse no longer has parameter message @@ -59,7 +59,7 @@ ## 7.1.0-beta.1 (2024-02-01) -**Features** +### Features Added - Added Interface AmlFilesystemRootSquashSettings - Added Type Alias AmlFilesystemSquashMode @@ -70,7 +70,7 @@ ## 7.0.0 (2023-06-09) -**Features** +### Features Added - Added operation group AmlFilesystems - Added Interface AmlFilesystem @@ -131,7 +131,7 @@ - Added Enum KnownFilesystemSubnetStatusType - Enum KnownProvisioningStateType has a new value Canceled -**Breaking Changes** +### Breaking Changes - Remove interface UserAssignedIdentitiesValueAutoGenerated - Enum KnownProvisioningStateType no longer has value Cancelled @@ -139,7 +139,7 @@ ## 6.0.0 (2023-02-10) -**Features** +### Features Added - Added operation Caches.beginUpdate - Added operation Caches.beginUpdateAndWait @@ -169,7 +169,7 @@ - Interface CachesCreateOrUpdateOptionalParams no longer has parameter cache - Interface StorageTargetsCreateOrUpdateOptionalParams no longer has parameter storagetarget -**Breaking Changes** +### Breaking Changes - Removed operation Caches.update - Operation Caches.beginCreateOrUpdate has a new signature @@ -179,17 +179,17 @@ ## 5.2.1 (2023-02-02) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy ## 5.2.0 (2022-07-15) -**Features** +### Features Added - Added operation Caches.beginPausePrimingJob - Added operation Caches.beginPausePrimingJobAndWait @@ -235,7 +235,7 @@ ## 5.1.0 (2022-03-15) -**Features** +### Features Added - Added operation group AscUsages - Added operation StorageTargetOperations.beginInvalidate diff --git a/sdk/storageimportexport/arm-storageimportexport/CHANGELOG.md b/sdk/storageimportexport/arm-storageimportexport/CHANGELOG.md index 4ad135f151d1..54eae0df0aba 100644 --- a/sdk/storageimportexport/arm-storageimportexport/CHANGELOG.md +++ b/sdk/storageimportexport/arm-storageimportexport/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2023-02-02) -**Features** +### Features Added - Interface JobsListByResourceGroupNextOptionalParams no longer has parameter filter - Interface JobsListByResourceGroupNextOptionalParams no longer has parameter top @@ -21,13 +21,13 @@ ## 2.0.2 (2022-07-05) -**Features** +### Features Added - Bug fix ## 2.0.1 (2022-05-01) -**Features** +### Features Added - Bug fix diff --git a/sdk/storageimportexport/arm-storageimportexport/test/sampleTest.ts b/sdk/storageimportexport/arm-storageimportexport/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/storageimportexport/arm-storageimportexport/test/sampleTest.ts +++ b/sdk/storageimportexport/arm-storageimportexport/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/storagesync/arm-storagesync/CHANGELOG.md b/sdk/storagesync/arm-storagesync/CHANGELOG.md index 5f103a64320a..05e80a0031a8 100644 --- a/sdk/storagesync/arm-storagesync/CHANGELOG.md +++ b/sdk/storagesync/arm-storagesync/CHANGELOG.md @@ -12,7 +12,7 @@ ## 9.1.0 (2022-12-12) -**Features** +### Features Added - Added Interface CloudEndpoint - Added Interface CloudEndpointCreateParameters @@ -31,7 +31,7 @@ ## 9.0.1 (2022-05-01) -**Features** +### Features Added - Bug fix diff --git a/sdk/storagesync/arm-storagesync/test/sampleTest.ts b/sdk/storagesync/arm-storagesync/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/storagesync/arm-storagesync/test/sampleTest.ts +++ b/sdk/storagesync/arm-storagesync/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/storsimple1200series/arm-storsimple1200series/CHANGELOG.md b/sdk/storsimple1200series/arm-storsimple1200series/CHANGELOG.md index 86367032b3fc..2adbe7310bf6 100644 --- a/sdk/storsimple1200series/arm-storsimple1200series/CHANGELOG.md +++ b/sdk/storsimple1200series/arm-storsimple1200series/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-12) -**Features** +### Features Added - Added Interface AccessControlRecord - Added Interface Alert @@ -46,7 +46,7 @@ ## 2.0.1 (2022-05-05) -**Features** +### Features Added - Bug fix diff --git a/sdk/storsimple1200series/arm-storsimple1200series/test/sampleTest.ts b/sdk/storsimple1200series/arm-storsimple1200series/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/storsimple1200series/arm-storsimple1200series/test/sampleTest.ts +++ b/sdk/storsimple1200series/arm-storsimple1200series/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/storsimple8000series/arm-storsimple8000series/CHANGELOG.md b/sdk/storsimple8000series/arm-storsimple8000series/CHANGELOG.md index 84c080861bfe..2ce4722656ed 100644 --- a/sdk/storsimple8000series/arm-storsimple8000series/CHANGELOG.md +++ b/sdk/storsimple8000series/arm-storsimple8000series/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-12-12) -**Features** +### Features Added - Added Interface AccessControlRecord - Added Interface Alert @@ -44,7 +44,7 @@ ## 2.0.1 (2022-05-05) -**Features** +### Features Added - Bug fix diff --git a/sdk/storsimple8000series/arm-storsimple8000series/test/sampleTest.ts b/sdk/storsimple8000series/arm-storsimple8000series/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/storsimple8000series/arm-storsimple8000series/test/sampleTest.ts +++ b/sdk/storsimple8000series/arm-storsimple8000series/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/streamanalytics/arm-streamanalytics/CHANGELOG.md b/sdk/streamanalytics/arm-streamanalytics/CHANGELOG.md index bd683e4f0c40..b2ac5a6b6e87 100644 --- a/sdk/streamanalytics/arm-streamanalytics/CHANGELOG.md +++ b/sdk/streamanalytics/arm-streamanalytics/CHANGELOG.md @@ -12,7 +12,7 @@ ## 5.0.0-beta.1 (2024-02-07) -**Features** +### Features Added - Added operation group SkuOperations - Added operation Subscriptions.beginSampleInput @@ -167,7 +167,7 @@ - Enum KnownEventSerializationType has a new value CustomClr - Enum KnownEventSerializationType has a new value Delta -**Breaking Changes** +### Breaking Changes - Interface AzureSqlReferenceInputDataSource no longer has parameter table - Interface Cluster no longer has parameter capacityAllocated @@ -184,7 +184,7 @@ ## 4.1.0 (2022-12-13) -**Features** +### Features Added - Added Interface AvroSerialization - Added Interface AzureDataLakeStoreOutputDataSource @@ -245,7 +245,7 @@ ## 4.0.1 (2022-05-05) -**Features** +### Features Added - Bug fix diff --git a/sdk/streamanalytics/arm-streamanalytics/test/streamanalytics_operations_test.spec.ts b/sdk/streamanalytics/arm-streamanalytics/test/streamanalytics_operations_test.spec.ts index 484b14a1b4fa..025eb401835d 100644 --- a/sdk/streamanalytics/arm-streamanalytics/test/streamanalytics_operations_test.spec.ts +++ b/sdk/streamanalytics/arm-streamanalytics/test/streamanalytics_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/CHANGELOG.md index 35551f95b33c..4eb9a52f12e4 100644 --- a/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/CHANGELOG.md @@ -12,11 +12,11 @@ ## 2.1.0 (2022-12-22) -**Features** +### Features Added - Exposes `getContinuationToken` helper function to extract continuation token -**Bugs Fixed** +### Bugs Fixed - A series of small bug fixs relevant to authentication and apiVersion policy diff --git a/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/test/sampleTest.ts b/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/test/sampleTest.ts +++ b/sdk/subscription/arm-subscriptions-profile-2020-09-01-hybrid/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/subscription/arm-subscriptions/CHANGELOG.md b/sdk/subscription/arm-subscriptions/CHANGELOG.md index 48e346eed940..71a5ed5dc57f 100644 --- a/sdk/subscription/arm-subscriptions/CHANGELOG.md +++ b/sdk/subscription/arm-subscriptions/CHANGELOG.md @@ -12,7 +12,7 @@ ## 5.1.0 (2022-11-11) -**Features** +### Features Added - Added Type Alias Provisioning - Interface AcceptOwnershipStatusResponse has a new optional parameter provisioningState @@ -29,13 +29,13 @@ ## 5.0.1 (2022-05-05) -**Features** +### Features Added - Bug fix ## 5.0.0 (2022-01-17) -**Features** +### Features Added - Added operation group SubscriptionOperations - Added operation group Subscriptions @@ -69,7 +69,7 @@ - Class SubscriptionClient has a new parameter subscriptions - Class SubscriptionClient has a new parameter tenants -**Breaking Changes** +### Breaking Changes - Removed operation group Subscription - Interface CanceledSubscriptionId no longer has parameter value diff --git a/sdk/subscription/arm-subscriptions/test/sampleTest.ts b/sdk/subscription/arm-subscriptions/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/subscription/arm-subscriptions/test/sampleTest.ts +++ b/sdk/subscription/arm-subscriptions/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/support/arm-support/CHANGELOG.md b/sdk/support/arm-support/CHANGELOG.md index 35294e1bafdf..58a38eec87c4 100644 --- a/sdk/support/arm-support/CHANGELOG.md +++ b/sdk/support/arm-support/CHANGELOG.md @@ -12,7 +12,7 @@ ## 3.0.0 (2024-04-16) -**Features** +### Features Added - Added operation group ChatTranscripts - Added operation group ChatTranscriptsNoSubscription @@ -119,7 +119,7 @@ - Added Enum KnownTranscriptContentType - Added Enum KnownUserConsent -**Breaking Changes** +### Breaking Changes - Class MicrosoftSupport has a new signature - Interface SupportTicketDetails has a new required parameter advancedDiagnosticConsent @@ -135,7 +135,7 @@ ## 2.1.0 (2023-02-02) -**Features** +### Features Added - Interface CommunicationsListNextOptionalParams no longer has parameter filter - Interface CommunicationsListNextOptionalParams no longer has parameter top @@ -144,13 +144,13 @@ ## 2.0.2 (2022-07-05) -**Features** +### Features Added - Bug fix ## 2.0.1 (2022-05-05) -**Features** +### Features Added - Bug fix diff --git a/sdk/synapse/arm-synapse/CHANGELOG.md b/sdk/synapse/arm-synapse/CHANGELOG.md index ad26f4dec8dc..a73c8364abc3 100644 --- a/sdk/synapse/arm-synapse/CHANGELOG.md +++ b/sdk/synapse/arm-synapse/CHANGELOG.md @@ -12,7 +12,7 @@ ## 9.0.0-beta.1 (2023-02-08) -**Features** +### Features Added - Added operation group Get - Added operation group KustoPoolPrivateLinkResourcesOperations @@ -140,7 +140,7 @@ - Added Enum KnownWorkspaceStatus - Added function getContinuationToken -**Breaking Changes** +### Breaking Changes - Removed operation group PrivateLinkResources - Removed operation SqlPoolOperationResults.getLocationHeaderResult diff --git a/sdk/synapse/arm-synapse/test/synapse_examples.spec.ts b/sdk/synapse/arm-synapse/test/synapse_examples.spec.ts index 46e3772bd5df..722321e65c78 100644 --- a/sdk/synapse/arm-synapse/test/synapse_examples.spec.ts +++ b/sdk/synapse/arm-synapse/test/synapse_examples.spec.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/templatespecs/arm-templatespecs/CHANGELOG.md b/sdk/templatespecs/arm-templatespecs/CHANGELOG.md index 7466f30cef4c..cabbd0a67e3b 100644 --- a/sdk/templatespecs/arm-templatespecs/CHANGELOG.md +++ b/sdk/templatespecs/arm-templatespecs/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0 (2022-11-23) -**Features** +### Features Added - Added Interface TemplateSpec - Added Interface TemplateSpecUpdateModel @@ -21,7 +21,7 @@ ## 2.0.1 (2022-04-18) -**features** +### Features Added - Bug fix diff --git a/sdk/templatespecs/arm-templatespecs/test/sampleTest.ts b/sdk/templatespecs/arm-templatespecs/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/templatespecs/arm-templatespecs/test/sampleTest.ts +++ b/sdk/templatespecs/arm-templatespecs/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/timeseriesinsights/arm-timeseriesinsights/CHANGELOG.md b/sdk/timeseriesinsights/arm-timeseriesinsights/CHANGELOG.md index 8058a85e667b..53847590c30a 100644 --- a/sdk/timeseriesinsights/arm-timeseriesinsights/CHANGELOG.md +++ b/sdk/timeseriesinsights/arm-timeseriesinsights/CHANGELOG.md @@ -12,7 +12,7 @@ ## 2.1.0-beta.2 (2022-12-15) -**Features** +### Features Added - Added operation group PrivateEndpointConnections - Added operation group PrivateLinkResources diff --git a/sdk/timeseriesinsights/arm-timeseriesinsights/test/sampleTest.ts b/sdk/timeseriesinsights/arm-timeseriesinsights/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/timeseriesinsights/arm-timeseriesinsights/test/sampleTest.ts +++ b/sdk/timeseriesinsights/arm-timeseriesinsights/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/trafficmanager/arm-trafficmanager/CHANGELOG.md b/sdk/trafficmanager/arm-trafficmanager/CHANGELOG.md index cad119125b61..cea7a4fa8468 100644 --- a/sdk/trafficmanager/arm-trafficmanager/CHANGELOG.md +++ b/sdk/trafficmanager/arm-trafficmanager/CHANGELOG.md @@ -12,7 +12,7 @@ ## 6.1.0 (2023-06-02) -**Features** +### Features Added - Added operation Profiles.checkTrafficManagerNameAvailabilityV2 - Added Interface Endpoint @@ -31,7 +31,7 @@ ## 6.0.1 (2022-05-05) -**Features** +### Features Added - Bug fix diff --git a/sdk/trafficmanager/arm-trafficmanager/test/trafficmanager_examples.spec.ts b/sdk/trafficmanager/arm-trafficmanager/test/trafficmanager_examples.spec.ts index ae210e36160c..4aa43b8d3ec3 100644 --- a/sdk/trafficmanager/arm-trafficmanager/test/trafficmanager_examples.spec.ts +++ b/sdk/trafficmanager/arm-trafficmanager/test/trafficmanager_examples.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/visualstudio/arm-visualstudio/test/sampleTest.ts b/sdk/visualstudio/arm-visualstudio/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/visualstudio/arm-visualstudio/test/sampleTest.ts +++ b/sdk/visualstudio/arm-visualstudio/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/CHANGELOG.md b/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/CHANGELOG.md index 09eb838bd460..0cdeb4902fc5 100644 --- a/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/CHANGELOG.md +++ b/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/CHANGELOG.md @@ -12,7 +12,7 @@ ## 3.1.0 (2023-02-02) -**Features** +### Features Added - Interface CustomizationPoliciesListNextOptionalParams no longer has parameter filter - Interface DedicatedCloudNodesListByResourceGroupNextOptionalParams no longer has parameter filter @@ -39,7 +39,7 @@ ## 3.0.1 (2022-07-06) -**Features** +### Features Added - Bugs Fixed @@ -47,7 +47,7 @@ ## 3.0.0 (2022-05-05) -**Breaking Changes** +### Breaking Changes - Operation DedicatedCloudNodes.beginCreateOrUpdate has a new signature - Operation DedicatedCloudNodes.beginCreateOrUpdateAndWait has a new signature diff --git a/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/test/sampleTest.ts b/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/test/sampleTest.ts index 25aeb3ebcc36..8ff7deb0acbe 100644 --- a/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/test/sampleTest.ts +++ b/sdk/vmwarecloudsimple/arm-vmwarecloudsimple/test/sampleTest.ts @@ -22,22 +22,26 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; describe("My test", () => { let recorder: Recorder; - beforeEach(async function(this: Context) { + beforeEach(async function (this: Context) { recorder = new Recorder(this.currentTest); await recorder.start(recorderOptions); }); - afterEach(async function() { + afterEach(async function () { await recorder.stop(); }); - it("sample test", async function() { + it("sample test", async function () { console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/voiceservices/arm-voiceservices/test/voiceservices_operations_test.spec.ts b/sdk/voiceservices/arm-voiceservices/test/voiceservices_operations_test.spec.ts index 47afa727d4fb..eace2309fe28 100644 --- a/sdk/voiceservices/arm-voiceservices/test/voiceservices_operations_test.spec.ts +++ b/sdk/voiceservices/arm-voiceservices/test/voiceservices_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/web-pubsub/arm-webpubsub/CHANGELOG.md b/sdk/web-pubsub/arm-webpubsub/CHANGELOG.md index e8baa582932f..7b7d63fb5054 100644 --- a/sdk/web-pubsub/arm-webpubsub/CHANGELOG.md +++ b/sdk/web-pubsub/arm-webpubsub/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2.0.0-beta.2 (2023-10-10) -**Features** +### Features Added - Added operation group WebPubSubReplicas - Added operation WebPubSub.listReplicaSkus @@ -38,14 +38,14 @@ - Interface WebPubSubResource has a new optional parameter resourceStopped - Added Enum KnownServiceKind -**Breaking Changes** +### Breaking Changes - Parameter location of interface TrackedResource is now required ## 2.0.0-beta.1 (2023-07-11) -**Features** +### Features Added - Added operation group WebPubSubReplicas - Added operation WebPubSub.listReplicaSkus @@ -83,14 +83,14 @@ - Interface WebPubSubHub no longer has parameter systemData - Interface WebPubSubResource no longer has parameter systemData -**Breaking Changes** +### Breaking Changes - Parameter location of interface TrackedResource is now required ## 1.1.0 (2023-03-09) -**Features** +### Features Added - Added operation group WebPubSubCustomCertificates - Added operation group WebPubSubCustomDomains diff --git a/sdk/web-pubsub/arm-webpubsub/test/webpubsub_examples.spec.ts b/sdk/web-pubsub/arm-webpubsub/test/webpubsub_examples.spec.ts index 38c0aab228ad..490bdee996ff 100644 --- a/sdk/web-pubsub/arm-webpubsub/test/webpubsub_examples.spec.ts +++ b/sdk/web-pubsub/arm-webpubsub/test/webpubsub_examples.spec.ts @@ -23,7 +23,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/workloads/arm-workloads/test/workloads_examples.ts b/sdk/workloads/arm-workloads/test/workloads_examples.ts index 71892589f8c9..df6bcc96712f 100644 --- a/sdk/workloads/arm-workloads/test/workloads_examples.ts +++ b/sdk/workloads/arm-workloads/test/workloads_examples.ts @@ -27,7 +27,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = { diff --git a/sdk/workloads/arm-workloadssapvirtualinstance/test/workloadssapvirtualinstance_operations_test.spec.ts b/sdk/workloads/arm-workloadssapvirtualinstance/test/workloadssapvirtualinstance_operations_test.spec.ts index a575f417feee..65d2f079e1a9 100644 --- a/sdk/workloads/arm-workloadssapvirtualinstance/test/workloadssapvirtualinstance_operations_test.spec.ts +++ b/sdk/workloads/arm-workloadssapvirtualinstance/test/workloadssapvirtualinstance_operations_test.spec.ts @@ -26,7 +26,11 @@ const replaceableVariables: Record = { }; const recorderOptions: RecorderStartOptions = { - envSetupForPlayback: replaceableVariables + envSetupForPlayback: replaceableVariables, + removeCentralSanitizers: [ + "AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section + "AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section + ], }; export const testPollingOptions = {