@azure/arm-healthcareapis 3.1.1-alpha.20240731.1 → 3.1.1-alpha.20240802.1
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
## 3.1.0 (2024-04-19)
|
14
14
|
|
15
|
-
|
15
|
+
### Features Added
|
16
16
|
|
17
17
|
- Added Interface SmartIdentityProviderApplication
|
18
18
|
- Added Interface SmartIdentityProviderConfiguration
|
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
## 3.0.0 (2023-12-07)
|
28
28
|
|
29
|
-
|
29
|
+
### Features Added
|
30
30
|
|
31
31
|
- Added Interface CorsConfiguration
|
32
32
|
- Added Interface Encryption
|
@@ -48,14 +48,14 @@
|
|
48
48
|
- Interface ServiceCosmosDbConfigurationInfo has a new optional parameter crossTenantCmkApplicationId
|
49
49
|
- Interface ServicesProperties has a new optional parameter importConfiguration
|
50
50
|
|
51
|
-
|
51
|
+
### Breaking Changes
|
52
52
|
|
53
53
|
- Interface FhirService no longer has parameter accessPolicies
|
54
54
|
|
55
55
|
|
56
56
|
## 2.2.0 (2022-11-25)
|
57
57
|
|
58
|
-
|
58
|
+
### Features Added
|
59
59
|
|
60
60
|
- Added Interface DicomService
|
61
61
|
- Added Interface DicomServicePatchResource
|
@@ -77,13 +77,13 @@
|
|
77
77
|
|
78
78
|
## 2.1.1 (2022-04-26)
|
79
79
|
|
80
|
-
|
80
|
+
### Features Added
|
81
81
|
|
82
82
|
- Bug fix
|
83
83
|
|
84
84
|
## 2.1.0 (2022-03-22)
|
85
85
|
|
86
|
-
|
86
|
+
### Features Added
|
87
87
|
|
88
88
|
- Added operation group DicomServices
|
89
89
|
- Added operation group FhirDestinations
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"healthcareapis_operations_test.spec.d.ts","sourceRoot":"","sources":["../../test/healthcareapis_operations_test.spec.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"healthcareapis_operations_test.spec.d.ts","sourceRoot":"","sources":["../../test/healthcareapis_operations_test.spec.ts"],"names":[],"mappings":"AAgCA,eAAO,MAAM,kBAAkB;;CAE9B,CAAC"}
|
@@ -11,18 +11,19 @@ import { createTestCredential } from "@azure-tools/test-credential";
|
|
11
11
|
import { assert } from "chai";
|
12
12
|
import { HealthcareApisManagementClient } from "../src/healthcareApisManagementClient";
|
13
13
|
const replaceableVariables = {
|
14
|
-
|
15
|
-
AZURE_CLIENT_SECRET: "azure_client_secret",
|
16
|
-
AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888",
|
17
|
-
SUBSCRIPTION_ID: "azure_subscription_id"
|
14
|
+
SUBSCRIPTION_ID: "88888888-8888-8888-8888-888888888888"
|
18
15
|
};
|
19
16
|
const recorderOptions = {
|
20
|
-
envSetupForPlayback: replaceableVariables
|
17
|
+
envSetupForPlayback: replaceableVariables,
|
18
|
+
removeCentralSanitizers: [
|
19
|
+
"AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section
|
20
|
+
"AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section
|
21
|
+
],
|
21
22
|
};
|
22
23
|
export const testPollingOptions = {
|
23
24
|
updateIntervalInMs: isPlaybackMode() ? 0 : undefined,
|
24
25
|
};
|
25
|
-
describe
|
26
|
+
describe("HealthcareApis test", () => {
|
26
27
|
let recorder;
|
27
28
|
let subscriptionId;
|
28
29
|
let client;
|
@@ -39,7 +40,7 @@ describe.skip("HealthcareApis test", () => {
|
|
39
40
|
client = new HealthcareApisManagementClient(credential, subscriptionId, recorder.configureClientOptions({}));
|
40
41
|
location = "eastus";
|
41
42
|
resourceGroup = "myjstest";
|
42
|
-
resourcename = "
|
43
|
+
resourcename = "resourcetest1";
|
43
44
|
});
|
44
45
|
});
|
45
46
|
afterEach(function () {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"healthcareapis_operations_test.spec.js","sourceRoot":"","sources":["../../test/healthcareapis_operations_test.spec.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EACL,GAAG,EACH,QAAQ,EAGR,cAAc,GACf,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AAEvF,MAAM,oBAAoB,GAA2B;IACnD,eAAe,EAAE,
|
1
|
+
{"version":3,"file":"healthcareapis_operations_test.spec.js","sourceRoot":"","sources":["../../test/healthcareapis_operations_test.spec.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"sdk-type": "mgmt",
|
4
4
|
"author": "Microsoft Corporation",
|
5
5
|
"description": "A generated SDK for HealthcareApisManagementClient.",
|
6
|
-
"version": "3.1.1-alpha.
|
6
|
+
"version": "3.1.1-alpha.20240802.1",
|
7
7
|
"engines": {
|
8
8
|
"node": ">=18.0.0"
|
9
9
|
},
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
38
38
|
"@azure/identity": "^4.0.1",
|
39
39
|
"@azure-tools/test-recorder": "^3.0.0",
|
40
|
-
"@azure-tools/test-credential": "^1.
|
40
|
+
"@azure-tools/test-credential": "^1.1.0",
|
41
41
|
"mocha": "^10.0.0",
|
42
42
|
"@types/mocha": "^10.0.0",
|
43
43
|
"@types/chai": "^4.2.8",
|