@azure/arm-batch 10.0.1-alpha.20250718.1 → 10.0.1-alpha.20250721.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/batchManagementClient.js +23 -5
- package/dist/browser/batchManagementClient.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 +218 -102
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/applicationOperations.js +23 -40
- package/dist/browser/operations/applicationOperations.js.map +1 -1
- package/dist/browser/operations/applicationPackageOperations.js +23 -40
- package/dist/browser/operations/applicationPackageOperations.js.map +1 -1
- package/dist/browser/operations/batchAccountOperations.js +111 -169
- package/dist/browser/operations/batchAccountOperations.js.map +1 -1
- package/dist/browser/operations/certificateOperations.js +34 -46
- package/dist/browser/operations/certificateOperations.js.map +1 -1
- package/dist/browser/operations/location.js +23 -40
- package/dist/browser/operations/location.js.map +1 -1
- package/dist/browser/operations/networkSecurityPerimeterOperations.js +34 -46
- package/dist/browser/operations/networkSecurityPerimeterOperations.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/poolOperations.js +34 -46
- package/dist/browser/operations/poolOperations.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnectionOperations.js +45 -52
- package/dist/browser/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/browser/operations/privateLinkResourceOperations.js +23 -40
- package/dist/browser/operations/privateLinkResourceOperations.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/batchManagementClient.js +23 -5
- package/dist/commonjs/batchManagementClient.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 +218 -102
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/applicationOperations.js +23 -39
- package/dist/commonjs/operations/applicationOperations.js.map +1 -1
- package/dist/commonjs/operations/applicationPackageOperations.js +23 -39
- package/dist/commonjs/operations/applicationPackageOperations.js.map +1 -1
- package/dist/commonjs/operations/batchAccountOperations.js +111 -168
- package/dist/commonjs/operations/batchAccountOperations.js.map +1 -1
- package/dist/commonjs/operations/certificateOperations.js +34 -45
- package/dist/commonjs/operations/certificateOperations.js.map +1 -1
- package/dist/commonjs/operations/location.js +23 -39
- package/dist/commonjs/operations/location.js.map +1 -1
- package/dist/commonjs/operations/networkSecurityPerimeterOperations.js +34 -45
- package/dist/commonjs/operations/networkSecurityPerimeterOperations.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/poolOperations.js +34 -45
- package/dist/commonjs/operations/poolOperations.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js +45 -51
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResourceOperations.js +23 -39
- package/dist/commonjs/operations/privateLinkResourceOperations.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/esm/batchManagementClient.js +23 -5
- package/dist/esm/batchManagementClient.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 +218 -102
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/applicationOperations.js +23 -40
- package/dist/esm/operations/applicationOperations.js.map +1 -1
- package/dist/esm/operations/applicationPackageOperations.js +23 -40
- package/dist/esm/operations/applicationPackageOperations.js.map +1 -1
- package/dist/esm/operations/batchAccountOperations.js +111 -169
- package/dist/esm/operations/batchAccountOperations.js.map +1 -1
- package/dist/esm/operations/certificateOperations.js +34 -46
- package/dist/esm/operations/certificateOperations.js.map +1 -1
- package/dist/esm/operations/location.js +23 -40
- package/dist/esm/operations/location.js.map +1 -1
- package/dist/esm/operations/networkSecurityPerimeterOperations.js +34 -46
- package/dist/esm/operations/networkSecurityPerimeterOperations.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/poolOperations.js +34 -46
- package/dist/esm/operations/poolOperations.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnectionOperations.js +45 -52
- package/dist/esm/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/esm/operations/privateLinkResourceOperations.js +23 -40
- package/dist/esm/operations/privateLinkResourceOperations.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/batchManagementClient.js +23 -5
- package/dist/react-native/batchManagementClient.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 +218 -102
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/applicationOperations.js +23 -40
- package/dist/react-native/operations/applicationOperations.js.map +1 -1
- package/dist/react-native/operations/applicationPackageOperations.js +23 -40
- package/dist/react-native/operations/applicationPackageOperations.js.map +1 -1
- package/dist/react-native/operations/batchAccountOperations.js +111 -169
- package/dist/react-native/operations/batchAccountOperations.js.map +1 -1
- package/dist/react-native/operations/certificateOperations.js +34 -46
- package/dist/react-native/operations/certificateOperations.js.map +1 -1
- package/dist/react-native/operations/location.js +23 -40
- package/dist/react-native/operations/location.js.map +1 -1
- package/dist/react-native/operations/networkSecurityPerimeterOperations.js +34 -46
- package/dist/react-native/operations/networkSecurityPerimeterOperations.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/poolOperations.js +34 -46
- package/dist/react-native/operations/poolOperations.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnectionOperations.js +45 -52
- package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/react-native/operations/privateLinkResourceOperations.js +23 -40
- package/dist/react-native/operations/privateLinkResourceOperations.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
|
@@ -3591,20 +3591,25 @@ exports.AutoStorageProperties = {
|
|
|
3591
3591
|
type: {
|
|
3592
3592
|
name: "Composite",
|
|
3593
3593
|
className: "AutoStorageProperties",
|
|
3594
|
-
modelProperties:
|
|
3594
|
+
modelProperties: {
|
|
3595
|
+
...exports.AutoStorageBaseProperties.type.modelProperties,
|
|
3596
|
+
lastKeySync: {
|
|
3595
3597
|
serializedName: "lastKeySync",
|
|
3596
3598
|
required: true,
|
|
3597
3599
|
type: {
|
|
3598
3600
|
name: "DateTime",
|
|
3599
3601
|
},
|
|
3600
|
-
}
|
|
3602
|
+
},
|
|
3603
|
+
},
|
|
3601
3604
|
},
|
|
3602
3605
|
};
|
|
3603
3606
|
exports.PrivateEndpointConnection = {
|
|
3604
3607
|
type: {
|
|
3605
3608
|
name: "Composite",
|
|
3606
3609
|
className: "PrivateEndpointConnection",
|
|
3607
|
-
modelProperties:
|
|
3610
|
+
modelProperties: {
|
|
3611
|
+
...exports.AzureProxyResource.type.modelProperties,
|
|
3612
|
+
provisioningState: {
|
|
3608
3613
|
serializedName: "properties.provisioningState",
|
|
3609
3614
|
readOnly: true,
|
|
3610
3615
|
type: {
|
|
@@ -3618,13 +3623,15 @@ exports.PrivateEndpointConnection = {
|
|
|
3618
3623
|
"Cancelled",
|
|
3619
3624
|
],
|
|
3620
3625
|
},
|
|
3621
|
-
},
|
|
3626
|
+
},
|
|
3627
|
+
privateEndpoint: {
|
|
3622
3628
|
serializedName: "properties.privateEndpoint",
|
|
3623
3629
|
type: {
|
|
3624
3630
|
name: "Composite",
|
|
3625
3631
|
className: "PrivateEndpoint",
|
|
3626
3632
|
},
|
|
3627
|
-
},
|
|
3633
|
+
},
|
|
3634
|
+
groupIds: {
|
|
3628
3635
|
serializedName: "properties.groupIds",
|
|
3629
3636
|
readOnly: true,
|
|
3630
3637
|
type: {
|
|
@@ -3635,192 +3642,230 @@ exports.PrivateEndpointConnection = {
|
|
|
3635
3642
|
},
|
|
3636
3643
|
},
|
|
3637
3644
|
},
|
|
3638
|
-
},
|
|
3645
|
+
},
|
|
3646
|
+
privateLinkServiceConnectionState: {
|
|
3639
3647
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
3640
3648
|
type: {
|
|
3641
3649
|
name: "Composite",
|
|
3642
3650
|
className: "PrivateLinkServiceConnectionState",
|
|
3643
3651
|
},
|
|
3644
|
-
}
|
|
3652
|
+
},
|
|
3653
|
+
},
|
|
3645
3654
|
},
|
|
3646
3655
|
};
|
|
3647
3656
|
exports.ApplicationPackage = {
|
|
3648
3657
|
type: {
|
|
3649
3658
|
name: "Composite",
|
|
3650
3659
|
className: "ApplicationPackage",
|
|
3651
|
-
modelProperties:
|
|
3660
|
+
modelProperties: {
|
|
3661
|
+
...exports.AzureProxyResource.type.modelProperties,
|
|
3662
|
+
state: {
|
|
3652
3663
|
serializedName: "properties.state",
|
|
3653
3664
|
readOnly: true,
|
|
3654
3665
|
type: {
|
|
3655
3666
|
name: "Enum",
|
|
3656
3667
|
allowedValues: ["Pending", "Active"],
|
|
3657
3668
|
},
|
|
3658
|
-
},
|
|
3669
|
+
},
|
|
3670
|
+
format: {
|
|
3659
3671
|
serializedName: "properties.format",
|
|
3660
3672
|
readOnly: true,
|
|
3661
3673
|
type: {
|
|
3662
3674
|
name: "String",
|
|
3663
3675
|
},
|
|
3664
|
-
},
|
|
3676
|
+
},
|
|
3677
|
+
storageUrl: {
|
|
3665
3678
|
serializedName: "properties.storageUrl",
|
|
3666
3679
|
readOnly: true,
|
|
3667
3680
|
type: {
|
|
3668
3681
|
name: "String",
|
|
3669
3682
|
},
|
|
3670
|
-
},
|
|
3683
|
+
},
|
|
3684
|
+
storageUrlExpiry: {
|
|
3671
3685
|
serializedName: "properties.storageUrlExpiry",
|
|
3672
3686
|
readOnly: true,
|
|
3673
3687
|
type: {
|
|
3674
3688
|
name: "DateTime",
|
|
3675
3689
|
},
|
|
3676
|
-
},
|
|
3690
|
+
},
|
|
3691
|
+
lastActivationTime: {
|
|
3677
3692
|
serializedName: "properties.lastActivationTime",
|
|
3678
3693
|
readOnly: true,
|
|
3679
3694
|
type: {
|
|
3680
3695
|
name: "DateTime",
|
|
3681
3696
|
},
|
|
3682
|
-
}
|
|
3697
|
+
},
|
|
3698
|
+
},
|
|
3683
3699
|
},
|
|
3684
3700
|
};
|
|
3685
3701
|
exports.Application = {
|
|
3686
3702
|
type: {
|
|
3687
3703
|
name: "Composite",
|
|
3688
3704
|
className: "Application",
|
|
3689
|
-
modelProperties:
|
|
3705
|
+
modelProperties: {
|
|
3706
|
+
...exports.AzureProxyResource.type.modelProperties,
|
|
3707
|
+
displayName: {
|
|
3690
3708
|
serializedName: "properties.displayName",
|
|
3691
3709
|
type: {
|
|
3692
3710
|
name: "String",
|
|
3693
3711
|
},
|
|
3694
|
-
},
|
|
3712
|
+
},
|
|
3713
|
+
allowUpdates: {
|
|
3695
3714
|
serializedName: "properties.allowUpdates",
|
|
3696
3715
|
type: {
|
|
3697
3716
|
name: "Boolean",
|
|
3698
3717
|
},
|
|
3699
|
-
},
|
|
3718
|
+
},
|
|
3719
|
+
defaultVersion: {
|
|
3700
3720
|
serializedName: "properties.defaultVersion",
|
|
3701
3721
|
type: {
|
|
3702
3722
|
name: "String",
|
|
3703
3723
|
},
|
|
3704
|
-
}
|
|
3724
|
+
},
|
|
3725
|
+
},
|
|
3705
3726
|
},
|
|
3706
3727
|
};
|
|
3707
3728
|
exports.Certificate = {
|
|
3708
3729
|
type: {
|
|
3709
3730
|
name: "Composite",
|
|
3710
3731
|
className: "Certificate",
|
|
3711
|
-
modelProperties:
|
|
3732
|
+
modelProperties: {
|
|
3733
|
+
...exports.AzureProxyResource.type.modelProperties,
|
|
3734
|
+
thumbprintAlgorithm: {
|
|
3712
3735
|
serializedName: "properties.thumbprintAlgorithm",
|
|
3713
3736
|
type: {
|
|
3714
3737
|
name: "String",
|
|
3715
3738
|
},
|
|
3716
|
-
},
|
|
3739
|
+
},
|
|
3740
|
+
thumbprint: {
|
|
3717
3741
|
serializedName: "properties.thumbprint",
|
|
3718
3742
|
type: {
|
|
3719
3743
|
name: "String",
|
|
3720
3744
|
},
|
|
3721
|
-
},
|
|
3745
|
+
},
|
|
3746
|
+
format: {
|
|
3722
3747
|
serializedName: "properties.format",
|
|
3723
3748
|
type: {
|
|
3724
3749
|
name: "Enum",
|
|
3725
3750
|
allowedValues: ["Pfx", "Cer"],
|
|
3726
3751
|
},
|
|
3727
|
-
},
|
|
3752
|
+
},
|
|
3753
|
+
provisioningState: {
|
|
3728
3754
|
serializedName: "properties.provisioningState",
|
|
3729
3755
|
readOnly: true,
|
|
3730
3756
|
type: {
|
|
3731
3757
|
name: "Enum",
|
|
3732
3758
|
allowedValues: ["Succeeded", "Deleting", "Failed"],
|
|
3733
3759
|
},
|
|
3734
|
-
},
|
|
3760
|
+
},
|
|
3761
|
+
provisioningStateTransitionTime: {
|
|
3735
3762
|
serializedName: "properties.provisioningStateTransitionTime",
|
|
3736
3763
|
readOnly: true,
|
|
3737
3764
|
type: {
|
|
3738
3765
|
name: "DateTime",
|
|
3739
3766
|
},
|
|
3740
|
-
},
|
|
3767
|
+
},
|
|
3768
|
+
previousProvisioningState: {
|
|
3741
3769
|
serializedName: "properties.previousProvisioningState",
|
|
3742
3770
|
readOnly: true,
|
|
3743
3771
|
type: {
|
|
3744
3772
|
name: "Enum",
|
|
3745
3773
|
allowedValues: ["Succeeded", "Deleting", "Failed"],
|
|
3746
3774
|
},
|
|
3747
|
-
},
|
|
3775
|
+
},
|
|
3776
|
+
previousProvisioningStateTransitionTime: {
|
|
3748
3777
|
serializedName: "properties.previousProvisioningStateTransitionTime",
|
|
3749
3778
|
readOnly: true,
|
|
3750
3779
|
type: {
|
|
3751
3780
|
name: "DateTime",
|
|
3752
3781
|
},
|
|
3753
|
-
},
|
|
3782
|
+
},
|
|
3783
|
+
publicData: {
|
|
3754
3784
|
serializedName: "properties.publicData",
|
|
3755
3785
|
readOnly: true,
|
|
3756
3786
|
type: {
|
|
3757
3787
|
name: "String",
|
|
3758
3788
|
},
|
|
3759
|
-
},
|
|
3789
|
+
},
|
|
3790
|
+
deleteCertificateError: {
|
|
3760
3791
|
serializedName: "properties.deleteCertificateError",
|
|
3761
3792
|
type: {
|
|
3762
3793
|
name: "Composite",
|
|
3763
3794
|
className: "DeleteCertificateError",
|
|
3764
3795
|
},
|
|
3765
|
-
}
|
|
3796
|
+
},
|
|
3797
|
+
},
|
|
3766
3798
|
},
|
|
3767
3799
|
};
|
|
3768
3800
|
exports.CertificateCreateOrUpdateParameters = {
|
|
3769
3801
|
type: {
|
|
3770
3802
|
name: "Composite",
|
|
3771
3803
|
className: "CertificateCreateOrUpdateParameters",
|
|
3772
|
-
modelProperties:
|
|
3804
|
+
modelProperties: {
|
|
3805
|
+
...exports.AzureProxyResource.type.modelProperties,
|
|
3806
|
+
thumbprintAlgorithm: {
|
|
3773
3807
|
serializedName: "properties.thumbprintAlgorithm",
|
|
3774
3808
|
type: {
|
|
3775
3809
|
name: "String",
|
|
3776
3810
|
},
|
|
3777
|
-
},
|
|
3811
|
+
},
|
|
3812
|
+
thumbprint: {
|
|
3778
3813
|
serializedName: "properties.thumbprint",
|
|
3779
3814
|
type: {
|
|
3780
3815
|
name: "String",
|
|
3781
3816
|
},
|
|
3782
|
-
},
|
|
3817
|
+
},
|
|
3818
|
+
format: {
|
|
3783
3819
|
serializedName: "properties.format",
|
|
3784
3820
|
type: {
|
|
3785
3821
|
name: "Enum",
|
|
3786
3822
|
allowedValues: ["Pfx", "Cer"],
|
|
3787
3823
|
},
|
|
3788
|
-
},
|
|
3824
|
+
},
|
|
3825
|
+
data: {
|
|
3789
3826
|
serializedName: "properties.data",
|
|
3790
3827
|
type: {
|
|
3791
3828
|
name: "String",
|
|
3792
3829
|
},
|
|
3793
|
-
},
|
|
3830
|
+
},
|
|
3831
|
+
password: {
|
|
3794
3832
|
serializedName: "properties.password",
|
|
3795
3833
|
type: {
|
|
3796
3834
|
name: "String",
|
|
3797
3835
|
},
|
|
3798
|
-
}
|
|
3836
|
+
},
|
|
3837
|
+
},
|
|
3799
3838
|
},
|
|
3800
3839
|
};
|
|
3801
3840
|
exports.DetectorResponse = {
|
|
3802
3841
|
type: {
|
|
3803
3842
|
name: "Composite",
|
|
3804
3843
|
className: "DetectorResponse",
|
|
3805
|
-
modelProperties:
|
|
3844
|
+
modelProperties: {
|
|
3845
|
+
...exports.AzureProxyResource.type.modelProperties,
|
|
3846
|
+
value: {
|
|
3806
3847
|
serializedName: "properties.value",
|
|
3807
3848
|
type: {
|
|
3808
3849
|
name: "String",
|
|
3809
3850
|
},
|
|
3810
|
-
}
|
|
3851
|
+
},
|
|
3852
|
+
},
|
|
3811
3853
|
},
|
|
3812
3854
|
};
|
|
3813
3855
|
exports.PrivateLinkResource = {
|
|
3814
3856
|
type: {
|
|
3815
3857
|
name: "Composite",
|
|
3816
3858
|
className: "PrivateLinkResource",
|
|
3817
|
-
modelProperties:
|
|
3859
|
+
modelProperties: {
|
|
3860
|
+
...exports.AzureProxyResource.type.modelProperties,
|
|
3861
|
+
groupId: {
|
|
3818
3862
|
serializedName: "properties.groupId",
|
|
3819
3863
|
readOnly: true,
|
|
3820
3864
|
type: {
|
|
3821
3865
|
name: "String",
|
|
3822
3866
|
},
|
|
3823
|
-
},
|
|
3867
|
+
},
|
|
3868
|
+
requiredMembers: {
|
|
3824
3869
|
serializedName: "properties.requiredMembers",
|
|
3825
3870
|
readOnly: true,
|
|
3826
3871
|
type: {
|
|
@@ -3831,7 +3876,8 @@ exports.PrivateLinkResource = {
|
|
|
3831
3876
|
},
|
|
3832
3877
|
},
|
|
3833
3878
|
},
|
|
3834
|
-
},
|
|
3879
|
+
},
|
|
3880
|
+
requiredZoneNames: {
|
|
3835
3881
|
serializedName: "properties.requiredZoneNames",
|
|
3836
3882
|
readOnly: true,
|
|
3837
3883
|
type: {
|
|
@@ -3842,122 +3888,143 @@ exports.PrivateLinkResource = {
|
|
|
3842
3888
|
},
|
|
3843
3889
|
},
|
|
3844
3890
|
},
|
|
3845
|
-
}
|
|
3891
|
+
},
|
|
3892
|
+
},
|
|
3846
3893
|
},
|
|
3847
3894
|
};
|
|
3848
3895
|
exports.Pool = {
|
|
3849
3896
|
type: {
|
|
3850
3897
|
name: "Composite",
|
|
3851
3898
|
className: "Pool",
|
|
3852
|
-
modelProperties:
|
|
3899
|
+
modelProperties: {
|
|
3900
|
+
...exports.AzureProxyResource.type.modelProperties,
|
|
3901
|
+
identity: {
|
|
3853
3902
|
serializedName: "identity",
|
|
3854
3903
|
type: {
|
|
3855
3904
|
name: "Composite",
|
|
3856
3905
|
className: "BatchPoolIdentity",
|
|
3857
3906
|
},
|
|
3858
|
-
},
|
|
3907
|
+
},
|
|
3908
|
+
displayName: {
|
|
3859
3909
|
serializedName: "properties.displayName",
|
|
3860
3910
|
type: {
|
|
3861
3911
|
name: "String",
|
|
3862
3912
|
},
|
|
3863
|
-
},
|
|
3913
|
+
},
|
|
3914
|
+
lastModified: {
|
|
3864
3915
|
serializedName: "properties.lastModified",
|
|
3865
3916
|
readOnly: true,
|
|
3866
3917
|
type: {
|
|
3867
3918
|
name: "DateTime",
|
|
3868
3919
|
},
|
|
3869
|
-
},
|
|
3920
|
+
},
|
|
3921
|
+
creationTime: {
|
|
3870
3922
|
serializedName: "properties.creationTime",
|
|
3871
3923
|
readOnly: true,
|
|
3872
3924
|
type: {
|
|
3873
3925
|
name: "DateTime",
|
|
3874
3926
|
},
|
|
3875
|
-
},
|
|
3927
|
+
},
|
|
3928
|
+
provisioningState: {
|
|
3876
3929
|
serializedName: "properties.provisioningState",
|
|
3877
3930
|
readOnly: true,
|
|
3878
3931
|
type: {
|
|
3879
3932
|
name: "Enum",
|
|
3880
3933
|
allowedValues: ["Succeeded", "Deleting"],
|
|
3881
3934
|
},
|
|
3882
|
-
},
|
|
3935
|
+
},
|
|
3936
|
+
provisioningStateTransitionTime: {
|
|
3883
3937
|
serializedName: "properties.provisioningStateTransitionTime",
|
|
3884
3938
|
readOnly: true,
|
|
3885
3939
|
type: {
|
|
3886
3940
|
name: "DateTime",
|
|
3887
3941
|
},
|
|
3888
|
-
},
|
|
3942
|
+
},
|
|
3943
|
+
allocationState: {
|
|
3889
3944
|
serializedName: "properties.allocationState",
|
|
3890
3945
|
readOnly: true,
|
|
3891
3946
|
type: {
|
|
3892
3947
|
name: "Enum",
|
|
3893
3948
|
allowedValues: ["Steady", "Resizing", "Stopping"],
|
|
3894
3949
|
},
|
|
3895
|
-
},
|
|
3950
|
+
},
|
|
3951
|
+
allocationStateTransitionTime: {
|
|
3896
3952
|
serializedName: "properties.allocationStateTransitionTime",
|
|
3897
3953
|
readOnly: true,
|
|
3898
3954
|
type: {
|
|
3899
3955
|
name: "DateTime",
|
|
3900
3956
|
},
|
|
3901
|
-
},
|
|
3957
|
+
},
|
|
3958
|
+
vmSize: {
|
|
3902
3959
|
serializedName: "properties.vmSize",
|
|
3903
3960
|
type: {
|
|
3904
3961
|
name: "String",
|
|
3905
3962
|
},
|
|
3906
|
-
},
|
|
3963
|
+
},
|
|
3964
|
+
deploymentConfiguration: {
|
|
3907
3965
|
serializedName: "properties.deploymentConfiguration",
|
|
3908
3966
|
type: {
|
|
3909
3967
|
name: "Composite",
|
|
3910
3968
|
className: "DeploymentConfiguration",
|
|
3911
3969
|
},
|
|
3912
|
-
},
|
|
3970
|
+
},
|
|
3971
|
+
currentDedicatedNodes: {
|
|
3913
3972
|
serializedName: "properties.currentDedicatedNodes",
|
|
3914
3973
|
readOnly: true,
|
|
3915
3974
|
type: {
|
|
3916
3975
|
name: "Number",
|
|
3917
3976
|
},
|
|
3918
|
-
},
|
|
3977
|
+
},
|
|
3978
|
+
currentLowPriorityNodes: {
|
|
3919
3979
|
serializedName: "properties.currentLowPriorityNodes",
|
|
3920
3980
|
readOnly: true,
|
|
3921
3981
|
type: {
|
|
3922
3982
|
name: "Number",
|
|
3923
3983
|
},
|
|
3924
|
-
},
|
|
3984
|
+
},
|
|
3985
|
+
scaleSettings: {
|
|
3925
3986
|
serializedName: "properties.scaleSettings",
|
|
3926
3987
|
type: {
|
|
3927
3988
|
name: "Composite",
|
|
3928
3989
|
className: "ScaleSettings",
|
|
3929
3990
|
},
|
|
3930
|
-
},
|
|
3991
|
+
},
|
|
3992
|
+
autoScaleRun: {
|
|
3931
3993
|
serializedName: "properties.autoScaleRun",
|
|
3932
3994
|
type: {
|
|
3933
3995
|
name: "Composite",
|
|
3934
3996
|
className: "AutoScaleRun",
|
|
3935
3997
|
},
|
|
3936
|
-
},
|
|
3998
|
+
},
|
|
3999
|
+
interNodeCommunication: {
|
|
3937
4000
|
serializedName: "properties.interNodeCommunication",
|
|
3938
4001
|
type: {
|
|
3939
4002
|
name: "Enum",
|
|
3940
4003
|
allowedValues: ["Enabled", "Disabled"],
|
|
3941
4004
|
},
|
|
3942
|
-
},
|
|
4005
|
+
},
|
|
4006
|
+
networkConfiguration: {
|
|
3943
4007
|
serializedName: "properties.networkConfiguration",
|
|
3944
4008
|
type: {
|
|
3945
4009
|
name: "Composite",
|
|
3946
4010
|
className: "NetworkConfiguration",
|
|
3947
4011
|
},
|
|
3948
|
-
},
|
|
4012
|
+
},
|
|
4013
|
+
taskSlotsPerNode: {
|
|
3949
4014
|
defaultValue: 1,
|
|
3950
4015
|
serializedName: "properties.taskSlotsPerNode",
|
|
3951
4016
|
type: {
|
|
3952
4017
|
name: "Number",
|
|
3953
4018
|
},
|
|
3954
|
-
},
|
|
4019
|
+
},
|
|
4020
|
+
taskSchedulingPolicy: {
|
|
3955
4021
|
serializedName: "properties.taskSchedulingPolicy",
|
|
3956
4022
|
type: {
|
|
3957
4023
|
name: "Composite",
|
|
3958
4024
|
className: "TaskSchedulingPolicy",
|
|
3959
4025
|
},
|
|
3960
|
-
},
|
|
4026
|
+
},
|
|
4027
|
+
userAccounts: {
|
|
3961
4028
|
serializedName: "properties.userAccounts",
|
|
3962
4029
|
type: {
|
|
3963
4030
|
name: "Sequence",
|
|
@@ -3968,7 +4035,8 @@ exports.Pool = {
|
|
|
3968
4035
|
},
|
|
3969
4036
|
},
|
|
3970
4037
|
},
|
|
3971
|
-
},
|
|
4038
|
+
},
|
|
4039
|
+
metadata: {
|
|
3972
4040
|
serializedName: "properties.metadata",
|
|
3973
4041
|
type: {
|
|
3974
4042
|
name: "Sequence",
|
|
@@ -3979,13 +4047,15 @@ exports.Pool = {
|
|
|
3979
4047
|
},
|
|
3980
4048
|
},
|
|
3981
4049
|
},
|
|
3982
|
-
},
|
|
4050
|
+
},
|
|
4051
|
+
startTask: {
|
|
3983
4052
|
serializedName: "properties.startTask",
|
|
3984
4053
|
type: {
|
|
3985
4054
|
name: "Composite",
|
|
3986
4055
|
className: "StartTask",
|
|
3987
4056
|
},
|
|
3988
|
-
},
|
|
4057
|
+
},
|
|
4058
|
+
certificates: {
|
|
3989
4059
|
serializedName: "properties.certificates",
|
|
3990
4060
|
type: {
|
|
3991
4061
|
name: "Sequence",
|
|
@@ -3996,7 +4066,8 @@ exports.Pool = {
|
|
|
3996
4066
|
},
|
|
3997
4067
|
},
|
|
3998
4068
|
},
|
|
3999
|
-
},
|
|
4069
|
+
},
|
|
4070
|
+
applicationPackages: {
|
|
4000
4071
|
serializedName: "properties.applicationPackages",
|
|
4001
4072
|
type: {
|
|
4002
4073
|
name: "Sequence",
|
|
@@ -4007,7 +4078,8 @@ exports.Pool = {
|
|
|
4007
4078
|
},
|
|
4008
4079
|
},
|
|
4009
4080
|
},
|
|
4010
|
-
},
|
|
4081
|
+
},
|
|
4082
|
+
applicationLicenses: {
|
|
4011
4083
|
serializedName: "properties.applicationLicenses",
|
|
4012
4084
|
type: {
|
|
4013
4085
|
name: "Sequence",
|
|
@@ -4017,13 +4089,15 @@ exports.Pool = {
|
|
|
4017
4089
|
},
|
|
4018
4090
|
},
|
|
4019
4091
|
},
|
|
4020
|
-
},
|
|
4092
|
+
},
|
|
4093
|
+
resizeOperationStatus: {
|
|
4021
4094
|
serializedName: "properties.resizeOperationStatus",
|
|
4022
4095
|
type: {
|
|
4023
4096
|
name: "Composite",
|
|
4024
4097
|
className: "ResizeOperationStatus",
|
|
4025
4098
|
},
|
|
4026
|
-
},
|
|
4099
|
+
},
|
|
4100
|
+
mountConfiguration: {
|
|
4027
4101
|
serializedName: "properties.mountConfiguration",
|
|
4028
4102
|
type: {
|
|
4029
4103
|
name: "Sequence",
|
|
@@ -4034,13 +4108,15 @@ exports.Pool = {
|
|
|
4034
4108
|
},
|
|
4035
4109
|
},
|
|
4036
4110
|
},
|
|
4037
|
-
},
|
|
4111
|
+
},
|
|
4112
|
+
targetNodeCommunicationMode: {
|
|
4038
4113
|
serializedName: "properties.targetNodeCommunicationMode",
|
|
4039
4114
|
type: {
|
|
4040
4115
|
name: "Enum",
|
|
4041
4116
|
allowedValues: ["Default", "Classic", "Simplified"],
|
|
4042
4117
|
},
|
|
4043
|
-
},
|
|
4118
|
+
},
|
|
4119
|
+
currentNodeCommunicationMode: {
|
|
4044
4120
|
serializedName: "properties.currentNodeCommunicationMode",
|
|
4045
4121
|
readOnly: true,
|
|
4046
4122
|
nullable: true,
|
|
@@ -4048,44 +4124,52 @@ exports.Pool = {
|
|
|
4048
4124
|
name: "Enum",
|
|
4049
4125
|
allowedValues: ["Default", "Classic", "Simplified"],
|
|
4050
4126
|
},
|
|
4051
|
-
},
|
|
4127
|
+
},
|
|
4128
|
+
upgradePolicy: {
|
|
4052
4129
|
serializedName: "properties.upgradePolicy",
|
|
4053
4130
|
type: {
|
|
4054
4131
|
name: "Composite",
|
|
4055
4132
|
className: "UpgradePolicy",
|
|
4056
4133
|
},
|
|
4057
|
-
},
|
|
4134
|
+
},
|
|
4135
|
+
resourceTags: {
|
|
4058
4136
|
serializedName: "properties.resourceTags",
|
|
4059
4137
|
type: {
|
|
4060
4138
|
name: "Dictionary",
|
|
4061
4139
|
value: { type: { name: "String" } },
|
|
4062
4140
|
},
|
|
4063
|
-
}
|
|
4141
|
+
},
|
|
4142
|
+
},
|
|
4064
4143
|
},
|
|
4065
4144
|
};
|
|
4066
4145
|
exports.BatchAccount = {
|
|
4067
4146
|
type: {
|
|
4068
4147
|
name: "Composite",
|
|
4069
4148
|
className: "BatchAccount",
|
|
4070
|
-
modelProperties:
|
|
4149
|
+
modelProperties: {
|
|
4150
|
+
...exports.AzureResource.type.modelProperties,
|
|
4151
|
+
identity: {
|
|
4071
4152
|
serializedName: "identity",
|
|
4072
4153
|
type: {
|
|
4073
4154
|
name: "Composite",
|
|
4074
4155
|
className: "BatchAccountIdentity",
|
|
4075
4156
|
},
|
|
4076
|
-
},
|
|
4157
|
+
},
|
|
4158
|
+
accountEndpoint: {
|
|
4077
4159
|
serializedName: "properties.accountEndpoint",
|
|
4078
4160
|
readOnly: true,
|
|
4079
4161
|
type: {
|
|
4080
4162
|
name: "String",
|
|
4081
4163
|
},
|
|
4082
|
-
},
|
|
4164
|
+
},
|
|
4165
|
+
nodeManagementEndpoint: {
|
|
4083
4166
|
serializedName: "properties.nodeManagementEndpoint",
|
|
4084
4167
|
readOnly: true,
|
|
4085
4168
|
type: {
|
|
4086
4169
|
name: "String",
|
|
4087
4170
|
},
|
|
4088
|
-
},
|
|
4171
|
+
},
|
|
4172
|
+
provisioningState: {
|
|
4089
4173
|
serializedName: "properties.provisioningState",
|
|
4090
4174
|
readOnly: true,
|
|
4091
4175
|
type: {
|
|
@@ -4099,20 +4183,23 @@ exports.BatchAccount = {
|
|
|
4099
4183
|
"Cancelled",
|
|
4100
4184
|
],
|
|
4101
4185
|
},
|
|
4102
|
-
},
|
|
4186
|
+
},
|
|
4187
|
+
poolAllocationMode: {
|
|
4103
4188
|
serializedName: "properties.poolAllocationMode",
|
|
4104
4189
|
readOnly: true,
|
|
4105
4190
|
type: {
|
|
4106
4191
|
name: "Enum",
|
|
4107
4192
|
allowedValues: ["BatchService", "UserSubscription"],
|
|
4108
4193
|
},
|
|
4109
|
-
},
|
|
4194
|
+
},
|
|
4195
|
+
keyVaultReference: {
|
|
4110
4196
|
serializedName: "properties.keyVaultReference",
|
|
4111
4197
|
type: {
|
|
4112
4198
|
name: "Composite",
|
|
4113
4199
|
className: "KeyVaultReference",
|
|
4114
4200
|
},
|
|
4115
|
-
},
|
|
4201
|
+
},
|
|
4202
|
+
publicNetworkAccess: {
|
|
4116
4203
|
defaultValue: "Enabled",
|
|
4117
4204
|
serializedName: "properties.publicNetworkAccess",
|
|
4118
4205
|
nullable: true,
|
|
@@ -4120,13 +4207,15 @@ exports.BatchAccount = {
|
|
|
4120
4207
|
name: "Enum",
|
|
4121
4208
|
allowedValues: ["Enabled", "Disabled", "SecuredByPerimeter"],
|
|
4122
4209
|
},
|
|
4123
|
-
},
|
|
4210
|
+
},
|
|
4211
|
+
networkProfile: {
|
|
4124
4212
|
serializedName: "properties.networkProfile",
|
|
4125
4213
|
type: {
|
|
4126
4214
|
name: "Composite",
|
|
4127
4215
|
className: "NetworkProfile",
|
|
4128
4216
|
},
|
|
4129
|
-
},
|
|
4217
|
+
},
|
|
4218
|
+
privateEndpointConnections: {
|
|
4130
4219
|
serializedName: "properties.privateEndpointConnections",
|
|
4131
4220
|
readOnly: true,
|
|
4132
4221
|
nullable: true,
|
|
@@ -4139,33 +4228,38 @@ exports.BatchAccount = {
|
|
|
4139
4228
|
},
|
|
4140
4229
|
},
|
|
4141
4230
|
},
|
|
4142
|
-
},
|
|
4231
|
+
},
|
|
4232
|
+
autoStorage: {
|
|
4143
4233
|
serializedName: "properties.autoStorage",
|
|
4144
4234
|
type: {
|
|
4145
4235
|
name: "Composite",
|
|
4146
4236
|
className: "AutoStorageProperties",
|
|
4147
4237
|
},
|
|
4148
|
-
},
|
|
4238
|
+
},
|
|
4239
|
+
encryption: {
|
|
4149
4240
|
serializedName: "properties.encryption",
|
|
4150
4241
|
type: {
|
|
4151
4242
|
name: "Composite",
|
|
4152
4243
|
className: "EncryptionProperties",
|
|
4153
4244
|
},
|
|
4154
|
-
},
|
|
4245
|
+
},
|
|
4246
|
+
dedicatedCoreQuota: {
|
|
4155
4247
|
serializedName: "properties.dedicatedCoreQuota",
|
|
4156
4248
|
readOnly: true,
|
|
4157
4249
|
nullable: true,
|
|
4158
4250
|
type: {
|
|
4159
4251
|
name: "Number",
|
|
4160
4252
|
},
|
|
4161
|
-
},
|
|
4253
|
+
},
|
|
4254
|
+
lowPriorityCoreQuota: {
|
|
4162
4255
|
serializedName: "properties.lowPriorityCoreQuota",
|
|
4163
4256
|
readOnly: true,
|
|
4164
4257
|
nullable: true,
|
|
4165
4258
|
type: {
|
|
4166
4259
|
name: "Number",
|
|
4167
4260
|
},
|
|
4168
|
-
},
|
|
4261
|
+
},
|
|
4262
|
+
dedicatedCoreQuotaPerVMFamily: {
|
|
4169
4263
|
serializedName: "properties.dedicatedCoreQuotaPerVMFamily",
|
|
4170
4264
|
readOnly: true,
|
|
4171
4265
|
nullable: true,
|
|
@@ -4178,25 +4272,29 @@ exports.BatchAccount = {
|
|
|
4178
4272
|
},
|
|
4179
4273
|
},
|
|
4180
4274
|
},
|
|
4181
|
-
},
|
|
4275
|
+
},
|
|
4276
|
+
dedicatedCoreQuotaPerVMFamilyEnforced: {
|
|
4182
4277
|
serializedName: "properties.dedicatedCoreQuotaPerVMFamilyEnforced",
|
|
4183
4278
|
readOnly: true,
|
|
4184
4279
|
type: {
|
|
4185
4280
|
name: "Boolean",
|
|
4186
4281
|
},
|
|
4187
|
-
},
|
|
4282
|
+
},
|
|
4283
|
+
poolQuota: {
|
|
4188
4284
|
serializedName: "properties.poolQuota",
|
|
4189
4285
|
readOnly: true,
|
|
4190
4286
|
type: {
|
|
4191
4287
|
name: "Number",
|
|
4192
4288
|
},
|
|
4193
|
-
},
|
|
4289
|
+
},
|
|
4290
|
+
activeJobAndJobScheduleQuota: {
|
|
4194
4291
|
serializedName: "properties.activeJobAndJobScheduleQuota",
|
|
4195
4292
|
readOnly: true,
|
|
4196
4293
|
type: {
|
|
4197
4294
|
name: "Number",
|
|
4198
4295
|
},
|
|
4199
|
-
},
|
|
4296
|
+
},
|
|
4297
|
+
allowedAuthenticationModes: {
|
|
4200
4298
|
serializedName: "properties.allowedAuthenticationModes",
|
|
4201
4299
|
readOnly: true,
|
|
4202
4300
|
nullable: true,
|
|
@@ -4209,90 +4307,108 @@ exports.BatchAccount = {
|
|
|
4209
4307
|
},
|
|
4210
4308
|
},
|
|
4211
4309
|
},
|
|
4212
|
-
}
|
|
4310
|
+
},
|
|
4311
|
+
},
|
|
4213
4312
|
},
|
|
4214
4313
|
};
|
|
4215
4314
|
exports.CertificateProperties = {
|
|
4216
4315
|
type: {
|
|
4217
4316
|
name: "Composite",
|
|
4218
4317
|
className: "CertificateProperties",
|
|
4219
|
-
modelProperties:
|
|
4318
|
+
modelProperties: {
|
|
4319
|
+
...exports.CertificateBaseProperties.type.modelProperties,
|
|
4320
|
+
provisioningState: {
|
|
4220
4321
|
serializedName: "provisioningState",
|
|
4221
4322
|
readOnly: true,
|
|
4222
4323
|
type: {
|
|
4223
4324
|
name: "Enum",
|
|
4224
4325
|
allowedValues: ["Succeeded", "Deleting", "Failed"],
|
|
4225
4326
|
},
|
|
4226
|
-
},
|
|
4327
|
+
},
|
|
4328
|
+
provisioningStateTransitionTime: {
|
|
4227
4329
|
serializedName: "provisioningStateTransitionTime",
|
|
4228
4330
|
readOnly: true,
|
|
4229
4331
|
type: {
|
|
4230
4332
|
name: "DateTime",
|
|
4231
4333
|
},
|
|
4232
|
-
},
|
|
4334
|
+
},
|
|
4335
|
+
previousProvisioningState: {
|
|
4233
4336
|
serializedName: "previousProvisioningState",
|
|
4234
4337
|
readOnly: true,
|
|
4235
4338
|
type: {
|
|
4236
4339
|
name: "Enum",
|
|
4237
4340
|
allowedValues: ["Succeeded", "Deleting", "Failed"],
|
|
4238
4341
|
},
|
|
4239
|
-
},
|
|
4342
|
+
},
|
|
4343
|
+
previousProvisioningStateTransitionTime: {
|
|
4240
4344
|
serializedName: "previousProvisioningStateTransitionTime",
|
|
4241
4345
|
readOnly: true,
|
|
4242
4346
|
type: {
|
|
4243
4347
|
name: "DateTime",
|
|
4244
4348
|
},
|
|
4245
|
-
},
|
|
4349
|
+
},
|
|
4350
|
+
publicData: {
|
|
4246
4351
|
serializedName: "publicData",
|
|
4247
4352
|
readOnly: true,
|
|
4248
4353
|
type: {
|
|
4249
4354
|
name: "String",
|
|
4250
4355
|
},
|
|
4251
|
-
},
|
|
4356
|
+
},
|
|
4357
|
+
deleteCertificateError: {
|
|
4252
4358
|
serializedName: "deleteCertificateError",
|
|
4253
4359
|
type: {
|
|
4254
4360
|
name: "Composite",
|
|
4255
4361
|
className: "DeleteCertificateError",
|
|
4256
4362
|
},
|
|
4257
|
-
}
|
|
4363
|
+
},
|
|
4364
|
+
},
|
|
4258
4365
|
},
|
|
4259
4366
|
};
|
|
4260
4367
|
exports.CertificateCreateOrUpdateProperties = {
|
|
4261
4368
|
type: {
|
|
4262
4369
|
name: "Composite",
|
|
4263
4370
|
className: "CertificateCreateOrUpdateProperties",
|
|
4264
|
-
modelProperties:
|
|
4371
|
+
modelProperties: {
|
|
4372
|
+
...exports.CertificateBaseProperties.type.modelProperties,
|
|
4373
|
+
data: {
|
|
4265
4374
|
serializedName: "data",
|
|
4266
4375
|
required: true,
|
|
4267
4376
|
type: {
|
|
4268
4377
|
name: "String",
|
|
4269
4378
|
},
|
|
4270
|
-
},
|
|
4379
|
+
},
|
|
4380
|
+
password: {
|
|
4271
4381
|
serializedName: "password",
|
|
4272
4382
|
type: {
|
|
4273
4383
|
name: "String",
|
|
4274
4384
|
},
|
|
4275
|
-
}
|
|
4385
|
+
},
|
|
4386
|
+
},
|
|
4276
4387
|
},
|
|
4277
4388
|
};
|
|
4278
4389
|
exports.ProxyResource = {
|
|
4279
4390
|
type: {
|
|
4280
4391
|
name: "Composite",
|
|
4281
4392
|
className: "ProxyResource",
|
|
4282
|
-
modelProperties:
|
|
4393
|
+
modelProperties: {
|
|
4394
|
+
...exports.Resource.type.modelProperties,
|
|
4395
|
+
},
|
|
4283
4396
|
},
|
|
4284
4397
|
};
|
|
4285
4398
|
exports.NetworkSecurityPerimeterConfiguration = {
|
|
4286
4399
|
type: {
|
|
4287
4400
|
name: "Composite",
|
|
4288
4401
|
className: "NetworkSecurityPerimeterConfiguration",
|
|
4289
|
-
modelProperties:
|
|
4402
|
+
modelProperties: {
|
|
4403
|
+
...exports.ProxyResource.type.modelProperties,
|
|
4404
|
+
properties: {
|
|
4290
4405
|
serializedName: "properties",
|
|
4291
4406
|
type: {
|
|
4292
4407
|
name: "Composite",
|
|
4293
4408
|
className: "NetworkSecurityPerimeterConfigurationProperties",
|
|
4294
4409
|
},
|
|
4295
|
-
}
|
|
4410
|
+
},
|
|
4411
|
+
},
|
|
4296
4412
|
},
|
|
4297
4413
|
};
|
|
4298
4414
|
exports.BatchAccountCreateHeaders = {
|