@azure/arm-servicebus 6.2.0-alpha.20250718.1 → 6.2.0-alpha.20250730.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/lroImpl.js +11 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +288 -137
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/disasterRecoveryConfigs.js +45 -79
- package/dist/browser/operations/disasterRecoveryConfigs.js.map +1 -1
- package/dist/browser/operations/migrationConfigs.js +34 -46
- package/dist/browser/operations/migrationConfigs.js.map +1 -1
- package/dist/browser/operations/namespaces.js +111 -169
- package/dist/browser/operations/namespaces.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/privateEndpointConnections.js +34 -46
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +1 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/queues.js +45 -79
- package/dist/browser/operations/queues.js.map +1 -1
- package/dist/browser/operations/rules.js +23 -40
- package/dist/browser/operations/rules.js.map +1 -1
- package/dist/browser/operations/subscriptions.js +23 -40
- package/dist/browser/operations/subscriptions.js.map +1 -1
- package/dist/browser/operations/topics.js +45 -79
- package/dist/browser/operations/topics.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/serviceBusManagementClient.js +23 -5
- package/dist/browser/serviceBusManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +11 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +288 -137
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/disasterRecoveryConfigs.js +45 -78
- package/dist/commonjs/operations/disasterRecoveryConfigs.js.map +1 -1
- package/dist/commonjs/operations/migrationConfigs.js +34 -45
- package/dist/commonjs/operations/migrationConfigs.js.map +1 -1
- package/dist/commonjs/operations/namespaces.js +111 -168
- package/dist/commonjs/operations/namespaces.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/privateEndpointConnections.js +34 -45
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +1 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/queues.js +45 -78
- package/dist/commonjs/operations/queues.js.map +1 -1
- package/dist/commonjs/operations/rules.js +23 -39
- package/dist/commonjs/operations/rules.js.map +1 -1
- package/dist/commonjs/operations/subscriptions.js +23 -39
- package/dist/commonjs/operations/subscriptions.js.map +1 -1
- package/dist/commonjs/operations/topics.js +45 -78
- package/dist/commonjs/operations/topics.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/serviceBusManagementClient.js +23 -5
- package/dist/commonjs/serviceBusManagementClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/lroImpl.js +11 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +288 -137
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/disasterRecoveryConfigs.js +45 -79
- package/dist/esm/operations/disasterRecoveryConfigs.js.map +1 -1
- package/dist/esm/operations/migrationConfigs.js +34 -46
- package/dist/esm/operations/migrationConfigs.js.map +1 -1
- package/dist/esm/operations/namespaces.js +111 -169
- package/dist/esm/operations/namespaces.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/privateEndpointConnections.js +34 -46
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +1 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/queues.js +45 -79
- package/dist/esm/operations/queues.js.map +1 -1
- package/dist/esm/operations/rules.js +23 -40
- package/dist/esm/operations/rules.js.map +1 -1
- package/dist/esm/operations/subscriptions.js +23 -40
- package/dist/esm/operations/subscriptions.js.map +1 -1
- package/dist/esm/operations/topics.js +45 -79
- package/dist/esm/operations/topics.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/serviceBusManagementClient.js +23 -5
- package/dist/esm/serviceBusManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +11 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +288 -137
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/disasterRecoveryConfigs.js +45 -79
- package/dist/react-native/operations/disasterRecoveryConfigs.js.map +1 -1
- package/dist/react-native/operations/migrationConfigs.js +34 -46
- package/dist/react-native/operations/migrationConfigs.js.map +1 -1
- package/dist/react-native/operations/namespaces.js +111 -169
- package/dist/react-native/operations/namespaces.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/privateEndpointConnections.js +34 -46
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +1 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/queues.js +45 -79
- package/dist/react-native/operations/queues.js.map +1 -1
- package/dist/react-native/operations/rules.js +23 -40
- package/dist/react-native/operations/rules.js.map +1 -1
- package/dist/react-native/operations/subscriptions.js +23 -40
- package/dist/react-native/operations/subscriptions.js.map +1 -1
- package/dist/react-native/operations/topics.js +45 -79
- package/dist/react-native/operations/topics.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/serviceBusManagementClient.js +23 -5
- package/dist/react-native/serviceBusManagementClient.js.map +1 -1
- package/package.json +2 -2
|
@@ -1264,137 +1264,164 @@ exports.PrivateEndpointConnection = {
|
|
|
1264
1264
|
type: {
|
|
1265
1265
|
name: "Composite",
|
|
1266
1266
|
className: "PrivateEndpointConnection",
|
|
1267
|
-
modelProperties:
|
|
1267
|
+
modelProperties: {
|
|
1268
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1269
|
+
systemData: {
|
|
1268
1270
|
serializedName: "systemData",
|
|
1269
1271
|
type: {
|
|
1270
1272
|
name: "Composite",
|
|
1271
1273
|
className: "SystemData"
|
|
1272
1274
|
}
|
|
1273
|
-
},
|
|
1275
|
+
},
|
|
1276
|
+
privateEndpoint: {
|
|
1274
1277
|
serializedName: "properties.privateEndpoint",
|
|
1275
1278
|
type: {
|
|
1276
1279
|
name: "Composite",
|
|
1277
1280
|
className: "PrivateEndpoint"
|
|
1278
1281
|
}
|
|
1279
|
-
},
|
|
1282
|
+
},
|
|
1283
|
+
privateLinkServiceConnectionState: {
|
|
1280
1284
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1281
1285
|
type: {
|
|
1282
1286
|
name: "Composite",
|
|
1283
1287
|
className: "ConnectionState"
|
|
1284
1288
|
}
|
|
1285
|
-
},
|
|
1289
|
+
},
|
|
1290
|
+
provisioningState: {
|
|
1286
1291
|
serializedName: "properties.provisioningState",
|
|
1287
1292
|
type: {
|
|
1288
1293
|
name: "String"
|
|
1289
1294
|
}
|
|
1290
|
-
}
|
|
1295
|
+
}
|
|
1296
|
+
}
|
|
1291
1297
|
}
|
|
1292
1298
|
};
|
|
1293
1299
|
exports.ArmDisasterRecovery = {
|
|
1294
1300
|
type: {
|
|
1295
1301
|
name: "Composite",
|
|
1296
1302
|
className: "ArmDisasterRecovery",
|
|
1297
|
-
modelProperties:
|
|
1303
|
+
modelProperties: {
|
|
1304
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1305
|
+
systemData: {
|
|
1298
1306
|
serializedName: "systemData",
|
|
1299
1307
|
type: {
|
|
1300
1308
|
name: "Composite",
|
|
1301
1309
|
className: "SystemData"
|
|
1302
1310
|
}
|
|
1303
|
-
},
|
|
1311
|
+
},
|
|
1312
|
+
provisioningState: {
|
|
1304
1313
|
serializedName: "properties.provisioningState",
|
|
1305
1314
|
readOnly: true,
|
|
1306
1315
|
type: {
|
|
1307
1316
|
name: "Enum",
|
|
1308
1317
|
allowedValues: ["Accepted", "Succeeded", "Failed"]
|
|
1309
1318
|
}
|
|
1310
|
-
},
|
|
1319
|
+
},
|
|
1320
|
+
pendingReplicationOperationsCount: {
|
|
1311
1321
|
serializedName: "properties.pendingReplicationOperationsCount",
|
|
1312
1322
|
readOnly: true,
|
|
1313
1323
|
type: {
|
|
1314
1324
|
name: "Number"
|
|
1315
1325
|
}
|
|
1316
|
-
},
|
|
1326
|
+
},
|
|
1327
|
+
partnerNamespace: {
|
|
1317
1328
|
serializedName: "properties.partnerNamespace",
|
|
1318
1329
|
type: {
|
|
1319
1330
|
name: "String"
|
|
1320
1331
|
}
|
|
1321
|
-
},
|
|
1332
|
+
},
|
|
1333
|
+
alternateName: {
|
|
1322
1334
|
serializedName: "properties.alternateName",
|
|
1323
1335
|
type: {
|
|
1324
1336
|
name: "String"
|
|
1325
1337
|
}
|
|
1326
|
-
},
|
|
1338
|
+
},
|
|
1339
|
+
role: {
|
|
1327
1340
|
serializedName: "properties.role",
|
|
1328
1341
|
readOnly: true,
|
|
1329
1342
|
type: {
|
|
1330
1343
|
name: "Enum",
|
|
1331
1344
|
allowedValues: ["Primary", "PrimaryNotReplicating", "Secondary"]
|
|
1332
1345
|
}
|
|
1333
|
-
}
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1334
1348
|
}
|
|
1335
1349
|
};
|
|
1336
1350
|
exports.MigrationConfigProperties = {
|
|
1337
1351
|
type: {
|
|
1338
1352
|
name: "Composite",
|
|
1339
1353
|
className: "MigrationConfigProperties",
|
|
1340
|
-
modelProperties:
|
|
1354
|
+
modelProperties: {
|
|
1355
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1356
|
+
systemData: {
|
|
1341
1357
|
serializedName: "systemData",
|
|
1342
1358
|
type: {
|
|
1343
1359
|
name: "Composite",
|
|
1344
1360
|
className: "SystemData"
|
|
1345
1361
|
}
|
|
1346
|
-
},
|
|
1362
|
+
},
|
|
1363
|
+
provisioningState: {
|
|
1347
1364
|
serializedName: "properties.provisioningState",
|
|
1348
1365
|
readOnly: true,
|
|
1349
1366
|
type: {
|
|
1350
1367
|
name: "String"
|
|
1351
1368
|
}
|
|
1352
|
-
},
|
|
1369
|
+
},
|
|
1370
|
+
pendingReplicationOperationsCount: {
|
|
1353
1371
|
serializedName: "properties.pendingReplicationOperationsCount",
|
|
1354
1372
|
readOnly: true,
|
|
1355
1373
|
type: {
|
|
1356
1374
|
name: "Number"
|
|
1357
1375
|
}
|
|
1358
|
-
},
|
|
1376
|
+
},
|
|
1377
|
+
targetNamespace: {
|
|
1359
1378
|
serializedName: "properties.targetNamespace",
|
|
1360
1379
|
type: {
|
|
1361
1380
|
name: "String"
|
|
1362
1381
|
}
|
|
1363
|
-
},
|
|
1382
|
+
},
|
|
1383
|
+
postMigrationName: {
|
|
1364
1384
|
serializedName: "properties.postMigrationName",
|
|
1365
1385
|
type: {
|
|
1366
1386
|
name: "String"
|
|
1367
1387
|
}
|
|
1368
|
-
},
|
|
1388
|
+
},
|
|
1389
|
+
migrationState: {
|
|
1369
1390
|
serializedName: "properties.migrationState",
|
|
1370
1391
|
readOnly: true,
|
|
1371
1392
|
type: {
|
|
1372
1393
|
name: "String"
|
|
1373
1394
|
}
|
|
1374
|
-
}
|
|
1395
|
+
}
|
|
1396
|
+
}
|
|
1375
1397
|
}
|
|
1376
1398
|
};
|
|
1377
1399
|
exports.NetworkRuleSet = {
|
|
1378
1400
|
type: {
|
|
1379
1401
|
name: "Composite",
|
|
1380
1402
|
className: "NetworkRuleSet",
|
|
1381
|
-
modelProperties:
|
|
1403
|
+
modelProperties: {
|
|
1404
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1405
|
+
systemData: {
|
|
1382
1406
|
serializedName: "systemData",
|
|
1383
1407
|
type: {
|
|
1384
1408
|
name: "Composite",
|
|
1385
1409
|
className: "SystemData"
|
|
1386
1410
|
}
|
|
1387
|
-
},
|
|
1411
|
+
},
|
|
1412
|
+
trustedServiceAccessEnabled: {
|
|
1388
1413
|
serializedName: "properties.trustedServiceAccessEnabled",
|
|
1389
1414
|
type: {
|
|
1390
1415
|
name: "Boolean"
|
|
1391
1416
|
}
|
|
1392
|
-
},
|
|
1417
|
+
},
|
|
1418
|
+
defaultAction: {
|
|
1393
1419
|
serializedName: "properties.defaultAction",
|
|
1394
1420
|
type: {
|
|
1395
1421
|
name: "String"
|
|
1396
1422
|
}
|
|
1397
|
-
},
|
|
1423
|
+
},
|
|
1424
|
+
virtualNetworkRules: {
|
|
1398
1425
|
serializedName: "properties.virtualNetworkRules",
|
|
1399
1426
|
type: {
|
|
1400
1427
|
name: "Sequence",
|
|
@@ -1405,7 +1432,8 @@ exports.NetworkRuleSet = {
|
|
|
1405
1432
|
}
|
|
1406
1433
|
}
|
|
1407
1434
|
}
|
|
1408
|
-
},
|
|
1435
|
+
},
|
|
1436
|
+
ipRules: {
|
|
1409
1437
|
serializedName: "properties.ipRules",
|
|
1410
1438
|
type: {
|
|
1411
1439
|
name: "Sequence",
|
|
@@ -1416,26 +1444,31 @@ exports.NetworkRuleSet = {
|
|
|
1416
1444
|
}
|
|
1417
1445
|
}
|
|
1418
1446
|
}
|
|
1419
|
-
},
|
|
1447
|
+
},
|
|
1448
|
+
publicNetworkAccess: {
|
|
1420
1449
|
defaultValue: "Enabled",
|
|
1421
1450
|
serializedName: "properties.publicNetworkAccess",
|
|
1422
1451
|
type: {
|
|
1423
1452
|
name: "String"
|
|
1424
1453
|
}
|
|
1425
|
-
}
|
|
1454
|
+
}
|
|
1455
|
+
}
|
|
1426
1456
|
}
|
|
1427
1457
|
};
|
|
1428
1458
|
exports.SBAuthorizationRule = {
|
|
1429
1459
|
type: {
|
|
1430
1460
|
name: "Composite",
|
|
1431
1461
|
className: "SBAuthorizationRule",
|
|
1432
|
-
modelProperties:
|
|
1462
|
+
modelProperties: {
|
|
1463
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1464
|
+
systemData: {
|
|
1433
1465
|
serializedName: "systemData",
|
|
1434
1466
|
type: {
|
|
1435
1467
|
name: "Composite",
|
|
1436
1468
|
className: "SystemData"
|
|
1437
1469
|
}
|
|
1438
|
-
},
|
|
1470
|
+
},
|
|
1471
|
+
rights: {
|
|
1439
1472
|
serializedName: "properties.rights",
|
|
1440
1473
|
type: {
|
|
1441
1474
|
name: "Sequence",
|
|
@@ -1446,101 +1479,120 @@ exports.SBAuthorizationRule = {
|
|
|
1446
1479
|
}
|
|
1447
1480
|
}
|
|
1448
1481
|
}
|
|
1449
|
-
}
|
|
1482
|
+
}
|
|
1483
|
+
}
|
|
1450
1484
|
}
|
|
1451
1485
|
};
|
|
1452
1486
|
exports.SBQueue = {
|
|
1453
1487
|
type: {
|
|
1454
1488
|
name: "Composite",
|
|
1455
1489
|
className: "SBQueue",
|
|
1456
|
-
modelProperties:
|
|
1490
|
+
modelProperties: {
|
|
1491
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1492
|
+
systemData: {
|
|
1457
1493
|
serializedName: "systemData",
|
|
1458
1494
|
type: {
|
|
1459
1495
|
name: "Composite",
|
|
1460
1496
|
className: "SystemData"
|
|
1461
1497
|
}
|
|
1462
|
-
},
|
|
1498
|
+
},
|
|
1499
|
+
countDetails: {
|
|
1463
1500
|
serializedName: "properties.countDetails",
|
|
1464
1501
|
type: {
|
|
1465
1502
|
name: "Composite",
|
|
1466
1503
|
className: "MessageCountDetails"
|
|
1467
1504
|
}
|
|
1468
|
-
},
|
|
1505
|
+
},
|
|
1506
|
+
createdAt: {
|
|
1469
1507
|
serializedName: "properties.createdAt",
|
|
1470
1508
|
readOnly: true,
|
|
1471
1509
|
type: {
|
|
1472
1510
|
name: "DateTime"
|
|
1473
1511
|
}
|
|
1474
|
-
},
|
|
1512
|
+
},
|
|
1513
|
+
updatedAt: {
|
|
1475
1514
|
serializedName: "properties.updatedAt",
|
|
1476
1515
|
readOnly: true,
|
|
1477
1516
|
type: {
|
|
1478
1517
|
name: "DateTime"
|
|
1479
1518
|
}
|
|
1480
|
-
},
|
|
1519
|
+
},
|
|
1520
|
+
accessedAt: {
|
|
1481
1521
|
serializedName: "properties.accessedAt",
|
|
1482
1522
|
readOnly: true,
|
|
1483
1523
|
type: {
|
|
1484
1524
|
name: "DateTime"
|
|
1485
1525
|
}
|
|
1486
|
-
},
|
|
1526
|
+
},
|
|
1527
|
+
sizeInBytes: {
|
|
1487
1528
|
serializedName: "properties.sizeInBytes",
|
|
1488
1529
|
readOnly: true,
|
|
1489
1530
|
type: {
|
|
1490
1531
|
name: "Number"
|
|
1491
1532
|
}
|
|
1492
|
-
},
|
|
1533
|
+
},
|
|
1534
|
+
messageCount: {
|
|
1493
1535
|
serializedName: "properties.messageCount",
|
|
1494
1536
|
readOnly: true,
|
|
1495
1537
|
type: {
|
|
1496
1538
|
name: "Number"
|
|
1497
1539
|
}
|
|
1498
|
-
},
|
|
1540
|
+
},
|
|
1541
|
+
lockDuration: {
|
|
1499
1542
|
serializedName: "properties.lockDuration",
|
|
1500
1543
|
type: {
|
|
1501
1544
|
name: "TimeSpan"
|
|
1502
1545
|
}
|
|
1503
|
-
},
|
|
1546
|
+
},
|
|
1547
|
+
maxSizeInMegabytes: {
|
|
1504
1548
|
serializedName: "properties.maxSizeInMegabytes",
|
|
1505
1549
|
type: {
|
|
1506
1550
|
name: "Number"
|
|
1507
1551
|
}
|
|
1508
|
-
},
|
|
1552
|
+
},
|
|
1553
|
+
maxMessageSizeInKilobytes: {
|
|
1509
1554
|
serializedName: "properties.maxMessageSizeInKilobytes",
|
|
1510
1555
|
type: {
|
|
1511
1556
|
name: "Number"
|
|
1512
1557
|
}
|
|
1513
|
-
},
|
|
1558
|
+
},
|
|
1559
|
+
requiresDuplicateDetection: {
|
|
1514
1560
|
serializedName: "properties.requiresDuplicateDetection",
|
|
1515
1561
|
type: {
|
|
1516
1562
|
name: "Boolean"
|
|
1517
1563
|
}
|
|
1518
|
-
},
|
|
1564
|
+
},
|
|
1565
|
+
requiresSession: {
|
|
1519
1566
|
serializedName: "properties.requiresSession",
|
|
1520
1567
|
type: {
|
|
1521
1568
|
name: "Boolean"
|
|
1522
1569
|
}
|
|
1523
|
-
},
|
|
1570
|
+
},
|
|
1571
|
+
defaultMessageTimeToLive: {
|
|
1524
1572
|
serializedName: "properties.defaultMessageTimeToLive",
|
|
1525
1573
|
type: {
|
|
1526
1574
|
name: "TimeSpan"
|
|
1527
1575
|
}
|
|
1528
|
-
},
|
|
1576
|
+
},
|
|
1577
|
+
deadLetteringOnMessageExpiration: {
|
|
1529
1578
|
serializedName: "properties.deadLetteringOnMessageExpiration",
|
|
1530
1579
|
type: {
|
|
1531
1580
|
name: "Boolean"
|
|
1532
1581
|
}
|
|
1533
|
-
},
|
|
1582
|
+
},
|
|
1583
|
+
duplicateDetectionHistoryTimeWindow: {
|
|
1534
1584
|
serializedName: "properties.duplicateDetectionHistoryTimeWindow",
|
|
1535
1585
|
type: {
|
|
1536
1586
|
name: "TimeSpan"
|
|
1537
1587
|
}
|
|
1538
|
-
},
|
|
1588
|
+
},
|
|
1589
|
+
maxDeliveryCount: {
|
|
1539
1590
|
serializedName: "properties.maxDeliveryCount",
|
|
1540
1591
|
type: {
|
|
1541
1592
|
name: "Number"
|
|
1542
1593
|
}
|
|
1543
|
-
},
|
|
1594
|
+
},
|
|
1595
|
+
status: {
|
|
1544
1596
|
serializedName: "properties.status",
|
|
1545
1597
|
type: {
|
|
1546
1598
|
name: "Enum",
|
|
@@ -1556,116 +1608,138 @@ exports.SBQueue = {
|
|
|
1556
1608
|
"Unknown"
|
|
1557
1609
|
]
|
|
1558
1610
|
}
|
|
1559
|
-
},
|
|
1611
|
+
},
|
|
1612
|
+
enableBatchedOperations: {
|
|
1560
1613
|
serializedName: "properties.enableBatchedOperations",
|
|
1561
1614
|
type: {
|
|
1562
1615
|
name: "Boolean"
|
|
1563
1616
|
}
|
|
1564
|
-
},
|
|
1617
|
+
},
|
|
1618
|
+
autoDeleteOnIdle: {
|
|
1565
1619
|
serializedName: "properties.autoDeleteOnIdle",
|
|
1566
1620
|
type: {
|
|
1567
1621
|
name: "TimeSpan"
|
|
1568
1622
|
}
|
|
1569
|
-
},
|
|
1623
|
+
},
|
|
1624
|
+
enablePartitioning: {
|
|
1570
1625
|
serializedName: "properties.enablePartitioning",
|
|
1571
1626
|
type: {
|
|
1572
1627
|
name: "Boolean"
|
|
1573
1628
|
}
|
|
1574
|
-
},
|
|
1629
|
+
},
|
|
1630
|
+
enableExpress: {
|
|
1575
1631
|
serializedName: "properties.enableExpress",
|
|
1576
1632
|
type: {
|
|
1577
1633
|
name: "Boolean"
|
|
1578
1634
|
}
|
|
1579
|
-
},
|
|
1635
|
+
},
|
|
1636
|
+
forwardTo: {
|
|
1580
1637
|
serializedName: "properties.forwardTo",
|
|
1581
1638
|
type: {
|
|
1582
1639
|
name: "String"
|
|
1583
1640
|
}
|
|
1584
|
-
},
|
|
1641
|
+
},
|
|
1642
|
+
forwardDeadLetteredMessagesTo: {
|
|
1585
1643
|
serializedName: "properties.forwardDeadLetteredMessagesTo",
|
|
1586
1644
|
type: {
|
|
1587
1645
|
name: "String"
|
|
1588
1646
|
}
|
|
1589
|
-
}
|
|
1647
|
+
}
|
|
1648
|
+
}
|
|
1590
1649
|
}
|
|
1591
1650
|
};
|
|
1592
1651
|
exports.SBTopic = {
|
|
1593
1652
|
type: {
|
|
1594
1653
|
name: "Composite",
|
|
1595
1654
|
className: "SBTopic",
|
|
1596
|
-
modelProperties:
|
|
1655
|
+
modelProperties: {
|
|
1656
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1657
|
+
systemData: {
|
|
1597
1658
|
serializedName: "systemData",
|
|
1598
1659
|
type: {
|
|
1599
1660
|
name: "Composite",
|
|
1600
1661
|
className: "SystemData"
|
|
1601
1662
|
}
|
|
1602
|
-
},
|
|
1663
|
+
},
|
|
1664
|
+
sizeInBytes: {
|
|
1603
1665
|
serializedName: "properties.sizeInBytes",
|
|
1604
1666
|
readOnly: true,
|
|
1605
1667
|
type: {
|
|
1606
1668
|
name: "Number"
|
|
1607
1669
|
}
|
|
1608
|
-
},
|
|
1670
|
+
},
|
|
1671
|
+
createdAt: {
|
|
1609
1672
|
serializedName: "properties.createdAt",
|
|
1610
1673
|
readOnly: true,
|
|
1611
1674
|
type: {
|
|
1612
1675
|
name: "DateTime"
|
|
1613
1676
|
}
|
|
1614
|
-
},
|
|
1677
|
+
},
|
|
1678
|
+
updatedAt: {
|
|
1615
1679
|
serializedName: "properties.updatedAt",
|
|
1616
1680
|
readOnly: true,
|
|
1617
1681
|
type: {
|
|
1618
1682
|
name: "DateTime"
|
|
1619
1683
|
}
|
|
1620
|
-
},
|
|
1684
|
+
},
|
|
1685
|
+
accessedAt: {
|
|
1621
1686
|
serializedName: "properties.accessedAt",
|
|
1622
1687
|
readOnly: true,
|
|
1623
1688
|
type: {
|
|
1624
1689
|
name: "DateTime"
|
|
1625
1690
|
}
|
|
1626
|
-
},
|
|
1691
|
+
},
|
|
1692
|
+
subscriptionCount: {
|
|
1627
1693
|
serializedName: "properties.subscriptionCount",
|
|
1628
1694
|
readOnly: true,
|
|
1629
1695
|
type: {
|
|
1630
1696
|
name: "Number"
|
|
1631
1697
|
}
|
|
1632
|
-
},
|
|
1698
|
+
},
|
|
1699
|
+
countDetails: {
|
|
1633
1700
|
serializedName: "properties.countDetails",
|
|
1634
1701
|
type: {
|
|
1635
1702
|
name: "Composite",
|
|
1636
1703
|
className: "MessageCountDetails"
|
|
1637
1704
|
}
|
|
1638
|
-
},
|
|
1705
|
+
},
|
|
1706
|
+
defaultMessageTimeToLive: {
|
|
1639
1707
|
serializedName: "properties.defaultMessageTimeToLive",
|
|
1640
1708
|
type: {
|
|
1641
1709
|
name: "TimeSpan"
|
|
1642
1710
|
}
|
|
1643
|
-
},
|
|
1711
|
+
},
|
|
1712
|
+
maxSizeInMegabytes: {
|
|
1644
1713
|
serializedName: "properties.maxSizeInMegabytes",
|
|
1645
1714
|
type: {
|
|
1646
1715
|
name: "Number"
|
|
1647
1716
|
}
|
|
1648
|
-
},
|
|
1717
|
+
},
|
|
1718
|
+
maxMessageSizeInKilobytes: {
|
|
1649
1719
|
serializedName: "properties.maxMessageSizeInKilobytes",
|
|
1650
1720
|
type: {
|
|
1651
1721
|
name: "Number"
|
|
1652
1722
|
}
|
|
1653
|
-
},
|
|
1723
|
+
},
|
|
1724
|
+
requiresDuplicateDetection: {
|
|
1654
1725
|
serializedName: "properties.requiresDuplicateDetection",
|
|
1655
1726
|
type: {
|
|
1656
1727
|
name: "Boolean"
|
|
1657
1728
|
}
|
|
1658
|
-
},
|
|
1729
|
+
},
|
|
1730
|
+
duplicateDetectionHistoryTimeWindow: {
|
|
1659
1731
|
serializedName: "properties.duplicateDetectionHistoryTimeWindow",
|
|
1660
1732
|
type: {
|
|
1661
1733
|
name: "TimeSpan"
|
|
1662
1734
|
}
|
|
1663
|
-
},
|
|
1735
|
+
},
|
|
1736
|
+
enableBatchedOperations: {
|
|
1664
1737
|
serializedName: "properties.enableBatchedOperations",
|
|
1665
1738
|
type: {
|
|
1666
1739
|
name: "Boolean"
|
|
1667
1740
|
}
|
|
1668
|
-
},
|
|
1741
|
+
},
|
|
1742
|
+
status: {
|
|
1669
1743
|
serializedName: "properties.status",
|
|
1670
1744
|
type: {
|
|
1671
1745
|
name: "Enum",
|
|
@@ -1681,142 +1755,169 @@ exports.SBTopic = {
|
|
|
1681
1755
|
"Unknown"
|
|
1682
1756
|
]
|
|
1683
1757
|
}
|
|
1684
|
-
},
|
|
1758
|
+
},
|
|
1759
|
+
supportOrdering: {
|
|
1685
1760
|
serializedName: "properties.supportOrdering",
|
|
1686
1761
|
type: {
|
|
1687
1762
|
name: "Boolean"
|
|
1688
1763
|
}
|
|
1689
|
-
},
|
|
1764
|
+
},
|
|
1765
|
+
autoDeleteOnIdle: {
|
|
1690
1766
|
serializedName: "properties.autoDeleteOnIdle",
|
|
1691
1767
|
type: {
|
|
1692
1768
|
name: "TimeSpan"
|
|
1693
1769
|
}
|
|
1694
|
-
},
|
|
1770
|
+
},
|
|
1771
|
+
enablePartitioning: {
|
|
1695
1772
|
serializedName: "properties.enablePartitioning",
|
|
1696
1773
|
type: {
|
|
1697
1774
|
name: "Boolean"
|
|
1698
1775
|
}
|
|
1699
|
-
},
|
|
1776
|
+
},
|
|
1777
|
+
enableExpress: {
|
|
1700
1778
|
serializedName: "properties.enableExpress",
|
|
1701
1779
|
type: {
|
|
1702
1780
|
name: "Boolean"
|
|
1703
1781
|
}
|
|
1704
|
-
}
|
|
1782
|
+
}
|
|
1783
|
+
}
|
|
1705
1784
|
}
|
|
1706
1785
|
};
|
|
1707
1786
|
exports.Rule = {
|
|
1708
1787
|
type: {
|
|
1709
1788
|
name: "Composite",
|
|
1710
1789
|
className: "Rule",
|
|
1711
|
-
modelProperties:
|
|
1790
|
+
modelProperties: {
|
|
1791
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1792
|
+
systemData: {
|
|
1712
1793
|
serializedName: "systemData",
|
|
1713
1794
|
type: {
|
|
1714
1795
|
name: "Composite",
|
|
1715
1796
|
className: "SystemData"
|
|
1716
1797
|
}
|
|
1717
|
-
},
|
|
1798
|
+
},
|
|
1799
|
+
action: {
|
|
1718
1800
|
serializedName: "properties.action",
|
|
1719
1801
|
type: {
|
|
1720
1802
|
name: "Composite",
|
|
1721
1803
|
className: "Action"
|
|
1722
1804
|
}
|
|
1723
|
-
},
|
|
1805
|
+
},
|
|
1806
|
+
filterType: {
|
|
1724
1807
|
serializedName: "properties.filterType",
|
|
1725
1808
|
type: {
|
|
1726
1809
|
name: "Enum",
|
|
1727
1810
|
allowedValues: ["SqlFilter", "CorrelationFilter"]
|
|
1728
1811
|
}
|
|
1729
|
-
},
|
|
1812
|
+
},
|
|
1813
|
+
sqlFilter: {
|
|
1730
1814
|
serializedName: "properties.sqlFilter",
|
|
1731
1815
|
type: {
|
|
1732
1816
|
name: "Composite",
|
|
1733
1817
|
className: "SqlFilter"
|
|
1734
1818
|
}
|
|
1735
|
-
},
|
|
1819
|
+
},
|
|
1820
|
+
correlationFilter: {
|
|
1736
1821
|
serializedName: "properties.correlationFilter",
|
|
1737
1822
|
type: {
|
|
1738
1823
|
name: "Composite",
|
|
1739
1824
|
className: "CorrelationFilter"
|
|
1740
1825
|
}
|
|
1741
|
-
}
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1742
1828
|
}
|
|
1743
1829
|
};
|
|
1744
1830
|
exports.SBSubscription = {
|
|
1745
1831
|
type: {
|
|
1746
1832
|
name: "Composite",
|
|
1747
1833
|
className: "SBSubscription",
|
|
1748
|
-
modelProperties:
|
|
1834
|
+
modelProperties: {
|
|
1835
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1836
|
+
systemData: {
|
|
1749
1837
|
serializedName: "systemData",
|
|
1750
1838
|
type: {
|
|
1751
1839
|
name: "Composite",
|
|
1752
1840
|
className: "SystemData"
|
|
1753
1841
|
}
|
|
1754
|
-
},
|
|
1842
|
+
},
|
|
1843
|
+
messageCount: {
|
|
1755
1844
|
serializedName: "properties.messageCount",
|
|
1756
1845
|
readOnly: true,
|
|
1757
1846
|
type: {
|
|
1758
1847
|
name: "Number"
|
|
1759
1848
|
}
|
|
1760
|
-
},
|
|
1849
|
+
},
|
|
1850
|
+
createdAt: {
|
|
1761
1851
|
serializedName: "properties.createdAt",
|
|
1762
1852
|
readOnly: true,
|
|
1763
1853
|
type: {
|
|
1764
1854
|
name: "DateTime"
|
|
1765
1855
|
}
|
|
1766
|
-
},
|
|
1856
|
+
},
|
|
1857
|
+
accessedAt: {
|
|
1767
1858
|
serializedName: "properties.accessedAt",
|
|
1768
1859
|
readOnly: true,
|
|
1769
1860
|
type: {
|
|
1770
1861
|
name: "DateTime"
|
|
1771
1862
|
}
|
|
1772
|
-
},
|
|
1863
|
+
},
|
|
1864
|
+
updatedAt: {
|
|
1773
1865
|
serializedName: "properties.updatedAt",
|
|
1774
1866
|
readOnly: true,
|
|
1775
1867
|
type: {
|
|
1776
1868
|
name: "DateTime"
|
|
1777
1869
|
}
|
|
1778
|
-
},
|
|
1870
|
+
},
|
|
1871
|
+
countDetails: {
|
|
1779
1872
|
serializedName: "properties.countDetails",
|
|
1780
1873
|
type: {
|
|
1781
1874
|
name: "Composite",
|
|
1782
1875
|
className: "MessageCountDetails"
|
|
1783
1876
|
}
|
|
1784
|
-
},
|
|
1877
|
+
},
|
|
1878
|
+
lockDuration: {
|
|
1785
1879
|
serializedName: "properties.lockDuration",
|
|
1786
1880
|
type: {
|
|
1787
1881
|
name: "TimeSpan"
|
|
1788
1882
|
}
|
|
1789
|
-
},
|
|
1883
|
+
},
|
|
1884
|
+
requiresSession: {
|
|
1790
1885
|
serializedName: "properties.requiresSession",
|
|
1791
1886
|
type: {
|
|
1792
1887
|
name: "Boolean"
|
|
1793
1888
|
}
|
|
1794
|
-
},
|
|
1889
|
+
},
|
|
1890
|
+
defaultMessageTimeToLive: {
|
|
1795
1891
|
serializedName: "properties.defaultMessageTimeToLive",
|
|
1796
1892
|
type: {
|
|
1797
1893
|
name: "TimeSpan"
|
|
1798
1894
|
}
|
|
1799
|
-
},
|
|
1895
|
+
},
|
|
1896
|
+
deadLetteringOnFilterEvaluationExceptions: {
|
|
1800
1897
|
serializedName: "properties.deadLetteringOnFilterEvaluationExceptions",
|
|
1801
1898
|
type: {
|
|
1802
1899
|
name: "Boolean"
|
|
1803
1900
|
}
|
|
1804
|
-
},
|
|
1901
|
+
},
|
|
1902
|
+
deadLetteringOnMessageExpiration: {
|
|
1805
1903
|
serializedName: "properties.deadLetteringOnMessageExpiration",
|
|
1806
1904
|
type: {
|
|
1807
1905
|
name: "Boolean"
|
|
1808
1906
|
}
|
|
1809
|
-
},
|
|
1907
|
+
},
|
|
1908
|
+
duplicateDetectionHistoryTimeWindow: {
|
|
1810
1909
|
serializedName: "properties.duplicateDetectionHistoryTimeWindow",
|
|
1811
1910
|
type: {
|
|
1812
1911
|
name: "TimeSpan"
|
|
1813
1912
|
}
|
|
1814
|
-
},
|
|
1913
|
+
},
|
|
1914
|
+
maxDeliveryCount: {
|
|
1815
1915
|
serializedName: "properties.maxDeliveryCount",
|
|
1816
1916
|
type: {
|
|
1817
1917
|
name: "Number"
|
|
1818
1918
|
}
|
|
1819
|
-
},
|
|
1919
|
+
},
|
|
1920
|
+
status: {
|
|
1820
1921
|
serializedName: "properties.status",
|
|
1821
1922
|
type: {
|
|
1822
1923
|
name: "Enum",
|
|
@@ -1832,159 +1933,190 @@ exports.SBSubscription = {
|
|
|
1832
1933
|
"Unknown"
|
|
1833
1934
|
]
|
|
1834
1935
|
}
|
|
1835
|
-
},
|
|
1936
|
+
},
|
|
1937
|
+
enableBatchedOperations: {
|
|
1836
1938
|
serializedName: "properties.enableBatchedOperations",
|
|
1837
1939
|
type: {
|
|
1838
1940
|
name: "Boolean"
|
|
1839
1941
|
}
|
|
1840
|
-
},
|
|
1942
|
+
},
|
|
1943
|
+
autoDeleteOnIdle: {
|
|
1841
1944
|
serializedName: "properties.autoDeleteOnIdle",
|
|
1842
1945
|
type: {
|
|
1843
1946
|
name: "TimeSpan"
|
|
1844
1947
|
}
|
|
1845
|
-
},
|
|
1948
|
+
},
|
|
1949
|
+
forwardTo: {
|
|
1846
1950
|
serializedName: "properties.forwardTo",
|
|
1847
1951
|
type: {
|
|
1848
1952
|
name: "String"
|
|
1849
1953
|
}
|
|
1850
|
-
},
|
|
1954
|
+
},
|
|
1955
|
+
forwardDeadLetteredMessagesTo: {
|
|
1851
1956
|
serializedName: "properties.forwardDeadLetteredMessagesTo",
|
|
1852
1957
|
type: {
|
|
1853
1958
|
name: "String"
|
|
1854
1959
|
}
|
|
1855
|
-
},
|
|
1960
|
+
},
|
|
1961
|
+
isClientAffine: {
|
|
1856
1962
|
serializedName: "properties.isClientAffine",
|
|
1857
1963
|
type: {
|
|
1858
1964
|
name: "Boolean"
|
|
1859
1965
|
}
|
|
1860
|
-
},
|
|
1966
|
+
},
|
|
1967
|
+
clientAffineProperties: {
|
|
1861
1968
|
serializedName: "properties.clientAffineProperties",
|
|
1862
1969
|
type: {
|
|
1863
1970
|
name: "Composite",
|
|
1864
1971
|
className: "SBClientAffineProperties"
|
|
1865
1972
|
}
|
|
1866
|
-
}
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1867
1975
|
}
|
|
1868
1976
|
};
|
|
1869
1977
|
exports.TrackedResource = {
|
|
1870
1978
|
type: {
|
|
1871
1979
|
name: "Composite",
|
|
1872
1980
|
className: "TrackedResource",
|
|
1873
|
-
modelProperties:
|
|
1981
|
+
modelProperties: {
|
|
1982
|
+
...exports.Resource.type.modelProperties,
|
|
1983
|
+
location: {
|
|
1874
1984
|
serializedName: "location",
|
|
1875
1985
|
required: true,
|
|
1876
1986
|
type: {
|
|
1877
1987
|
name: "String"
|
|
1878
1988
|
}
|
|
1879
|
-
},
|
|
1989
|
+
},
|
|
1990
|
+
tags: {
|
|
1880
1991
|
serializedName: "tags",
|
|
1881
1992
|
type: {
|
|
1882
1993
|
name: "Dictionary",
|
|
1883
1994
|
value: { type: { name: "String" } }
|
|
1884
1995
|
}
|
|
1885
|
-
}
|
|
1996
|
+
}
|
|
1997
|
+
}
|
|
1886
1998
|
}
|
|
1887
1999
|
};
|
|
1888
2000
|
exports.ResourceNamespacePatch = {
|
|
1889
2001
|
type: {
|
|
1890
2002
|
name: "Composite",
|
|
1891
2003
|
className: "ResourceNamespacePatch",
|
|
1892
|
-
modelProperties:
|
|
2004
|
+
modelProperties: {
|
|
2005
|
+
...exports.Resource.type.modelProperties,
|
|
2006
|
+
location: {
|
|
1893
2007
|
serializedName: "location",
|
|
1894
2008
|
type: {
|
|
1895
2009
|
name: "String"
|
|
1896
2010
|
}
|
|
1897
|
-
},
|
|
2011
|
+
},
|
|
2012
|
+
tags: {
|
|
1898
2013
|
serializedName: "tags",
|
|
1899
2014
|
type: {
|
|
1900
2015
|
name: "Dictionary",
|
|
1901
2016
|
value: { type: { name: "String" } }
|
|
1902
2017
|
}
|
|
1903
|
-
}
|
|
2018
|
+
}
|
|
2019
|
+
}
|
|
1904
2020
|
}
|
|
1905
2021
|
};
|
|
1906
2022
|
exports.SqlRuleAction = {
|
|
1907
2023
|
type: {
|
|
1908
2024
|
name: "Composite",
|
|
1909
2025
|
className: "SqlRuleAction",
|
|
1910
|
-
modelProperties:
|
|
2026
|
+
modelProperties: {
|
|
2027
|
+
...exports.Action.type.modelProperties
|
|
2028
|
+
}
|
|
1911
2029
|
}
|
|
1912
2030
|
};
|
|
1913
2031
|
exports.SBNamespace = {
|
|
1914
2032
|
type: {
|
|
1915
2033
|
name: "Composite",
|
|
1916
2034
|
className: "SBNamespace",
|
|
1917
|
-
modelProperties:
|
|
2035
|
+
modelProperties: {
|
|
2036
|
+
...exports.TrackedResource.type.modelProperties,
|
|
2037
|
+
sku: {
|
|
1918
2038
|
serializedName: "sku",
|
|
1919
2039
|
type: {
|
|
1920
2040
|
name: "Composite",
|
|
1921
2041
|
className: "SBSku"
|
|
1922
2042
|
}
|
|
1923
|
-
},
|
|
2043
|
+
},
|
|
2044
|
+
identity: {
|
|
1924
2045
|
serializedName: "identity",
|
|
1925
2046
|
type: {
|
|
1926
2047
|
name: "Composite",
|
|
1927
2048
|
className: "Identity"
|
|
1928
2049
|
}
|
|
1929
|
-
},
|
|
2050
|
+
},
|
|
2051
|
+
systemData: {
|
|
1930
2052
|
serializedName: "systemData",
|
|
1931
2053
|
type: {
|
|
1932
2054
|
name: "Composite",
|
|
1933
2055
|
className: "SystemData"
|
|
1934
2056
|
}
|
|
1935
|
-
},
|
|
2057
|
+
},
|
|
2058
|
+
minimumTlsVersion: {
|
|
1936
2059
|
serializedName: "properties.minimumTlsVersion",
|
|
1937
2060
|
type: {
|
|
1938
2061
|
name: "String"
|
|
1939
2062
|
}
|
|
1940
|
-
},
|
|
2063
|
+
},
|
|
2064
|
+
provisioningState: {
|
|
1941
2065
|
serializedName: "properties.provisioningState",
|
|
1942
2066
|
readOnly: true,
|
|
1943
2067
|
type: {
|
|
1944
2068
|
name: "String"
|
|
1945
2069
|
}
|
|
1946
|
-
},
|
|
2070
|
+
},
|
|
2071
|
+
status: {
|
|
1947
2072
|
serializedName: "properties.status",
|
|
1948
2073
|
readOnly: true,
|
|
1949
2074
|
type: {
|
|
1950
2075
|
name: "String"
|
|
1951
2076
|
}
|
|
1952
|
-
},
|
|
2077
|
+
},
|
|
2078
|
+
createdAt: {
|
|
1953
2079
|
serializedName: "properties.createdAt",
|
|
1954
2080
|
readOnly: true,
|
|
1955
2081
|
type: {
|
|
1956
2082
|
name: "DateTime"
|
|
1957
2083
|
}
|
|
1958
|
-
},
|
|
2084
|
+
},
|
|
2085
|
+
updatedAt: {
|
|
1959
2086
|
serializedName: "properties.updatedAt",
|
|
1960
2087
|
readOnly: true,
|
|
1961
2088
|
type: {
|
|
1962
2089
|
name: "DateTime"
|
|
1963
2090
|
}
|
|
1964
|
-
},
|
|
2091
|
+
},
|
|
2092
|
+
serviceBusEndpoint: {
|
|
1965
2093
|
serializedName: "properties.serviceBusEndpoint",
|
|
1966
2094
|
readOnly: true,
|
|
1967
2095
|
type: {
|
|
1968
2096
|
name: "String"
|
|
1969
2097
|
}
|
|
1970
|
-
},
|
|
2098
|
+
},
|
|
2099
|
+
metricId: {
|
|
1971
2100
|
serializedName: "properties.metricId",
|
|
1972
2101
|
readOnly: true,
|
|
1973
2102
|
type: {
|
|
1974
2103
|
name: "String"
|
|
1975
2104
|
}
|
|
1976
|
-
},
|
|
2105
|
+
},
|
|
2106
|
+
zoneRedundant: {
|
|
1977
2107
|
serializedName: "properties.zoneRedundant",
|
|
1978
2108
|
type: {
|
|
1979
2109
|
name: "Boolean"
|
|
1980
2110
|
}
|
|
1981
|
-
},
|
|
2111
|
+
},
|
|
2112
|
+
encryption: {
|
|
1982
2113
|
serializedName: "properties.encryption",
|
|
1983
2114
|
type: {
|
|
1984
2115
|
name: "Composite",
|
|
1985
2116
|
className: "Encryption"
|
|
1986
2117
|
}
|
|
1987
|
-
},
|
|
2118
|
+
},
|
|
2119
|
+
privateEndpointConnections: {
|
|
1988
2120
|
serializedName: "properties.privateEndpointConnections",
|
|
1989
2121
|
type: {
|
|
1990
2122
|
name: "Sequence",
|
|
@@ -1995,89 +2127,105 @@ exports.SBNamespace = {
|
|
|
1995
2127
|
}
|
|
1996
2128
|
}
|
|
1997
2129
|
}
|
|
1998
|
-
},
|
|
2130
|
+
},
|
|
2131
|
+
disableLocalAuth: {
|
|
1999
2132
|
serializedName: "properties.disableLocalAuth",
|
|
2000
2133
|
type: {
|
|
2001
2134
|
name: "Boolean"
|
|
2002
2135
|
}
|
|
2003
|
-
},
|
|
2136
|
+
},
|
|
2137
|
+
alternateName: {
|
|
2004
2138
|
serializedName: "properties.alternateName",
|
|
2005
2139
|
type: {
|
|
2006
2140
|
name: "String"
|
|
2007
2141
|
}
|
|
2008
|
-
},
|
|
2142
|
+
},
|
|
2143
|
+
publicNetworkAccess: {
|
|
2009
2144
|
defaultValue: "Enabled",
|
|
2010
2145
|
serializedName: "properties.publicNetworkAccess",
|
|
2011
2146
|
type: {
|
|
2012
2147
|
name: "String"
|
|
2013
2148
|
}
|
|
2014
|
-
},
|
|
2149
|
+
},
|
|
2150
|
+
premiumMessagingPartitions: {
|
|
2015
2151
|
serializedName: "properties.premiumMessagingPartitions",
|
|
2016
2152
|
type: {
|
|
2017
2153
|
name: "Number"
|
|
2018
2154
|
}
|
|
2019
|
-
}
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2020
2157
|
}
|
|
2021
2158
|
};
|
|
2022
2159
|
exports.SBNamespaceUpdateParameters = {
|
|
2023
2160
|
type: {
|
|
2024
2161
|
name: "Composite",
|
|
2025
2162
|
className: "SBNamespaceUpdateParameters",
|
|
2026
|
-
modelProperties:
|
|
2163
|
+
modelProperties: {
|
|
2164
|
+
...exports.ResourceNamespacePatch.type.modelProperties,
|
|
2165
|
+
sku: {
|
|
2027
2166
|
serializedName: "sku",
|
|
2028
2167
|
type: {
|
|
2029
2168
|
name: "Composite",
|
|
2030
2169
|
className: "SBSku"
|
|
2031
2170
|
}
|
|
2032
|
-
},
|
|
2171
|
+
},
|
|
2172
|
+
identity: {
|
|
2033
2173
|
serializedName: "identity",
|
|
2034
2174
|
type: {
|
|
2035
2175
|
name: "Composite",
|
|
2036
2176
|
className: "Identity"
|
|
2037
2177
|
}
|
|
2038
|
-
},
|
|
2178
|
+
},
|
|
2179
|
+
provisioningState: {
|
|
2039
2180
|
serializedName: "properties.provisioningState",
|
|
2040
2181
|
readOnly: true,
|
|
2041
2182
|
type: {
|
|
2042
2183
|
name: "String"
|
|
2043
2184
|
}
|
|
2044
|
-
},
|
|
2185
|
+
},
|
|
2186
|
+
status: {
|
|
2045
2187
|
serializedName: "properties.status",
|
|
2046
2188
|
readOnly: true,
|
|
2047
2189
|
type: {
|
|
2048
2190
|
name: "String"
|
|
2049
2191
|
}
|
|
2050
|
-
},
|
|
2192
|
+
},
|
|
2193
|
+
createdAt: {
|
|
2051
2194
|
serializedName: "properties.createdAt",
|
|
2052
2195
|
readOnly: true,
|
|
2053
2196
|
type: {
|
|
2054
2197
|
name: "DateTime"
|
|
2055
2198
|
}
|
|
2056
|
-
},
|
|
2199
|
+
},
|
|
2200
|
+
updatedAt: {
|
|
2057
2201
|
serializedName: "properties.updatedAt",
|
|
2058
2202
|
readOnly: true,
|
|
2059
2203
|
type: {
|
|
2060
2204
|
name: "DateTime"
|
|
2061
2205
|
}
|
|
2062
|
-
},
|
|
2206
|
+
},
|
|
2207
|
+
serviceBusEndpoint: {
|
|
2063
2208
|
serializedName: "properties.serviceBusEndpoint",
|
|
2064
2209
|
readOnly: true,
|
|
2065
2210
|
type: {
|
|
2066
2211
|
name: "String"
|
|
2067
2212
|
}
|
|
2068
|
-
},
|
|
2213
|
+
},
|
|
2214
|
+
metricId: {
|
|
2069
2215
|
serializedName: "properties.metricId",
|
|
2070
2216
|
readOnly: true,
|
|
2071
2217
|
type: {
|
|
2072
2218
|
name: "String"
|
|
2073
2219
|
}
|
|
2074
|
-
},
|
|
2220
|
+
},
|
|
2221
|
+
encryption: {
|
|
2075
2222
|
serializedName: "properties.encryption",
|
|
2076
2223
|
type: {
|
|
2077
2224
|
name: "Composite",
|
|
2078
2225
|
className: "Encryption"
|
|
2079
2226
|
}
|
|
2080
|
-
},
|
|
2227
|
+
},
|
|
2228
|
+
privateEndpointConnections: {
|
|
2081
2229
|
serializedName: "properties.privateEndpointConnections",
|
|
2082
2230
|
type: {
|
|
2083
2231
|
name: "Sequence",
|
|
@@ -2088,17 +2236,20 @@ exports.SBNamespaceUpdateParameters = {
|
|
|
2088
2236
|
}
|
|
2089
2237
|
}
|
|
2090
2238
|
}
|
|
2091
|
-
},
|
|
2239
|
+
},
|
|
2240
|
+
disableLocalAuth: {
|
|
2092
2241
|
serializedName: "properties.disableLocalAuth",
|
|
2093
2242
|
type: {
|
|
2094
2243
|
name: "Boolean"
|
|
2095
2244
|
}
|
|
2096
|
-
},
|
|
2245
|
+
},
|
|
2246
|
+
alternateName: {
|
|
2097
2247
|
serializedName: "properties.alternateName",
|
|
2098
2248
|
type: {
|
|
2099
2249
|
name: "String"
|
|
2100
2250
|
}
|
|
2101
|
-
}
|
|
2251
|
+
}
|
|
2252
|
+
}
|
|
2102
2253
|
}
|
|
2103
2254
|
};
|
|
2104
2255
|
//# sourceMappingURL=mappers.js.map
|