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