@azure/arm-batch 9.2.1-alpha.20240924.1 → 10.0.0-alpha.20240926.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +63 -7
- package/dist/index.js +1215 -315
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/applicationCreateSample.js +1 -1
- package/dist-esm/samples-dev/applicationDeleteSample.js +1 -1
- package/dist-esm/samples-dev/applicationGetSample.js +1 -1
- package/dist-esm/samples-dev/applicationListSample.js +1 -1
- package/dist-esm/samples-dev/applicationPackageActivateSample.js +1 -1
- package/dist-esm/samples-dev/applicationPackageCreateSample.js +1 -1
- package/dist-esm/samples-dev/applicationPackageDeleteSample.js +1 -1
- package/dist-esm/samples-dev/applicationPackageGetSample.js +1 -1
- package/dist-esm/samples-dev/applicationPackageListSample.js +1 -1
- package/dist-esm/samples-dev/applicationUpdateSample.js +1 -1
- package/dist-esm/samples-dev/batchAccountCreateSample.js +5 -5
- package/dist-esm/samples-dev/batchAccountDeleteSample.js +1 -1
- package/dist-esm/samples-dev/batchAccountGetDetectorSample.js +1 -1
- package/dist-esm/samples-dev/batchAccountGetKeysSample.js +1 -1
- package/dist-esm/samples-dev/batchAccountGetSample.js +2 -2
- package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/batchAccountListDetectorsSample.js +1 -1
- package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.js +3 -3
- package/dist-esm/samples-dev/batchAccountListSample.js +1 -1
- package/dist-esm/samples-dev/batchAccountRegenerateKeySample.js +1 -1
- package/dist-esm/samples-dev/batchAccountSynchronizeAutoStorageKeysSample.js +1 -1
- package/dist-esm/samples-dev/batchAccountUpdateSample.js +1 -1
- package/dist-esm/samples-dev/certificateCancelDeletionSample.js +1 -1
- package/dist-esm/samples-dev/certificateCreateSample.js +3 -3
- package/dist-esm/samples-dev/certificateDeleteSample.js +1 -1
- package/dist-esm/samples-dev/certificateGetSample.js +2 -2
- package/dist-esm/samples-dev/certificateListByBatchAccountSample.js +2 -2
- package/dist-esm/samples-dev/certificateUpdateSample.js +1 -1
- package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.js +2 -2
- package/dist-esm/samples-dev/locationGetQuotasSample.js +1 -1
- package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.js +1 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterGetConfigurationSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterGetConfigurationSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterGetConfigurationSample.js +39 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterGetConfigurationSample.js.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterListConfigurationsSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterListConfigurationsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{locationListSupportedCloudServiceSkusSample.js → networkSecurityPerimeterListConfigurationsSample.js} +9 -8
- package/dist-esm/samples-dev/networkSecurityPerimeterListConfigurationsSample.js.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterReconcileConfigurationSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterReconcileConfigurationSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterReconcileConfigurationSample.js +39 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterReconcileConfigurationSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/poolCreateSample.js +50 -132
- package/dist-esm/samples-dev/poolCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/poolDeleteSample.js +1 -1
- package/dist-esm/samples-dev/poolDisableAutoScaleSample.js +1 -1
- package/dist-esm/samples-dev/poolGetSample.js +7 -7
- package/dist-esm/samples-dev/poolListByBatchAccountSample.js +2 -2
- package/dist-esm/samples-dev/poolStopResizeSample.js +1 -1
- package/dist-esm/samples-dev/poolUpdateSample.js +4 -4
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourceGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.js +1 -1
- package/dist-esm/src/batchManagementClient.d.ts +2 -1
- package/dist-esm/src/batchManagementClient.d.ts.map +1 -1
- package/dist-esm/src/batchManagementClient.js +5 -3
- package/dist-esm/src/batchManagementClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +467 -46
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +92 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +22 -3
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +739 -120
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +1 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +14 -1
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/batchAccountOperations.d.ts +2 -2
- package/dist-esm/src/operations/batchAccountOperations.js +2 -2
- package/dist-esm/src/operations/batchAccountOperations.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/location.d.ts +1 -23
- package/dist-esm/src/operations/location.d.ts.map +1 -1
- package/dist-esm/src/operations/location.js +0 -124
- package/dist-esm/src/operations/location.js.map +1 -1
- package/dist-esm/src/operations/networkSecurityPerimeterOperations.d.ts +66 -0
- package/dist-esm/src/operations/networkSecurityPerimeterOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/networkSecurityPerimeterOperations.js +286 -0
- package/dist-esm/src/operations/networkSecurityPerimeterOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/location.d.ts +1 -7
- package/dist-esm/src/operationsInterfaces/location.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterOperations.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterOperations.js.map +1 -0
- package/dist-esm/test/batch_examples.js +23 -45
- package/dist-esm/test/batch_examples.js.map +1 -1
- package/package.json +33 -31
- package/review/arm-batch.api.md +294 -44
- package/src/batchManagementClient.ts +7 -2
- package/src/models/index.ts +517 -53
- package/src/models/mappers.ts +781 -133
- package/src/models/parameters.ts +16 -1
- package/src/operations/batchAccountOperations.ts +42 -42
- package/src/operations/index.ts +1 -0
- package/src/operations/location.ts +0 -154
- package/src/operations/networkSecurityPerimeterOperations.ts +397 -0
- package/src/operationsInterfaces/batchAccountOperations.ts +1 -1
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/location.ts +0 -10
- package/src/operationsInterfaces/networkSecurityPerimeterOperations.ts +81 -0
- package/types/arm-batch.d.ts +575 -81
- package/dist-esm/samples-dev/locationListSupportedCloudServiceSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationListSupportedCloudServiceSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationListSupportedCloudServiceSkusSample.js.map +0 -1
|
@@ -57,7 +57,7 @@ export const BatchAccountCreateParameters = {
|
|
|
57
57
|
serializedName: "properties.publicNetworkAccess",
|
|
58
58
|
type: {
|
|
59
59
|
name: "Enum",
|
|
60
|
-
allowedValues: ["Enabled", "Disabled"],
|
|
60
|
+
allowedValues: ["Enabled", "Disabled", "SecuredByPerimeter"],
|
|
61
61
|
},
|
|
62
62
|
},
|
|
63
63
|
networkProfile: {
|
|
@@ -370,10 +370,10 @@ export const PrivateLinkServiceConnectionState = {
|
|
|
370
370
|
},
|
|
371
371
|
},
|
|
372
372
|
};
|
|
373
|
-
export const
|
|
373
|
+
export const AzureProxyResource = {
|
|
374
374
|
type: {
|
|
375
375
|
name: "Composite",
|
|
376
|
-
className: "
|
|
376
|
+
className: "AzureProxyResource",
|
|
377
377
|
modelProperties: {
|
|
378
378
|
id: {
|
|
379
379
|
serializedName: "id",
|
|
@@ -403,6 +403,13 @@ export const ProxyResource = {
|
|
|
403
403
|
name: "String",
|
|
404
404
|
},
|
|
405
405
|
},
|
|
406
|
+
tags: {
|
|
407
|
+
serializedName: "tags",
|
|
408
|
+
type: {
|
|
409
|
+
name: "Dictionary",
|
|
410
|
+
value: { type: { name: "String" } },
|
|
411
|
+
},
|
|
412
|
+
},
|
|
406
413
|
},
|
|
407
414
|
},
|
|
408
415
|
};
|
|
@@ -428,10 +435,10 @@ export const VirtualMachineFamilyCoreQuota = {
|
|
|
428
435
|
},
|
|
429
436
|
},
|
|
430
437
|
};
|
|
431
|
-
export const
|
|
438
|
+
export const AzureResource = {
|
|
432
439
|
type: {
|
|
433
440
|
name: "Composite",
|
|
434
|
-
className: "
|
|
441
|
+
className: "AzureResource",
|
|
435
442
|
modelProperties: {
|
|
436
443
|
id: {
|
|
437
444
|
serializedName: "id",
|
|
@@ -576,7 +583,7 @@ export const BatchAccountUpdateParameters = {
|
|
|
576
583
|
serializedName: "properties.publicNetworkAccess",
|
|
577
584
|
type: {
|
|
578
585
|
name: "Enum",
|
|
579
|
-
allowedValues: ["Enabled", "Disabled"],
|
|
586
|
+
allowedValues: ["Enabled", "Disabled", "SecuredByPerimeter"],
|
|
580
587
|
},
|
|
581
588
|
},
|
|
582
589
|
networkProfile: {
|
|
@@ -1187,13 +1194,6 @@ export const DeploymentConfiguration = {
|
|
|
1187
1194
|
name: "Composite",
|
|
1188
1195
|
className: "DeploymentConfiguration",
|
|
1189
1196
|
modelProperties: {
|
|
1190
|
-
cloudServiceConfiguration: {
|
|
1191
|
-
serializedName: "cloudServiceConfiguration",
|
|
1192
|
-
type: {
|
|
1193
|
-
name: "Composite",
|
|
1194
|
-
className: "CloudServiceConfiguration",
|
|
1195
|
-
},
|
|
1196
|
-
},
|
|
1197
1197
|
virtualMachineConfiguration: {
|
|
1198
1198
|
serializedName: "virtualMachineConfiguration",
|
|
1199
1199
|
type: {
|
|
@@ -1204,27 +1204,6 @@ export const DeploymentConfiguration = {
|
|
|
1204
1204
|
},
|
|
1205
1205
|
},
|
|
1206
1206
|
};
|
|
1207
|
-
export const CloudServiceConfiguration = {
|
|
1208
|
-
type: {
|
|
1209
|
-
name: "Composite",
|
|
1210
|
-
className: "CloudServiceConfiguration",
|
|
1211
|
-
modelProperties: {
|
|
1212
|
-
osFamily: {
|
|
1213
|
-
serializedName: "osFamily",
|
|
1214
|
-
required: true,
|
|
1215
|
-
type: {
|
|
1216
|
-
name: "String",
|
|
1217
|
-
},
|
|
1218
|
-
},
|
|
1219
|
-
osVersion: {
|
|
1220
|
-
serializedName: "osVersion",
|
|
1221
|
-
type: {
|
|
1222
|
-
name: "String",
|
|
1223
|
-
},
|
|
1224
|
-
},
|
|
1225
|
-
},
|
|
1226
|
-
},
|
|
1227
|
-
};
|
|
1228
1207
|
export const VirtualMachineConfiguration = {
|
|
1229
1208
|
type: {
|
|
1230
1209
|
name: "Composite",
|
|
@@ -1361,6 +1340,18 @@ export const ImageReference = {
|
|
|
1361
1340
|
name: "String",
|
|
1362
1341
|
},
|
|
1363
1342
|
},
|
|
1343
|
+
sharedGalleryImageId: {
|
|
1344
|
+
serializedName: "sharedGalleryImageId",
|
|
1345
|
+
type: {
|
|
1346
|
+
name: "String",
|
|
1347
|
+
},
|
|
1348
|
+
},
|
|
1349
|
+
communityGalleryImageId: {
|
|
1350
|
+
serializedName: "communityGalleryImageId",
|
|
1351
|
+
type: {
|
|
1352
|
+
name: "String",
|
|
1353
|
+
},
|
|
1354
|
+
},
|
|
1364
1355
|
},
|
|
1365
1356
|
},
|
|
1366
1357
|
};
|
|
@@ -1661,6 +1652,27 @@ export const ManagedDisk = {
|
|
|
1661
1652
|
allowedValues: ["Standard_LRS", "Premium_LRS", "StandardSSD_LRS"],
|
|
1662
1653
|
},
|
|
1663
1654
|
},
|
|
1655
|
+
securityProfile: {
|
|
1656
|
+
serializedName: "securityProfile",
|
|
1657
|
+
type: {
|
|
1658
|
+
name: "Composite",
|
|
1659
|
+
className: "VMDiskSecurityProfile",
|
|
1660
|
+
},
|
|
1661
|
+
},
|
|
1662
|
+
},
|
|
1663
|
+
},
|
|
1664
|
+
};
|
|
1665
|
+
export const VMDiskSecurityProfile = {
|
|
1666
|
+
type: {
|
|
1667
|
+
name: "Composite",
|
|
1668
|
+
className: "VMDiskSecurityProfile",
|
|
1669
|
+
modelProperties: {
|
|
1670
|
+
securityEncryptionType: {
|
|
1671
|
+
serializedName: "securityEncryptionType",
|
|
1672
|
+
type: {
|
|
1673
|
+
name: "String",
|
|
1674
|
+
},
|
|
1675
|
+
},
|
|
1664
1676
|
},
|
|
1665
1677
|
},
|
|
1666
1678
|
};
|
|
@@ -1670,11 +1682,10 @@ export const SecurityProfile = {
|
|
|
1670
1682
|
className: "SecurityProfile",
|
|
1671
1683
|
modelProperties: {
|
|
1672
1684
|
securityType: {
|
|
1673
|
-
defaultValue: "trustedLaunch",
|
|
1674
|
-
isConstant: true,
|
|
1675
1685
|
serializedName: "securityType",
|
|
1676
1686
|
type: {
|
|
1677
|
-
name: "
|
|
1687
|
+
name: "Enum",
|
|
1688
|
+
allowedValues: ["trustedLaunch", "confidentialVM"],
|
|
1678
1689
|
},
|
|
1679
1690
|
},
|
|
1680
1691
|
encryptionAtHost: {
|
|
@@ -2393,6 +2404,38 @@ export const TaskContainerSettings = {
|
|
|
2393
2404
|
allowedValues: ["TaskWorkingDirectory", "ContainerImageDefault"],
|
|
2394
2405
|
},
|
|
2395
2406
|
},
|
|
2407
|
+
containerHostBatchBindMounts: {
|
|
2408
|
+
serializedName: "containerHostBatchBindMounts",
|
|
2409
|
+
type: {
|
|
2410
|
+
name: "Sequence",
|
|
2411
|
+
element: {
|
|
2412
|
+
type: {
|
|
2413
|
+
name: "Composite",
|
|
2414
|
+
className: "ContainerHostBatchBindMountEntry",
|
|
2415
|
+
},
|
|
2416
|
+
},
|
|
2417
|
+
},
|
|
2418
|
+
},
|
|
2419
|
+
},
|
|
2420
|
+
},
|
|
2421
|
+
};
|
|
2422
|
+
export const ContainerHostBatchBindMountEntry = {
|
|
2423
|
+
type: {
|
|
2424
|
+
name: "Composite",
|
|
2425
|
+
className: "ContainerHostBatchBindMountEntry",
|
|
2426
|
+
modelProperties: {
|
|
2427
|
+
source: {
|
|
2428
|
+
serializedName: "source",
|
|
2429
|
+
type: {
|
|
2430
|
+
name: "String",
|
|
2431
|
+
},
|
|
2432
|
+
},
|
|
2433
|
+
isReadOnly: {
|
|
2434
|
+
serializedName: "isReadOnly",
|
|
2435
|
+
type: {
|
|
2436
|
+
name: "Boolean",
|
|
2437
|
+
},
|
|
2438
|
+
},
|
|
2396
2439
|
},
|
|
2397
2440
|
},
|
|
2398
2441
|
};
|
|
@@ -3003,146 +3046,682 @@ export const EndpointDetail = {
|
|
|
3003
3046
|
},
|
|
3004
3047
|
},
|
|
3005
3048
|
};
|
|
3006
|
-
export const
|
|
3049
|
+
export const NetworkSecurityPerimeterConfigurationListResult = {
|
|
3007
3050
|
type: {
|
|
3008
3051
|
name: "Composite",
|
|
3009
|
-
className: "
|
|
3010
|
-
modelProperties:
|
|
3011
|
-
|
|
3012
|
-
|
|
3052
|
+
className: "NetworkSecurityPerimeterConfigurationListResult",
|
|
3053
|
+
modelProperties: {
|
|
3054
|
+
value: {
|
|
3055
|
+
serializedName: "value",
|
|
3013
3056
|
type: {
|
|
3014
|
-
name: "
|
|
3057
|
+
name: "Sequence",
|
|
3058
|
+
element: {
|
|
3059
|
+
type: {
|
|
3060
|
+
name: "Composite",
|
|
3061
|
+
className: "NetworkSecurityPerimeterConfiguration",
|
|
3062
|
+
},
|
|
3063
|
+
},
|
|
3015
3064
|
},
|
|
3016
|
-
}
|
|
3065
|
+
},
|
|
3066
|
+
nextLink: {
|
|
3067
|
+
serializedName: "nextLink",
|
|
3068
|
+
type: {
|
|
3069
|
+
name: "String",
|
|
3070
|
+
},
|
|
3071
|
+
},
|
|
3072
|
+
},
|
|
3017
3073
|
},
|
|
3018
3074
|
};
|
|
3019
|
-
export const
|
|
3075
|
+
export const NetworkSecurityPerimeterConfigurationProperties = {
|
|
3020
3076
|
type: {
|
|
3021
3077
|
name: "Composite",
|
|
3022
|
-
className: "
|
|
3023
|
-
modelProperties:
|
|
3024
|
-
|
|
3078
|
+
className: "NetworkSecurityPerimeterConfigurationProperties",
|
|
3079
|
+
modelProperties: {
|
|
3080
|
+
provisioningState: {
|
|
3081
|
+
serializedName: "provisioningState",
|
|
3025
3082
|
readOnly: true,
|
|
3026
3083
|
type: {
|
|
3027
|
-
name: "
|
|
3028
|
-
allowedValues: [
|
|
3029
|
-
"Creating",
|
|
3030
|
-
"Updating",
|
|
3031
|
-
"Deleting",
|
|
3032
|
-
"Succeeded",
|
|
3033
|
-
"Failed",
|
|
3034
|
-
"Cancelled",
|
|
3035
|
-
],
|
|
3036
|
-
},
|
|
3037
|
-
}, privateEndpoint: {
|
|
3038
|
-
serializedName: "properties.privateEndpoint",
|
|
3039
|
-
type: {
|
|
3040
|
-
name: "Composite",
|
|
3041
|
-
className: "PrivateEndpoint",
|
|
3084
|
+
name: "String",
|
|
3042
3085
|
},
|
|
3043
|
-
},
|
|
3044
|
-
|
|
3086
|
+
},
|
|
3087
|
+
provisioningIssues: {
|
|
3088
|
+
serializedName: "provisioningIssues",
|
|
3045
3089
|
readOnly: true,
|
|
3046
3090
|
type: {
|
|
3047
3091
|
name: "Sequence",
|
|
3048
3092
|
element: {
|
|
3049
3093
|
type: {
|
|
3050
|
-
name: "
|
|
3094
|
+
name: "Composite",
|
|
3095
|
+
className: "ProvisioningIssue",
|
|
3051
3096
|
},
|
|
3052
3097
|
},
|
|
3053
3098
|
},
|
|
3054
|
-
},
|
|
3055
|
-
|
|
3099
|
+
},
|
|
3100
|
+
networkSecurityPerimeter: {
|
|
3101
|
+
serializedName: "networkSecurityPerimeter",
|
|
3056
3102
|
type: {
|
|
3057
3103
|
name: "Composite",
|
|
3058
|
-
className: "
|
|
3104
|
+
className: "NetworkSecurityPerimeter",
|
|
3059
3105
|
},
|
|
3060
|
-
}
|
|
3106
|
+
},
|
|
3107
|
+
resourceAssociation: {
|
|
3108
|
+
serializedName: "resourceAssociation",
|
|
3109
|
+
type: {
|
|
3110
|
+
name: "Composite",
|
|
3111
|
+
className: "ResourceAssociation",
|
|
3112
|
+
},
|
|
3113
|
+
},
|
|
3114
|
+
profile: {
|
|
3115
|
+
serializedName: "profile",
|
|
3116
|
+
type: {
|
|
3117
|
+
name: "Composite",
|
|
3118
|
+
className: "NetworkSecurityProfile",
|
|
3119
|
+
},
|
|
3120
|
+
},
|
|
3121
|
+
},
|
|
3061
3122
|
},
|
|
3062
3123
|
};
|
|
3063
|
-
export const
|
|
3124
|
+
export const ProvisioningIssue = {
|
|
3064
3125
|
type: {
|
|
3065
3126
|
name: "Composite",
|
|
3066
|
-
className: "
|
|
3067
|
-
modelProperties:
|
|
3068
|
-
|
|
3127
|
+
className: "ProvisioningIssue",
|
|
3128
|
+
modelProperties: {
|
|
3129
|
+
name: {
|
|
3130
|
+
serializedName: "name",
|
|
3069
3131
|
readOnly: true,
|
|
3070
3132
|
type: {
|
|
3071
|
-
name: "
|
|
3072
|
-
allowedValues: ["Pending", "Active"],
|
|
3133
|
+
name: "String",
|
|
3073
3134
|
},
|
|
3074
|
-
},
|
|
3075
|
-
|
|
3135
|
+
},
|
|
3136
|
+
properties: {
|
|
3137
|
+
serializedName: "properties",
|
|
3138
|
+
type: {
|
|
3139
|
+
name: "Composite",
|
|
3140
|
+
className: "ProvisioningIssueProperties",
|
|
3141
|
+
},
|
|
3142
|
+
},
|
|
3143
|
+
},
|
|
3144
|
+
},
|
|
3145
|
+
};
|
|
3146
|
+
export const ProvisioningIssueProperties = {
|
|
3147
|
+
type: {
|
|
3148
|
+
name: "Composite",
|
|
3149
|
+
className: "ProvisioningIssueProperties",
|
|
3150
|
+
modelProperties: {
|
|
3151
|
+
issueType: {
|
|
3152
|
+
serializedName: "issueType",
|
|
3076
3153
|
readOnly: true,
|
|
3077
3154
|
type: {
|
|
3078
3155
|
name: "String",
|
|
3079
3156
|
},
|
|
3080
|
-
},
|
|
3081
|
-
|
|
3157
|
+
},
|
|
3158
|
+
severity: {
|
|
3159
|
+
serializedName: "severity",
|
|
3082
3160
|
readOnly: true,
|
|
3083
3161
|
type: {
|
|
3084
3162
|
name: "String",
|
|
3085
3163
|
},
|
|
3086
|
-
},
|
|
3087
|
-
|
|
3164
|
+
},
|
|
3165
|
+
description: {
|
|
3166
|
+
serializedName: "description",
|
|
3088
3167
|
readOnly: true,
|
|
3089
3168
|
type: {
|
|
3090
|
-
name: "
|
|
3169
|
+
name: "String",
|
|
3091
3170
|
},
|
|
3092
|
-
},
|
|
3093
|
-
|
|
3171
|
+
},
|
|
3172
|
+
suggestedResourceIds: {
|
|
3173
|
+
serializedName: "suggestedResourceIds",
|
|
3094
3174
|
readOnly: true,
|
|
3095
3175
|
type: {
|
|
3096
|
-
name: "
|
|
3176
|
+
name: "Sequence",
|
|
3177
|
+
element: {
|
|
3178
|
+
type: {
|
|
3179
|
+
name: "String",
|
|
3180
|
+
},
|
|
3181
|
+
},
|
|
3097
3182
|
},
|
|
3098
|
-
}
|
|
3183
|
+
},
|
|
3184
|
+
suggestedAccessRules: {
|
|
3185
|
+
serializedName: "suggestedAccessRules",
|
|
3186
|
+
readOnly: true,
|
|
3187
|
+
type: {
|
|
3188
|
+
name: "Sequence",
|
|
3189
|
+
element: {
|
|
3190
|
+
type: {
|
|
3191
|
+
name: "Composite",
|
|
3192
|
+
className: "AccessRule",
|
|
3193
|
+
},
|
|
3194
|
+
},
|
|
3195
|
+
},
|
|
3196
|
+
},
|
|
3197
|
+
},
|
|
3099
3198
|
},
|
|
3100
3199
|
};
|
|
3101
|
-
export const
|
|
3200
|
+
export const AccessRule = {
|
|
3102
3201
|
type: {
|
|
3103
3202
|
name: "Composite",
|
|
3104
|
-
className: "
|
|
3105
|
-
modelProperties:
|
|
3106
|
-
|
|
3203
|
+
className: "AccessRule",
|
|
3204
|
+
modelProperties: {
|
|
3205
|
+
name: {
|
|
3206
|
+
serializedName: "name",
|
|
3107
3207
|
type: {
|
|
3108
3208
|
name: "String",
|
|
3109
3209
|
},
|
|
3110
|
-
},
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
name: "Boolean",
|
|
3114
|
-
},
|
|
3115
|
-
}, defaultVersion: {
|
|
3116
|
-
serializedName: "properties.defaultVersion",
|
|
3210
|
+
},
|
|
3211
|
+
properties: {
|
|
3212
|
+
serializedName: "properties",
|
|
3117
3213
|
type: {
|
|
3118
|
-
name: "
|
|
3214
|
+
name: "Composite",
|
|
3215
|
+
className: "AccessRuleProperties",
|
|
3119
3216
|
},
|
|
3120
|
-
}
|
|
3217
|
+
},
|
|
3218
|
+
},
|
|
3121
3219
|
},
|
|
3122
3220
|
};
|
|
3123
|
-
export const
|
|
3221
|
+
export const AccessRuleProperties = {
|
|
3124
3222
|
type: {
|
|
3125
3223
|
name: "Composite",
|
|
3126
|
-
className: "
|
|
3127
|
-
modelProperties:
|
|
3128
|
-
|
|
3224
|
+
className: "AccessRuleProperties",
|
|
3225
|
+
modelProperties: {
|
|
3226
|
+
direction: {
|
|
3227
|
+
serializedName: "direction",
|
|
3129
3228
|
type: {
|
|
3130
3229
|
name: "String",
|
|
3131
3230
|
},
|
|
3132
|
-
},
|
|
3133
|
-
|
|
3231
|
+
},
|
|
3232
|
+
addressPrefixes: {
|
|
3233
|
+
serializedName: "addressPrefixes",
|
|
3134
3234
|
type: {
|
|
3135
|
-
name: "
|
|
3235
|
+
name: "Sequence",
|
|
3236
|
+
element: {
|
|
3237
|
+
type: {
|
|
3238
|
+
name: "String",
|
|
3239
|
+
},
|
|
3240
|
+
},
|
|
3136
3241
|
},
|
|
3137
|
-
},
|
|
3138
|
-
|
|
3242
|
+
},
|
|
3243
|
+
subscriptions: {
|
|
3244
|
+
serializedName: "subscriptions",
|
|
3139
3245
|
type: {
|
|
3140
|
-
name: "
|
|
3141
|
-
|
|
3246
|
+
name: "Sequence",
|
|
3247
|
+
element: {
|
|
3248
|
+
type: {
|
|
3249
|
+
name: "Composite",
|
|
3250
|
+
className: "AccessRulePropertiesSubscriptionsItem",
|
|
3251
|
+
},
|
|
3252
|
+
},
|
|
3142
3253
|
},
|
|
3143
|
-
},
|
|
3144
|
-
|
|
3145
|
-
|
|
3254
|
+
},
|
|
3255
|
+
networkSecurityPerimeters: {
|
|
3256
|
+
serializedName: "networkSecurityPerimeters",
|
|
3257
|
+
type: {
|
|
3258
|
+
name: "Sequence",
|
|
3259
|
+
element: {
|
|
3260
|
+
type: {
|
|
3261
|
+
name: "Composite",
|
|
3262
|
+
className: "NetworkSecurityPerimeter",
|
|
3263
|
+
},
|
|
3264
|
+
},
|
|
3265
|
+
},
|
|
3266
|
+
},
|
|
3267
|
+
fullyQualifiedDomainNames: {
|
|
3268
|
+
serializedName: "fullyQualifiedDomainNames",
|
|
3269
|
+
type: {
|
|
3270
|
+
name: "Sequence",
|
|
3271
|
+
element: {
|
|
3272
|
+
type: {
|
|
3273
|
+
name: "String",
|
|
3274
|
+
},
|
|
3275
|
+
},
|
|
3276
|
+
},
|
|
3277
|
+
},
|
|
3278
|
+
emailAddresses: {
|
|
3279
|
+
serializedName: "emailAddresses",
|
|
3280
|
+
type: {
|
|
3281
|
+
name: "Sequence",
|
|
3282
|
+
element: {
|
|
3283
|
+
type: {
|
|
3284
|
+
name: "String",
|
|
3285
|
+
},
|
|
3286
|
+
},
|
|
3287
|
+
},
|
|
3288
|
+
},
|
|
3289
|
+
phoneNumbers: {
|
|
3290
|
+
serializedName: "phoneNumbers",
|
|
3291
|
+
type: {
|
|
3292
|
+
name: "Sequence",
|
|
3293
|
+
element: {
|
|
3294
|
+
type: {
|
|
3295
|
+
name: "String",
|
|
3296
|
+
},
|
|
3297
|
+
},
|
|
3298
|
+
},
|
|
3299
|
+
},
|
|
3300
|
+
},
|
|
3301
|
+
},
|
|
3302
|
+
};
|
|
3303
|
+
export const AccessRulePropertiesSubscriptionsItem = {
|
|
3304
|
+
type: {
|
|
3305
|
+
name: "Composite",
|
|
3306
|
+
className: "AccessRulePropertiesSubscriptionsItem",
|
|
3307
|
+
modelProperties: {
|
|
3308
|
+
id: {
|
|
3309
|
+
serializedName: "id",
|
|
3310
|
+
type: {
|
|
3311
|
+
name: "String",
|
|
3312
|
+
},
|
|
3313
|
+
},
|
|
3314
|
+
},
|
|
3315
|
+
},
|
|
3316
|
+
};
|
|
3317
|
+
export const NetworkSecurityPerimeter = {
|
|
3318
|
+
type: {
|
|
3319
|
+
name: "Composite",
|
|
3320
|
+
className: "NetworkSecurityPerimeter",
|
|
3321
|
+
modelProperties: {
|
|
3322
|
+
id: {
|
|
3323
|
+
serializedName: "id",
|
|
3324
|
+
type: {
|
|
3325
|
+
name: "String",
|
|
3326
|
+
},
|
|
3327
|
+
},
|
|
3328
|
+
perimeterGuid: {
|
|
3329
|
+
serializedName: "perimeterGuid",
|
|
3330
|
+
type: {
|
|
3331
|
+
name: "Uuid",
|
|
3332
|
+
},
|
|
3333
|
+
},
|
|
3334
|
+
location: {
|
|
3335
|
+
serializedName: "location",
|
|
3336
|
+
type: {
|
|
3337
|
+
name: "String",
|
|
3338
|
+
},
|
|
3339
|
+
},
|
|
3340
|
+
},
|
|
3341
|
+
},
|
|
3342
|
+
};
|
|
3343
|
+
export const ResourceAssociation = {
|
|
3344
|
+
type: {
|
|
3345
|
+
name: "Composite",
|
|
3346
|
+
className: "ResourceAssociation",
|
|
3347
|
+
modelProperties: {
|
|
3348
|
+
name: {
|
|
3349
|
+
serializedName: "name",
|
|
3350
|
+
type: {
|
|
3351
|
+
name: "String",
|
|
3352
|
+
},
|
|
3353
|
+
},
|
|
3354
|
+
accessMode: {
|
|
3355
|
+
serializedName: "accessMode",
|
|
3356
|
+
type: {
|
|
3357
|
+
name: "String",
|
|
3358
|
+
},
|
|
3359
|
+
},
|
|
3360
|
+
},
|
|
3361
|
+
},
|
|
3362
|
+
};
|
|
3363
|
+
export const NetworkSecurityProfile = {
|
|
3364
|
+
type: {
|
|
3365
|
+
name: "Composite",
|
|
3366
|
+
className: "NetworkSecurityProfile",
|
|
3367
|
+
modelProperties: {
|
|
3368
|
+
name: {
|
|
3369
|
+
serializedName: "name",
|
|
3370
|
+
type: {
|
|
3371
|
+
name: "String",
|
|
3372
|
+
},
|
|
3373
|
+
},
|
|
3374
|
+
accessRulesVersion: {
|
|
3375
|
+
serializedName: "accessRulesVersion",
|
|
3376
|
+
type: {
|
|
3377
|
+
name: "Number",
|
|
3378
|
+
},
|
|
3379
|
+
},
|
|
3380
|
+
accessRules: {
|
|
3381
|
+
serializedName: "accessRules",
|
|
3382
|
+
type: {
|
|
3383
|
+
name: "Sequence",
|
|
3384
|
+
element: {
|
|
3385
|
+
type: {
|
|
3386
|
+
name: "Composite",
|
|
3387
|
+
className: "AccessRule",
|
|
3388
|
+
},
|
|
3389
|
+
},
|
|
3390
|
+
},
|
|
3391
|
+
},
|
|
3392
|
+
diagnosticSettingsVersion: {
|
|
3393
|
+
serializedName: "diagnosticSettingsVersion",
|
|
3394
|
+
type: {
|
|
3395
|
+
name: "Number",
|
|
3396
|
+
},
|
|
3397
|
+
},
|
|
3398
|
+
enabledLogCategories: {
|
|
3399
|
+
serializedName: "enabledLogCategories",
|
|
3400
|
+
type: {
|
|
3401
|
+
name: "Sequence",
|
|
3402
|
+
element: {
|
|
3403
|
+
type: {
|
|
3404
|
+
name: "String",
|
|
3405
|
+
},
|
|
3406
|
+
},
|
|
3407
|
+
},
|
|
3408
|
+
},
|
|
3409
|
+
},
|
|
3410
|
+
},
|
|
3411
|
+
};
|
|
3412
|
+
export const Resource = {
|
|
3413
|
+
type: {
|
|
3414
|
+
name: "Composite",
|
|
3415
|
+
className: "Resource",
|
|
3416
|
+
modelProperties: {
|
|
3417
|
+
id: {
|
|
3418
|
+
serializedName: "id",
|
|
3419
|
+
readOnly: true,
|
|
3420
|
+
type: {
|
|
3421
|
+
name: "String",
|
|
3422
|
+
},
|
|
3423
|
+
},
|
|
3424
|
+
name: {
|
|
3425
|
+
serializedName: "name",
|
|
3426
|
+
readOnly: true,
|
|
3427
|
+
type: {
|
|
3428
|
+
name: "String",
|
|
3429
|
+
},
|
|
3430
|
+
},
|
|
3431
|
+
type: {
|
|
3432
|
+
serializedName: "type",
|
|
3433
|
+
readOnly: true,
|
|
3434
|
+
type: {
|
|
3435
|
+
name: "String",
|
|
3436
|
+
},
|
|
3437
|
+
},
|
|
3438
|
+
systemData: {
|
|
3439
|
+
serializedName: "systemData",
|
|
3440
|
+
type: {
|
|
3441
|
+
name: "Composite",
|
|
3442
|
+
className: "SystemData",
|
|
3443
|
+
},
|
|
3444
|
+
},
|
|
3445
|
+
},
|
|
3446
|
+
},
|
|
3447
|
+
};
|
|
3448
|
+
export const SystemData = {
|
|
3449
|
+
type: {
|
|
3450
|
+
name: "Composite",
|
|
3451
|
+
className: "SystemData",
|
|
3452
|
+
modelProperties: {
|
|
3453
|
+
createdBy: {
|
|
3454
|
+
serializedName: "createdBy",
|
|
3455
|
+
type: {
|
|
3456
|
+
name: "String",
|
|
3457
|
+
},
|
|
3458
|
+
},
|
|
3459
|
+
createdByType: {
|
|
3460
|
+
serializedName: "createdByType",
|
|
3461
|
+
type: {
|
|
3462
|
+
name: "String",
|
|
3463
|
+
},
|
|
3464
|
+
},
|
|
3465
|
+
createdAt: {
|
|
3466
|
+
serializedName: "createdAt",
|
|
3467
|
+
type: {
|
|
3468
|
+
name: "DateTime",
|
|
3469
|
+
},
|
|
3470
|
+
},
|
|
3471
|
+
lastModifiedBy: {
|
|
3472
|
+
serializedName: "lastModifiedBy",
|
|
3473
|
+
type: {
|
|
3474
|
+
name: "String",
|
|
3475
|
+
},
|
|
3476
|
+
},
|
|
3477
|
+
lastModifiedByType: {
|
|
3478
|
+
serializedName: "lastModifiedByType",
|
|
3479
|
+
type: {
|
|
3480
|
+
name: "String",
|
|
3481
|
+
},
|
|
3482
|
+
},
|
|
3483
|
+
lastModifiedAt: {
|
|
3484
|
+
serializedName: "lastModifiedAt",
|
|
3485
|
+
type: {
|
|
3486
|
+
name: "DateTime",
|
|
3487
|
+
},
|
|
3488
|
+
},
|
|
3489
|
+
},
|
|
3490
|
+
},
|
|
3491
|
+
};
|
|
3492
|
+
export const ErrorResponse = {
|
|
3493
|
+
type: {
|
|
3494
|
+
name: "Composite",
|
|
3495
|
+
className: "ErrorResponse",
|
|
3496
|
+
modelProperties: {
|
|
3497
|
+
error: {
|
|
3498
|
+
serializedName: "error",
|
|
3499
|
+
type: {
|
|
3500
|
+
name: "Composite",
|
|
3501
|
+
className: "ErrorDetail",
|
|
3502
|
+
},
|
|
3503
|
+
},
|
|
3504
|
+
},
|
|
3505
|
+
},
|
|
3506
|
+
};
|
|
3507
|
+
export const ErrorDetail = {
|
|
3508
|
+
type: {
|
|
3509
|
+
name: "Composite",
|
|
3510
|
+
className: "ErrorDetail",
|
|
3511
|
+
modelProperties: {
|
|
3512
|
+
code: {
|
|
3513
|
+
serializedName: "code",
|
|
3514
|
+
readOnly: true,
|
|
3515
|
+
type: {
|
|
3516
|
+
name: "String",
|
|
3517
|
+
},
|
|
3518
|
+
},
|
|
3519
|
+
message: {
|
|
3520
|
+
serializedName: "message",
|
|
3521
|
+
readOnly: true,
|
|
3522
|
+
type: {
|
|
3523
|
+
name: "String",
|
|
3524
|
+
},
|
|
3525
|
+
},
|
|
3526
|
+
target: {
|
|
3527
|
+
serializedName: "target",
|
|
3528
|
+
readOnly: true,
|
|
3529
|
+
type: {
|
|
3530
|
+
name: "String",
|
|
3531
|
+
},
|
|
3532
|
+
},
|
|
3533
|
+
details: {
|
|
3534
|
+
serializedName: "details",
|
|
3535
|
+
readOnly: true,
|
|
3536
|
+
type: {
|
|
3537
|
+
name: "Sequence",
|
|
3538
|
+
element: {
|
|
3539
|
+
type: {
|
|
3540
|
+
name: "Composite",
|
|
3541
|
+
className: "ErrorDetail",
|
|
3542
|
+
},
|
|
3543
|
+
},
|
|
3544
|
+
},
|
|
3545
|
+
},
|
|
3546
|
+
additionalInfo: {
|
|
3547
|
+
serializedName: "additionalInfo",
|
|
3548
|
+
readOnly: true,
|
|
3549
|
+
type: {
|
|
3550
|
+
name: "Sequence",
|
|
3551
|
+
element: {
|
|
3552
|
+
type: {
|
|
3553
|
+
name: "Composite",
|
|
3554
|
+
className: "ErrorAdditionalInfo",
|
|
3555
|
+
},
|
|
3556
|
+
},
|
|
3557
|
+
},
|
|
3558
|
+
},
|
|
3559
|
+
},
|
|
3560
|
+
},
|
|
3561
|
+
};
|
|
3562
|
+
export const ErrorAdditionalInfo = {
|
|
3563
|
+
type: {
|
|
3564
|
+
name: "Composite",
|
|
3565
|
+
className: "ErrorAdditionalInfo",
|
|
3566
|
+
modelProperties: {
|
|
3567
|
+
type: {
|
|
3568
|
+
serializedName: "type",
|
|
3569
|
+
readOnly: true,
|
|
3570
|
+
type: {
|
|
3571
|
+
name: "String",
|
|
3572
|
+
},
|
|
3573
|
+
},
|
|
3574
|
+
info: {
|
|
3575
|
+
serializedName: "info",
|
|
3576
|
+
readOnly: true,
|
|
3577
|
+
type: {
|
|
3578
|
+
name: "Dictionary",
|
|
3579
|
+
value: { type: { name: "any" } },
|
|
3580
|
+
},
|
|
3581
|
+
},
|
|
3582
|
+
},
|
|
3583
|
+
},
|
|
3584
|
+
};
|
|
3585
|
+
export const AutoStorageProperties = {
|
|
3586
|
+
type: {
|
|
3587
|
+
name: "Composite",
|
|
3588
|
+
className: "AutoStorageProperties",
|
|
3589
|
+
modelProperties: Object.assign(Object.assign({}, AutoStorageBaseProperties.type.modelProperties), { lastKeySync: {
|
|
3590
|
+
serializedName: "lastKeySync",
|
|
3591
|
+
required: true,
|
|
3592
|
+
type: {
|
|
3593
|
+
name: "DateTime",
|
|
3594
|
+
},
|
|
3595
|
+
} }),
|
|
3596
|
+
},
|
|
3597
|
+
};
|
|
3598
|
+
export const PrivateEndpointConnection = {
|
|
3599
|
+
type: {
|
|
3600
|
+
name: "Composite",
|
|
3601
|
+
className: "PrivateEndpointConnection",
|
|
3602
|
+
modelProperties: Object.assign(Object.assign({}, AzureProxyResource.type.modelProperties), { provisioningState: {
|
|
3603
|
+
serializedName: "properties.provisioningState",
|
|
3604
|
+
readOnly: true,
|
|
3605
|
+
type: {
|
|
3606
|
+
name: "Enum",
|
|
3607
|
+
allowedValues: [
|
|
3608
|
+
"Creating",
|
|
3609
|
+
"Updating",
|
|
3610
|
+
"Deleting",
|
|
3611
|
+
"Succeeded",
|
|
3612
|
+
"Failed",
|
|
3613
|
+
"Cancelled",
|
|
3614
|
+
],
|
|
3615
|
+
},
|
|
3616
|
+
}, privateEndpoint: {
|
|
3617
|
+
serializedName: "properties.privateEndpoint",
|
|
3618
|
+
type: {
|
|
3619
|
+
name: "Composite",
|
|
3620
|
+
className: "PrivateEndpoint",
|
|
3621
|
+
},
|
|
3622
|
+
}, groupIds: {
|
|
3623
|
+
serializedName: "properties.groupIds",
|
|
3624
|
+
readOnly: true,
|
|
3625
|
+
type: {
|
|
3626
|
+
name: "Sequence",
|
|
3627
|
+
element: {
|
|
3628
|
+
type: {
|
|
3629
|
+
name: "String",
|
|
3630
|
+
},
|
|
3631
|
+
},
|
|
3632
|
+
},
|
|
3633
|
+
}, privateLinkServiceConnectionState: {
|
|
3634
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
3635
|
+
type: {
|
|
3636
|
+
name: "Composite",
|
|
3637
|
+
className: "PrivateLinkServiceConnectionState",
|
|
3638
|
+
},
|
|
3639
|
+
} }),
|
|
3640
|
+
},
|
|
3641
|
+
};
|
|
3642
|
+
export const ApplicationPackage = {
|
|
3643
|
+
type: {
|
|
3644
|
+
name: "Composite",
|
|
3645
|
+
className: "ApplicationPackage",
|
|
3646
|
+
modelProperties: Object.assign(Object.assign({}, AzureProxyResource.type.modelProperties), { state: {
|
|
3647
|
+
serializedName: "properties.state",
|
|
3648
|
+
readOnly: true,
|
|
3649
|
+
type: {
|
|
3650
|
+
name: "Enum",
|
|
3651
|
+
allowedValues: ["Pending", "Active"],
|
|
3652
|
+
},
|
|
3653
|
+
}, format: {
|
|
3654
|
+
serializedName: "properties.format",
|
|
3655
|
+
readOnly: true,
|
|
3656
|
+
type: {
|
|
3657
|
+
name: "String",
|
|
3658
|
+
},
|
|
3659
|
+
}, storageUrl: {
|
|
3660
|
+
serializedName: "properties.storageUrl",
|
|
3661
|
+
readOnly: true,
|
|
3662
|
+
type: {
|
|
3663
|
+
name: "String",
|
|
3664
|
+
},
|
|
3665
|
+
}, storageUrlExpiry: {
|
|
3666
|
+
serializedName: "properties.storageUrlExpiry",
|
|
3667
|
+
readOnly: true,
|
|
3668
|
+
type: {
|
|
3669
|
+
name: "DateTime",
|
|
3670
|
+
},
|
|
3671
|
+
}, lastActivationTime: {
|
|
3672
|
+
serializedName: "properties.lastActivationTime",
|
|
3673
|
+
readOnly: true,
|
|
3674
|
+
type: {
|
|
3675
|
+
name: "DateTime",
|
|
3676
|
+
},
|
|
3677
|
+
} }),
|
|
3678
|
+
},
|
|
3679
|
+
};
|
|
3680
|
+
export const Application = {
|
|
3681
|
+
type: {
|
|
3682
|
+
name: "Composite",
|
|
3683
|
+
className: "Application",
|
|
3684
|
+
modelProperties: Object.assign(Object.assign({}, AzureProxyResource.type.modelProperties), { displayName: {
|
|
3685
|
+
serializedName: "properties.displayName",
|
|
3686
|
+
type: {
|
|
3687
|
+
name: "String",
|
|
3688
|
+
},
|
|
3689
|
+
}, allowUpdates: {
|
|
3690
|
+
serializedName: "properties.allowUpdates",
|
|
3691
|
+
type: {
|
|
3692
|
+
name: "Boolean",
|
|
3693
|
+
},
|
|
3694
|
+
}, defaultVersion: {
|
|
3695
|
+
serializedName: "properties.defaultVersion",
|
|
3696
|
+
type: {
|
|
3697
|
+
name: "String",
|
|
3698
|
+
},
|
|
3699
|
+
} }),
|
|
3700
|
+
},
|
|
3701
|
+
};
|
|
3702
|
+
export const Certificate = {
|
|
3703
|
+
type: {
|
|
3704
|
+
name: "Composite",
|
|
3705
|
+
className: "Certificate",
|
|
3706
|
+
modelProperties: Object.assign(Object.assign({}, AzureProxyResource.type.modelProperties), { thumbprintAlgorithm: {
|
|
3707
|
+
serializedName: "properties.thumbprintAlgorithm",
|
|
3708
|
+
type: {
|
|
3709
|
+
name: "String",
|
|
3710
|
+
},
|
|
3711
|
+
}, thumbprint: {
|
|
3712
|
+
serializedName: "properties.thumbprint",
|
|
3713
|
+
type: {
|
|
3714
|
+
name: "String",
|
|
3715
|
+
},
|
|
3716
|
+
}, format: {
|
|
3717
|
+
serializedName: "properties.format",
|
|
3718
|
+
type: {
|
|
3719
|
+
name: "Enum",
|
|
3720
|
+
allowedValues: ["Pfx", "Cer"],
|
|
3721
|
+
},
|
|
3722
|
+
}, provisioningState: {
|
|
3723
|
+
serializedName: "properties.provisioningState",
|
|
3724
|
+
readOnly: true,
|
|
3146
3725
|
type: {
|
|
3147
3726
|
name: "Enum",
|
|
3148
3727
|
allowedValues: ["Succeeded", "Deleting", "Failed"],
|
|
@@ -3185,7 +3764,7 @@ export const CertificateCreateOrUpdateParameters = {
|
|
|
3185
3764
|
type: {
|
|
3186
3765
|
name: "Composite",
|
|
3187
3766
|
className: "CertificateCreateOrUpdateParameters",
|
|
3188
|
-
modelProperties: Object.assign(Object.assign({},
|
|
3767
|
+
modelProperties: Object.assign(Object.assign({}, AzureProxyResource.type.modelProperties), { thumbprintAlgorithm: {
|
|
3189
3768
|
serializedName: "properties.thumbprintAlgorithm",
|
|
3190
3769
|
type: {
|
|
3191
3770
|
name: "String",
|
|
@@ -3218,7 +3797,7 @@ export const DetectorResponse = {
|
|
|
3218
3797
|
type: {
|
|
3219
3798
|
name: "Composite",
|
|
3220
3799
|
className: "DetectorResponse",
|
|
3221
|
-
modelProperties: Object.assign(Object.assign({},
|
|
3800
|
+
modelProperties: Object.assign(Object.assign({}, AzureProxyResource.type.modelProperties), { value: {
|
|
3222
3801
|
serializedName: "properties.value",
|
|
3223
3802
|
type: {
|
|
3224
3803
|
name: "String",
|
|
@@ -3230,7 +3809,7 @@ export const PrivateLinkResource = {
|
|
|
3230
3809
|
type: {
|
|
3231
3810
|
name: "Composite",
|
|
3232
3811
|
className: "PrivateLinkResource",
|
|
3233
|
-
modelProperties: Object.assign(Object.assign({},
|
|
3812
|
+
modelProperties: Object.assign(Object.assign({}, AzureProxyResource.type.modelProperties), { groupId: {
|
|
3234
3813
|
serializedName: "properties.groupId",
|
|
3235
3814
|
readOnly: true,
|
|
3236
3815
|
type: {
|
|
@@ -3265,7 +3844,7 @@ export const Pool = {
|
|
|
3265
3844
|
type: {
|
|
3266
3845
|
name: "Composite",
|
|
3267
3846
|
className: "Pool",
|
|
3268
|
-
modelProperties: Object.assign(Object.assign({},
|
|
3847
|
+
modelProperties: Object.assign(Object.assign({}, AzureProxyResource.type.modelProperties), { identity: {
|
|
3269
3848
|
serializedName: "identity",
|
|
3270
3849
|
type: {
|
|
3271
3850
|
name: "Composite",
|
|
@@ -3483,7 +4062,7 @@ export const BatchAccount = {
|
|
|
3483
4062
|
type: {
|
|
3484
4063
|
name: "Composite",
|
|
3485
4064
|
className: "BatchAccount",
|
|
3486
|
-
modelProperties: Object.assign(Object.assign({},
|
|
4065
|
+
modelProperties: Object.assign(Object.assign({}, AzureResource.type.modelProperties), { identity: {
|
|
3487
4066
|
serializedName: "identity",
|
|
3488
4067
|
type: {
|
|
3489
4068
|
name: "Composite",
|
|
@@ -3534,7 +4113,7 @@ export const BatchAccount = {
|
|
|
3534
4113
|
nullable: true,
|
|
3535
4114
|
type: {
|
|
3536
4115
|
name: "Enum",
|
|
3537
|
-
allowedValues: ["Enabled", "Disabled"],
|
|
4116
|
+
allowedValues: ["Enabled", "Disabled", "SecuredByPerimeter"],
|
|
3538
4117
|
},
|
|
3539
4118
|
}, networkProfile: {
|
|
3540
4119
|
serializedName: "properties.networkProfile",
|
|
@@ -3691,6 +4270,26 @@ export const CertificateCreateOrUpdateProperties = {
|
|
|
3691
4270
|
} }),
|
|
3692
4271
|
},
|
|
3693
4272
|
};
|
|
4273
|
+
export const ProxyResource = {
|
|
4274
|
+
type: {
|
|
4275
|
+
name: "Composite",
|
|
4276
|
+
className: "ProxyResource",
|
|
4277
|
+
modelProperties: Object.assign({}, Resource.type.modelProperties),
|
|
4278
|
+
},
|
|
4279
|
+
};
|
|
4280
|
+
export const NetworkSecurityPerimeterConfiguration = {
|
|
4281
|
+
type: {
|
|
4282
|
+
name: "Composite",
|
|
4283
|
+
className: "NetworkSecurityPerimeterConfiguration",
|
|
4284
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
|
|
4285
|
+
serializedName: "properties",
|
|
4286
|
+
type: {
|
|
4287
|
+
name: "Composite",
|
|
4288
|
+
className: "NetworkSecurityPerimeterConfigurationProperties",
|
|
4289
|
+
},
|
|
4290
|
+
} }),
|
|
4291
|
+
},
|
|
4292
|
+
};
|
|
3694
4293
|
export const BatchAccountCreateHeaders = {
|
|
3695
4294
|
type: {
|
|
3696
4295
|
name: "Composite",
|
|
@@ -3937,4 +4536,24 @@ export const PoolStopResizeHeaders = {
|
|
|
3937
4536
|
},
|
|
3938
4537
|
},
|
|
3939
4538
|
};
|
|
4539
|
+
export const NetworkSecurityPerimeterReconcileConfigurationHeaders = {
|
|
4540
|
+
type: {
|
|
4541
|
+
name: "Composite",
|
|
4542
|
+
className: "NetworkSecurityPerimeterReconcileConfigurationHeaders",
|
|
4543
|
+
modelProperties: {
|
|
4544
|
+
location: {
|
|
4545
|
+
serializedName: "location",
|
|
4546
|
+
type: {
|
|
4547
|
+
name: "String",
|
|
4548
|
+
},
|
|
4549
|
+
},
|
|
4550
|
+
retryAfter: {
|
|
4551
|
+
serializedName: "retry-after",
|
|
4552
|
+
type: {
|
|
4553
|
+
name: "Number",
|
|
4554
|
+
},
|
|
4555
|
+
},
|
|
4556
|
+
},
|
|
4557
|
+
},
|
|
4558
|
+
};
|
|
3940
4559
|
//# sourceMappingURL=mappers.js.map
|