@azure/arm-managedapplications 3.0.0-alpha.20250619.1 → 3.0.0-alpha.20250718.2

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.
Files changed (59) hide show
  1. package/dist/browser/applicationClient.js +38 -45
  2. package/dist/browser/applicationClient.js.map +1 -1
  3. package/dist/browser/lroImpl.js +7 -3
  4. package/dist/browser/lroImpl.js.map +1 -1
  5. package/dist/browser/models/mappers.js +137 -66
  6. package/dist/browser/models/mappers.js.map +1 -1
  7. package/dist/browser/operations/applicationDefinitions.js +45 -79
  8. package/dist/browser/operations/applicationDefinitions.js.map +1 -1
  9. package/dist/browser/operations/applications.js +133 -127
  10. package/dist/browser/operations/applications.js.map +1 -1
  11. package/dist/browser/operations/jitRequests.js +12 -6
  12. package/dist/browser/operations/jitRequests.js.map +1 -1
  13. package/dist/browser/pagingHelper.js +2 -4
  14. package/dist/browser/pagingHelper.js.map +1 -1
  15. package/dist/commonjs/applicationClient.js +38 -44
  16. package/dist/commonjs/applicationClient.js.map +1 -1
  17. package/dist/commonjs/lroImpl.js +7 -3
  18. package/dist/commonjs/lroImpl.js.map +1 -1
  19. package/dist/commonjs/models/mappers.js +137 -66
  20. package/dist/commonjs/models/mappers.js.map +1 -1
  21. package/dist/commonjs/operations/applicationDefinitions.js +45 -78
  22. package/dist/commonjs/operations/applicationDefinitions.js.map +1 -1
  23. package/dist/commonjs/operations/applications.js +133 -126
  24. package/dist/commonjs/operations/applications.js.map +1 -1
  25. package/dist/commonjs/operations/jitRequests.js +12 -6
  26. package/dist/commonjs/operations/jitRequests.js.map +1 -1
  27. package/dist/commonjs/pagingHelper.js +2 -4
  28. package/dist/commonjs/pagingHelper.js.map +1 -1
  29. package/dist/commonjs/tsdoc-metadata.json +11 -11
  30. package/dist/esm/applicationClient.js +38 -45
  31. package/dist/esm/applicationClient.js.map +1 -1
  32. package/dist/esm/lroImpl.js +7 -3
  33. package/dist/esm/lroImpl.js.map +1 -1
  34. package/dist/esm/models/mappers.js +137 -66
  35. package/dist/esm/models/mappers.js.map +1 -1
  36. package/dist/esm/operations/applicationDefinitions.js +45 -79
  37. package/dist/esm/operations/applicationDefinitions.js.map +1 -1
  38. package/dist/esm/operations/applications.js +133 -127
  39. package/dist/esm/operations/applications.js.map +1 -1
  40. package/dist/esm/operations/jitRequests.js +12 -6
  41. package/dist/esm/operations/jitRequests.js.map +1 -1
  42. package/dist/esm/pagingHelper.js +2 -4
  43. package/dist/esm/pagingHelper.js.map +1 -1
  44. package/dist/react-native/applicationClient.js +38 -45
  45. package/dist/react-native/applicationClient.js.map +1 -1
  46. package/dist/react-native/lroImpl.js +7 -3
  47. package/dist/react-native/lroImpl.js.map +1 -1
  48. package/dist/react-native/models/mappers.js +137 -66
  49. package/dist/react-native/models/mappers.js.map +1 -1
  50. package/dist/react-native/operations/applicationDefinitions.js +45 -79
  51. package/dist/react-native/operations/applicationDefinitions.js.map +1 -1
  52. package/dist/react-native/operations/applications.js +133 -127
  53. package/dist/react-native/operations/applications.js.map +1 -1
  54. package/dist/react-native/operations/jitRequests.js +12 -6
  55. package/dist/react-native/operations/jitRequests.js.map +1 -1
  56. package/dist/react-native/pagingHelper.js +2 -4
  57. package/dist/react-native/pagingHelper.js.map +1 -1
  58. package/package.json +2 -2
  59. /package/review/{arm-managedapplications.api.md → arm-managedapplications-node.api.md} +0 -0
@@ -1193,36 +1193,44 @@ export const GenericResource = {
1193
1193
  type: {
1194
1194
  name: "Composite",
1195
1195
  className: "GenericResource",
1196
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { managedBy: {
1196
+ modelProperties: {
1197
+ ...Resource.type.modelProperties,
1198
+ managedBy: {
1197
1199
  serializedName: "managedBy",
1198
1200
  type: {
1199
1201
  name: "String"
1200
1202
  }
1201
- }, sku: {
1203
+ },
1204
+ sku: {
1202
1205
  serializedName: "sku",
1203
1206
  type: {
1204
1207
  name: "Composite",
1205
1208
  className: "Sku"
1206
1209
  }
1207
- } })
1210
+ }
1211
+ }
1208
1212
  }
1209
1213
  };
1210
1214
  export const JitRequestDefinition = {
1211
1215
  type: {
1212
1216
  name: "Composite",
1213
1217
  className: "JitRequestDefinition",
1214
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { applicationResourceId: {
1218
+ modelProperties: {
1219
+ ...Resource.type.modelProperties,
1220
+ applicationResourceId: {
1215
1221
  serializedName: "properties.applicationResourceId",
1216
1222
  type: {
1217
1223
  name: "String"
1218
1224
  }
1219
- }, publisherTenantId: {
1225
+ },
1226
+ publisherTenantId: {
1220
1227
  serializedName: "properties.publisherTenantId",
1221
1228
  readOnly: true,
1222
1229
  type: {
1223
1230
  name: "String"
1224
1231
  }
1225
- }, jitAuthorizationPolicies: {
1232
+ },
1233
+ jitAuthorizationPolicies: {
1226
1234
  serializedName: "properties.jitAuthorizationPolicies",
1227
1235
  type: {
1228
1236
  name: "Sequence",
@@ -1233,50 +1241,59 @@ export const JitRequestDefinition = {
1233
1241
  }
1234
1242
  }
1235
1243
  }
1236
- }, jitSchedulingPolicy: {
1244
+ },
1245
+ jitSchedulingPolicy: {
1237
1246
  serializedName: "properties.jitSchedulingPolicy",
1238
1247
  type: {
1239
1248
  name: "Composite",
1240
1249
  className: "JitSchedulingPolicy"
1241
1250
  }
1242
- }, provisioningState: {
1251
+ },
1252
+ provisioningState: {
1243
1253
  serializedName: "properties.provisioningState",
1244
1254
  readOnly: true,
1245
1255
  type: {
1246
1256
  name: "String"
1247
1257
  }
1248
- }, jitRequestState: {
1258
+ },
1259
+ jitRequestState: {
1249
1260
  serializedName: "properties.jitRequestState",
1250
1261
  readOnly: true,
1251
1262
  type: {
1252
1263
  name: "String"
1253
1264
  }
1254
- }, createdBy: {
1265
+ },
1266
+ createdBy: {
1255
1267
  serializedName: "properties.createdBy",
1256
1268
  type: {
1257
1269
  name: "Composite",
1258
1270
  className: "ApplicationClientDetails"
1259
1271
  }
1260
- }, updatedBy: {
1272
+ },
1273
+ updatedBy: {
1261
1274
  serializedName: "properties.updatedBy",
1262
1275
  type: {
1263
1276
  name: "Composite",
1264
1277
  className: "ApplicationClientDetails"
1265
1278
  }
1266
- } })
1279
+ }
1280
+ }
1267
1281
  }
1268
1282
  };
1269
1283
  export const Application = {
1270
1284
  type: {
1271
1285
  name: "Composite",
1272
1286
  className: "Application",
1273
- modelProperties: Object.assign(Object.assign({}, GenericResource.type.modelProperties), { plan: {
1287
+ modelProperties: {
1288
+ ...GenericResource.type.modelProperties,
1289
+ plan: {
1274
1290
  serializedName: "plan",
1275
1291
  type: {
1276
1292
  name: "Composite",
1277
1293
  className: "Plan"
1278
1294
  }
1279
- }, kind: {
1295
+ },
1296
+ kind: {
1280
1297
  constraints: {
1281
1298
  Pattern: new RegExp("^[-\\w\\._,\\(\\)]+$")
1282
1299
  },
@@ -1285,60 +1302,70 @@ export const Application = {
1285
1302
  type: {
1286
1303
  name: "String"
1287
1304
  }
1288
- }, identity: {
1305
+ },
1306
+ identity: {
1289
1307
  serializedName: "identity",
1290
1308
  type: {
1291
1309
  name: "Composite",
1292
1310
  className: "Identity"
1293
1311
  }
1294
- }, managedResourceGroupId: {
1312
+ },
1313
+ managedResourceGroupId: {
1295
1314
  serializedName: "properties.managedResourceGroupId",
1296
1315
  type: {
1297
1316
  name: "String"
1298
1317
  }
1299
- }, applicationDefinitionId: {
1318
+ },
1319
+ applicationDefinitionId: {
1300
1320
  serializedName: "properties.applicationDefinitionId",
1301
1321
  type: {
1302
1322
  name: "String"
1303
1323
  }
1304
- }, parameters: {
1324
+ },
1325
+ parameters: {
1305
1326
  serializedName: "properties.parameters",
1306
1327
  type: {
1307
1328
  name: "Dictionary",
1308
1329
  value: { type: { name: "any" } }
1309
1330
  }
1310
- }, outputs: {
1331
+ },
1332
+ outputs: {
1311
1333
  serializedName: "properties.outputs",
1312
1334
  readOnly: true,
1313
1335
  type: {
1314
1336
  name: "Dictionary",
1315
1337
  value: { type: { name: "any" } }
1316
1338
  }
1317
- }, provisioningState: {
1339
+ },
1340
+ provisioningState: {
1318
1341
  serializedName: "properties.provisioningState",
1319
1342
  readOnly: true,
1320
1343
  type: {
1321
1344
  name: "String"
1322
1345
  }
1323
- }, billingDetails: {
1346
+ },
1347
+ billingDetails: {
1324
1348
  serializedName: "properties.billingDetails",
1325
1349
  type: {
1326
1350
  name: "Composite",
1327
1351
  className: "ApplicationBillingDetailsDefinition"
1328
1352
  }
1329
- }, jitAccessPolicy: {
1353
+ },
1354
+ jitAccessPolicy: {
1330
1355
  serializedName: "properties.jitAccessPolicy",
1331
1356
  type: {
1332
1357
  name: "Composite",
1333
1358
  className: "ApplicationJitAccessPolicy"
1334
1359
  }
1335
- }, publisherTenantId: {
1360
+ },
1361
+ publisherTenantId: {
1336
1362
  serializedName: "properties.publisherTenantId",
1337
1363
  readOnly: true,
1338
1364
  type: {
1339
1365
  name: "String"
1340
1366
  }
1341
- }, authorizations: {
1367
+ },
1368
+ authorizations: {
1342
1369
  serializedName: "properties.authorizations",
1343
1370
  readOnly: true,
1344
1371
  type: {
@@ -1350,25 +1377,29 @@ export const Application = {
1350
1377
  }
1351
1378
  }
1352
1379
  }
1353
- }, managementMode: {
1380
+ },
1381
+ managementMode: {
1354
1382
  serializedName: "properties.managementMode",
1355
1383
  readOnly: true,
1356
1384
  type: {
1357
1385
  name: "String"
1358
1386
  }
1359
- }, customerSupport: {
1387
+ },
1388
+ customerSupport: {
1360
1389
  serializedName: "properties.customerSupport",
1361
1390
  type: {
1362
1391
  name: "Composite",
1363
1392
  className: "ApplicationPackageContact"
1364
1393
  }
1365
- }, supportUrls: {
1394
+ },
1395
+ supportUrls: {
1366
1396
  serializedName: "properties.supportUrls",
1367
1397
  type: {
1368
1398
  name: "Composite",
1369
1399
  className: "ApplicationPackageSupportUrls"
1370
1400
  }
1371
- }, artifacts: {
1401
+ },
1402
+ artifacts: {
1372
1403
  serializedName: "properties.artifacts",
1373
1404
  readOnly: true,
1374
1405
  type: {
@@ -1380,32 +1411,38 @@ export const Application = {
1380
1411
  }
1381
1412
  }
1382
1413
  }
1383
- }, createdBy: {
1414
+ },
1415
+ createdBy: {
1384
1416
  serializedName: "properties.createdBy",
1385
1417
  type: {
1386
1418
  name: "Composite",
1387
1419
  className: "ApplicationClientDetails"
1388
1420
  }
1389
- }, updatedBy: {
1421
+ },
1422
+ updatedBy: {
1390
1423
  serializedName: "properties.updatedBy",
1391
1424
  type: {
1392
1425
  name: "Composite",
1393
1426
  className: "ApplicationClientDetails"
1394
1427
  }
1395
- } })
1428
+ }
1429
+ }
1396
1430
  }
1397
1431
  };
1398
1432
  export const ApplicationPatchable = {
1399
1433
  type: {
1400
1434
  name: "Composite",
1401
1435
  className: "ApplicationPatchable",
1402
- modelProperties: Object.assign(Object.assign({}, GenericResource.type.modelProperties), { plan: {
1436
+ modelProperties: {
1437
+ ...GenericResource.type.modelProperties,
1438
+ plan: {
1403
1439
  serializedName: "plan",
1404
1440
  type: {
1405
1441
  name: "Composite",
1406
1442
  className: "PlanPatchable"
1407
1443
  }
1408
- }, kind: {
1444
+ },
1445
+ kind: {
1409
1446
  constraints: {
1410
1447
  Pattern: new RegExp("^[-\\w\\._,\\(\\)]+$")
1411
1448
  },
@@ -1413,60 +1450,70 @@ export const ApplicationPatchable = {
1413
1450
  type: {
1414
1451
  name: "String"
1415
1452
  }
1416
- }, identity: {
1453
+ },
1454
+ identity: {
1417
1455
  serializedName: "identity",
1418
1456
  type: {
1419
1457
  name: "Composite",
1420
1458
  className: "Identity"
1421
1459
  }
1422
- }, managedResourceGroupId: {
1460
+ },
1461
+ managedResourceGroupId: {
1423
1462
  serializedName: "properties.managedResourceGroupId",
1424
1463
  type: {
1425
1464
  name: "String"
1426
1465
  }
1427
- }, applicationDefinitionId: {
1466
+ },
1467
+ applicationDefinitionId: {
1428
1468
  serializedName: "properties.applicationDefinitionId",
1429
1469
  type: {
1430
1470
  name: "String"
1431
1471
  }
1432
- }, parameters: {
1472
+ },
1473
+ parameters: {
1433
1474
  serializedName: "properties.parameters",
1434
1475
  type: {
1435
1476
  name: "Dictionary",
1436
1477
  value: { type: { name: "any" } }
1437
1478
  }
1438
- }, outputs: {
1479
+ },
1480
+ outputs: {
1439
1481
  serializedName: "properties.outputs",
1440
1482
  readOnly: true,
1441
1483
  type: {
1442
1484
  name: "Dictionary",
1443
1485
  value: { type: { name: "any" } }
1444
1486
  }
1445
- }, provisioningState: {
1487
+ },
1488
+ provisioningState: {
1446
1489
  serializedName: "properties.provisioningState",
1447
1490
  readOnly: true,
1448
1491
  type: {
1449
1492
  name: "String"
1450
1493
  }
1451
- }, billingDetails: {
1494
+ },
1495
+ billingDetails: {
1452
1496
  serializedName: "properties.billingDetails",
1453
1497
  type: {
1454
1498
  name: "Composite",
1455
1499
  className: "ApplicationBillingDetailsDefinition"
1456
1500
  }
1457
- }, jitAccessPolicy: {
1501
+ },
1502
+ jitAccessPolicy: {
1458
1503
  serializedName: "properties.jitAccessPolicy",
1459
1504
  type: {
1460
1505
  name: "Composite",
1461
1506
  className: "ApplicationJitAccessPolicy"
1462
1507
  }
1463
- }, publisherTenantId: {
1508
+ },
1509
+ publisherTenantId: {
1464
1510
  serializedName: "properties.publisherTenantId",
1465
1511
  readOnly: true,
1466
1512
  type: {
1467
1513
  name: "String"
1468
1514
  }
1469
- }, authorizations: {
1515
+ },
1516
+ authorizations: {
1470
1517
  serializedName: "properties.authorizations",
1471
1518
  readOnly: true,
1472
1519
  type: {
@@ -1478,25 +1525,29 @@ export const ApplicationPatchable = {
1478
1525
  }
1479
1526
  }
1480
1527
  }
1481
- }, managementMode: {
1528
+ },
1529
+ managementMode: {
1482
1530
  serializedName: "properties.managementMode",
1483
1531
  readOnly: true,
1484
1532
  type: {
1485
1533
  name: "String"
1486
1534
  }
1487
- }, customerSupport: {
1535
+ },
1536
+ customerSupport: {
1488
1537
  serializedName: "properties.customerSupport",
1489
1538
  type: {
1490
1539
  name: "Composite",
1491
1540
  className: "ApplicationPackageContact"
1492
1541
  }
1493
- }, supportUrls: {
1542
+ },
1543
+ supportUrls: {
1494
1544
  serializedName: "properties.supportUrls",
1495
1545
  type: {
1496
1546
  name: "Composite",
1497
1547
  className: "ApplicationPackageSupportUrls"
1498
1548
  }
1499
- }, artifacts: {
1549
+ },
1550
+ artifacts: {
1500
1551
  serializedName: "properties.artifacts",
1501
1552
  readOnly: true,
1502
1553
  type: {
@@ -1508,43 +1559,51 @@ export const ApplicationPatchable = {
1508
1559
  }
1509
1560
  }
1510
1561
  }
1511
- }, createdBy: {
1562
+ },
1563
+ createdBy: {
1512
1564
  serializedName: "properties.createdBy",
1513
1565
  type: {
1514
1566
  name: "Composite",
1515
1567
  className: "ApplicationClientDetails"
1516
1568
  }
1517
- }, updatedBy: {
1569
+ },
1570
+ updatedBy: {
1518
1571
  serializedName: "properties.updatedBy",
1519
1572
  type: {
1520
1573
  name: "Composite",
1521
1574
  className: "ApplicationClientDetails"
1522
1575
  }
1523
- } })
1576
+ }
1577
+ }
1524
1578
  }
1525
1579
  };
1526
1580
  export const ApplicationDefinition = {
1527
1581
  type: {
1528
1582
  name: "Composite",
1529
1583
  className: "ApplicationDefinition",
1530
- modelProperties: Object.assign(Object.assign({}, GenericResource.type.modelProperties), { lockLevel: {
1584
+ modelProperties: {
1585
+ ...GenericResource.type.modelProperties,
1586
+ lockLevel: {
1531
1587
  serializedName: "properties.lockLevel",
1532
1588
  required: true,
1533
1589
  type: {
1534
1590
  name: "Enum",
1535
1591
  allowedValues: ["CanNotDelete", "ReadOnly", "None"]
1536
1592
  }
1537
- }, displayName: {
1593
+ },
1594
+ displayName: {
1538
1595
  serializedName: "properties.displayName",
1539
1596
  type: {
1540
1597
  name: "String"
1541
1598
  }
1542
- }, isEnabled: {
1599
+ },
1600
+ isEnabled: {
1543
1601
  serializedName: "properties.isEnabled",
1544
1602
  type: {
1545
1603
  name: "Boolean"
1546
1604
  }
1547
- }, authorizations: {
1605
+ },
1606
+ authorizations: {
1548
1607
  serializedName: "properties.authorizations",
1549
1608
  type: {
1550
1609
  name: "Sequence",
@@ -1555,7 +1614,8 @@ export const ApplicationDefinition = {
1555
1614
  }
1556
1615
  }
1557
1616
  }
1558
- }, artifacts: {
1617
+ },
1618
+ artifacts: {
1559
1619
  serializedName: "properties.artifacts",
1560
1620
  type: {
1561
1621
  name: "Sequence",
@@ -1566,58 +1626,68 @@ export const ApplicationDefinition = {
1566
1626
  }
1567
1627
  }
1568
1628
  }
1569
- }, description: {
1629
+ },
1630
+ description: {
1570
1631
  serializedName: "properties.description",
1571
1632
  type: {
1572
1633
  name: "String"
1573
1634
  }
1574
- }, packageFileUri: {
1635
+ },
1636
+ packageFileUri: {
1575
1637
  serializedName: "properties.packageFileUri",
1576
1638
  type: {
1577
1639
  name: "String"
1578
1640
  }
1579
- }, storageAccountId: {
1641
+ },
1642
+ storageAccountId: {
1580
1643
  serializedName: "properties.storageAccountId",
1581
1644
  type: {
1582
1645
  name: "String"
1583
1646
  }
1584
- }, mainTemplate: {
1647
+ },
1648
+ mainTemplate: {
1585
1649
  serializedName: "properties.mainTemplate",
1586
1650
  type: {
1587
1651
  name: "Dictionary",
1588
1652
  value: { type: { name: "any" } }
1589
1653
  }
1590
- }, createUiDefinition: {
1654
+ },
1655
+ createUiDefinition: {
1591
1656
  serializedName: "properties.createUiDefinition",
1592
1657
  type: {
1593
1658
  name: "Dictionary",
1594
1659
  value: { type: { name: "any" } }
1595
1660
  }
1596
- }, notificationPolicy: {
1661
+ },
1662
+ notificationPolicy: {
1597
1663
  serializedName: "properties.notificationPolicy",
1598
1664
  type: {
1599
1665
  name: "Composite",
1600
1666
  className: "ApplicationNotificationPolicy"
1601
1667
  }
1602
- }, lockingPolicy: {
1668
+ },
1669
+ lockingPolicy: {
1603
1670
  serializedName: "properties.lockingPolicy",
1604
1671
  type: {
1605
1672
  name: "Composite",
1606
1673
  className: "ApplicationPackageLockingPolicyDefinition"
1607
1674
  }
1608
- }, deploymentPolicy: {
1675
+ },
1676
+ deploymentPolicy: {
1609
1677
  serializedName: "properties.deploymentPolicy",
1610
1678
  type: {
1611
1679
  name: "Composite",
1612
1680
  className: "ApplicationDeploymentPolicy"
1613
1681
  }
1614
- }, managementPolicy: {
1682
+ },
1683
+ managementPolicy: {
1615
1684
  serializedName: "properties.managementPolicy",
1616
1685
  type: {
1617
1686
  name: "Composite",
1618
1687
  className: "ApplicationManagementPolicy"
1619
1688
  }
1620
- }, policies: {
1689
+ },
1690
+ policies: {
1621
1691
  serializedName: "properties.policies",
1622
1692
  type: {
1623
1693
  name: "Sequence",
@@ -1628,7 +1698,8 @@ export const ApplicationDefinition = {
1628
1698
  }
1629
1699
  }
1630
1700
  }
1631
- } })
1701
+ }
1702
+ }
1632
1703
  }
1633
1704
  };
1634
1705
  //# sourceMappingURL=mappers.js.map