@azure/arm-confidentialledger 1.3.0-alpha.20230410.2 → 1.3.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Release History
2
2
 
3
- ## 1.3.0-beta.1 (2023-04-07)
3
+ ## 1.3.0-beta.1 (2023-04-19)
4
4
 
5
5
  **Features**
6
6
 
@@ -28,7 +28,7 @@
28
28
  - Added Type Alias ManagedCCFListBySubscriptionNextResponse
29
29
  - Added Type Alias ManagedCCFListBySubscriptionResponse
30
30
  - Added Type Alias RunningState
31
- - Interface ConfidentialLedger has a new optional parameter runningState
31
+ - Interface LedgerProperties has a new optional parameter runningState
32
32
  - Added Enum KnownLanguageRuntime
33
33
  - Added Enum KnownRunningState
34
34
 
package/dist/index.js CHANGED
@@ -414,6 +414,12 @@ const LedgerProperties = {
414
414
  name: "String"
415
415
  }
416
416
  },
417
+ runningState: {
418
+ serializedName: "runningState",
419
+ type: {
420
+ name: "String"
421
+ }
422
+ },
417
423
  ledgerType: {
418
424
  serializedName: "ledgerType",
419
425
  type: {
@@ -580,21 +586,6 @@ const SystemData = {
580
586
  }
581
587
  }
582
588
  };
583
- const Tags = {
584
- type: {
585
- name: "Composite",
586
- className: "Tags",
587
- modelProperties: {
588
- tags: {
589
- serializedName: "tags",
590
- type: {
591
- name: "Dictionary",
592
- value: { type: { name: "String" } }
593
- }
594
- }
595
- }
596
- }
597
- };
598
589
  const ConfidentialLedgerList = {
599
590
  type: {
600
591
  name: "Composite",
@@ -793,12 +784,7 @@ const ConfidentialLedger = {
793
784
  type: {
794
785
  name: "Composite",
795
786
  className: "ConfidentialLedger",
796
- modelProperties: Object.assign(Object.assign(Object.assign({}, TrackedResource.type.modelProperties), Tags.type.modelProperties), { runningState: {
797
- serializedName: "runningState",
798
- type: {
799
- name: "String"
800
- }
801
- }, properties: {
787
+ modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { properties: {
802
788
  serializedName: "properties",
803
789
  type: {
804
790
  name: "Composite",
@@ -836,7 +822,6 @@ var Mappers = /*#__PURE__*/Object.freeze({
836
822
  CertBasedSecurityPrincipal: CertBasedSecurityPrincipal,
837
823
  Resource: Resource,
838
824
  SystemData: SystemData,
839
- Tags: Tags,
840
825
  ConfidentialLedgerList: ConfidentialLedgerList,
841
826
  ManagedCCFProperties: ManagedCCFProperties,
842
827
  MemberIdentityCertificate: MemberIdentityCertificate,