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