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