@azure/arm-containerregistry 11.0.0-alpha.20250718.1 → 11.0.0-alpha.20250730.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/dist/browser/containerRegistryManagementClient.js +32 -5
- package/dist/browser/containerRegistryManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +471 -220
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/agentPools.js +56 -58
- package/dist/browser/operations/agentPools.js.map +1 -1
- package/dist/browser/operations/archiveVersions.js +45 -52
- package/dist/browser/operations/archiveVersions.js.map +1 -1
- package/dist/browser/operations/archives.js +45 -52
- package/dist/browser/operations/archives.js.map +1 -1
- package/dist/browser/operations/cacheRules.js +56 -58
- package/dist/browser/operations/cacheRules.js.map +1 -1
- package/dist/browser/operations/connectedRegistries.js +67 -64
- package/dist/browser/operations/connectedRegistries.js.map +1 -1
- package/dist/browser/operations/credentialSets.js +56 -58
- package/dist/browser/operations/credentialSets.js.map +1 -1
- package/dist/browser/operations/exportPipelines.js +45 -52
- package/dist/browser/operations/exportPipelines.js.map +1 -1
- package/dist/browser/operations/importPipelines.js +45 -52
- package/dist/browser/operations/importPipelines.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/pipelineRuns.js +45 -52
- package/dist/browser/operations/pipelineRuns.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +45 -52
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/registries.js +125 -151
- package/dist/browser/operations/registries.js.map +1 -1
- package/dist/browser/operations/replications.js +56 -58
- package/dist/browser/operations/replications.js.map +1 -1
- package/dist/browser/operations/runs.js +23 -40
- package/dist/browser/operations/runs.js.map +1 -1
- package/dist/browser/operations/scopeMaps.js +56 -58
- package/dist/browser/operations/scopeMaps.js.map +1 -1
- package/dist/browser/operations/taskRuns.js +45 -52
- package/dist/browser/operations/taskRuns.js.map +1 -1
- package/dist/browser/operations/tasks.js +23 -40
- package/dist/browser/operations/tasks.js.map +1 -1
- package/dist/browser/operations/tokens.js +56 -58
- package/dist/browser/operations/tokens.js.map +1 -1
- package/dist/browser/operations/webhooks.js +78 -97
- package/dist/browser/operations/webhooks.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/containerRegistryManagementClient.js +32 -5
- package/dist/commonjs/containerRegistryManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +471 -220
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/agentPools.js +56 -57
- package/dist/commonjs/operations/agentPools.js.map +1 -1
- package/dist/commonjs/operations/archiveVersions.js +45 -51
- package/dist/commonjs/operations/archiveVersions.js.map +1 -1
- package/dist/commonjs/operations/archives.js +45 -51
- package/dist/commonjs/operations/archives.js.map +1 -1
- package/dist/commonjs/operations/cacheRules.js +56 -57
- package/dist/commonjs/operations/cacheRules.js.map +1 -1
- package/dist/commonjs/operations/connectedRegistries.js +67 -63
- package/dist/commonjs/operations/connectedRegistries.js.map +1 -1
- package/dist/commonjs/operations/credentialSets.js +56 -57
- package/dist/commonjs/operations/credentialSets.js.map +1 -1
- package/dist/commonjs/operations/exportPipelines.js +45 -51
- package/dist/commonjs/operations/exportPipelines.js.map +1 -1
- package/dist/commonjs/operations/importPipelines.js +45 -51
- package/dist/commonjs/operations/importPipelines.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/pipelineRuns.js +45 -51
- package/dist/commonjs/operations/pipelineRuns.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +45 -51
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/registries.js +125 -150
- package/dist/commonjs/operations/registries.js.map +1 -1
- package/dist/commonjs/operations/replications.js +56 -57
- package/dist/commonjs/operations/replications.js.map +1 -1
- package/dist/commonjs/operations/runs.js +23 -39
- package/dist/commonjs/operations/runs.js.map +1 -1
- package/dist/commonjs/operations/scopeMaps.js +56 -57
- package/dist/commonjs/operations/scopeMaps.js.map +1 -1
- package/dist/commonjs/operations/taskRuns.js +45 -51
- package/dist/commonjs/operations/taskRuns.js.map +1 -1
- package/dist/commonjs/operations/tasks.js +23 -39
- package/dist/commonjs/operations/tasks.js.map +1 -1
- package/dist/commonjs/operations/tokens.js +56 -57
- package/dist/commonjs/operations/tokens.js.map +1 -1
- package/dist/commonjs/operations/webhooks.js +78 -96
- package/dist/commonjs/operations/webhooks.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/containerRegistryManagementClient.js +32 -5
- package/dist/esm/containerRegistryManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +471 -220
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/agentPools.js +56 -58
- package/dist/esm/operations/agentPools.js.map +1 -1
- package/dist/esm/operations/archiveVersions.js +45 -52
- package/dist/esm/operations/archiveVersions.js.map +1 -1
- package/dist/esm/operations/archives.js +45 -52
- package/dist/esm/operations/archives.js.map +1 -1
- package/dist/esm/operations/cacheRules.js +56 -58
- package/dist/esm/operations/cacheRules.js.map +1 -1
- package/dist/esm/operations/connectedRegistries.js +67 -64
- package/dist/esm/operations/connectedRegistries.js.map +1 -1
- package/dist/esm/operations/credentialSets.js +56 -58
- package/dist/esm/operations/credentialSets.js.map +1 -1
- package/dist/esm/operations/exportPipelines.js +45 -52
- package/dist/esm/operations/exportPipelines.js.map +1 -1
- package/dist/esm/operations/importPipelines.js +45 -52
- package/dist/esm/operations/importPipelines.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/pipelineRuns.js +45 -52
- package/dist/esm/operations/pipelineRuns.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +45 -52
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/registries.js +125 -151
- package/dist/esm/operations/registries.js.map +1 -1
- package/dist/esm/operations/replications.js +56 -58
- package/dist/esm/operations/replications.js.map +1 -1
- package/dist/esm/operations/runs.js +23 -40
- package/dist/esm/operations/runs.js.map +1 -1
- package/dist/esm/operations/scopeMaps.js +56 -58
- package/dist/esm/operations/scopeMaps.js.map +1 -1
- package/dist/esm/operations/taskRuns.js +45 -52
- package/dist/esm/operations/taskRuns.js.map +1 -1
- package/dist/esm/operations/tasks.js +23 -40
- package/dist/esm/operations/tasks.js.map +1 -1
- package/dist/esm/operations/tokens.js +56 -58
- package/dist/esm/operations/tokens.js.map +1 -1
- package/dist/esm/operations/webhooks.js +78 -97
- package/dist/esm/operations/webhooks.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/containerRegistryManagementClient.js +32 -5
- package/dist/react-native/containerRegistryManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +471 -220
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/agentPools.js +56 -58
- package/dist/react-native/operations/agentPools.js.map +1 -1
- package/dist/react-native/operations/archiveVersions.js +45 -52
- package/dist/react-native/operations/archiveVersions.js.map +1 -1
- package/dist/react-native/operations/archives.js +45 -52
- package/dist/react-native/operations/archives.js.map +1 -1
- package/dist/react-native/operations/cacheRules.js +56 -58
- package/dist/react-native/operations/cacheRules.js.map +1 -1
- package/dist/react-native/operations/connectedRegistries.js +67 -64
- package/dist/react-native/operations/connectedRegistries.js.map +1 -1
- package/dist/react-native/operations/credentialSets.js +56 -58
- package/dist/react-native/operations/credentialSets.js.map +1 -1
- package/dist/react-native/operations/exportPipelines.js +45 -52
- package/dist/react-native/operations/exportPipelines.js.map +1 -1
- package/dist/react-native/operations/importPipelines.js +45 -52
- package/dist/react-native/operations/importPipelines.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/pipelineRuns.js +45 -52
- package/dist/react-native/operations/pipelineRuns.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +45 -52
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/registries.js +125 -151
- package/dist/react-native/operations/registries.js.map +1 -1
- package/dist/react-native/operations/replications.js +56 -58
- package/dist/react-native/operations/replications.js.map +1 -1
- package/dist/react-native/operations/runs.js +23 -40
- package/dist/react-native/operations/runs.js.map +1 -1
- package/dist/react-native/operations/scopeMaps.js +56 -58
- package/dist/react-native/operations/scopeMaps.js.map +1 -1
- package/dist/react-native/operations/taskRuns.js +45 -52
- package/dist/react-native/operations/taskRuns.js.map +1 -1
- package/dist/react-native/operations/tasks.js +23 -40
- package/dist/react-native/operations/tasks.js.map +1 -1
- package/dist/react-native/operations/tokens.js +56 -58
- package/dist/react-native/operations/tokens.js.map +1 -1
- package/dist/react-native/operations/webhooks.js +78 -97
- package/dist/react-native/operations/webhooks.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
@@ -4568,159 +4568,192 @@ export const DebianArchiveProperties = {
|
|
4568
4568
|
type: {
|
4569
4569
|
name: "Composite",
|
4570
4570
|
className: "DebianArchiveProperties",
|
4571
|
-
modelProperties:
|
4571
|
+
modelProperties: {
|
4572
|
+
...ArchiveProperties.type.modelProperties,
|
4573
|
+
distributionName: {
|
4572
4574
|
serializedName: "distributionName",
|
4573
4575
|
type: {
|
4574
4576
|
name: "String",
|
4575
4577
|
},
|
4576
|
-
}
|
4578
|
+
},
|
4579
|
+
},
|
4577
4580
|
},
|
4578
4581
|
};
|
4579
4582
|
export const DebianArchivePackageSourceProperties = {
|
4580
4583
|
type: {
|
4581
4584
|
name: "Composite",
|
4582
4585
|
className: "DebianArchivePackageSourceProperties",
|
4583
|
-
modelProperties:
|
4586
|
+
modelProperties: {
|
4587
|
+
...ArchivePackageSourceProperties.type.modelProperties,
|
4588
|
+
distributionName: {
|
4584
4589
|
serializedName: "distributionName",
|
4585
4590
|
type: {
|
4586
4591
|
name: "String",
|
4587
4592
|
},
|
4588
|
-
}
|
4593
|
+
},
|
4594
|
+
},
|
4589
4595
|
},
|
4590
4596
|
};
|
4591
4597
|
export const Archive = {
|
4592
4598
|
type: {
|
4593
4599
|
name: "Composite",
|
4594
4600
|
className: "Archive",
|
4595
|
-
modelProperties:
|
4601
|
+
modelProperties: {
|
4602
|
+
...ProxyResource.type.modelProperties,
|
4603
|
+
packageSource: {
|
4596
4604
|
serializedName: "properties.packageSource",
|
4597
4605
|
type: {
|
4598
4606
|
name: "Composite",
|
4599
4607
|
className: "ArchivePackageSourceProperties",
|
4600
4608
|
},
|
4601
|
-
},
|
4609
|
+
},
|
4610
|
+
publishedVersion: {
|
4602
4611
|
serializedName: "properties.publishedVersion",
|
4603
4612
|
type: {
|
4604
4613
|
name: "String",
|
4605
4614
|
},
|
4606
|
-
},
|
4615
|
+
},
|
4616
|
+
repositoryEndpointPrefix: {
|
4607
4617
|
serializedName: "properties.repositoryEndpointPrefix",
|
4608
4618
|
type: {
|
4609
4619
|
name: "String",
|
4610
4620
|
},
|
4611
|
-
},
|
4621
|
+
},
|
4622
|
+
repositoryEndpoint: {
|
4612
4623
|
serializedName: "properties.repositoryEndpoint",
|
4613
4624
|
readOnly: true,
|
4614
4625
|
type: {
|
4615
4626
|
name: "String",
|
4616
4627
|
},
|
4617
|
-
},
|
4628
|
+
},
|
4629
|
+
provisioningState: {
|
4618
4630
|
serializedName: "properties.provisioningState",
|
4619
4631
|
readOnly: true,
|
4620
4632
|
type: {
|
4621
4633
|
name: "String",
|
4622
4634
|
},
|
4623
|
-
}
|
4635
|
+
},
|
4636
|
+
},
|
4624
4637
|
},
|
4625
4638
|
};
|
4626
4639
|
export const ArchiveVersion = {
|
4627
4640
|
type: {
|
4628
4641
|
name: "Composite",
|
4629
4642
|
className: "ArchiveVersion",
|
4630
|
-
modelProperties:
|
4643
|
+
modelProperties: {
|
4644
|
+
...ProxyResource.type.modelProperties,
|
4645
|
+
provisioningState: {
|
4631
4646
|
serializedName: "properties.provisioningState",
|
4632
4647
|
readOnly: true,
|
4633
4648
|
type: {
|
4634
4649
|
name: "String",
|
4635
4650
|
},
|
4636
|
-
},
|
4651
|
+
},
|
4652
|
+
archiveVersionErrorMessage: {
|
4637
4653
|
serializedName: "properties.archiveVersionErrorMessage",
|
4638
4654
|
type: {
|
4639
4655
|
name: "String",
|
4640
4656
|
},
|
4641
|
-
}
|
4657
|
+
},
|
4658
|
+
},
|
4642
4659
|
},
|
4643
4660
|
};
|
4644
4661
|
export const CacheRule = {
|
4645
4662
|
type: {
|
4646
4663
|
name: "Composite",
|
4647
4664
|
className: "CacheRule",
|
4648
|
-
modelProperties:
|
4665
|
+
modelProperties: {
|
4666
|
+
...ProxyResource.type.modelProperties,
|
4667
|
+
credentialSetResourceId: {
|
4649
4668
|
serializedName: "properties.credentialSetResourceId",
|
4650
4669
|
type: {
|
4651
4670
|
name: "String",
|
4652
4671
|
},
|
4653
|
-
},
|
4672
|
+
},
|
4673
|
+
sourceRepository: {
|
4654
4674
|
serializedName: "properties.sourceRepository",
|
4655
4675
|
type: {
|
4656
4676
|
name: "String",
|
4657
4677
|
},
|
4658
|
-
},
|
4678
|
+
},
|
4679
|
+
targetRepository: {
|
4659
4680
|
serializedName: "properties.targetRepository",
|
4660
4681
|
type: {
|
4661
4682
|
name: "String",
|
4662
4683
|
},
|
4663
|
-
},
|
4684
|
+
},
|
4685
|
+
creationDate: {
|
4664
4686
|
serializedName: "properties.creationDate",
|
4665
4687
|
readOnly: true,
|
4666
4688
|
type: {
|
4667
4689
|
name: "DateTime",
|
4668
4690
|
},
|
4669
|
-
},
|
4691
|
+
},
|
4692
|
+
provisioningState: {
|
4670
4693
|
serializedName: "properties.provisioningState",
|
4671
4694
|
readOnly: true,
|
4672
4695
|
type: {
|
4673
4696
|
name: "String",
|
4674
4697
|
},
|
4675
|
-
}
|
4698
|
+
},
|
4699
|
+
},
|
4676
4700
|
},
|
4677
4701
|
};
|
4678
4702
|
export const ConnectedRegistry = {
|
4679
4703
|
type: {
|
4680
4704
|
name: "Composite",
|
4681
4705
|
className: "ConnectedRegistry",
|
4682
|
-
modelProperties:
|
4706
|
+
modelProperties: {
|
4707
|
+
...ProxyResource.type.modelProperties,
|
4708
|
+
provisioningState: {
|
4683
4709
|
serializedName: "properties.provisioningState",
|
4684
4710
|
readOnly: true,
|
4685
4711
|
type: {
|
4686
4712
|
name: "String",
|
4687
4713
|
},
|
4688
|
-
},
|
4714
|
+
},
|
4715
|
+
mode: {
|
4689
4716
|
serializedName: "properties.mode",
|
4690
4717
|
type: {
|
4691
4718
|
name: "String",
|
4692
4719
|
},
|
4693
|
-
},
|
4720
|
+
},
|
4721
|
+
version: {
|
4694
4722
|
serializedName: "properties.version",
|
4695
4723
|
readOnly: true,
|
4696
4724
|
type: {
|
4697
4725
|
name: "String",
|
4698
4726
|
},
|
4699
|
-
},
|
4727
|
+
},
|
4728
|
+
connectionState: {
|
4700
4729
|
serializedName: "properties.connectionState",
|
4701
4730
|
readOnly: true,
|
4702
4731
|
type: {
|
4703
4732
|
name: "String",
|
4704
4733
|
},
|
4705
|
-
},
|
4734
|
+
},
|
4735
|
+
lastActivityTime: {
|
4706
4736
|
serializedName: "properties.lastActivityTime",
|
4707
4737
|
readOnly: true,
|
4708
4738
|
type: {
|
4709
4739
|
name: "DateTime",
|
4710
4740
|
},
|
4711
|
-
},
|
4741
|
+
},
|
4742
|
+
activation: {
|
4712
4743
|
serializedName: "properties.activation",
|
4713
4744
|
type: {
|
4714
4745
|
name: "Composite",
|
4715
4746
|
className: "ActivationProperties",
|
4716
4747
|
},
|
4717
|
-
},
|
4748
|
+
},
|
4749
|
+
parent: {
|
4718
4750
|
serializedName: "properties.parent",
|
4719
4751
|
type: {
|
4720
4752
|
name: "Composite",
|
4721
4753
|
className: "ParentProperties",
|
4722
4754
|
},
|
4723
|
-
},
|
4755
|
+
},
|
4756
|
+
clientTokenIds: {
|
4724
4757
|
serializedName: "properties.clientTokenIds",
|
4725
4758
|
type: {
|
4726
4759
|
name: "Sequence",
|
@@ -4730,19 +4763,22 @@ export const ConnectedRegistry = {
|
|
4730
4763
|
},
|
4731
4764
|
},
|
4732
4765
|
},
|
4733
|
-
},
|
4766
|
+
},
|
4767
|
+
loginServer: {
|
4734
4768
|
serializedName: "properties.loginServer",
|
4735
4769
|
type: {
|
4736
4770
|
name: "Composite",
|
4737
4771
|
className: "LoginServerProperties",
|
4738
4772
|
},
|
4739
|
-
},
|
4773
|
+
},
|
4774
|
+
logging: {
|
4740
4775
|
serializedName: "properties.logging",
|
4741
4776
|
type: {
|
4742
4777
|
name: "Composite",
|
4743
4778
|
className: "LoggingProperties",
|
4744
4779
|
},
|
4745
|
-
},
|
4780
|
+
},
|
4781
|
+
statusDetails: {
|
4746
4782
|
serializedName: "properties.statusDetails",
|
4747
4783
|
readOnly: true,
|
4748
4784
|
type: {
|
@@ -4754,7 +4790,8 @@ export const ConnectedRegistry = {
|
|
4754
4790
|
},
|
4755
4791
|
},
|
4756
4792
|
},
|
4757
|
-
},
|
4793
|
+
},
|
4794
|
+
notificationsList: {
|
4758
4795
|
serializedName: "properties.notificationsList",
|
4759
4796
|
type: {
|
4760
4797
|
name: "Sequence",
|
@@ -4764,31 +4801,37 @@ export const ConnectedRegistry = {
|
|
4764
4801
|
},
|
4765
4802
|
},
|
4766
4803
|
},
|
4767
|
-
},
|
4804
|
+
},
|
4805
|
+
garbageCollection: {
|
4768
4806
|
serializedName: "properties.garbageCollection",
|
4769
4807
|
type: {
|
4770
4808
|
name: "Composite",
|
4771
4809
|
className: "GarbageCollectionProperties",
|
4772
4810
|
},
|
4773
|
-
}
|
4811
|
+
},
|
4812
|
+
},
|
4774
4813
|
},
|
4775
4814
|
};
|
4776
4815
|
export const CredentialSet = {
|
4777
4816
|
type: {
|
4778
4817
|
name: "Composite",
|
4779
4818
|
className: "CredentialSet",
|
4780
|
-
modelProperties:
|
4819
|
+
modelProperties: {
|
4820
|
+
...ProxyResource.type.modelProperties,
|
4821
|
+
identity: {
|
4781
4822
|
serializedName: "identity",
|
4782
4823
|
type: {
|
4783
4824
|
name: "Composite",
|
4784
4825
|
className: "IdentityProperties",
|
4785
4826
|
},
|
4786
|
-
},
|
4827
|
+
},
|
4828
|
+
loginServer: {
|
4787
4829
|
serializedName: "properties.loginServer",
|
4788
4830
|
type: {
|
4789
4831
|
name: "String",
|
4790
4832
|
},
|
4791
|
-
},
|
4833
|
+
},
|
4834
|
+
authCredentials: {
|
4792
4835
|
serializedName: "properties.authCredentials",
|
4793
4836
|
type: {
|
4794
4837
|
name: "Sequence",
|
@@ -4799,43 +4842,51 @@ export const CredentialSet = {
|
|
4799
4842
|
},
|
4800
4843
|
},
|
4801
4844
|
},
|
4802
|
-
},
|
4845
|
+
},
|
4846
|
+
creationDate: {
|
4803
4847
|
serializedName: "properties.creationDate",
|
4804
4848
|
readOnly: true,
|
4805
4849
|
type: {
|
4806
4850
|
name: "DateTime",
|
4807
4851
|
},
|
4808
|
-
},
|
4852
|
+
},
|
4853
|
+
provisioningState: {
|
4809
4854
|
serializedName: "properties.provisioningState",
|
4810
4855
|
readOnly: true,
|
4811
4856
|
type: {
|
4812
4857
|
name: "String",
|
4813
4858
|
},
|
4814
|
-
}
|
4859
|
+
},
|
4860
|
+
},
|
4815
4861
|
},
|
4816
4862
|
};
|
4817
4863
|
export const ExportPipeline = {
|
4818
4864
|
type: {
|
4819
4865
|
name: "Composite",
|
4820
4866
|
className: "ExportPipeline",
|
4821
|
-
modelProperties:
|
4867
|
+
modelProperties: {
|
4868
|
+
...ProxyResource.type.modelProperties,
|
4869
|
+
location: {
|
4822
4870
|
serializedName: "location",
|
4823
4871
|
type: {
|
4824
4872
|
name: "String",
|
4825
4873
|
},
|
4826
|
-
},
|
4874
|
+
},
|
4875
|
+
identity: {
|
4827
4876
|
serializedName: "identity",
|
4828
4877
|
type: {
|
4829
4878
|
name: "Composite",
|
4830
4879
|
className: "IdentityProperties",
|
4831
4880
|
},
|
4832
|
-
},
|
4881
|
+
},
|
4882
|
+
target: {
|
4833
4883
|
serializedName: "properties.target",
|
4834
4884
|
type: {
|
4835
4885
|
name: "Composite",
|
4836
4886
|
className: "ExportPipelineTargetProperties",
|
4837
4887
|
},
|
4838
|
-
},
|
4888
|
+
},
|
4889
|
+
options: {
|
4839
4890
|
serializedName: "properties.options",
|
4840
4891
|
type: {
|
4841
4892
|
name: "Sequence",
|
@@ -4845,43 +4896,51 @@ export const ExportPipeline = {
|
|
4845
4896
|
},
|
4846
4897
|
},
|
4847
4898
|
},
|
4848
|
-
},
|
4899
|
+
},
|
4900
|
+
provisioningState: {
|
4849
4901
|
serializedName: "properties.provisioningState",
|
4850
4902
|
readOnly: true,
|
4851
4903
|
type: {
|
4852
4904
|
name: "String",
|
4853
4905
|
},
|
4854
|
-
}
|
4906
|
+
},
|
4907
|
+
},
|
4855
4908
|
},
|
4856
4909
|
};
|
4857
4910
|
export const ImportPipeline = {
|
4858
4911
|
type: {
|
4859
4912
|
name: "Composite",
|
4860
4913
|
className: "ImportPipeline",
|
4861
|
-
modelProperties:
|
4914
|
+
modelProperties: {
|
4915
|
+
...ProxyResource.type.modelProperties,
|
4916
|
+
location: {
|
4862
4917
|
serializedName: "location",
|
4863
4918
|
type: {
|
4864
4919
|
name: "String",
|
4865
4920
|
},
|
4866
|
-
},
|
4921
|
+
},
|
4922
|
+
identity: {
|
4867
4923
|
serializedName: "identity",
|
4868
4924
|
type: {
|
4869
4925
|
name: "Composite",
|
4870
4926
|
className: "IdentityProperties",
|
4871
4927
|
},
|
4872
|
-
},
|
4928
|
+
},
|
4929
|
+
source: {
|
4873
4930
|
serializedName: "properties.source",
|
4874
4931
|
type: {
|
4875
4932
|
name: "Composite",
|
4876
4933
|
className: "ImportPipelineSourceProperties",
|
4877
4934
|
},
|
4878
|
-
},
|
4935
|
+
},
|
4936
|
+
trigger: {
|
4879
4937
|
serializedName: "properties.trigger",
|
4880
4938
|
type: {
|
4881
4939
|
name: "Composite",
|
4882
4940
|
className: "PipelineTriggerProperties",
|
4883
4941
|
},
|
4884
|
-
},
|
4942
|
+
},
|
4943
|
+
options: {
|
4885
4944
|
serializedName: "properties.options",
|
4886
4945
|
type: {
|
4887
4946
|
name: "Sequence",
|
@@ -4891,98 +4950,117 @@ export const ImportPipeline = {
|
|
4891
4950
|
},
|
4892
4951
|
},
|
4893
4952
|
},
|
4894
|
-
},
|
4953
|
+
},
|
4954
|
+
provisioningState: {
|
4895
4955
|
serializedName: "properties.provisioningState",
|
4896
4956
|
readOnly: true,
|
4897
4957
|
type: {
|
4898
4958
|
name: "String",
|
4899
4959
|
},
|
4900
|
-
}
|
4960
|
+
},
|
4961
|
+
},
|
4901
4962
|
},
|
4902
4963
|
};
|
4903
4964
|
export const PipelineRun = {
|
4904
4965
|
type: {
|
4905
4966
|
name: "Composite",
|
4906
4967
|
className: "PipelineRun",
|
4907
|
-
modelProperties:
|
4968
|
+
modelProperties: {
|
4969
|
+
...ProxyResource.type.modelProperties,
|
4970
|
+
provisioningState: {
|
4908
4971
|
serializedName: "properties.provisioningState",
|
4909
4972
|
readOnly: true,
|
4910
4973
|
type: {
|
4911
4974
|
name: "String",
|
4912
4975
|
},
|
4913
|
-
},
|
4976
|
+
},
|
4977
|
+
request: {
|
4914
4978
|
serializedName: "properties.request",
|
4915
4979
|
type: {
|
4916
4980
|
name: "Composite",
|
4917
4981
|
className: "PipelineRunRequest",
|
4918
4982
|
},
|
4919
|
-
},
|
4983
|
+
},
|
4984
|
+
response: {
|
4920
4985
|
serializedName: "properties.response",
|
4921
4986
|
type: {
|
4922
4987
|
name: "Composite",
|
4923
4988
|
className: "PipelineRunResponse",
|
4924
4989
|
},
|
4925
|
-
},
|
4990
|
+
},
|
4991
|
+
forceUpdateTag: {
|
4926
4992
|
serializedName: "properties.forceUpdateTag",
|
4927
4993
|
type: {
|
4928
4994
|
name: "String",
|
4929
4995
|
},
|
4930
|
-
}
|
4996
|
+
},
|
4997
|
+
},
|
4931
4998
|
},
|
4932
4999
|
};
|
4933
5000
|
export const PrivateEndpointConnection = {
|
4934
5001
|
type: {
|
4935
5002
|
name: "Composite",
|
4936
5003
|
className: "PrivateEndpointConnection",
|
4937
|
-
modelProperties:
|
5004
|
+
modelProperties: {
|
5005
|
+
...ProxyResource.type.modelProperties,
|
5006
|
+
privateEndpoint: {
|
4938
5007
|
serializedName: "properties.privateEndpoint",
|
4939
5008
|
type: {
|
4940
5009
|
name: "Composite",
|
4941
5010
|
className: "PrivateEndpoint",
|
4942
5011
|
},
|
4943
|
-
},
|
5012
|
+
},
|
5013
|
+
privateLinkServiceConnectionState: {
|
4944
5014
|
serializedName: "properties.privateLinkServiceConnectionState",
|
4945
5015
|
type: {
|
4946
5016
|
name: "Composite",
|
4947
5017
|
className: "PrivateLinkServiceConnectionState",
|
4948
5018
|
},
|
4949
|
-
},
|
5019
|
+
},
|
5020
|
+
provisioningState: {
|
4950
5021
|
serializedName: "properties.provisioningState",
|
4951
5022
|
readOnly: true,
|
4952
5023
|
type: {
|
4953
5024
|
name: "String",
|
4954
5025
|
},
|
4955
|
-
}
|
5026
|
+
},
|
5027
|
+
},
|
4956
5028
|
},
|
4957
5029
|
};
|
4958
5030
|
export const ScopeMap = {
|
4959
5031
|
type: {
|
4960
5032
|
name: "Composite",
|
4961
5033
|
className: "ScopeMap",
|
4962
|
-
modelProperties:
|
5034
|
+
modelProperties: {
|
5035
|
+
...ProxyResource.type.modelProperties,
|
5036
|
+
description: {
|
4963
5037
|
serializedName: "properties.description",
|
4964
5038
|
type: {
|
4965
5039
|
name: "String",
|
4966
5040
|
},
|
4967
|
-
},
|
5041
|
+
},
|
5042
|
+
typePropertiesType: {
|
4968
5043
|
serializedName: "properties.type",
|
4969
5044
|
readOnly: true,
|
4970
5045
|
type: {
|
4971
5046
|
name: "String",
|
4972
5047
|
},
|
4973
|
-
},
|
5048
|
+
},
|
5049
|
+
creationDate: {
|
4974
5050
|
serializedName: "properties.creationDate",
|
4975
5051
|
readOnly: true,
|
4976
5052
|
type: {
|
4977
5053
|
name: "DateTime",
|
4978
5054
|
},
|
4979
|
-
},
|
5055
|
+
},
|
5056
|
+
provisioningState: {
|
4980
5057
|
serializedName: "properties.provisioningState",
|
4981
5058
|
readOnly: true,
|
4982
5059
|
type: {
|
4983
5060
|
name: "String",
|
4984
5061
|
},
|
4985
|
-
},
|
5062
|
+
},
|
5063
|
+
actions: {
|
4986
5064
|
serializedName: "properties.actions",
|
4987
5065
|
type: {
|
4988
5066
|
name: "Sequence",
|
@@ -4992,89 +5070,107 @@ export const ScopeMap = {
|
|
4992
5070
|
},
|
4993
5071
|
},
|
4994
5072
|
},
|
4995
|
-
}
|
5073
|
+
},
|
5074
|
+
},
|
4996
5075
|
},
|
4997
5076
|
};
|
4998
5077
|
export const Token = {
|
4999
5078
|
type: {
|
5000
5079
|
name: "Composite",
|
5001
5080
|
className: "Token",
|
5002
|
-
modelProperties:
|
5081
|
+
modelProperties: {
|
5082
|
+
...ProxyResource.type.modelProperties,
|
5083
|
+
creationDate: {
|
5003
5084
|
serializedName: "properties.creationDate",
|
5004
5085
|
readOnly: true,
|
5005
5086
|
type: {
|
5006
5087
|
name: "DateTime",
|
5007
5088
|
},
|
5008
|
-
},
|
5089
|
+
},
|
5090
|
+
provisioningState: {
|
5009
5091
|
serializedName: "properties.provisioningState",
|
5010
5092
|
readOnly: true,
|
5011
5093
|
type: {
|
5012
5094
|
name: "String",
|
5013
5095
|
},
|
5014
|
-
},
|
5096
|
+
},
|
5097
|
+
scopeMapId: {
|
5015
5098
|
serializedName: "properties.scopeMapId",
|
5016
5099
|
type: {
|
5017
5100
|
name: "String",
|
5018
5101
|
},
|
5019
|
-
},
|
5102
|
+
},
|
5103
|
+
credentials: {
|
5020
5104
|
serializedName: "properties.credentials",
|
5021
5105
|
type: {
|
5022
5106
|
name: "Composite",
|
5023
5107
|
className: "TokenCredentialsProperties",
|
5024
5108
|
},
|
5025
|
-
},
|
5109
|
+
},
|
5110
|
+
status: {
|
5026
5111
|
serializedName: "properties.status",
|
5027
5112
|
type: {
|
5028
5113
|
name: "String",
|
5029
5114
|
},
|
5030
|
-
}
|
5115
|
+
},
|
5116
|
+
},
|
5031
5117
|
},
|
5032
5118
|
};
|
5033
5119
|
export const Run = {
|
5034
5120
|
type: {
|
5035
5121
|
name: "Composite",
|
5036
5122
|
className: "Run",
|
5037
|
-
modelProperties:
|
5123
|
+
modelProperties: {
|
5124
|
+
...ProxyResource.type.modelProperties,
|
5125
|
+
runId: {
|
5038
5126
|
serializedName: "properties.runId",
|
5039
5127
|
type: {
|
5040
5128
|
name: "String",
|
5041
5129
|
},
|
5042
|
-
},
|
5130
|
+
},
|
5131
|
+
status: {
|
5043
5132
|
serializedName: "properties.status",
|
5044
5133
|
type: {
|
5045
5134
|
name: "String",
|
5046
5135
|
},
|
5047
|
-
},
|
5136
|
+
},
|
5137
|
+
lastUpdatedTime: {
|
5048
5138
|
serializedName: "properties.lastUpdatedTime",
|
5049
5139
|
type: {
|
5050
5140
|
name: "DateTime",
|
5051
5141
|
},
|
5052
|
-
},
|
5142
|
+
},
|
5143
|
+
runType: {
|
5053
5144
|
serializedName: "properties.runType",
|
5054
5145
|
type: {
|
5055
5146
|
name: "String",
|
5056
5147
|
},
|
5057
|
-
},
|
5148
|
+
},
|
5149
|
+
agentPoolName: {
|
5058
5150
|
serializedName: "properties.agentPoolName",
|
5059
5151
|
type: {
|
5060
5152
|
name: "String",
|
5061
5153
|
},
|
5062
|
-
},
|
5154
|
+
},
|
5155
|
+
createTime: {
|
5063
5156
|
serializedName: "properties.createTime",
|
5064
5157
|
type: {
|
5065
5158
|
name: "DateTime",
|
5066
5159
|
},
|
5067
|
-
},
|
5160
|
+
},
|
5161
|
+
startTime: {
|
5068
5162
|
serializedName: "properties.startTime",
|
5069
5163
|
type: {
|
5070
5164
|
name: "DateTime",
|
5071
5165
|
},
|
5072
|
-
},
|
5166
|
+
},
|
5167
|
+
finishTime: {
|
5073
5168
|
serializedName: "properties.finishTime",
|
5074
5169
|
type: {
|
5075
5170
|
name: "DateTime",
|
5076
5171
|
},
|
5077
|
-
},
|
5172
|
+
},
|
5173
|
+
outputImages: {
|
5078
5174
|
serializedName: "properties.outputImages",
|
5079
5175
|
type: {
|
5080
5176
|
name: "Sequence",
|
@@ -5085,47 +5181,55 @@ export const Run = {
|
|
5085
5181
|
},
|
5086
5182
|
},
|
5087
5183
|
},
|
5088
|
-
},
|
5184
|
+
},
|
5185
|
+
task: {
|
5089
5186
|
serializedName: "properties.task",
|
5090
5187
|
type: {
|
5091
5188
|
name: "String",
|
5092
5189
|
},
|
5093
|
-
},
|
5190
|
+
},
|
5191
|
+
imageUpdateTrigger: {
|
5094
5192
|
serializedName: "properties.imageUpdateTrigger",
|
5095
5193
|
type: {
|
5096
5194
|
name: "Composite",
|
5097
5195
|
className: "ImageUpdateTrigger",
|
5098
5196
|
},
|
5099
|
-
},
|
5197
|
+
},
|
5198
|
+
sourceTrigger: {
|
5100
5199
|
serializedName: "properties.sourceTrigger",
|
5101
5200
|
type: {
|
5102
5201
|
name: "Composite",
|
5103
5202
|
className: "SourceTriggerDescriptor",
|
5104
5203
|
},
|
5105
|
-
},
|
5204
|
+
},
|
5205
|
+
timerTrigger: {
|
5106
5206
|
serializedName: "properties.timerTrigger",
|
5107
5207
|
type: {
|
5108
5208
|
name: "Composite",
|
5109
5209
|
className: "TimerTriggerDescriptor",
|
5110
5210
|
},
|
5111
|
-
},
|
5211
|
+
},
|
5212
|
+
platform: {
|
5112
5213
|
serializedName: "properties.platform",
|
5113
5214
|
type: {
|
5114
5215
|
name: "Composite",
|
5115
5216
|
className: "PlatformProperties",
|
5116
5217
|
},
|
5117
|
-
},
|
5218
|
+
},
|
5219
|
+
agentConfiguration: {
|
5118
5220
|
serializedName: "properties.agentConfiguration",
|
5119
5221
|
type: {
|
5120
5222
|
name: "Composite",
|
5121
5223
|
className: "AgentProperties",
|
5122
5224
|
},
|
5123
|
-
},
|
5225
|
+
},
|
5226
|
+
sourceRegistryAuth: {
|
5124
5227
|
serializedName: "properties.sourceRegistryAuth",
|
5125
5228
|
type: {
|
5126
5229
|
name: "String",
|
5127
5230
|
},
|
5128
|
-
},
|
5231
|
+
},
|
5232
|
+
customRegistries: {
|
5129
5233
|
serializedName: "properties.customRegistries",
|
5130
5234
|
type: {
|
5131
5235
|
name: "Sequence",
|
@@ -5135,148 +5239,175 @@ export const Run = {
|
|
5135
5239
|
},
|
5136
5240
|
},
|
5137
5241
|
},
|
5138
|
-
},
|
5242
|
+
},
|
5243
|
+
runErrorMessage: {
|
5139
5244
|
serializedName: "properties.runErrorMessage",
|
5140
5245
|
readOnly: true,
|
5141
5246
|
type: {
|
5142
5247
|
name: "String",
|
5143
5248
|
},
|
5144
|
-
},
|
5249
|
+
},
|
5250
|
+
updateTriggerToken: {
|
5145
5251
|
serializedName: "properties.updateTriggerToken",
|
5146
5252
|
type: {
|
5147
5253
|
name: "String",
|
5148
5254
|
},
|
5149
|
-
},
|
5255
|
+
},
|
5256
|
+
logArtifact: {
|
5150
5257
|
serializedName: "properties.logArtifact",
|
5151
5258
|
type: {
|
5152
5259
|
name: "Composite",
|
5153
5260
|
className: "ImageDescriptor",
|
5154
5261
|
},
|
5155
|
-
},
|
5262
|
+
},
|
5263
|
+
provisioningState: {
|
5156
5264
|
serializedName: "properties.provisioningState",
|
5157
5265
|
type: {
|
5158
5266
|
name: "String",
|
5159
5267
|
},
|
5160
|
-
},
|
5268
|
+
},
|
5269
|
+
isArchiveEnabled: {
|
5161
5270
|
defaultValue: false,
|
5162
5271
|
serializedName: "properties.isArchiveEnabled",
|
5163
5272
|
type: {
|
5164
5273
|
name: "Boolean",
|
5165
5274
|
},
|
5166
|
-
}
|
5275
|
+
},
|
5276
|
+
},
|
5167
5277
|
},
|
5168
5278
|
};
|
5169
5279
|
export const TaskRun = {
|
5170
5280
|
type: {
|
5171
5281
|
name: "Composite",
|
5172
5282
|
className: "TaskRun",
|
5173
|
-
modelProperties:
|
5283
|
+
modelProperties: {
|
5284
|
+
...ProxyResource.type.modelProperties,
|
5285
|
+
identity: {
|
5174
5286
|
serializedName: "identity",
|
5175
5287
|
type: {
|
5176
5288
|
name: "Composite",
|
5177
5289
|
className: "IdentityProperties",
|
5178
5290
|
},
|
5179
|
-
},
|
5291
|
+
},
|
5292
|
+
location: {
|
5180
5293
|
serializedName: "location",
|
5181
5294
|
type: {
|
5182
5295
|
name: "String",
|
5183
5296
|
},
|
5184
|
-
},
|
5297
|
+
},
|
5298
|
+
provisioningState: {
|
5185
5299
|
serializedName: "properties.provisioningState",
|
5186
5300
|
readOnly: true,
|
5187
5301
|
type: {
|
5188
5302
|
name: "String",
|
5189
5303
|
},
|
5190
|
-
},
|
5304
|
+
},
|
5305
|
+
runRequest: {
|
5191
5306
|
serializedName: "properties.runRequest",
|
5192
5307
|
type: {
|
5193
5308
|
name: "Composite",
|
5194
5309
|
className: "RunRequest",
|
5195
5310
|
},
|
5196
|
-
},
|
5311
|
+
},
|
5312
|
+
runResult: {
|
5197
5313
|
serializedName: "properties.runResult",
|
5198
5314
|
type: {
|
5199
5315
|
name: "Composite",
|
5200
5316
|
className: "Run",
|
5201
5317
|
},
|
5202
|
-
},
|
5318
|
+
},
|
5319
|
+
forceUpdateTag: {
|
5203
5320
|
serializedName: "properties.forceUpdateTag",
|
5204
5321
|
type: {
|
5205
5322
|
name: "String",
|
5206
5323
|
},
|
5207
|
-
}
|
5324
|
+
},
|
5325
|
+
},
|
5208
5326
|
},
|
5209
5327
|
};
|
5210
5328
|
export const Registry = {
|
5211
5329
|
type: {
|
5212
5330
|
name: "Composite",
|
5213
5331
|
className: "Registry",
|
5214
|
-
modelProperties:
|
5332
|
+
modelProperties: {
|
5333
|
+
...Resource.type.modelProperties,
|
5334
|
+
sku: {
|
5215
5335
|
serializedName: "sku",
|
5216
5336
|
type: {
|
5217
5337
|
name: "Composite",
|
5218
5338
|
className: "Sku",
|
5219
5339
|
},
|
5220
|
-
},
|
5340
|
+
},
|
5341
|
+
identity: {
|
5221
5342
|
serializedName: "identity",
|
5222
5343
|
type: {
|
5223
5344
|
name: "Composite",
|
5224
5345
|
className: "IdentityProperties",
|
5225
5346
|
},
|
5226
|
-
},
|
5347
|
+
},
|
5348
|
+
loginServer: {
|
5227
5349
|
serializedName: "properties.loginServer",
|
5228
5350
|
readOnly: true,
|
5229
5351
|
type: {
|
5230
5352
|
name: "String",
|
5231
5353
|
},
|
5232
|
-
},
|
5354
|
+
},
|
5355
|
+
creationDate: {
|
5233
5356
|
serializedName: "properties.creationDate",
|
5234
5357
|
readOnly: true,
|
5235
5358
|
type: {
|
5236
5359
|
name: "DateTime",
|
5237
5360
|
},
|
5238
|
-
},
|
5361
|
+
},
|
5362
|
+
provisioningState: {
|
5239
5363
|
serializedName: "properties.provisioningState",
|
5240
5364
|
readOnly: true,
|
5241
5365
|
type: {
|
5242
5366
|
name: "String",
|
5243
5367
|
},
|
5244
|
-
},
|
5368
|
+
},
|
5369
|
+
status: {
|
5245
5370
|
serializedName: "properties.status",
|
5246
5371
|
type: {
|
5247
5372
|
name: "Composite",
|
5248
5373
|
className: "Status",
|
5249
5374
|
},
|
5250
|
-
},
|
5375
|
+
},
|
5376
|
+
adminUserEnabled: {
|
5251
5377
|
defaultValue: false,
|
5252
5378
|
serializedName: "properties.adminUserEnabled",
|
5253
5379
|
type: {
|
5254
5380
|
name: "Boolean",
|
5255
5381
|
},
|
5256
|
-
},
|
5382
|
+
},
|
5383
|
+
networkRuleSet: {
|
5257
5384
|
serializedName: "properties.networkRuleSet",
|
5258
5385
|
type: {
|
5259
5386
|
name: "Composite",
|
5260
5387
|
className: "NetworkRuleSet",
|
5261
5388
|
},
|
5262
|
-
},
|
5389
|
+
},
|
5390
|
+
policies: {
|
5263
5391
|
serializedName: "properties.policies",
|
5264
5392
|
type: {
|
5265
5393
|
name: "Composite",
|
5266
5394
|
className: "Policies",
|
5267
5395
|
},
|
5268
|
-
},
|
5396
|
+
},
|
5397
|
+
encryption: {
|
5269
5398
|
serializedName: "properties.encryption",
|
5270
5399
|
type: {
|
5271
5400
|
name: "Composite",
|
5272
5401
|
className: "EncryptionProperty",
|
5273
5402
|
},
|
5274
|
-
},
|
5403
|
+
},
|
5404
|
+
dataEndpointEnabled: {
|
5275
5405
|
serializedName: "properties.dataEndpointEnabled",
|
5276
5406
|
type: {
|
5277
5407
|
name: "Boolean",
|
5278
5408
|
},
|
5279
|
-
},
|
5409
|
+
},
|
5410
|
+
dataEndpointHostNames: {
|
5280
5411
|
serializedName: "properties.dataEndpointHostNames",
|
5281
5412
|
readOnly: true,
|
5282
5413
|
type: {
|
@@ -5287,7 +5418,8 @@ export const Registry = {
|
|
5287
5418
|
},
|
5288
5419
|
},
|
5289
5420
|
},
|
5290
|
-
},
|
5421
|
+
},
|
5422
|
+
privateEndpointConnections: {
|
5291
5423
|
serializedName: "properties.privateEndpointConnections",
|
5292
5424
|
readOnly: true,
|
5293
5425
|
type: {
|
@@ -5299,90 +5431,108 @@ export const Registry = {
|
|
5299
5431
|
},
|
5300
5432
|
},
|
5301
5433
|
},
|
5302
|
-
},
|
5434
|
+
},
|
5435
|
+
publicNetworkAccess: {
|
5303
5436
|
serializedName: "properties.publicNetworkAccess",
|
5304
5437
|
type: {
|
5305
5438
|
name: "String",
|
5306
5439
|
},
|
5307
|
-
},
|
5440
|
+
},
|
5441
|
+
networkRuleBypassOptions: {
|
5308
5442
|
serializedName: "properties.networkRuleBypassOptions",
|
5309
5443
|
type: {
|
5310
5444
|
name: "String",
|
5311
5445
|
},
|
5312
|
-
},
|
5446
|
+
},
|
5447
|
+
zoneRedundancy: {
|
5313
5448
|
serializedName: "properties.zoneRedundancy",
|
5314
5449
|
type: {
|
5315
5450
|
name: "String",
|
5316
5451
|
},
|
5317
|
-
},
|
5452
|
+
},
|
5453
|
+
anonymousPullEnabled: {
|
5318
5454
|
defaultValue: false,
|
5319
5455
|
serializedName: "properties.anonymousPullEnabled",
|
5320
5456
|
type: {
|
5321
5457
|
name: "Boolean",
|
5322
5458
|
},
|
5323
|
-
},
|
5459
|
+
},
|
5460
|
+
metadataSearch: {
|
5324
5461
|
serializedName: "properties.metadataSearch",
|
5325
5462
|
type: {
|
5326
5463
|
name: "String",
|
5327
5464
|
},
|
5328
|
-
},
|
5465
|
+
},
|
5466
|
+
autoGeneratedDomainNameLabelScope: {
|
5329
5467
|
serializedName: "properties.autoGeneratedDomainNameLabelScope",
|
5330
5468
|
type: {
|
5331
5469
|
name: "String",
|
5332
5470
|
},
|
5333
|
-
},
|
5471
|
+
},
|
5472
|
+
roleAssignmentMode: {
|
5334
5473
|
serializedName: "properties.roleAssignmentMode",
|
5335
5474
|
type: {
|
5336
5475
|
name: "String",
|
5337
5476
|
},
|
5338
|
-
}
|
5477
|
+
},
|
5478
|
+
},
|
5339
5479
|
},
|
5340
5480
|
};
|
5341
5481
|
export const Replication = {
|
5342
5482
|
type: {
|
5343
5483
|
name: "Composite",
|
5344
5484
|
className: "Replication",
|
5345
|
-
modelProperties:
|
5485
|
+
modelProperties: {
|
5486
|
+
...Resource.type.modelProperties,
|
5487
|
+
provisioningState: {
|
5346
5488
|
serializedName: "properties.provisioningState",
|
5347
5489
|
readOnly: true,
|
5348
5490
|
type: {
|
5349
5491
|
name: "String",
|
5350
5492
|
},
|
5351
|
-
},
|
5493
|
+
},
|
5494
|
+
status: {
|
5352
5495
|
serializedName: "properties.status",
|
5353
5496
|
type: {
|
5354
5497
|
name: "Composite",
|
5355
5498
|
className: "Status",
|
5356
5499
|
},
|
5357
|
-
},
|
5500
|
+
},
|
5501
|
+
regionEndpointEnabled: {
|
5358
5502
|
defaultValue: true,
|
5359
5503
|
serializedName: "properties.regionEndpointEnabled",
|
5360
5504
|
type: {
|
5361
5505
|
name: "Boolean",
|
5362
5506
|
},
|
5363
|
-
},
|
5507
|
+
},
|
5508
|
+
zoneRedundancy: {
|
5364
5509
|
serializedName: "properties.zoneRedundancy",
|
5365
5510
|
type: {
|
5366
5511
|
name: "String",
|
5367
5512
|
},
|
5368
|
-
}
|
5513
|
+
},
|
5514
|
+
},
|
5369
5515
|
},
|
5370
5516
|
};
|
5371
5517
|
export const Webhook = {
|
5372
5518
|
type: {
|
5373
5519
|
name: "Composite",
|
5374
5520
|
className: "Webhook",
|
5375
|
-
modelProperties:
|
5521
|
+
modelProperties: {
|
5522
|
+
...Resource.type.modelProperties,
|
5523
|
+
status: {
|
5376
5524
|
serializedName: "properties.status",
|
5377
5525
|
type: {
|
5378
5526
|
name: "String",
|
5379
5527
|
},
|
5380
|
-
},
|
5528
|
+
},
|
5529
|
+
scope: {
|
5381
5530
|
serializedName: "properties.scope",
|
5382
5531
|
type: {
|
5383
5532
|
name: "String",
|
5384
5533
|
},
|
5385
|
-
},
|
5534
|
+
},
|
5535
|
+
actions: {
|
5386
5536
|
serializedName: "properties.actions",
|
5387
5537
|
type: {
|
5388
5538
|
name: "Sequence",
|
@@ -5392,93 +5542,111 @@ export const Webhook = {
|
|
5392
5542
|
},
|
5393
5543
|
},
|
5394
5544
|
},
|
5395
|
-
},
|
5545
|
+
},
|
5546
|
+
provisioningState: {
|
5396
5547
|
serializedName: "properties.provisioningState",
|
5397
5548
|
readOnly: true,
|
5398
5549
|
type: {
|
5399
5550
|
name: "String",
|
5400
5551
|
},
|
5401
|
-
}
|
5552
|
+
},
|
5553
|
+
},
|
5402
5554
|
},
|
5403
5555
|
};
|
5404
5556
|
export const AgentPool = {
|
5405
5557
|
type: {
|
5406
5558
|
name: "Composite",
|
5407
5559
|
className: "AgentPool",
|
5408
|
-
modelProperties:
|
5560
|
+
modelProperties: {
|
5561
|
+
...Resource.type.modelProperties,
|
5562
|
+
count: {
|
5409
5563
|
serializedName: "properties.count",
|
5410
5564
|
type: {
|
5411
5565
|
name: "Number",
|
5412
5566
|
},
|
5413
|
-
},
|
5567
|
+
},
|
5568
|
+
tier: {
|
5414
5569
|
serializedName: "properties.tier",
|
5415
5570
|
type: {
|
5416
5571
|
name: "String",
|
5417
5572
|
},
|
5418
|
-
},
|
5573
|
+
},
|
5574
|
+
os: {
|
5419
5575
|
serializedName: "properties.os",
|
5420
5576
|
type: {
|
5421
5577
|
name: "String",
|
5422
5578
|
},
|
5423
|
-
},
|
5579
|
+
},
|
5580
|
+
virtualNetworkSubnetResourceId: {
|
5424
5581
|
serializedName: "properties.virtualNetworkSubnetResourceId",
|
5425
5582
|
type: {
|
5426
5583
|
name: "String",
|
5427
5584
|
},
|
5428
|
-
},
|
5585
|
+
},
|
5586
|
+
provisioningState: {
|
5429
5587
|
serializedName: "properties.provisioningState",
|
5430
5588
|
readOnly: true,
|
5431
5589
|
type: {
|
5432
5590
|
name: "String",
|
5433
5591
|
},
|
5434
|
-
}
|
5592
|
+
},
|
5593
|
+
},
|
5435
5594
|
},
|
5436
5595
|
};
|
5437
5596
|
export const Task = {
|
5438
5597
|
type: {
|
5439
5598
|
name: "Composite",
|
5440
5599
|
className: "Task",
|
5441
|
-
modelProperties:
|
5600
|
+
modelProperties: {
|
5601
|
+
...Resource.type.modelProperties,
|
5602
|
+
identity: {
|
5442
5603
|
serializedName: "identity",
|
5443
5604
|
type: {
|
5444
5605
|
name: "Composite",
|
5445
5606
|
className: "IdentityProperties",
|
5446
5607
|
},
|
5447
|
-
},
|
5608
|
+
},
|
5609
|
+
provisioningState: {
|
5448
5610
|
serializedName: "properties.provisioningState",
|
5449
5611
|
readOnly: true,
|
5450
5612
|
type: {
|
5451
5613
|
name: "String",
|
5452
5614
|
},
|
5453
|
-
},
|
5615
|
+
},
|
5616
|
+
creationDate: {
|
5454
5617
|
serializedName: "properties.creationDate",
|
5455
5618
|
readOnly: true,
|
5456
5619
|
type: {
|
5457
5620
|
name: "DateTime",
|
5458
5621
|
},
|
5459
|
-
},
|
5622
|
+
},
|
5623
|
+
status: {
|
5460
5624
|
serializedName: "properties.status",
|
5461
5625
|
type: {
|
5462
5626
|
name: "String",
|
5463
5627
|
},
|
5464
|
-
},
|
5628
|
+
},
|
5629
|
+
platform: {
|
5465
5630
|
serializedName: "properties.platform",
|
5466
5631
|
type: {
|
5467
5632
|
name: "Composite",
|
5468
5633
|
className: "PlatformProperties",
|
5469
5634
|
},
|
5470
|
-
},
|
5635
|
+
},
|
5636
|
+
agentConfiguration: {
|
5471
5637
|
serializedName: "properties.agentConfiguration",
|
5472
5638
|
type: {
|
5473
5639
|
name: "Composite",
|
5474
5640
|
className: "AgentProperties",
|
5475
5641
|
},
|
5476
|
-
},
|
5642
|
+
},
|
5643
|
+
agentPoolName: {
|
5477
5644
|
serializedName: "properties.agentPoolName",
|
5478
5645
|
type: {
|
5479
5646
|
name: "String",
|
5480
5647
|
},
|
5481
|
-
},
|
5648
|
+
},
|
5649
|
+
timeout: {
|
5482
5650
|
defaultValue: 3600,
|
5483
5651
|
constraints: {
|
5484
5652
|
InclusiveMaximum: 28800,
|
@@ -5488,55 +5656,65 @@ export const Task = {
|
|
5488
5656
|
type: {
|
5489
5657
|
name: "Number",
|
5490
5658
|
},
|
5491
|
-
},
|
5659
|
+
},
|
5660
|
+
step: {
|
5492
5661
|
serializedName: "properties.step",
|
5493
5662
|
type: {
|
5494
5663
|
name: "Composite",
|
5495
5664
|
className: "TaskStepProperties",
|
5496
5665
|
},
|
5497
|
-
},
|
5666
|
+
},
|
5667
|
+
trigger: {
|
5498
5668
|
serializedName: "properties.trigger",
|
5499
5669
|
type: {
|
5500
5670
|
name: "Composite",
|
5501
5671
|
className: "TriggerProperties",
|
5502
5672
|
},
|
5503
|
-
},
|
5673
|
+
},
|
5674
|
+
credentials: {
|
5504
5675
|
serializedName: "properties.credentials",
|
5505
5676
|
type: {
|
5506
5677
|
name: "Composite",
|
5507
5678
|
className: "Credentials",
|
5508
5679
|
},
|
5509
|
-
},
|
5680
|
+
},
|
5681
|
+
logTemplate: {
|
5510
5682
|
serializedName: "properties.logTemplate",
|
5511
5683
|
type: {
|
5512
5684
|
name: "String",
|
5513
5685
|
},
|
5514
|
-
},
|
5686
|
+
},
|
5687
|
+
isSystemTask: {
|
5515
5688
|
defaultValue: false,
|
5516
5689
|
serializedName: "properties.isSystemTask",
|
5517
5690
|
type: {
|
5518
5691
|
name: "Boolean",
|
5519
5692
|
},
|
5520
|
-
}
|
5693
|
+
},
|
5694
|
+
},
|
5521
5695
|
},
|
5522
5696
|
};
|
5523
5697
|
export const Event = {
|
5524
5698
|
type: {
|
5525
5699
|
name: "Composite",
|
5526
5700
|
className: "Event",
|
5527
|
-
modelProperties:
|
5701
|
+
modelProperties: {
|
5702
|
+
...EventInfo.type.modelProperties,
|
5703
|
+
eventRequestMessage: {
|
5528
5704
|
serializedName: "eventRequestMessage",
|
5529
5705
|
type: {
|
5530
5706
|
name: "Composite",
|
5531
5707
|
className: "EventRequestMessage",
|
5532
5708
|
},
|
5533
|
-
},
|
5709
|
+
},
|
5710
|
+
eventResponseMessage: {
|
5534
5711
|
serializedName: "eventResponseMessage",
|
5535
5712
|
type: {
|
5536
5713
|
name: "Composite",
|
5537
5714
|
className: "EventResponseMessage",
|
5538
5715
|
},
|
5539
|
-
}
|
5716
|
+
},
|
5717
|
+
},
|
5540
5718
|
},
|
5541
5719
|
};
|
5542
5720
|
export const DockerBuildRequest = {
|
@@ -5546,7 +5724,9 @@ export const DockerBuildRequest = {
|
|
5546
5724
|
className: "DockerBuildRequest",
|
5547
5725
|
uberParent: "RunRequest",
|
5548
5726
|
polymorphicDiscriminator: RunRequest.type.polymorphicDiscriminator,
|
5549
|
-
modelProperties:
|
5727
|
+
modelProperties: {
|
5728
|
+
...RunRequest.type.modelProperties,
|
5729
|
+
imageNames: {
|
5550
5730
|
serializedName: "imageNames",
|
5551
5731
|
type: {
|
5552
5732
|
name: "Sequence",
|
@@ -5556,30 +5736,35 @@ export const DockerBuildRequest = {
|
|
5556
5736
|
},
|
5557
5737
|
},
|
5558
5738
|
},
|
5559
|
-
},
|
5739
|
+
},
|
5740
|
+
isPushEnabled: {
|
5560
5741
|
defaultValue: true,
|
5561
5742
|
serializedName: "isPushEnabled",
|
5562
5743
|
type: {
|
5563
5744
|
name: "Boolean",
|
5564
5745
|
},
|
5565
|
-
},
|
5746
|
+
},
|
5747
|
+
noCache: {
|
5566
5748
|
defaultValue: false,
|
5567
5749
|
serializedName: "noCache",
|
5568
5750
|
type: {
|
5569
5751
|
name: "Boolean",
|
5570
5752
|
},
|
5571
|
-
},
|
5753
|
+
},
|
5754
|
+
dockerFilePath: {
|
5572
5755
|
serializedName: "dockerFilePath",
|
5573
5756
|
required: true,
|
5574
5757
|
type: {
|
5575
5758
|
name: "String",
|
5576
5759
|
},
|
5577
|
-
},
|
5760
|
+
},
|
5761
|
+
target: {
|
5578
5762
|
serializedName: "target",
|
5579
5763
|
type: {
|
5580
5764
|
name: "String",
|
5581
5765
|
},
|
5582
|
-
},
|
5766
|
+
},
|
5767
|
+
arguments: {
|
5583
5768
|
serializedName: "arguments",
|
5584
5769
|
type: {
|
5585
5770
|
name: "Sequence",
|
@@ -5590,7 +5775,8 @@ export const DockerBuildRequest = {
|
|
5590
5775
|
},
|
5591
5776
|
},
|
5592
5777
|
},
|
5593
|
-
},
|
5778
|
+
},
|
5779
|
+
timeout: {
|
5594
5780
|
defaultValue: 3600,
|
5595
5781
|
constraints: {
|
5596
5782
|
InclusiveMaximum: 28800,
|
@@ -5600,30 +5786,35 @@ export const DockerBuildRequest = {
|
|
5600
5786
|
type: {
|
5601
5787
|
name: "Number",
|
5602
5788
|
},
|
5603
|
-
},
|
5789
|
+
},
|
5790
|
+
platform: {
|
5604
5791
|
serializedName: "platform",
|
5605
5792
|
type: {
|
5606
5793
|
name: "Composite",
|
5607
5794
|
className: "PlatformProperties",
|
5608
5795
|
},
|
5609
|
-
},
|
5796
|
+
},
|
5797
|
+
agentConfiguration: {
|
5610
5798
|
serializedName: "agentConfiguration",
|
5611
5799
|
type: {
|
5612
5800
|
name: "Composite",
|
5613
5801
|
className: "AgentProperties",
|
5614
5802
|
},
|
5615
|
-
},
|
5803
|
+
},
|
5804
|
+
sourceLocation: {
|
5616
5805
|
serializedName: "sourceLocation",
|
5617
5806
|
type: {
|
5618
5807
|
name: "String",
|
5619
5808
|
},
|
5620
|
-
},
|
5809
|
+
},
|
5810
|
+
credentials: {
|
5621
5811
|
serializedName: "credentials",
|
5622
5812
|
type: {
|
5623
5813
|
name: "Composite",
|
5624
5814
|
className: "Credentials",
|
5625
5815
|
},
|
5626
|
-
}
|
5816
|
+
},
|
5817
|
+
},
|
5627
5818
|
},
|
5628
5819
|
};
|
5629
5820
|
export const FileTaskRunRequest = {
|
@@ -5633,18 +5824,22 @@ export const FileTaskRunRequest = {
|
|
5633
5824
|
className: "FileTaskRunRequest",
|
5634
5825
|
uberParent: "RunRequest",
|
5635
5826
|
polymorphicDiscriminator: RunRequest.type.polymorphicDiscriminator,
|
5636
|
-
modelProperties:
|
5827
|
+
modelProperties: {
|
5828
|
+
...RunRequest.type.modelProperties,
|
5829
|
+
taskFilePath: {
|
5637
5830
|
serializedName: "taskFilePath",
|
5638
5831
|
required: true,
|
5639
5832
|
type: {
|
5640
5833
|
name: "String",
|
5641
5834
|
},
|
5642
|
-
},
|
5835
|
+
},
|
5836
|
+
valuesFilePath: {
|
5643
5837
|
serializedName: "valuesFilePath",
|
5644
5838
|
type: {
|
5645
5839
|
name: "String",
|
5646
5840
|
},
|
5647
|
-
},
|
5841
|
+
},
|
5842
|
+
values: {
|
5648
5843
|
serializedName: "values",
|
5649
5844
|
type: {
|
5650
5845
|
name: "Sequence",
|
@@ -5655,7 +5850,8 @@ export const FileTaskRunRequest = {
|
|
5655
5850
|
},
|
5656
5851
|
},
|
5657
5852
|
},
|
5658
|
-
},
|
5853
|
+
},
|
5854
|
+
timeout: {
|
5659
5855
|
defaultValue: 3600,
|
5660
5856
|
constraints: {
|
5661
5857
|
InclusiveMaximum: 28800,
|
@@ -5665,30 +5861,35 @@ export const FileTaskRunRequest = {
|
|
5665
5861
|
type: {
|
5666
5862
|
name: "Number",
|
5667
5863
|
},
|
5668
|
-
},
|
5864
|
+
},
|
5865
|
+
platform: {
|
5669
5866
|
serializedName: "platform",
|
5670
5867
|
type: {
|
5671
5868
|
name: "Composite",
|
5672
5869
|
className: "PlatformProperties",
|
5673
5870
|
},
|
5674
|
-
},
|
5871
|
+
},
|
5872
|
+
agentConfiguration: {
|
5675
5873
|
serializedName: "agentConfiguration",
|
5676
5874
|
type: {
|
5677
5875
|
name: "Composite",
|
5678
5876
|
className: "AgentProperties",
|
5679
5877
|
},
|
5680
|
-
},
|
5878
|
+
},
|
5879
|
+
sourceLocation: {
|
5681
5880
|
serializedName: "sourceLocation",
|
5682
5881
|
type: {
|
5683
5882
|
name: "String",
|
5684
5883
|
},
|
5685
|
-
},
|
5884
|
+
},
|
5885
|
+
credentials: {
|
5686
5886
|
serializedName: "credentials",
|
5687
5887
|
type: {
|
5688
5888
|
name: "Composite",
|
5689
5889
|
className: "Credentials",
|
5690
5890
|
},
|
5691
|
-
}
|
5891
|
+
},
|
5892
|
+
},
|
5692
5893
|
},
|
5693
5894
|
};
|
5694
5895
|
export const TaskRunRequest = {
|
@@ -5698,19 +5899,23 @@ export const TaskRunRequest = {
|
|
5698
5899
|
className: "TaskRunRequest",
|
5699
5900
|
uberParent: "RunRequest",
|
5700
5901
|
polymorphicDiscriminator: RunRequest.type.polymorphicDiscriminator,
|
5701
|
-
modelProperties:
|
5902
|
+
modelProperties: {
|
5903
|
+
...RunRequest.type.modelProperties,
|
5904
|
+
taskId: {
|
5702
5905
|
serializedName: "taskId",
|
5703
5906
|
required: true,
|
5704
5907
|
type: {
|
5705
5908
|
name: "String",
|
5706
5909
|
},
|
5707
|
-
},
|
5910
|
+
},
|
5911
|
+
overrideTaskStepProperties: {
|
5708
5912
|
serializedName: "overrideTaskStepProperties",
|
5709
5913
|
type: {
|
5710
5914
|
name: "Composite",
|
5711
5915
|
className: "OverrideTaskStepProperties",
|
5712
5916
|
},
|
5713
|
-
}
|
5917
|
+
},
|
5918
|
+
},
|
5714
5919
|
},
|
5715
5920
|
};
|
5716
5921
|
export const EncodedTaskRunRequest = {
|
@@ -5720,18 +5925,22 @@ export const EncodedTaskRunRequest = {
|
|
5720
5925
|
className: "EncodedTaskRunRequest",
|
5721
5926
|
uberParent: "RunRequest",
|
5722
5927
|
polymorphicDiscriminator: RunRequest.type.polymorphicDiscriminator,
|
5723
|
-
modelProperties:
|
5928
|
+
modelProperties: {
|
5929
|
+
...RunRequest.type.modelProperties,
|
5930
|
+
encodedTaskContent: {
|
5724
5931
|
serializedName: "encodedTaskContent",
|
5725
5932
|
required: true,
|
5726
5933
|
type: {
|
5727
5934
|
name: "String",
|
5728
5935
|
},
|
5729
|
-
},
|
5936
|
+
},
|
5937
|
+
encodedValuesContent: {
|
5730
5938
|
serializedName: "encodedValuesContent",
|
5731
5939
|
type: {
|
5732
5940
|
name: "String",
|
5733
5941
|
},
|
5734
|
-
},
|
5942
|
+
},
|
5943
|
+
values: {
|
5735
5944
|
serializedName: "values",
|
5736
5945
|
type: {
|
5737
5946
|
name: "Sequence",
|
@@ -5742,7 +5951,8 @@ export const EncodedTaskRunRequest = {
|
|
5742
5951
|
},
|
5743
5952
|
},
|
5744
5953
|
},
|
5745
|
-
},
|
5954
|
+
},
|
5955
|
+
timeout: {
|
5746
5956
|
defaultValue: 3600,
|
5747
5957
|
constraints: {
|
5748
5958
|
InclusiveMaximum: 28800,
|
@@ -5752,30 +5962,35 @@ export const EncodedTaskRunRequest = {
|
|
5752
5962
|
type: {
|
5753
5963
|
name: "Number",
|
5754
5964
|
},
|
5755
|
-
},
|
5965
|
+
},
|
5966
|
+
platform: {
|
5756
5967
|
serializedName: "platform",
|
5757
5968
|
type: {
|
5758
5969
|
name: "Composite",
|
5759
5970
|
className: "PlatformProperties",
|
5760
5971
|
},
|
5761
|
-
},
|
5972
|
+
},
|
5973
|
+
agentConfiguration: {
|
5762
5974
|
serializedName: "agentConfiguration",
|
5763
5975
|
type: {
|
5764
5976
|
name: "Composite",
|
5765
5977
|
className: "AgentProperties",
|
5766
5978
|
},
|
5767
|
-
},
|
5979
|
+
},
|
5980
|
+
sourceLocation: {
|
5768
5981
|
serializedName: "sourceLocation",
|
5769
5982
|
type: {
|
5770
5983
|
name: "String",
|
5771
5984
|
},
|
5772
|
-
},
|
5985
|
+
},
|
5986
|
+
credentials: {
|
5773
5987
|
serializedName: "credentials",
|
5774
5988
|
type: {
|
5775
5989
|
name: "Composite",
|
5776
5990
|
className: "Credentials",
|
5777
5991
|
},
|
5778
|
-
}
|
5992
|
+
},
|
5993
|
+
},
|
5779
5994
|
},
|
5780
5995
|
};
|
5781
5996
|
export const DockerBuildStep = {
|
@@ -5785,7 +6000,9 @@ export const DockerBuildStep = {
|
|
5785
6000
|
className: "DockerBuildStep",
|
5786
6001
|
uberParent: "TaskStepProperties",
|
5787
6002
|
polymorphicDiscriminator: TaskStepProperties.type.polymorphicDiscriminator,
|
5788
|
-
modelProperties:
|
6003
|
+
modelProperties: {
|
6004
|
+
...TaskStepProperties.type.modelProperties,
|
6005
|
+
imageNames: {
|
5789
6006
|
serializedName: "imageNames",
|
5790
6007
|
type: {
|
5791
6008
|
name: "Sequence",
|
@@ -5795,30 +6012,35 @@ export const DockerBuildStep = {
|
|
5795
6012
|
},
|
5796
6013
|
},
|
5797
6014
|
},
|
5798
|
-
},
|
6015
|
+
},
|
6016
|
+
isPushEnabled: {
|
5799
6017
|
defaultValue: true,
|
5800
6018
|
serializedName: "isPushEnabled",
|
5801
6019
|
type: {
|
5802
6020
|
name: "Boolean",
|
5803
6021
|
},
|
5804
|
-
},
|
6022
|
+
},
|
6023
|
+
noCache: {
|
5805
6024
|
defaultValue: false,
|
5806
6025
|
serializedName: "noCache",
|
5807
6026
|
type: {
|
5808
6027
|
name: "Boolean",
|
5809
6028
|
},
|
5810
|
-
},
|
6029
|
+
},
|
6030
|
+
dockerFilePath: {
|
5811
6031
|
serializedName: "dockerFilePath",
|
5812
6032
|
required: true,
|
5813
6033
|
type: {
|
5814
6034
|
name: "String",
|
5815
6035
|
},
|
5816
|
-
},
|
6036
|
+
},
|
6037
|
+
target: {
|
5817
6038
|
serializedName: "target",
|
5818
6039
|
type: {
|
5819
6040
|
name: "String",
|
5820
6041
|
},
|
5821
|
-
},
|
6042
|
+
},
|
6043
|
+
arguments: {
|
5822
6044
|
serializedName: "arguments",
|
5823
6045
|
type: {
|
5824
6046
|
name: "Sequence",
|
@@ -5829,7 +6051,8 @@ export const DockerBuildStep = {
|
|
5829
6051
|
},
|
5830
6052
|
},
|
5831
6053
|
},
|
5832
|
-
}
|
6054
|
+
},
|
6055
|
+
},
|
5833
6056
|
},
|
5834
6057
|
};
|
5835
6058
|
export const FileTaskStep = {
|
@@ -5839,18 +6062,22 @@ export const FileTaskStep = {
|
|
5839
6062
|
className: "FileTaskStep",
|
5840
6063
|
uberParent: "TaskStepProperties",
|
5841
6064
|
polymorphicDiscriminator: TaskStepProperties.type.polymorphicDiscriminator,
|
5842
|
-
modelProperties:
|
6065
|
+
modelProperties: {
|
6066
|
+
...TaskStepProperties.type.modelProperties,
|
6067
|
+
taskFilePath: {
|
5843
6068
|
serializedName: "taskFilePath",
|
5844
6069
|
required: true,
|
5845
6070
|
type: {
|
5846
6071
|
name: "String",
|
5847
6072
|
},
|
5848
|
-
},
|
6073
|
+
},
|
6074
|
+
valuesFilePath: {
|
5849
6075
|
serializedName: "valuesFilePath",
|
5850
6076
|
type: {
|
5851
6077
|
name: "String",
|
5852
6078
|
},
|
5853
|
-
},
|
6079
|
+
},
|
6080
|
+
values: {
|
5854
6081
|
serializedName: "values",
|
5855
6082
|
type: {
|
5856
6083
|
name: "Sequence",
|
@@ -5861,7 +6088,8 @@ export const FileTaskStep = {
|
|
5861
6088
|
},
|
5862
6089
|
},
|
5863
6090
|
},
|
5864
|
-
}
|
6091
|
+
},
|
6092
|
+
},
|
5865
6093
|
},
|
5866
6094
|
};
|
5867
6095
|
export const EncodedTaskStep = {
|
@@ -5871,18 +6099,22 @@ export const EncodedTaskStep = {
|
|
5871
6099
|
className: "EncodedTaskStep",
|
5872
6100
|
uberParent: "TaskStepProperties",
|
5873
6101
|
polymorphicDiscriminator: TaskStepProperties.type.polymorphicDiscriminator,
|
5874
|
-
modelProperties:
|
6102
|
+
modelProperties: {
|
6103
|
+
...TaskStepProperties.type.modelProperties,
|
6104
|
+
encodedTaskContent: {
|
5875
6105
|
serializedName: "encodedTaskContent",
|
5876
6106
|
required: true,
|
5877
6107
|
type: {
|
5878
6108
|
name: "String",
|
5879
6109
|
},
|
5880
|
-
},
|
6110
|
+
},
|
6111
|
+
encodedValuesContent: {
|
5881
6112
|
serializedName: "encodedValuesContent",
|
5882
6113
|
type: {
|
5883
6114
|
name: "String",
|
5884
6115
|
},
|
5885
|
-
},
|
6116
|
+
},
|
6117
|
+
values: {
|
5886
6118
|
serializedName: "values",
|
5887
6119
|
type: {
|
5888
6120
|
name: "Sequence",
|
@@ -5893,7 +6125,8 @@ export const EncodedTaskStep = {
|
|
5893
6125
|
},
|
5894
6126
|
},
|
5895
6127
|
},
|
5896
|
-
}
|
6128
|
+
},
|
6129
|
+
},
|
5897
6130
|
},
|
5898
6131
|
};
|
5899
6132
|
export const DockerBuildStepUpdateParameters = {
|
@@ -5903,7 +6136,9 @@ export const DockerBuildStepUpdateParameters = {
|
|
5903
6136
|
className: "DockerBuildStepUpdateParameters",
|
5904
6137
|
uberParent: "TaskStepUpdateParameters",
|
5905
6138
|
polymorphicDiscriminator: TaskStepUpdateParameters.type.polymorphicDiscriminator,
|
5906
|
-
modelProperties:
|
6139
|
+
modelProperties: {
|
6140
|
+
...TaskStepUpdateParameters.type.modelProperties,
|
6141
|
+
imageNames: {
|
5907
6142
|
serializedName: "imageNames",
|
5908
6143
|
type: {
|
5909
6144
|
name: "Sequence",
|
@@ -5913,22 +6148,26 @@ export const DockerBuildStepUpdateParameters = {
|
|
5913
6148
|
},
|
5914
6149
|
},
|
5915
6150
|
},
|
5916
|
-
},
|
6151
|
+
},
|
6152
|
+
isPushEnabled: {
|
5917
6153
|
serializedName: "isPushEnabled",
|
5918
6154
|
type: {
|
5919
6155
|
name: "Boolean",
|
5920
6156
|
},
|
5921
|
-
},
|
6157
|
+
},
|
6158
|
+
noCache: {
|
5922
6159
|
serializedName: "noCache",
|
5923
6160
|
type: {
|
5924
6161
|
name: "Boolean",
|
5925
6162
|
},
|
5926
|
-
},
|
6163
|
+
},
|
6164
|
+
dockerFilePath: {
|
5927
6165
|
serializedName: "dockerFilePath",
|
5928
6166
|
type: {
|
5929
6167
|
name: "String",
|
5930
6168
|
},
|
5931
|
-
},
|
6169
|
+
},
|
6170
|
+
arguments: {
|
5932
6171
|
serializedName: "arguments",
|
5933
6172
|
type: {
|
5934
6173
|
name: "Sequence",
|
@@ -5939,12 +6178,14 @@ export const DockerBuildStepUpdateParameters = {
|
|
5939
6178
|
},
|
5940
6179
|
},
|
5941
6180
|
},
|
5942
|
-
},
|
6181
|
+
},
|
6182
|
+
target: {
|
5943
6183
|
serializedName: "target",
|
5944
6184
|
type: {
|
5945
6185
|
name: "String",
|
5946
6186
|
},
|
5947
|
-
}
|
6187
|
+
},
|
6188
|
+
},
|
5948
6189
|
},
|
5949
6190
|
};
|
5950
6191
|
export const FileTaskStepUpdateParameters = {
|
@@ -5954,17 +6195,21 @@ export const FileTaskStepUpdateParameters = {
|
|
5954
6195
|
className: "FileTaskStepUpdateParameters",
|
5955
6196
|
uberParent: "TaskStepUpdateParameters",
|
5956
6197
|
polymorphicDiscriminator: TaskStepUpdateParameters.type.polymorphicDiscriminator,
|
5957
|
-
modelProperties:
|
6198
|
+
modelProperties: {
|
6199
|
+
...TaskStepUpdateParameters.type.modelProperties,
|
6200
|
+
taskFilePath: {
|
5958
6201
|
serializedName: "taskFilePath",
|
5959
6202
|
type: {
|
5960
6203
|
name: "String",
|
5961
6204
|
},
|
5962
|
-
},
|
6205
|
+
},
|
6206
|
+
valuesFilePath: {
|
5963
6207
|
serializedName: "valuesFilePath",
|
5964
6208
|
type: {
|
5965
6209
|
name: "String",
|
5966
6210
|
},
|
5967
|
-
},
|
6211
|
+
},
|
6212
|
+
values: {
|
5968
6213
|
serializedName: "values",
|
5969
6214
|
type: {
|
5970
6215
|
name: "Sequence",
|
@@ -5975,7 +6220,8 @@ export const FileTaskStepUpdateParameters = {
|
|
5975
6220
|
},
|
5976
6221
|
},
|
5977
6222
|
},
|
5978
|
-
}
|
6223
|
+
},
|
6224
|
+
},
|
5979
6225
|
},
|
5980
6226
|
};
|
5981
6227
|
export const EncodedTaskStepUpdateParameters = {
|
@@ -5985,17 +6231,21 @@ export const EncodedTaskStepUpdateParameters = {
|
|
5985
6231
|
className: "EncodedTaskStepUpdateParameters",
|
5986
6232
|
uberParent: "TaskStepUpdateParameters",
|
5987
6233
|
polymorphicDiscriminator: TaskStepUpdateParameters.type.polymorphicDiscriminator,
|
5988
|
-
modelProperties:
|
6234
|
+
modelProperties: {
|
6235
|
+
...TaskStepUpdateParameters.type.modelProperties,
|
6236
|
+
encodedTaskContent: {
|
5989
6237
|
serializedName: "encodedTaskContent",
|
5990
6238
|
type: {
|
5991
6239
|
name: "String",
|
5992
6240
|
},
|
5993
|
-
},
|
6241
|
+
},
|
6242
|
+
encodedValuesContent: {
|
5994
6243
|
serializedName: "encodedValuesContent",
|
5995
6244
|
type: {
|
5996
6245
|
name: "String",
|
5997
6246
|
},
|
5998
|
-
},
|
6247
|
+
},
|
6248
|
+
values: {
|
5999
6249
|
serializedName: "values",
|
6000
6250
|
type: {
|
6001
6251
|
name: "Sequence",
|
@@ -6006,7 +6256,8 @@ export const EncodedTaskStepUpdateParameters = {
|
|
6006
6256
|
},
|
6007
6257
|
},
|
6008
6258
|
},
|
6009
|
-
}
|
6259
|
+
},
|
6260
|
+
},
|
6010
6261
|
},
|
6011
6262
|
};
|
6012
6263
|
export const ArchivesCreateHeaders = {
|