@azure/arm-eventgrid 14.2.0 → 15.0.0-beta.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/README.md +5 -3
- package/dist/browser/eventGridManagementClient.d.ts +6 -4
- package/dist/browser/eventGridManagementClient.d.ts.map +1 -1
- package/dist/browser/eventGridManagementClient.js +10 -7
- package/dist/browser/eventGridManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +1000 -283
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +174 -16
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +48 -8
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1301 -268
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +13 -6
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +116 -48
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/browser/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/browser/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/eventSubscriptions.d.ts +15 -15
- package/dist/browser/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/eventSubscriptions.js +34 -34
- package/dist/browser/operations/eventSubscriptions.js.map +1 -1
- package/dist/browser/operations/index.d.ts +5 -3
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +5 -3
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operations/partnerDestinations.d.ts +114 -0
- package/dist/browser/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/browser/operations/partnerDestinations.js +574 -0
- package/dist/browser/operations/partnerDestinations.js.map +1 -0
- package/dist/browser/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/browser/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/browser/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/browser/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +5 -3
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +5 -3
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/eventGridManagementClient.d.ts +6 -4
- package/dist/commonjs/eventGridManagementClient.d.ts.map +1 -1
- package/dist/commonjs/eventGridManagementClient.js +9 -6
- package/dist/commonjs/eventGridManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1000 -283
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +176 -18
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +48 -8
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1306 -273
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +13 -6
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +117 -49
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/commonjs/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/commonjs/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/eventSubscriptions.d.ts +15 -15
- package/dist/commonjs/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/eventSubscriptions.js +34 -34
- package/dist/commonjs/operations/eventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +5 -3
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +5 -3
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +260 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/partnerDestinations.d.ts +114 -0
- package/dist/commonjs/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/commonjs/operations/partnerDestinations.js +578 -0
- package/dist/commonjs/operations/partnerDestinations.js.map +1 -0
- package/dist/commonjs/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/commonjs/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/commonjs/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -3
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +5 -3
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.js +10 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/eventGridManagementClient.d.ts +6 -4
- package/dist/esm/eventGridManagementClient.d.ts.map +1 -1
- package/dist/esm/eventGridManagementClient.js +10 -7
- package/dist/esm/eventGridManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +1000 -283
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +174 -16
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +48 -8
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1301 -268
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +13 -6
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +116 -48
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/esm/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/esm/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/eventSubscriptions.d.ts +15 -15
- package/dist/esm/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/eventSubscriptions.js +34 -34
- package/dist/esm/operations/eventSubscriptions.js.map +1 -1
- package/dist/esm/operations/index.d.ts +5 -3
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +5 -3
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/partnerDestinations.d.ts +114 -0
- package/dist/esm/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/esm/operations/partnerDestinations.js +574 -0
- package/dist/esm/operations/partnerDestinations.js.map +1 -0
- package/dist/esm/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/esm/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/esm/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/esm/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +5 -3
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +5 -3
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/eventGridManagementClient.d.ts +6 -4
- package/dist/react-native/eventGridManagementClient.d.ts.map +1 -1
- package/dist/react-native/eventGridManagementClient.js +10 -7
- package/dist/react-native/eventGridManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1000 -283
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +174 -16
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +48 -8
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1301 -268
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +13 -6
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +116 -48
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/react-native/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/react-native/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/eventSubscriptions.d.ts +15 -15
- package/dist/react-native/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/eventSubscriptions.js +34 -34
- package/dist/react-native/operations/eventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +5 -3
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +5 -3
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/partnerDestinations.d.ts +114 -0
- package/dist/react-native/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/react-native/operations/partnerDestinations.js +574 -0
- package/dist/react-native/operations/partnerDestinations.js.map +1 -0
- package/dist/react-native/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/react-native/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/react-native/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/react-native/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -3
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +5 -3
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/package.json +32 -45
- package/CHANGELOG.md +0 -2065
- package/review/arm-eventgrid.api.md +0 -4226
|
@@ -291,6 +291,88 @@ export const InlineEventProperties = {
|
|
|
291
291
|
},
|
|
292
292
|
},
|
|
293
293
|
};
|
|
294
|
+
export const PartnerDestinationInfo = {
|
|
295
|
+
type: {
|
|
296
|
+
name: "Composite",
|
|
297
|
+
className: "PartnerDestinationInfo",
|
|
298
|
+
uberParent: "PartnerDestinationInfo",
|
|
299
|
+
polymorphicDiscriminator: {
|
|
300
|
+
serializedName: "endpointType",
|
|
301
|
+
clientName: "endpointType",
|
|
302
|
+
},
|
|
303
|
+
modelProperties: {
|
|
304
|
+
azureSubscriptionId: {
|
|
305
|
+
serializedName: "azureSubscriptionId",
|
|
306
|
+
type: {
|
|
307
|
+
name: "String",
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
resourceGroupName: {
|
|
311
|
+
serializedName: "resourceGroupName",
|
|
312
|
+
type: {
|
|
313
|
+
name: "String",
|
|
314
|
+
},
|
|
315
|
+
},
|
|
316
|
+
name: {
|
|
317
|
+
serializedName: "name",
|
|
318
|
+
type: {
|
|
319
|
+
name: "String",
|
|
320
|
+
},
|
|
321
|
+
},
|
|
322
|
+
endpointType: {
|
|
323
|
+
serializedName: "endpointType",
|
|
324
|
+
required: true,
|
|
325
|
+
type: {
|
|
326
|
+
name: "String",
|
|
327
|
+
},
|
|
328
|
+
},
|
|
329
|
+
endpointServiceContext: {
|
|
330
|
+
serializedName: "endpointServiceContext",
|
|
331
|
+
type: {
|
|
332
|
+
name: "String",
|
|
333
|
+
},
|
|
334
|
+
},
|
|
335
|
+
resourceMoveChangeHistory: {
|
|
336
|
+
serializedName: "resourceMoveChangeHistory",
|
|
337
|
+
type: {
|
|
338
|
+
name: "Sequence",
|
|
339
|
+
element: {
|
|
340
|
+
type: {
|
|
341
|
+
name: "Composite",
|
|
342
|
+
className: "ResourceMoveChangeHistory",
|
|
343
|
+
},
|
|
344
|
+
},
|
|
345
|
+
},
|
|
346
|
+
},
|
|
347
|
+
},
|
|
348
|
+
},
|
|
349
|
+
};
|
|
350
|
+
export const ResourceMoveChangeHistory = {
|
|
351
|
+
type: {
|
|
352
|
+
name: "Composite",
|
|
353
|
+
className: "ResourceMoveChangeHistory",
|
|
354
|
+
modelProperties: {
|
|
355
|
+
azureSubscriptionId: {
|
|
356
|
+
serializedName: "azureSubscriptionId",
|
|
357
|
+
type: {
|
|
358
|
+
name: "String",
|
|
359
|
+
},
|
|
360
|
+
},
|
|
361
|
+
resourceGroupName: {
|
|
362
|
+
serializedName: "resourceGroupName",
|
|
363
|
+
type: {
|
|
364
|
+
name: "String",
|
|
365
|
+
},
|
|
366
|
+
},
|
|
367
|
+
changedTimeUtc: {
|
|
368
|
+
serializedName: "changedTimeUtc",
|
|
369
|
+
type: {
|
|
370
|
+
name: "DateTime",
|
|
371
|
+
},
|
|
372
|
+
},
|
|
373
|
+
},
|
|
374
|
+
},
|
|
375
|
+
};
|
|
294
376
|
export const ChannelUpdateParameters = {
|
|
295
377
|
type: {
|
|
296
378
|
name: "Composite",
|
|
@@ -302,6 +384,13 @@ export const ChannelUpdateParameters = {
|
|
|
302
384
|
name: "DateTime",
|
|
303
385
|
},
|
|
304
386
|
},
|
|
387
|
+
partnerDestinationInfo: {
|
|
388
|
+
serializedName: "properties.partnerDestinationInfo",
|
|
389
|
+
type: {
|
|
390
|
+
name: "Composite",
|
|
391
|
+
className: "PartnerUpdateDestinationInfo",
|
|
392
|
+
},
|
|
393
|
+
},
|
|
305
394
|
partnerTopicInfo: {
|
|
306
395
|
serializedName: "properties.partnerTopicInfo",
|
|
307
396
|
type: {
|
|
@@ -312,6 +401,26 @@ export const ChannelUpdateParameters = {
|
|
|
312
401
|
},
|
|
313
402
|
},
|
|
314
403
|
};
|
|
404
|
+
export const PartnerUpdateDestinationInfo = {
|
|
405
|
+
type: {
|
|
406
|
+
name: "Composite",
|
|
407
|
+
className: "PartnerUpdateDestinationInfo",
|
|
408
|
+
uberParent: "PartnerUpdateDestinationInfo",
|
|
409
|
+
polymorphicDiscriminator: {
|
|
410
|
+
serializedName: "endpointType",
|
|
411
|
+
clientName: "endpointType",
|
|
412
|
+
},
|
|
413
|
+
modelProperties: {
|
|
414
|
+
endpointType: {
|
|
415
|
+
serializedName: "endpointType",
|
|
416
|
+
required: true,
|
|
417
|
+
type: {
|
|
418
|
+
name: "String",
|
|
419
|
+
},
|
|
420
|
+
},
|
|
421
|
+
},
|
|
422
|
+
},
|
|
423
|
+
};
|
|
315
424
|
export const PartnerUpdateTopicInfo = {
|
|
316
425
|
type: {
|
|
317
426
|
name: "Composite",
|
|
@@ -524,6 +633,21 @@ export const InboundIpRule = {
|
|
|
524
633
|
},
|
|
525
634
|
},
|
|
526
635
|
};
|
|
636
|
+
export const ResourceSku = {
|
|
637
|
+
type: {
|
|
638
|
+
name: "Composite",
|
|
639
|
+
className: "ResourceSku",
|
|
640
|
+
modelProperties: {
|
|
641
|
+
name: {
|
|
642
|
+
defaultValue: "Basic",
|
|
643
|
+
serializedName: "name",
|
|
644
|
+
type: {
|
|
645
|
+
name: "String",
|
|
646
|
+
},
|
|
647
|
+
},
|
|
648
|
+
},
|
|
649
|
+
},
|
|
650
|
+
};
|
|
527
651
|
export const IdentityInfo = {
|
|
528
652
|
type: {
|
|
529
653
|
name: "Composite",
|
|
@@ -598,6 +722,13 @@ export const DomainUpdateParameters = {
|
|
|
598
722
|
className: "IdentityInfo",
|
|
599
723
|
},
|
|
600
724
|
},
|
|
725
|
+
sku: {
|
|
726
|
+
serializedName: "sku",
|
|
727
|
+
type: {
|
|
728
|
+
name: "Composite",
|
|
729
|
+
className: "ResourceSku",
|
|
730
|
+
},
|
|
731
|
+
},
|
|
601
732
|
publicNetworkAccess: {
|
|
602
733
|
serializedName: "properties.publicNetworkAccess",
|
|
603
734
|
type: {
|
|
@@ -889,6 +1020,28 @@ export const EventSubscriptionIdentity = {
|
|
|
889
1020
|
name: "String",
|
|
890
1021
|
},
|
|
891
1022
|
},
|
|
1023
|
+
federatedIdentityCredentialInfo: {
|
|
1024
|
+
serializedName: "federatedIdentityCredentialInfo",
|
|
1025
|
+
type: {
|
|
1026
|
+
name: "Composite",
|
|
1027
|
+
className: "FederatedIdentityCredentialInfo",
|
|
1028
|
+
},
|
|
1029
|
+
},
|
|
1030
|
+
},
|
|
1031
|
+
},
|
|
1032
|
+
};
|
|
1033
|
+
export const FederatedIdentityCredentialInfo = {
|
|
1034
|
+
type: {
|
|
1035
|
+
name: "Composite",
|
|
1036
|
+
className: "FederatedIdentityCredentialInfo",
|
|
1037
|
+
modelProperties: {
|
|
1038
|
+
federatedClientId: {
|
|
1039
|
+
serializedName: "federatedClientId",
|
|
1040
|
+
required: true,
|
|
1041
|
+
type: {
|
|
1042
|
+
name: "Uuid",
|
|
1043
|
+
},
|
|
1044
|
+
},
|
|
892
1045
|
},
|
|
893
1046
|
},
|
|
894
1047
|
};
|
|
@@ -1083,6 +1236,13 @@ export const SubscriptionUpdateParameters = {
|
|
|
1083
1236
|
name: "DateTime",
|
|
1084
1237
|
},
|
|
1085
1238
|
},
|
|
1239
|
+
tags: {
|
|
1240
|
+
serializedName: "properties.tags",
|
|
1241
|
+
type: {
|
|
1242
|
+
name: "Dictionary",
|
|
1243
|
+
value: { type: { name: "String" } },
|
|
1244
|
+
},
|
|
1245
|
+
},
|
|
1086
1246
|
},
|
|
1087
1247
|
},
|
|
1088
1248
|
};
|
|
@@ -1439,6 +1599,13 @@ export const TopicSpacesConfiguration = {
|
|
|
1439
1599
|
className: "RoutingEnrichments",
|
|
1440
1600
|
},
|
|
1441
1601
|
},
|
|
1602
|
+
clientAuthentication: {
|
|
1603
|
+
serializedName: "clientAuthentication",
|
|
1604
|
+
type: {
|
|
1605
|
+
name: "Composite",
|
|
1606
|
+
className: "ClientAuthenticationSettings",
|
|
1607
|
+
},
|
|
1608
|
+
},
|
|
1442
1609
|
maximumSessionExpiryInHours: {
|
|
1443
1610
|
serializedName: "maximumSessionExpiryInHours",
|
|
1444
1611
|
type: {
|
|
@@ -1551,135 +1718,341 @@ export const DynamicRoutingEnrichment = {
|
|
|
1551
1718
|
},
|
|
1552
1719
|
},
|
|
1553
1720
|
};
|
|
1554
|
-
export const
|
|
1721
|
+
export const ClientAuthenticationSettings = {
|
|
1555
1722
|
type: {
|
|
1556
1723
|
name: "Composite",
|
|
1557
|
-
className: "
|
|
1724
|
+
className: "ClientAuthenticationSettings",
|
|
1558
1725
|
modelProperties: {
|
|
1559
|
-
|
|
1560
|
-
serializedName: "
|
|
1726
|
+
alternativeAuthenticationNameSources: {
|
|
1727
|
+
serializedName: "alternativeAuthenticationNameSources",
|
|
1561
1728
|
type: {
|
|
1562
|
-
name: "
|
|
1729
|
+
name: "Sequence",
|
|
1730
|
+
element: {
|
|
1731
|
+
type: {
|
|
1732
|
+
name: "String",
|
|
1733
|
+
},
|
|
1734
|
+
},
|
|
1563
1735
|
},
|
|
1564
1736
|
},
|
|
1565
|
-
|
|
1566
|
-
serializedName: "
|
|
1737
|
+
customJwtAuthentication: {
|
|
1738
|
+
serializedName: "customJwtAuthentication",
|
|
1567
1739
|
type: {
|
|
1568
|
-
name: "
|
|
1740
|
+
name: "Composite",
|
|
1741
|
+
className: "CustomJwtAuthenticationSettings",
|
|
1742
|
+
},
|
|
1743
|
+
},
|
|
1744
|
+
webhookAuthentication: {
|
|
1745
|
+
serializedName: "webhookAuthentication",
|
|
1746
|
+
type: {
|
|
1747
|
+
name: "Composite",
|
|
1748
|
+
className: "WebhookAuthenticationSettings",
|
|
1569
1749
|
},
|
|
1570
1750
|
},
|
|
1571
1751
|
},
|
|
1572
1752
|
},
|
|
1573
1753
|
};
|
|
1574
|
-
export const
|
|
1754
|
+
export const CustomJwtAuthenticationSettings = {
|
|
1575
1755
|
type: {
|
|
1576
1756
|
name: "Composite",
|
|
1577
|
-
className: "
|
|
1757
|
+
className: "CustomJwtAuthenticationSettings",
|
|
1578
1758
|
modelProperties: {
|
|
1579
|
-
|
|
1580
|
-
serializedName: "
|
|
1759
|
+
tokenIssuer: {
|
|
1760
|
+
serializedName: "tokenIssuer",
|
|
1581
1761
|
type: {
|
|
1582
1762
|
name: "String",
|
|
1583
1763
|
},
|
|
1584
1764
|
},
|
|
1585
|
-
|
|
1586
|
-
serializedName: "
|
|
1765
|
+
issuerCertificates: {
|
|
1766
|
+
serializedName: "issuerCertificates",
|
|
1587
1767
|
type: {
|
|
1588
|
-
name: "
|
|
1768
|
+
name: "Sequence",
|
|
1769
|
+
element: {
|
|
1770
|
+
type: {
|
|
1771
|
+
name: "Composite",
|
|
1772
|
+
className: "IssuerCertificateInfo",
|
|
1773
|
+
},
|
|
1774
|
+
},
|
|
1775
|
+
},
|
|
1776
|
+
},
|
|
1777
|
+
encodedIssuerCertificates: {
|
|
1778
|
+
serializedName: "encodedIssuerCertificates",
|
|
1779
|
+
type: {
|
|
1780
|
+
name: "Sequence",
|
|
1781
|
+
element: {
|
|
1782
|
+
type: {
|
|
1783
|
+
name: "Composite",
|
|
1784
|
+
className: "EncodedIssuerCertificateInfo",
|
|
1785
|
+
},
|
|
1786
|
+
},
|
|
1589
1787
|
},
|
|
1590
1788
|
},
|
|
1591
1789
|
},
|
|
1592
1790
|
},
|
|
1593
1791
|
};
|
|
1594
|
-
export const
|
|
1792
|
+
export const IssuerCertificateInfo = {
|
|
1595
1793
|
type: {
|
|
1596
1794
|
name: "Composite",
|
|
1597
|
-
className: "
|
|
1795
|
+
className: "IssuerCertificateInfo",
|
|
1598
1796
|
modelProperties: {
|
|
1599
|
-
|
|
1600
|
-
serializedName: "
|
|
1797
|
+
certificateUrl: {
|
|
1798
|
+
serializedName: "certificateUrl",
|
|
1799
|
+
required: true,
|
|
1601
1800
|
type: {
|
|
1602
|
-
name: "
|
|
1603
|
-
value: { type: { name: "String" } },
|
|
1801
|
+
name: "String",
|
|
1604
1802
|
},
|
|
1605
1803
|
},
|
|
1606
1804
|
identity: {
|
|
1607
1805
|
serializedName: "identity",
|
|
1608
1806
|
type: {
|
|
1609
1807
|
name: "Composite",
|
|
1610
|
-
className: "
|
|
1611
|
-
},
|
|
1612
|
-
},
|
|
1613
|
-
sku: {
|
|
1614
|
-
serializedName: "sku",
|
|
1615
|
-
type: {
|
|
1616
|
-
name: "Composite",
|
|
1617
|
-
className: "NamespaceSku",
|
|
1808
|
+
className: "CustomJwtAuthenticationManagedIdentity",
|
|
1618
1809
|
},
|
|
1619
1810
|
},
|
|
1620
|
-
|
|
1621
|
-
|
|
1811
|
+
},
|
|
1812
|
+
},
|
|
1813
|
+
};
|
|
1814
|
+
export const CustomJwtAuthenticationManagedIdentity = {
|
|
1815
|
+
type: {
|
|
1816
|
+
name: "Composite",
|
|
1817
|
+
className: "CustomJwtAuthenticationManagedIdentity",
|
|
1818
|
+
modelProperties: {
|
|
1819
|
+
type: {
|
|
1820
|
+
serializedName: "type",
|
|
1821
|
+
required: true,
|
|
1622
1822
|
type: {
|
|
1623
|
-
name: "
|
|
1624
|
-
className: "UpdateTopicSpacesConfigurationInfo",
|
|
1823
|
+
name: "String",
|
|
1625
1824
|
},
|
|
1626
1825
|
},
|
|
1627
|
-
|
|
1628
|
-
serializedName: "
|
|
1826
|
+
userAssignedIdentity: {
|
|
1827
|
+
serializedName: "userAssignedIdentity",
|
|
1629
1828
|
type: {
|
|
1630
|
-
name: "
|
|
1631
|
-
className: "UpdateTopicsConfigurationInfo",
|
|
1829
|
+
name: "String",
|
|
1632
1830
|
},
|
|
1633
1831
|
},
|
|
1634
|
-
|
|
1635
|
-
|
|
1832
|
+
},
|
|
1833
|
+
},
|
|
1834
|
+
};
|
|
1835
|
+
export const EncodedIssuerCertificateInfo = {
|
|
1836
|
+
type: {
|
|
1837
|
+
name: "Composite",
|
|
1838
|
+
className: "EncodedIssuerCertificateInfo",
|
|
1839
|
+
modelProperties: {
|
|
1840
|
+
kid: {
|
|
1841
|
+
serializedName: "kid",
|
|
1842
|
+
required: true,
|
|
1636
1843
|
type: {
|
|
1637
1844
|
name: "String",
|
|
1638
1845
|
},
|
|
1639
1846
|
},
|
|
1640
|
-
|
|
1641
|
-
serializedName: "
|
|
1847
|
+
encodedCertificate: {
|
|
1848
|
+
serializedName: "encodedCertificate",
|
|
1849
|
+
required: true,
|
|
1642
1850
|
type: {
|
|
1643
|
-
name: "
|
|
1644
|
-
element: {
|
|
1645
|
-
type: {
|
|
1646
|
-
name: "Composite",
|
|
1647
|
-
className: "InboundIpRule",
|
|
1648
|
-
},
|
|
1649
|
-
},
|
|
1851
|
+
name: "String",
|
|
1650
1852
|
},
|
|
1651
1853
|
},
|
|
1652
1854
|
},
|
|
1653
1855
|
},
|
|
1654
1856
|
};
|
|
1655
|
-
export const
|
|
1857
|
+
export const WebhookAuthenticationSettings = {
|
|
1656
1858
|
type: {
|
|
1657
1859
|
name: "Composite",
|
|
1658
|
-
className: "
|
|
1860
|
+
className: "WebhookAuthenticationSettings",
|
|
1659
1861
|
modelProperties: {
|
|
1660
|
-
|
|
1661
|
-
serializedName: "
|
|
1862
|
+
identity: {
|
|
1863
|
+
serializedName: "identity",
|
|
1662
1864
|
type: {
|
|
1663
|
-
name: "
|
|
1865
|
+
name: "Composite",
|
|
1866
|
+
className: "CustomWebhookAuthenticationManagedIdentity",
|
|
1664
1867
|
},
|
|
1665
1868
|
},
|
|
1666
|
-
|
|
1667
|
-
serializedName: "
|
|
1869
|
+
endpointUrl: {
|
|
1870
|
+
serializedName: "endpointUrl",
|
|
1871
|
+
required: true,
|
|
1668
1872
|
type: {
|
|
1669
1873
|
name: "String",
|
|
1670
1874
|
},
|
|
1671
1875
|
},
|
|
1672
|
-
|
|
1673
|
-
serializedName: "
|
|
1876
|
+
endpointBaseUrl: {
|
|
1877
|
+
serializedName: "endpointBaseUrl",
|
|
1674
1878
|
type: {
|
|
1675
|
-
name: "
|
|
1676
|
-
className: "RoutingEnrichments",
|
|
1879
|
+
name: "String",
|
|
1677
1880
|
},
|
|
1678
1881
|
},
|
|
1679
|
-
|
|
1680
|
-
serializedName: "
|
|
1882
|
+
azureActiveDirectoryApplicationIdOrUri: {
|
|
1883
|
+
serializedName: "azureActiveDirectoryApplicationIdOrUri",
|
|
1884
|
+
required: true,
|
|
1681
1885
|
type: {
|
|
1682
|
-
name: "
|
|
1886
|
+
name: "String",
|
|
1887
|
+
},
|
|
1888
|
+
},
|
|
1889
|
+
azureActiveDirectoryTenantId: {
|
|
1890
|
+
serializedName: "azureActiveDirectoryTenantId",
|
|
1891
|
+
required: true,
|
|
1892
|
+
type: {
|
|
1893
|
+
name: "String",
|
|
1894
|
+
},
|
|
1895
|
+
},
|
|
1896
|
+
},
|
|
1897
|
+
},
|
|
1898
|
+
};
|
|
1899
|
+
export const CustomWebhookAuthenticationManagedIdentity = {
|
|
1900
|
+
type: {
|
|
1901
|
+
name: "Composite",
|
|
1902
|
+
className: "CustomWebhookAuthenticationManagedIdentity",
|
|
1903
|
+
modelProperties: {
|
|
1904
|
+
type: {
|
|
1905
|
+
serializedName: "type",
|
|
1906
|
+
required: true,
|
|
1907
|
+
type: {
|
|
1908
|
+
name: "String",
|
|
1909
|
+
},
|
|
1910
|
+
},
|
|
1911
|
+
userAssignedIdentity: {
|
|
1912
|
+
serializedName: "userAssignedIdentity",
|
|
1913
|
+
type: {
|
|
1914
|
+
name: "String",
|
|
1915
|
+
},
|
|
1916
|
+
},
|
|
1917
|
+
},
|
|
1918
|
+
},
|
|
1919
|
+
};
|
|
1920
|
+
export const RoutingIdentityInfo = {
|
|
1921
|
+
type: {
|
|
1922
|
+
name: "Composite",
|
|
1923
|
+
className: "RoutingIdentityInfo",
|
|
1924
|
+
modelProperties: {
|
|
1925
|
+
type: {
|
|
1926
|
+
serializedName: "type",
|
|
1927
|
+
type: {
|
|
1928
|
+
name: "String",
|
|
1929
|
+
},
|
|
1930
|
+
},
|
|
1931
|
+
userAssignedIdentity: {
|
|
1932
|
+
serializedName: "userAssignedIdentity",
|
|
1933
|
+
type: {
|
|
1934
|
+
name: "String",
|
|
1935
|
+
},
|
|
1936
|
+
},
|
|
1937
|
+
},
|
|
1938
|
+
},
|
|
1939
|
+
};
|
|
1940
|
+
export const NamespaceSku = {
|
|
1941
|
+
type: {
|
|
1942
|
+
name: "Composite",
|
|
1943
|
+
className: "NamespaceSku",
|
|
1944
|
+
modelProperties: {
|
|
1945
|
+
name: {
|
|
1946
|
+
serializedName: "name",
|
|
1947
|
+
type: {
|
|
1948
|
+
name: "String",
|
|
1949
|
+
},
|
|
1950
|
+
},
|
|
1951
|
+
capacity: {
|
|
1952
|
+
serializedName: "capacity",
|
|
1953
|
+
type: {
|
|
1954
|
+
name: "Number",
|
|
1955
|
+
},
|
|
1956
|
+
},
|
|
1957
|
+
},
|
|
1958
|
+
},
|
|
1959
|
+
};
|
|
1960
|
+
export const NamespaceUpdateParameters = {
|
|
1961
|
+
type: {
|
|
1962
|
+
name: "Composite",
|
|
1963
|
+
className: "NamespaceUpdateParameters",
|
|
1964
|
+
modelProperties: {
|
|
1965
|
+
tags: {
|
|
1966
|
+
serializedName: "tags",
|
|
1967
|
+
type: {
|
|
1968
|
+
name: "Dictionary",
|
|
1969
|
+
value: { type: { name: "String" } },
|
|
1970
|
+
},
|
|
1971
|
+
},
|
|
1972
|
+
identity: {
|
|
1973
|
+
serializedName: "identity",
|
|
1974
|
+
type: {
|
|
1975
|
+
name: "Composite",
|
|
1976
|
+
className: "IdentityInfo",
|
|
1977
|
+
},
|
|
1978
|
+
},
|
|
1979
|
+
sku: {
|
|
1980
|
+
serializedName: "sku",
|
|
1981
|
+
type: {
|
|
1982
|
+
name: "Composite",
|
|
1983
|
+
className: "NamespaceSku",
|
|
1984
|
+
},
|
|
1985
|
+
},
|
|
1986
|
+
topicSpacesConfiguration: {
|
|
1987
|
+
serializedName: "properties.topicSpacesConfiguration",
|
|
1988
|
+
type: {
|
|
1989
|
+
name: "Composite",
|
|
1990
|
+
className: "UpdateTopicSpacesConfigurationInfo",
|
|
1991
|
+
},
|
|
1992
|
+
},
|
|
1993
|
+
topicsConfiguration: {
|
|
1994
|
+
serializedName: "properties.topicsConfiguration",
|
|
1995
|
+
type: {
|
|
1996
|
+
name: "Composite",
|
|
1997
|
+
className: "UpdateTopicsConfigurationInfo",
|
|
1998
|
+
},
|
|
1999
|
+
},
|
|
2000
|
+
publicNetworkAccess: {
|
|
2001
|
+
serializedName: "properties.publicNetworkAccess",
|
|
2002
|
+
type: {
|
|
2003
|
+
name: "String",
|
|
2004
|
+
},
|
|
2005
|
+
},
|
|
2006
|
+
inboundIpRules: {
|
|
2007
|
+
serializedName: "properties.inboundIpRules",
|
|
2008
|
+
type: {
|
|
2009
|
+
name: "Sequence",
|
|
2010
|
+
element: {
|
|
2011
|
+
type: {
|
|
2012
|
+
name: "Composite",
|
|
2013
|
+
className: "InboundIpRule",
|
|
2014
|
+
},
|
|
2015
|
+
},
|
|
2016
|
+
},
|
|
2017
|
+
},
|
|
2018
|
+
},
|
|
2019
|
+
},
|
|
2020
|
+
};
|
|
2021
|
+
export const UpdateTopicSpacesConfigurationInfo = {
|
|
2022
|
+
type: {
|
|
2023
|
+
name: "Composite",
|
|
2024
|
+
className: "UpdateTopicSpacesConfigurationInfo",
|
|
2025
|
+
modelProperties: {
|
|
2026
|
+
state: {
|
|
2027
|
+
serializedName: "state",
|
|
2028
|
+
type: {
|
|
2029
|
+
name: "String",
|
|
2030
|
+
},
|
|
2031
|
+
},
|
|
2032
|
+
routeTopicResourceId: {
|
|
2033
|
+
serializedName: "routeTopicResourceId",
|
|
2034
|
+
type: {
|
|
2035
|
+
name: "String",
|
|
2036
|
+
},
|
|
2037
|
+
},
|
|
2038
|
+
routingEnrichments: {
|
|
2039
|
+
serializedName: "routingEnrichments",
|
|
2040
|
+
type: {
|
|
2041
|
+
name: "Composite",
|
|
2042
|
+
className: "RoutingEnrichments",
|
|
2043
|
+
},
|
|
2044
|
+
},
|
|
2045
|
+
clientAuthentication: {
|
|
2046
|
+
serializedName: "clientAuthentication",
|
|
2047
|
+
type: {
|
|
2048
|
+
name: "Composite",
|
|
2049
|
+
className: "ClientAuthenticationSettings",
|
|
2050
|
+
},
|
|
2051
|
+
},
|
|
2052
|
+
maximumSessionExpiryInHours: {
|
|
2053
|
+
serializedName: "maximumSessionExpiryInHours",
|
|
2054
|
+
type: {
|
|
2055
|
+
name: "Number",
|
|
1683
2056
|
},
|
|
1684
2057
|
},
|
|
1685
2058
|
maximumClientSessionsPerAuthenticationName: {
|
|
@@ -1958,97 +2331,6 @@ export const OperationInfo = {
|
|
|
1958
2331
|
},
|
|
1959
2332
|
},
|
|
1960
2333
|
};
|
|
1961
|
-
export const TopicUpdateParameters = {
|
|
1962
|
-
type: {
|
|
1963
|
-
name: "Composite",
|
|
1964
|
-
className: "TopicUpdateParameters",
|
|
1965
|
-
modelProperties: {
|
|
1966
|
-
tags: {
|
|
1967
|
-
serializedName: "tags",
|
|
1968
|
-
type: {
|
|
1969
|
-
name: "Dictionary",
|
|
1970
|
-
value: { type: { name: "String" } },
|
|
1971
|
-
},
|
|
1972
|
-
},
|
|
1973
|
-
identity: {
|
|
1974
|
-
serializedName: "identity",
|
|
1975
|
-
type: {
|
|
1976
|
-
name: "Composite",
|
|
1977
|
-
className: "IdentityInfo",
|
|
1978
|
-
},
|
|
1979
|
-
},
|
|
1980
|
-
publicNetworkAccess: {
|
|
1981
|
-
serializedName: "properties.publicNetworkAccess",
|
|
1982
|
-
type: {
|
|
1983
|
-
name: "String",
|
|
1984
|
-
},
|
|
1985
|
-
},
|
|
1986
|
-
inboundIpRules: {
|
|
1987
|
-
serializedName: "properties.inboundIpRules",
|
|
1988
|
-
type: {
|
|
1989
|
-
name: "Sequence",
|
|
1990
|
-
element: {
|
|
1991
|
-
type: {
|
|
1992
|
-
name: "Composite",
|
|
1993
|
-
className: "InboundIpRule",
|
|
1994
|
-
},
|
|
1995
|
-
},
|
|
1996
|
-
},
|
|
1997
|
-
},
|
|
1998
|
-
minimumTlsVersionAllowed: {
|
|
1999
|
-
serializedName: "properties.minimumTlsVersionAllowed",
|
|
2000
|
-
type: {
|
|
2001
|
-
name: "String",
|
|
2002
|
-
},
|
|
2003
|
-
},
|
|
2004
|
-
disableLocalAuth: {
|
|
2005
|
-
serializedName: "properties.disableLocalAuth",
|
|
2006
|
-
type: {
|
|
2007
|
-
name: "Boolean",
|
|
2008
|
-
},
|
|
2009
|
-
},
|
|
2010
|
-
dataResidencyBoundary: {
|
|
2011
|
-
serializedName: "properties.dataResidencyBoundary",
|
|
2012
|
-
type: {
|
|
2013
|
-
name: "String",
|
|
2014
|
-
},
|
|
2015
|
-
},
|
|
2016
|
-
eventTypeInfo: {
|
|
2017
|
-
serializedName: "properties.eventTypeInfo",
|
|
2018
|
-
type: {
|
|
2019
|
-
name: "Composite",
|
|
2020
|
-
className: "EventTypeInfo",
|
|
2021
|
-
},
|
|
2022
|
-
},
|
|
2023
|
-
},
|
|
2024
|
-
},
|
|
2025
|
-
};
|
|
2026
|
-
export const TopicsListResult = {
|
|
2027
|
-
type: {
|
|
2028
|
-
name: "Composite",
|
|
2029
|
-
className: "TopicsListResult",
|
|
2030
|
-
modelProperties: {
|
|
2031
|
-
value: {
|
|
2032
|
-
serializedName: "value",
|
|
2033
|
-
type: {
|
|
2034
|
-
name: "Sequence",
|
|
2035
|
-
element: {
|
|
2036
|
-
type: {
|
|
2037
|
-
name: "Composite",
|
|
2038
|
-
className: "Topic",
|
|
2039
|
-
},
|
|
2040
|
-
},
|
|
2041
|
-
},
|
|
2042
|
-
},
|
|
2043
|
-
nextLink: {
|
|
2044
|
-
serializedName: "nextLink",
|
|
2045
|
-
type: {
|
|
2046
|
-
name: "String",
|
|
2047
|
-
},
|
|
2048
|
-
},
|
|
2049
|
-
},
|
|
2050
|
-
},
|
|
2051
|
-
};
|
|
2052
2334
|
export const PartnerAuthorization = {
|
|
2053
2335
|
type: {
|
|
2054
2336
|
name: "Composite",
|
|
@@ -2148,10 +2430,51 @@ export const PartnerConfigurationsListResult = {
|
|
|
2148
2430
|
},
|
|
2149
2431
|
},
|
|
2150
2432
|
};
|
|
2151
|
-
export const
|
|
2433
|
+
export const PartnerDestinationUpdateParameters = {
|
|
2152
2434
|
type: {
|
|
2153
2435
|
name: "Composite",
|
|
2154
|
-
className: "
|
|
2436
|
+
className: "PartnerDestinationUpdateParameters",
|
|
2437
|
+
modelProperties: {
|
|
2438
|
+
tags: {
|
|
2439
|
+
serializedName: "tags",
|
|
2440
|
+
type: {
|
|
2441
|
+
name: "Dictionary",
|
|
2442
|
+
value: { type: { name: "String" } },
|
|
2443
|
+
},
|
|
2444
|
+
},
|
|
2445
|
+
},
|
|
2446
|
+
},
|
|
2447
|
+
};
|
|
2448
|
+
export const PartnerDestinationsListResult = {
|
|
2449
|
+
type: {
|
|
2450
|
+
name: "Composite",
|
|
2451
|
+
className: "PartnerDestinationsListResult",
|
|
2452
|
+
modelProperties: {
|
|
2453
|
+
value: {
|
|
2454
|
+
serializedName: "value",
|
|
2455
|
+
type: {
|
|
2456
|
+
name: "Sequence",
|
|
2457
|
+
element: {
|
|
2458
|
+
type: {
|
|
2459
|
+
name: "Composite",
|
|
2460
|
+
className: "PartnerDestination",
|
|
2461
|
+
},
|
|
2462
|
+
},
|
|
2463
|
+
},
|
|
2464
|
+
},
|
|
2465
|
+
nextLink: {
|
|
2466
|
+
serializedName: "nextLink",
|
|
2467
|
+
type: {
|
|
2468
|
+
name: "String",
|
|
2469
|
+
},
|
|
2470
|
+
},
|
|
2471
|
+
},
|
|
2472
|
+
},
|
|
2473
|
+
};
|
|
2474
|
+
export const PartnerNamespaceUpdateParameters = {
|
|
2475
|
+
type: {
|
|
2476
|
+
name: "Composite",
|
|
2477
|
+
className: "PartnerNamespaceUpdateParameters",
|
|
2155
2478
|
modelProperties: {
|
|
2156
2479
|
tags: {
|
|
2157
2480
|
serializedName: "tags",
|
|
@@ -2343,6 +2666,295 @@ export const PartnerTopicsListResult = {
|
|
|
2343
2666
|
},
|
|
2344
2667
|
},
|
|
2345
2668
|
};
|
|
2669
|
+
export const NetworkSecurityPerimeterConfigurationIssues = {
|
|
2670
|
+
type: {
|
|
2671
|
+
name: "Composite",
|
|
2672
|
+
className: "NetworkSecurityPerimeterConfigurationIssues",
|
|
2673
|
+
modelProperties: {
|
|
2674
|
+
name: {
|
|
2675
|
+
serializedName: "name",
|
|
2676
|
+
type: {
|
|
2677
|
+
name: "String",
|
|
2678
|
+
},
|
|
2679
|
+
},
|
|
2680
|
+
issueType: {
|
|
2681
|
+
serializedName: "properties.issueType",
|
|
2682
|
+
type: {
|
|
2683
|
+
name: "String",
|
|
2684
|
+
},
|
|
2685
|
+
},
|
|
2686
|
+
severity: {
|
|
2687
|
+
serializedName: "properties.severity",
|
|
2688
|
+
type: {
|
|
2689
|
+
name: "String",
|
|
2690
|
+
},
|
|
2691
|
+
},
|
|
2692
|
+
description: {
|
|
2693
|
+
serializedName: "properties.description",
|
|
2694
|
+
type: {
|
|
2695
|
+
name: "String",
|
|
2696
|
+
},
|
|
2697
|
+
},
|
|
2698
|
+
suggestedResourceIds: {
|
|
2699
|
+
serializedName: "properties.suggestedResourceIds",
|
|
2700
|
+
type: {
|
|
2701
|
+
name: "Sequence",
|
|
2702
|
+
element: {
|
|
2703
|
+
type: {
|
|
2704
|
+
name: "String",
|
|
2705
|
+
},
|
|
2706
|
+
},
|
|
2707
|
+
},
|
|
2708
|
+
},
|
|
2709
|
+
suggestedAccessRules: {
|
|
2710
|
+
serializedName: "properties.suggestedAccessRules",
|
|
2711
|
+
type: {
|
|
2712
|
+
name: "Sequence",
|
|
2713
|
+
element: {
|
|
2714
|
+
type: {
|
|
2715
|
+
name: "String",
|
|
2716
|
+
},
|
|
2717
|
+
},
|
|
2718
|
+
},
|
|
2719
|
+
},
|
|
2720
|
+
},
|
|
2721
|
+
},
|
|
2722
|
+
};
|
|
2723
|
+
export const NetworkSecurityPerimeterInfo = {
|
|
2724
|
+
type: {
|
|
2725
|
+
name: "Composite",
|
|
2726
|
+
className: "NetworkSecurityPerimeterInfo",
|
|
2727
|
+
modelProperties: {
|
|
2728
|
+
id: {
|
|
2729
|
+
serializedName: "id",
|
|
2730
|
+
type: {
|
|
2731
|
+
name: "String",
|
|
2732
|
+
},
|
|
2733
|
+
},
|
|
2734
|
+
perimeterGuid: {
|
|
2735
|
+
serializedName: "perimeterGuid",
|
|
2736
|
+
type: {
|
|
2737
|
+
name: "String",
|
|
2738
|
+
},
|
|
2739
|
+
},
|
|
2740
|
+
location: {
|
|
2741
|
+
serializedName: "location",
|
|
2742
|
+
type: {
|
|
2743
|
+
name: "String",
|
|
2744
|
+
},
|
|
2745
|
+
},
|
|
2746
|
+
},
|
|
2747
|
+
},
|
|
2748
|
+
};
|
|
2749
|
+
export const ResourceAssociation = {
|
|
2750
|
+
type: {
|
|
2751
|
+
name: "Composite",
|
|
2752
|
+
className: "ResourceAssociation",
|
|
2753
|
+
modelProperties: {
|
|
2754
|
+
name: {
|
|
2755
|
+
serializedName: "name",
|
|
2756
|
+
type: {
|
|
2757
|
+
name: "String",
|
|
2758
|
+
},
|
|
2759
|
+
},
|
|
2760
|
+
accessMode: {
|
|
2761
|
+
serializedName: "accessMode",
|
|
2762
|
+
type: {
|
|
2763
|
+
name: "String",
|
|
2764
|
+
},
|
|
2765
|
+
},
|
|
2766
|
+
},
|
|
2767
|
+
},
|
|
2768
|
+
};
|
|
2769
|
+
export const NetworkSecurityPerimeterConfigurationProfile = {
|
|
2770
|
+
type: {
|
|
2771
|
+
name: "Composite",
|
|
2772
|
+
className: "NetworkSecurityPerimeterConfigurationProfile",
|
|
2773
|
+
modelProperties: {
|
|
2774
|
+
name: {
|
|
2775
|
+
serializedName: "name",
|
|
2776
|
+
type: {
|
|
2777
|
+
name: "String",
|
|
2778
|
+
},
|
|
2779
|
+
},
|
|
2780
|
+
accessRulesVersion: {
|
|
2781
|
+
serializedName: "accessRulesVersion",
|
|
2782
|
+
type: {
|
|
2783
|
+
name: "String",
|
|
2784
|
+
},
|
|
2785
|
+
},
|
|
2786
|
+
accessRules: {
|
|
2787
|
+
serializedName: "accessRules",
|
|
2788
|
+
type: {
|
|
2789
|
+
name: "Sequence",
|
|
2790
|
+
element: {
|
|
2791
|
+
type: {
|
|
2792
|
+
name: "Composite",
|
|
2793
|
+
className: "NetworkSecurityPerimeterProfileAccessRule",
|
|
2794
|
+
},
|
|
2795
|
+
},
|
|
2796
|
+
},
|
|
2797
|
+
},
|
|
2798
|
+
diagnosticSettingsVersion: {
|
|
2799
|
+
serializedName: "diagnosticSettingsVersion",
|
|
2800
|
+
type: {
|
|
2801
|
+
name: "String",
|
|
2802
|
+
},
|
|
2803
|
+
},
|
|
2804
|
+
enabledLogCategories: {
|
|
2805
|
+
serializedName: "enabledLogCategories",
|
|
2806
|
+
type: {
|
|
2807
|
+
name: "Sequence",
|
|
2808
|
+
element: {
|
|
2809
|
+
type: {
|
|
2810
|
+
name: "String",
|
|
2811
|
+
},
|
|
2812
|
+
},
|
|
2813
|
+
},
|
|
2814
|
+
},
|
|
2815
|
+
},
|
|
2816
|
+
},
|
|
2817
|
+
};
|
|
2818
|
+
export const NetworkSecurityPerimeterProfileAccessRule = {
|
|
2819
|
+
type: {
|
|
2820
|
+
name: "Composite",
|
|
2821
|
+
className: "NetworkSecurityPerimeterProfileAccessRule",
|
|
2822
|
+
modelProperties: {
|
|
2823
|
+
fullyQualifiedArmId: {
|
|
2824
|
+
serializedName: "fullyQualifiedArmId",
|
|
2825
|
+
type: {
|
|
2826
|
+
name: "String",
|
|
2827
|
+
},
|
|
2828
|
+
},
|
|
2829
|
+
name: {
|
|
2830
|
+
serializedName: "name",
|
|
2831
|
+
type: {
|
|
2832
|
+
name: "String",
|
|
2833
|
+
},
|
|
2834
|
+
},
|
|
2835
|
+
type: {
|
|
2836
|
+
serializedName: "type",
|
|
2837
|
+
type: {
|
|
2838
|
+
name: "String",
|
|
2839
|
+
},
|
|
2840
|
+
},
|
|
2841
|
+
direction: {
|
|
2842
|
+
serializedName: "properties.direction",
|
|
2843
|
+
type: {
|
|
2844
|
+
name: "String",
|
|
2845
|
+
},
|
|
2846
|
+
},
|
|
2847
|
+
addressPrefixes: {
|
|
2848
|
+
serializedName: "properties.addressPrefixes",
|
|
2849
|
+
type: {
|
|
2850
|
+
name: "Sequence",
|
|
2851
|
+
element: {
|
|
2852
|
+
type: {
|
|
2853
|
+
name: "String",
|
|
2854
|
+
},
|
|
2855
|
+
},
|
|
2856
|
+
},
|
|
2857
|
+
},
|
|
2858
|
+
subscriptions: {
|
|
2859
|
+
serializedName: "properties.subscriptions",
|
|
2860
|
+
type: {
|
|
2861
|
+
name: "Sequence",
|
|
2862
|
+
element: {
|
|
2863
|
+
type: {
|
|
2864
|
+
name: "Composite",
|
|
2865
|
+
className: "NetworkSecurityPerimeterSubscription",
|
|
2866
|
+
},
|
|
2867
|
+
},
|
|
2868
|
+
},
|
|
2869
|
+
},
|
|
2870
|
+
networkSecurityPerimeters: {
|
|
2871
|
+
serializedName: "properties.networkSecurityPerimeters",
|
|
2872
|
+
type: {
|
|
2873
|
+
name: "Sequence",
|
|
2874
|
+
element: {
|
|
2875
|
+
type: {
|
|
2876
|
+
name: "Composite",
|
|
2877
|
+
className: "NetworkSecurityPerimeterInfo",
|
|
2878
|
+
},
|
|
2879
|
+
},
|
|
2880
|
+
},
|
|
2881
|
+
},
|
|
2882
|
+
fullyQualifiedDomainNames: {
|
|
2883
|
+
serializedName: "properties.fullyQualifiedDomainNames",
|
|
2884
|
+
type: {
|
|
2885
|
+
name: "Sequence",
|
|
2886
|
+
element: {
|
|
2887
|
+
type: {
|
|
2888
|
+
name: "String",
|
|
2889
|
+
},
|
|
2890
|
+
},
|
|
2891
|
+
},
|
|
2892
|
+
},
|
|
2893
|
+
emailAddresses: {
|
|
2894
|
+
serializedName: "properties.emailAddresses",
|
|
2895
|
+
type: {
|
|
2896
|
+
name: "Sequence",
|
|
2897
|
+
element: {
|
|
2898
|
+
type: {
|
|
2899
|
+
name: "String",
|
|
2900
|
+
},
|
|
2901
|
+
},
|
|
2902
|
+
},
|
|
2903
|
+
},
|
|
2904
|
+
phoneNumbers: {
|
|
2905
|
+
serializedName: "properties.phoneNumbers",
|
|
2906
|
+
type: {
|
|
2907
|
+
name: "Sequence",
|
|
2908
|
+
element: {
|
|
2909
|
+
type: {
|
|
2910
|
+
name: "String",
|
|
2911
|
+
},
|
|
2912
|
+
},
|
|
2913
|
+
},
|
|
2914
|
+
},
|
|
2915
|
+
},
|
|
2916
|
+
},
|
|
2917
|
+
};
|
|
2918
|
+
export const NetworkSecurityPerimeterSubscription = {
|
|
2919
|
+
type: {
|
|
2920
|
+
name: "Composite",
|
|
2921
|
+
className: "NetworkSecurityPerimeterSubscription",
|
|
2922
|
+
modelProperties: {
|
|
2923
|
+
id: {
|
|
2924
|
+
serializedName: "id",
|
|
2925
|
+
type: {
|
|
2926
|
+
name: "String",
|
|
2927
|
+
},
|
|
2928
|
+
},
|
|
2929
|
+
},
|
|
2930
|
+
},
|
|
2931
|
+
};
|
|
2932
|
+
export const NetworkSecurityPerimeterConfigurationList = {
|
|
2933
|
+
type: {
|
|
2934
|
+
name: "Composite",
|
|
2935
|
+
className: "NetworkSecurityPerimeterConfigurationList",
|
|
2936
|
+
modelProperties: {
|
|
2937
|
+
value: {
|
|
2938
|
+
serializedName: "value",
|
|
2939
|
+
type: {
|
|
2940
|
+
name: "Sequence",
|
|
2941
|
+
element: {
|
|
2942
|
+
type: {
|
|
2943
|
+
name: "Composite",
|
|
2944
|
+
className: "NetworkSecurityPerimeterConfiguration",
|
|
2945
|
+
},
|
|
2946
|
+
},
|
|
2947
|
+
},
|
|
2948
|
+
},
|
|
2949
|
+
nextLink: {
|
|
2950
|
+
serializedName: "nextLink",
|
|
2951
|
+
type: {
|
|
2952
|
+
name: "String",
|
|
2953
|
+
},
|
|
2954
|
+
},
|
|
2955
|
+
},
|
|
2956
|
+
},
|
|
2957
|
+
};
|
|
2346
2958
|
export const PermissionBindingsListResult = {
|
|
2347
2959
|
type: {
|
|
2348
2960
|
name: "Composite",
|
|
@@ -2444,21 +3056,69 @@ export const PrivateLinkResource = {
|
|
|
2444
3056
|
requiredZoneNames: {
|
|
2445
3057
|
serializedName: "properties.requiredZoneNames",
|
|
2446
3058
|
type: {
|
|
2447
|
-
name: "Sequence",
|
|
2448
|
-
element: {
|
|
2449
|
-
type: {
|
|
2450
|
-
name: "String",
|
|
2451
|
-
},
|
|
2452
|
-
},
|
|
3059
|
+
name: "Sequence",
|
|
3060
|
+
element: {
|
|
3061
|
+
type: {
|
|
3062
|
+
name: "String",
|
|
3063
|
+
},
|
|
3064
|
+
},
|
|
3065
|
+
},
|
|
3066
|
+
},
|
|
3067
|
+
},
|
|
3068
|
+
},
|
|
3069
|
+
};
|
|
3070
|
+
export const PrivateLinkResourcesListResult = {
|
|
3071
|
+
type: {
|
|
3072
|
+
name: "Composite",
|
|
3073
|
+
className: "PrivateLinkResourcesListResult",
|
|
3074
|
+
modelProperties: {
|
|
3075
|
+
value: {
|
|
3076
|
+
serializedName: "value",
|
|
3077
|
+
type: {
|
|
3078
|
+
name: "Sequence",
|
|
3079
|
+
element: {
|
|
3080
|
+
type: {
|
|
3081
|
+
name: "Composite",
|
|
3082
|
+
className: "PrivateLinkResource",
|
|
3083
|
+
},
|
|
3084
|
+
},
|
|
3085
|
+
},
|
|
3086
|
+
},
|
|
3087
|
+
nextLink: {
|
|
3088
|
+
serializedName: "nextLink",
|
|
3089
|
+
type: {
|
|
3090
|
+
name: "String",
|
|
3091
|
+
},
|
|
3092
|
+
},
|
|
3093
|
+
},
|
|
3094
|
+
},
|
|
3095
|
+
};
|
|
3096
|
+
export const SystemTopicUpdateParameters = {
|
|
3097
|
+
type: {
|
|
3098
|
+
name: "Composite",
|
|
3099
|
+
className: "SystemTopicUpdateParameters",
|
|
3100
|
+
modelProperties: {
|
|
3101
|
+
tags: {
|
|
3102
|
+
serializedName: "tags",
|
|
3103
|
+
type: {
|
|
3104
|
+
name: "Dictionary",
|
|
3105
|
+
value: { type: { name: "String" } },
|
|
3106
|
+
},
|
|
3107
|
+
},
|
|
3108
|
+
identity: {
|
|
3109
|
+
serializedName: "identity",
|
|
3110
|
+
type: {
|
|
3111
|
+
name: "Composite",
|
|
3112
|
+
className: "IdentityInfo",
|
|
2453
3113
|
},
|
|
2454
3114
|
},
|
|
2455
3115
|
},
|
|
2456
3116
|
},
|
|
2457
3117
|
};
|
|
2458
|
-
export const
|
|
3118
|
+
export const SystemTopicsListResult = {
|
|
2459
3119
|
type: {
|
|
2460
3120
|
name: "Composite",
|
|
2461
|
-
className: "
|
|
3121
|
+
className: "SystemTopicsListResult",
|
|
2462
3122
|
modelProperties: {
|
|
2463
3123
|
value: {
|
|
2464
3124
|
serializedName: "value",
|
|
@@ -2467,7 +3127,7 @@ export const PrivateLinkResourcesListResult = {
|
|
|
2467
3127
|
element: {
|
|
2468
3128
|
type: {
|
|
2469
3129
|
name: "Composite",
|
|
2470
|
-
className: "
|
|
3130
|
+
className: "SystemTopic",
|
|
2471
3131
|
},
|
|
2472
3132
|
},
|
|
2473
3133
|
},
|
|
@@ -2481,10 +3141,30 @@ export const PrivateLinkResourcesListResult = {
|
|
|
2481
3141
|
},
|
|
2482
3142
|
},
|
|
2483
3143
|
};
|
|
2484
|
-
export const
|
|
3144
|
+
export const ExtendedLocation = {
|
|
2485
3145
|
type: {
|
|
2486
3146
|
name: "Composite",
|
|
2487
|
-
className: "
|
|
3147
|
+
className: "ExtendedLocation",
|
|
3148
|
+
modelProperties: {
|
|
3149
|
+
name: {
|
|
3150
|
+
serializedName: "name",
|
|
3151
|
+
type: {
|
|
3152
|
+
name: "String",
|
|
3153
|
+
},
|
|
3154
|
+
},
|
|
3155
|
+
type: {
|
|
3156
|
+
serializedName: "type",
|
|
3157
|
+
type: {
|
|
3158
|
+
name: "String",
|
|
3159
|
+
},
|
|
3160
|
+
},
|
|
3161
|
+
},
|
|
3162
|
+
},
|
|
3163
|
+
};
|
|
3164
|
+
export const TopicUpdateParameters = {
|
|
3165
|
+
type: {
|
|
3166
|
+
name: "Composite",
|
|
3167
|
+
className: "TopicUpdateParameters",
|
|
2488
3168
|
modelProperties: {
|
|
2489
3169
|
tags: {
|
|
2490
3170
|
serializedName: "tags",
|
|
@@ -2500,13 +3180,63 @@ export const SystemTopicUpdateParameters = {
|
|
|
2500
3180
|
className: "IdentityInfo",
|
|
2501
3181
|
},
|
|
2502
3182
|
},
|
|
3183
|
+
sku: {
|
|
3184
|
+
serializedName: "sku",
|
|
3185
|
+
type: {
|
|
3186
|
+
name: "Composite",
|
|
3187
|
+
className: "ResourceSku",
|
|
3188
|
+
},
|
|
3189
|
+
},
|
|
3190
|
+
publicNetworkAccess: {
|
|
3191
|
+
serializedName: "properties.publicNetworkAccess",
|
|
3192
|
+
type: {
|
|
3193
|
+
name: "String",
|
|
3194
|
+
},
|
|
3195
|
+
},
|
|
3196
|
+
inboundIpRules: {
|
|
3197
|
+
serializedName: "properties.inboundIpRules",
|
|
3198
|
+
type: {
|
|
3199
|
+
name: "Sequence",
|
|
3200
|
+
element: {
|
|
3201
|
+
type: {
|
|
3202
|
+
name: "Composite",
|
|
3203
|
+
className: "InboundIpRule",
|
|
3204
|
+
},
|
|
3205
|
+
},
|
|
3206
|
+
},
|
|
3207
|
+
},
|
|
3208
|
+
minimumTlsVersionAllowed: {
|
|
3209
|
+
serializedName: "properties.minimumTlsVersionAllowed",
|
|
3210
|
+
type: {
|
|
3211
|
+
name: "String",
|
|
3212
|
+
},
|
|
3213
|
+
},
|
|
3214
|
+
disableLocalAuth: {
|
|
3215
|
+
serializedName: "properties.disableLocalAuth",
|
|
3216
|
+
type: {
|
|
3217
|
+
name: "Boolean",
|
|
3218
|
+
},
|
|
3219
|
+
},
|
|
3220
|
+
dataResidencyBoundary: {
|
|
3221
|
+
serializedName: "properties.dataResidencyBoundary",
|
|
3222
|
+
type: {
|
|
3223
|
+
name: "String",
|
|
3224
|
+
},
|
|
3225
|
+
},
|
|
3226
|
+
eventTypeInfo: {
|
|
3227
|
+
serializedName: "properties.eventTypeInfo",
|
|
3228
|
+
type: {
|
|
3229
|
+
name: "Composite",
|
|
3230
|
+
className: "EventTypeInfo",
|
|
3231
|
+
},
|
|
3232
|
+
},
|
|
2503
3233
|
},
|
|
2504
3234
|
},
|
|
2505
3235
|
};
|
|
2506
|
-
export const
|
|
3236
|
+
export const TopicsListResult = {
|
|
2507
3237
|
type: {
|
|
2508
3238
|
name: "Composite",
|
|
2509
|
-
className: "
|
|
3239
|
+
className: "TopicsListResult",
|
|
2510
3240
|
modelProperties: {
|
|
2511
3241
|
value: {
|
|
2512
3242
|
serializedName: "value",
|
|
@@ -2515,7 +3245,7 @@ export const SystemTopicsListResult = {
|
|
|
2515
3245
|
element: {
|
|
2516
3246
|
type: {
|
|
2517
3247
|
name: "Composite",
|
|
2518
|
-
className: "
|
|
3248
|
+
className: "Topic",
|
|
2519
3249
|
},
|
|
2520
3250
|
},
|
|
2521
3251
|
},
|
|
@@ -2713,6 +3443,27 @@ export const SubscriptionFullUrl = {
|
|
|
2713
3443
|
},
|
|
2714
3444
|
},
|
|
2715
3445
|
};
|
|
3446
|
+
export const PartnerClientAuthentication = {
|
|
3447
|
+
type: {
|
|
3448
|
+
name: "Composite",
|
|
3449
|
+
className: "PartnerClientAuthentication",
|
|
3450
|
+
uberParent: "PartnerClientAuthentication",
|
|
3451
|
+
polymorphicDiscriminator: {
|
|
3452
|
+
serializedName: "clientAuthenticationType",
|
|
3453
|
+
clientName: "clientAuthenticationType",
|
|
3454
|
+
},
|
|
3455
|
+
modelProperties: {
|
|
3456
|
+
clientAuthenticationType: {
|
|
3457
|
+
defaultValue: "AzureAD",
|
|
3458
|
+
serializedName: "clientAuthenticationType",
|
|
3459
|
+
required: true,
|
|
3460
|
+
type: {
|
|
3461
|
+
name: "String",
|
|
3462
|
+
},
|
|
3463
|
+
},
|
|
3464
|
+
},
|
|
3465
|
+
},
|
|
3466
|
+
};
|
|
2716
3467
|
export const JsonField = {
|
|
2717
3468
|
type: {
|
|
2718
3469
|
name: "Composite",
|
|
@@ -2809,6 +3560,12 @@ export const Channel = {
|
|
|
2809
3560
|
name: "Composite",
|
|
2810
3561
|
className: "PartnerTopicInfo",
|
|
2811
3562
|
},
|
|
3563
|
+
}, partnerDestinationInfo: {
|
|
3564
|
+
serializedName: "properties.partnerDestinationInfo",
|
|
3565
|
+
type: {
|
|
3566
|
+
name: "Composite",
|
|
3567
|
+
className: "PartnerDestinationInfo",
|
|
3568
|
+
},
|
|
2812
3569
|
}, messageForActivation: {
|
|
2813
3570
|
serializedName: "properties.messageForActivation",
|
|
2814
3571
|
type: {
|
|
@@ -3018,6 +3775,12 @@ export const Subscription = {
|
|
|
3018
3775
|
type: {
|
|
3019
3776
|
name: "DateTime",
|
|
3020
3777
|
},
|
|
3778
|
+
}, tags: {
|
|
3779
|
+
serializedName: "properties.tags",
|
|
3780
|
+
type: {
|
|
3781
|
+
name: "Dictionary",
|
|
3782
|
+
value: { type: { name: "String" } },
|
|
3783
|
+
},
|
|
3021
3784
|
} }),
|
|
3022
3785
|
},
|
|
3023
3786
|
};
|
|
@@ -3172,6 +3935,47 @@ export const PartnerConfiguration = {
|
|
|
3172
3935
|
} }),
|
|
3173
3936
|
},
|
|
3174
3937
|
};
|
|
3938
|
+
export const NetworkSecurityPerimeterConfiguration = {
|
|
3939
|
+
type: {
|
|
3940
|
+
name: "Composite",
|
|
3941
|
+
className: "NetworkSecurityPerimeterConfiguration",
|
|
3942
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { provisioningState: {
|
|
3943
|
+
serializedName: "properties.provisioningState",
|
|
3944
|
+
type: {
|
|
3945
|
+
name: "String",
|
|
3946
|
+
},
|
|
3947
|
+
}, provisioningIssues: {
|
|
3948
|
+
serializedName: "properties.provisioningIssues",
|
|
3949
|
+
type: {
|
|
3950
|
+
name: "Sequence",
|
|
3951
|
+
element: {
|
|
3952
|
+
type: {
|
|
3953
|
+
name: "Composite",
|
|
3954
|
+
className: "NetworkSecurityPerimeterConfigurationIssues",
|
|
3955
|
+
},
|
|
3956
|
+
},
|
|
3957
|
+
},
|
|
3958
|
+
}, networkSecurityPerimeter: {
|
|
3959
|
+
serializedName: "properties.networkSecurityPerimeter",
|
|
3960
|
+
type: {
|
|
3961
|
+
name: "Composite",
|
|
3962
|
+
className: "NetworkSecurityPerimeterInfo",
|
|
3963
|
+
},
|
|
3964
|
+
}, resourceAssociation: {
|
|
3965
|
+
serializedName: "properties.resourceAssociation",
|
|
3966
|
+
type: {
|
|
3967
|
+
name: "Composite",
|
|
3968
|
+
className: "ResourceAssociation",
|
|
3969
|
+
},
|
|
3970
|
+
}, profile: {
|
|
3971
|
+
serializedName: "properties.profile",
|
|
3972
|
+
type: {
|
|
3973
|
+
name: "Composite",
|
|
3974
|
+
className: "NetworkSecurityPerimeterConfigurationProfile",
|
|
3975
|
+
},
|
|
3976
|
+
} }),
|
|
3977
|
+
},
|
|
3978
|
+
};
|
|
3175
3979
|
export const PermissionBinding = {
|
|
3176
3980
|
type: {
|
|
3177
3981
|
name: "Composite",
|
|
@@ -3399,6 +4203,12 @@ export const VerifiedPartner = {
|
|
|
3399
4203
|
name: "Composite",
|
|
3400
4204
|
className: "PartnerDetails",
|
|
3401
4205
|
},
|
|
4206
|
+
}, partnerDestinationDetails: {
|
|
4207
|
+
serializedName: "properties.partnerDestinationDetails",
|
|
4208
|
+
type: {
|
|
4209
|
+
name: "Composite",
|
|
4210
|
+
className: "PartnerDetails",
|
|
4211
|
+
},
|
|
3402
4212
|
}, provisioningState: {
|
|
3403
4213
|
serializedName: "properties.provisioningState",
|
|
3404
4214
|
type: {
|
|
@@ -3407,6 +4217,58 @@ export const VerifiedPartner = {
|
|
|
3407
4217
|
} }),
|
|
3408
4218
|
},
|
|
3409
4219
|
};
|
|
4220
|
+
export const WebhookPartnerDestinationInfo = {
|
|
4221
|
+
serializedName: "WebHook",
|
|
4222
|
+
type: {
|
|
4223
|
+
name: "Composite",
|
|
4224
|
+
className: "WebhookPartnerDestinationInfo",
|
|
4225
|
+
uberParent: "PartnerDestinationInfo",
|
|
4226
|
+
polymorphicDiscriminator: PartnerDestinationInfo.type.polymorphicDiscriminator,
|
|
4227
|
+
modelProperties: Object.assign(Object.assign({}, PartnerDestinationInfo.type.modelProperties), { endpointUrl: {
|
|
4228
|
+
serializedName: "properties.endpointUrl",
|
|
4229
|
+
type: {
|
|
4230
|
+
name: "String",
|
|
4231
|
+
},
|
|
4232
|
+
}, endpointBaseUrl: {
|
|
4233
|
+
serializedName: "properties.endpointBaseUrl",
|
|
4234
|
+
type: {
|
|
4235
|
+
name: "String",
|
|
4236
|
+
},
|
|
4237
|
+
}, clientAuthentication: {
|
|
4238
|
+
serializedName: "properties.clientAuthentication",
|
|
4239
|
+
type: {
|
|
4240
|
+
name: "Composite",
|
|
4241
|
+
className: "PartnerClientAuthentication",
|
|
4242
|
+
},
|
|
4243
|
+
} }),
|
|
4244
|
+
},
|
|
4245
|
+
};
|
|
4246
|
+
export const WebhookUpdatePartnerDestinationInfo = {
|
|
4247
|
+
serializedName: "WebHook",
|
|
4248
|
+
type: {
|
|
4249
|
+
name: "Composite",
|
|
4250
|
+
className: "WebhookUpdatePartnerDestinationInfo",
|
|
4251
|
+
uberParent: "PartnerUpdateDestinationInfo",
|
|
4252
|
+
polymorphicDiscriminator: PartnerUpdateDestinationInfo.type.polymorphicDiscriminator,
|
|
4253
|
+
modelProperties: Object.assign(Object.assign({}, PartnerUpdateDestinationInfo.type.modelProperties), { endpointUrl: {
|
|
4254
|
+
serializedName: "properties.endpointUrl",
|
|
4255
|
+
type: {
|
|
4256
|
+
name: "String",
|
|
4257
|
+
},
|
|
4258
|
+
}, endpointBaseUrl: {
|
|
4259
|
+
serializedName: "properties.endpointBaseUrl",
|
|
4260
|
+
type: {
|
|
4261
|
+
name: "String",
|
|
4262
|
+
},
|
|
4263
|
+
}, clientAuthentication: {
|
|
4264
|
+
serializedName: "properties.clientAuthentication",
|
|
4265
|
+
type: {
|
|
4266
|
+
name: "Composite",
|
|
4267
|
+
className: "PartnerClientAuthentication",
|
|
4268
|
+
},
|
|
4269
|
+
} }),
|
|
4270
|
+
},
|
|
4271
|
+
};
|
|
3410
4272
|
export const JsonInputSchemaMapping = {
|
|
3411
4273
|
serializedName: "Json",
|
|
3412
4274
|
type: {
|
|
@@ -3735,6 +4597,21 @@ export const AzureFunctionEventSubscriptionDestination = {
|
|
|
3735
4597
|
} }),
|
|
3736
4598
|
},
|
|
3737
4599
|
};
|
|
4600
|
+
export const PartnerEventSubscriptionDestination = {
|
|
4601
|
+
serializedName: "PartnerDestination",
|
|
4602
|
+
type: {
|
|
4603
|
+
name: "Composite",
|
|
4604
|
+
className: "PartnerEventSubscriptionDestination",
|
|
4605
|
+
uberParent: "EventSubscriptionDestination",
|
|
4606
|
+
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4607
|
+
modelProperties: Object.assign(Object.assign({}, EventSubscriptionDestination.type.modelProperties), { resourceId: {
|
|
4608
|
+
serializedName: "properties.resourceId",
|
|
4609
|
+
type: {
|
|
4610
|
+
name: "String",
|
|
4611
|
+
},
|
|
4612
|
+
} }),
|
|
4613
|
+
},
|
|
4614
|
+
};
|
|
3738
4615
|
export const MonitorAlertEventSubscriptionDestination = {
|
|
3739
4616
|
serializedName: "MonitorAlert",
|
|
3740
4617
|
type: {
|
|
@@ -4485,11 +5362,37 @@ export const StaticStringRoutingEnrichment = {
|
|
|
4485
5362
|
} }),
|
|
4486
5363
|
},
|
|
4487
5364
|
};
|
|
5365
|
+
export const AzureADPartnerClientAuthentication = {
|
|
5366
|
+
serializedName: "AzureAD",
|
|
5367
|
+
type: {
|
|
5368
|
+
name: "Composite",
|
|
5369
|
+
className: "AzureADPartnerClientAuthentication",
|
|
5370
|
+
uberParent: "PartnerClientAuthentication",
|
|
5371
|
+
polymorphicDiscriminator: PartnerClientAuthentication.type.polymorphicDiscriminator,
|
|
5372
|
+
modelProperties: Object.assign(Object.assign({}, PartnerClientAuthentication.type.modelProperties), { azureActiveDirectoryTenantId: {
|
|
5373
|
+
serializedName: "properties.azureActiveDirectoryTenantId",
|
|
5374
|
+
type: {
|
|
5375
|
+
name: "String",
|
|
5376
|
+
},
|
|
5377
|
+
}, azureActiveDirectoryApplicationIdOrUri: {
|
|
5378
|
+
serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
|
|
5379
|
+
type: {
|
|
5380
|
+
name: "String",
|
|
5381
|
+
},
|
|
5382
|
+
} }),
|
|
5383
|
+
},
|
|
5384
|
+
};
|
|
4488
5385
|
export const Domain = {
|
|
4489
5386
|
type: {
|
|
4490
5387
|
name: "Composite",
|
|
4491
5388
|
className: "Domain",
|
|
4492
|
-
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), {
|
|
5389
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { sku: {
|
|
5390
|
+
serializedName: "sku",
|
|
5391
|
+
type: {
|
|
5392
|
+
name: "Composite",
|
|
5393
|
+
className: "ResourceSku",
|
|
5394
|
+
},
|
|
5395
|
+
}, identity: {
|
|
4493
5396
|
serializedName: "identity",
|
|
4494
5397
|
type: {
|
|
4495
5398
|
name: "Composite",
|
|
@@ -4667,106 +5570,57 @@ export const Namespace = {
|
|
|
4667
5570
|
},
|
|
4668
5571
|
},
|
|
4669
5572
|
},
|
|
4670
|
-
}, minimumTlsVersionAllowed: {
|
|
4671
|
-
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4672
|
-
type: {
|
|
4673
|
-
name: "String",
|
|
4674
|
-
},
|
|
4675
|
-
} }),
|
|
4676
|
-
},
|
|
4677
|
-
};
|
|
4678
|
-
export const Topic = {
|
|
4679
|
-
type: {
|
|
4680
|
-
name: "Composite",
|
|
4681
|
-
className: "Topic",
|
|
4682
|
-
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { identity: {
|
|
4683
|
-
serializedName: "identity",
|
|
4684
|
-
type: {
|
|
4685
|
-
name: "Composite",
|
|
4686
|
-
className: "IdentityInfo",
|
|
4687
|
-
},
|
|
4688
|
-
}, systemData: {
|
|
4689
|
-
serializedName: "systemData",
|
|
4690
|
-
type: {
|
|
4691
|
-
name: "Composite",
|
|
4692
|
-
className: "SystemData",
|
|
4693
|
-
},
|
|
4694
|
-
}, privateEndpointConnections: {
|
|
4695
|
-
serializedName: "properties.privateEndpointConnections",
|
|
4696
|
-
readOnly: true,
|
|
4697
|
-
type: {
|
|
4698
|
-
name: "Sequence",
|
|
4699
|
-
element: {
|
|
4700
|
-
type: {
|
|
4701
|
-
name: "Composite",
|
|
4702
|
-
className: "PrivateEndpointConnection",
|
|
4703
|
-
},
|
|
4704
|
-
},
|
|
4705
|
-
},
|
|
4706
|
-
}, provisioningState: {
|
|
4707
|
-
serializedName: "properties.provisioningState",
|
|
4708
|
-
readOnly: true,
|
|
4709
|
-
type: {
|
|
4710
|
-
name: "String",
|
|
4711
|
-
},
|
|
4712
|
-
}, endpoint: {
|
|
4713
|
-
serializedName: "properties.endpoint",
|
|
4714
|
-
readOnly: true,
|
|
5573
|
+
}, minimumTlsVersionAllowed: {
|
|
5574
|
+
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4715
5575
|
type: {
|
|
4716
5576
|
name: "String",
|
|
4717
5577
|
},
|
|
4718
|
-
},
|
|
4719
|
-
|
|
5578
|
+
} }),
|
|
5579
|
+
},
|
|
5580
|
+
};
|
|
5581
|
+
export const PartnerDestination = {
|
|
5582
|
+
type: {
|
|
5583
|
+
name: "Composite",
|
|
5584
|
+
className: "PartnerDestination",
|
|
5585
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { systemData: {
|
|
5586
|
+
serializedName: "systemData",
|
|
4720
5587
|
type: {
|
|
4721
5588
|
name: "Composite",
|
|
4722
|
-
className: "
|
|
5589
|
+
className: "SystemData",
|
|
4723
5590
|
},
|
|
4724
|
-
},
|
|
4725
|
-
serializedName: "properties.
|
|
5591
|
+
}, partnerRegistrationImmutableId: {
|
|
5592
|
+
serializedName: "properties.partnerRegistrationImmutableId",
|
|
4726
5593
|
type: {
|
|
4727
|
-
name: "
|
|
5594
|
+
name: "Uuid",
|
|
4728
5595
|
},
|
|
4729
|
-
},
|
|
4730
|
-
serializedName: "properties.
|
|
5596
|
+
}, endpointServiceContext: {
|
|
5597
|
+
serializedName: "properties.endpointServiceContext",
|
|
4731
5598
|
type: {
|
|
4732
5599
|
name: "String",
|
|
4733
5600
|
},
|
|
4734
|
-
},
|
|
4735
|
-
serializedName: "properties.
|
|
5601
|
+
}, expirationTimeIfNotActivatedUtc: {
|
|
5602
|
+
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
4736
5603
|
type: {
|
|
4737
|
-
name: "
|
|
4738
|
-
className: "InputSchemaMapping",
|
|
5604
|
+
name: "DateTime",
|
|
4739
5605
|
},
|
|
4740
|
-
},
|
|
4741
|
-
serializedName: "properties.
|
|
5606
|
+
}, provisioningState: {
|
|
5607
|
+
serializedName: "properties.provisioningState",
|
|
4742
5608
|
readOnly: true,
|
|
4743
5609
|
type: {
|
|
4744
5610
|
name: "String",
|
|
4745
5611
|
},
|
|
4746
|
-
},
|
|
4747
|
-
serializedName: "properties.
|
|
5612
|
+
}, activationState: {
|
|
5613
|
+
serializedName: "properties.activationState",
|
|
4748
5614
|
type: {
|
|
4749
5615
|
name: "String",
|
|
4750
5616
|
},
|
|
4751
|
-
},
|
|
4752
|
-
serializedName: "properties.
|
|
4753
|
-
type: {
|
|
4754
|
-
name: "Sequence",
|
|
4755
|
-
element: {
|
|
4756
|
-
type: {
|
|
4757
|
-
name: "Composite",
|
|
4758
|
-
className: "InboundIpRule",
|
|
4759
|
-
},
|
|
4760
|
-
},
|
|
4761
|
-
},
|
|
4762
|
-
}, disableLocalAuth: {
|
|
4763
|
-
defaultValue: false,
|
|
4764
|
-
serializedName: "properties.disableLocalAuth",
|
|
5617
|
+
}, endpointBaseUrl: {
|
|
5618
|
+
serializedName: "properties.endpointBaseUrl",
|
|
4765
5619
|
type: {
|
|
4766
|
-
name: "
|
|
5620
|
+
name: "String",
|
|
4767
5621
|
},
|
|
4768
|
-
},
|
|
4769
|
-
serializedName: "properties.
|
|
5622
|
+
}, messageForActivation: {
|
|
5623
|
+
serializedName: "properties.messageForActivation",
|
|
4770
5624
|
type: {
|
|
4771
5625
|
name: "String",
|
|
4772
5626
|
},
|
|
@@ -4974,6 +5828,122 @@ export const SystemTopic = {
|
|
|
4974
5828
|
} }),
|
|
4975
5829
|
},
|
|
4976
5830
|
};
|
|
5831
|
+
export const Topic = {
|
|
5832
|
+
type: {
|
|
5833
|
+
name: "Composite",
|
|
5834
|
+
className: "Topic",
|
|
5835
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { sku: {
|
|
5836
|
+
serializedName: "sku",
|
|
5837
|
+
type: {
|
|
5838
|
+
name: "Composite",
|
|
5839
|
+
className: "ResourceSku",
|
|
5840
|
+
},
|
|
5841
|
+
}, identity: {
|
|
5842
|
+
serializedName: "identity",
|
|
5843
|
+
type: {
|
|
5844
|
+
name: "Composite",
|
|
5845
|
+
className: "IdentityInfo",
|
|
5846
|
+
},
|
|
5847
|
+
}, kind: {
|
|
5848
|
+
defaultValue: "Azure",
|
|
5849
|
+
serializedName: "kind",
|
|
5850
|
+
type: {
|
|
5851
|
+
name: "String",
|
|
5852
|
+
},
|
|
5853
|
+
}, extendedLocation: {
|
|
5854
|
+
serializedName: "extendedLocation",
|
|
5855
|
+
type: {
|
|
5856
|
+
name: "Composite",
|
|
5857
|
+
className: "ExtendedLocation",
|
|
5858
|
+
},
|
|
5859
|
+
}, systemData: {
|
|
5860
|
+
serializedName: "systemData",
|
|
5861
|
+
type: {
|
|
5862
|
+
name: "Composite",
|
|
5863
|
+
className: "SystemData",
|
|
5864
|
+
},
|
|
5865
|
+
}, privateEndpointConnections: {
|
|
5866
|
+
serializedName: "properties.privateEndpointConnections",
|
|
5867
|
+
readOnly: true,
|
|
5868
|
+
type: {
|
|
5869
|
+
name: "Sequence",
|
|
5870
|
+
element: {
|
|
5871
|
+
type: {
|
|
5872
|
+
name: "Composite",
|
|
5873
|
+
className: "PrivateEndpointConnection",
|
|
5874
|
+
},
|
|
5875
|
+
},
|
|
5876
|
+
},
|
|
5877
|
+
}, provisioningState: {
|
|
5878
|
+
serializedName: "properties.provisioningState",
|
|
5879
|
+
readOnly: true,
|
|
5880
|
+
type: {
|
|
5881
|
+
name: "String",
|
|
5882
|
+
},
|
|
5883
|
+
}, endpoint: {
|
|
5884
|
+
serializedName: "properties.endpoint",
|
|
5885
|
+
readOnly: true,
|
|
5886
|
+
type: {
|
|
5887
|
+
name: "String",
|
|
5888
|
+
},
|
|
5889
|
+
}, eventTypeInfo: {
|
|
5890
|
+
serializedName: "properties.eventTypeInfo",
|
|
5891
|
+
type: {
|
|
5892
|
+
name: "Composite",
|
|
5893
|
+
className: "EventTypeInfo",
|
|
5894
|
+
},
|
|
5895
|
+
}, minimumTlsVersionAllowed: {
|
|
5896
|
+
serializedName: "properties.minimumTlsVersionAllowed",
|
|
5897
|
+
type: {
|
|
5898
|
+
name: "String",
|
|
5899
|
+
},
|
|
5900
|
+
}, inputSchema: {
|
|
5901
|
+
serializedName: "properties.inputSchema",
|
|
5902
|
+
type: {
|
|
5903
|
+
name: "String",
|
|
5904
|
+
},
|
|
5905
|
+
}, inputSchemaMapping: {
|
|
5906
|
+
serializedName: "properties.inputSchemaMapping",
|
|
5907
|
+
type: {
|
|
5908
|
+
name: "Composite",
|
|
5909
|
+
className: "InputSchemaMapping",
|
|
5910
|
+
},
|
|
5911
|
+
}, metricResourceId: {
|
|
5912
|
+
serializedName: "properties.metricResourceId",
|
|
5913
|
+
readOnly: true,
|
|
5914
|
+
type: {
|
|
5915
|
+
name: "String",
|
|
5916
|
+
},
|
|
5917
|
+
}, publicNetworkAccess: {
|
|
5918
|
+
serializedName: "properties.publicNetworkAccess",
|
|
5919
|
+
type: {
|
|
5920
|
+
name: "String",
|
|
5921
|
+
},
|
|
5922
|
+
}, inboundIpRules: {
|
|
5923
|
+
serializedName: "properties.inboundIpRules",
|
|
5924
|
+
type: {
|
|
5925
|
+
name: "Sequence",
|
|
5926
|
+
element: {
|
|
5927
|
+
type: {
|
|
5928
|
+
name: "Composite",
|
|
5929
|
+
className: "InboundIpRule",
|
|
5930
|
+
},
|
|
5931
|
+
},
|
|
5932
|
+
},
|
|
5933
|
+
}, disableLocalAuth: {
|
|
5934
|
+
defaultValue: false,
|
|
5935
|
+
serializedName: "properties.disableLocalAuth",
|
|
5936
|
+
type: {
|
|
5937
|
+
name: "Boolean",
|
|
5938
|
+
},
|
|
5939
|
+
}, dataResidencyBoundary: {
|
|
5940
|
+
serializedName: "properties.dataResidencyBoundary",
|
|
5941
|
+
type: {
|
|
5942
|
+
name: "String",
|
|
5943
|
+
},
|
|
5944
|
+
} }),
|
|
5945
|
+
},
|
|
5946
|
+
};
|
|
4977
5947
|
export const CaCertificatesDeleteHeaders = {
|
|
4978
5948
|
type: {
|
|
4979
5949
|
name: "Composite",
|
|
@@ -5058,10 +6028,10 @@ export const DomainTopicsDeleteHeaders = {
|
|
|
5058
6028
|
},
|
|
5059
6029
|
},
|
|
5060
6030
|
};
|
|
5061
|
-
export const
|
|
6031
|
+
export const DomainTopicEventSubscriptionsDeleteHeaders = {
|
|
5062
6032
|
type: {
|
|
5063
6033
|
name: "Composite",
|
|
5064
|
-
className: "
|
|
6034
|
+
className: "DomainTopicEventSubscriptionsDeleteHeaders",
|
|
5065
6035
|
modelProperties: {
|
|
5066
6036
|
location: {
|
|
5067
6037
|
serializedName: "location",
|
|
@@ -5072,10 +6042,10 @@ export const TopicEventSubscriptionsDeleteHeaders = {
|
|
|
5072
6042
|
},
|
|
5073
6043
|
},
|
|
5074
6044
|
};
|
|
5075
|
-
export const
|
|
6045
|
+
export const TopicEventSubscriptionsDeleteHeaders = {
|
|
5076
6046
|
type: {
|
|
5077
6047
|
name: "Composite",
|
|
5078
|
-
className: "
|
|
6048
|
+
className: "TopicEventSubscriptionsDeleteHeaders",
|
|
5079
6049
|
modelProperties: {
|
|
5080
6050
|
location: {
|
|
5081
6051
|
serializedName: "location",
|
|
@@ -5086,10 +6056,10 @@ export const DomainEventSubscriptionsDeleteHeaders = {
|
|
|
5086
6056
|
},
|
|
5087
6057
|
},
|
|
5088
6058
|
};
|
|
5089
|
-
export const
|
|
6059
|
+
export const DomainEventSubscriptionsDeleteHeaders = {
|
|
5090
6060
|
type: {
|
|
5091
6061
|
name: "Composite",
|
|
5092
|
-
className: "
|
|
6062
|
+
className: "DomainEventSubscriptionsDeleteHeaders",
|
|
5093
6063
|
modelProperties: {
|
|
5094
6064
|
location: {
|
|
5095
6065
|
serializedName: "location",
|
|
@@ -5100,10 +6070,10 @@ export const NamespaceTopicEventSubscriptionsDeleteHeaders = {
|
|
|
5100
6070
|
},
|
|
5101
6071
|
},
|
|
5102
6072
|
};
|
|
5103
|
-
export const
|
|
6073
|
+
export const EventSubscriptionsDeleteHeaders = {
|
|
5104
6074
|
type: {
|
|
5105
6075
|
name: "Composite",
|
|
5106
|
-
className: "
|
|
6076
|
+
className: "EventSubscriptionsDeleteHeaders",
|
|
5107
6077
|
modelProperties: {
|
|
5108
6078
|
location: {
|
|
5109
6079
|
serializedName: "location",
|
|
@@ -5114,10 +6084,10 @@ export const NamespaceTopicEventSubscriptionsUpdateHeaders = {
|
|
|
5114
6084
|
},
|
|
5115
6085
|
},
|
|
5116
6086
|
};
|
|
5117
|
-
export const
|
|
6087
|
+
export const SystemTopicEventSubscriptionsDeleteHeaders = {
|
|
5118
6088
|
type: {
|
|
5119
6089
|
name: "Composite",
|
|
5120
|
-
className: "
|
|
6090
|
+
className: "SystemTopicEventSubscriptionsDeleteHeaders",
|
|
5121
6091
|
modelProperties: {
|
|
5122
6092
|
location: {
|
|
5123
6093
|
serializedName: "location",
|
|
@@ -5128,10 +6098,10 @@ export const EventSubscriptionsDeleteHeaders = {
|
|
|
5128
6098
|
},
|
|
5129
6099
|
},
|
|
5130
6100
|
};
|
|
5131
|
-
export const
|
|
6101
|
+
export const NamespaceTopicEventSubscriptionsDeleteHeaders = {
|
|
5132
6102
|
type: {
|
|
5133
6103
|
name: "Composite",
|
|
5134
|
-
className: "
|
|
6104
|
+
className: "NamespaceTopicEventSubscriptionsDeleteHeaders",
|
|
5135
6105
|
modelProperties: {
|
|
5136
6106
|
location: {
|
|
5137
6107
|
serializedName: "location",
|
|
@@ -5142,10 +6112,10 @@ export const DomainTopicEventSubscriptionsDeleteHeaders = {
|
|
|
5142
6112
|
},
|
|
5143
6113
|
},
|
|
5144
6114
|
};
|
|
5145
|
-
export const
|
|
6115
|
+
export const NamespaceTopicEventSubscriptionsUpdateHeaders = {
|
|
5146
6116
|
type: {
|
|
5147
6117
|
name: "Composite",
|
|
5148
|
-
className: "
|
|
6118
|
+
className: "NamespaceTopicEventSubscriptionsUpdateHeaders",
|
|
5149
6119
|
modelProperties: {
|
|
5150
6120
|
location: {
|
|
5151
6121
|
serializedName: "location",
|
|
@@ -5268,10 +6238,10 @@ export const NamespaceTopicsRegenerateKeyHeaders = {
|
|
|
5268
6238
|
},
|
|
5269
6239
|
},
|
|
5270
6240
|
};
|
|
5271
|
-
export const
|
|
6241
|
+
export const PartnerConfigurationsDeleteHeaders = {
|
|
5272
6242
|
type: {
|
|
5273
6243
|
name: "Composite",
|
|
5274
|
-
className: "
|
|
6244
|
+
className: "PartnerConfigurationsDeleteHeaders",
|
|
5275
6245
|
modelProperties: {
|
|
5276
6246
|
location: {
|
|
5277
6247
|
serializedName: "location",
|
|
@@ -5282,10 +6252,10 @@ export const TopicsDeleteHeaders = {
|
|
|
5282
6252
|
},
|
|
5283
6253
|
},
|
|
5284
6254
|
};
|
|
5285
|
-
export const
|
|
6255
|
+
export const PartnerDestinationsDeleteHeaders = {
|
|
5286
6256
|
type: {
|
|
5287
6257
|
name: "Composite",
|
|
5288
|
-
className: "
|
|
6258
|
+
className: "PartnerDestinationsDeleteHeaders",
|
|
5289
6259
|
modelProperties: {
|
|
5290
6260
|
location: {
|
|
5291
6261
|
serializedName: "location",
|
|
@@ -5296,10 +6266,10 @@ export const TopicsRegenerateKeyHeaders = {
|
|
|
5296
6266
|
},
|
|
5297
6267
|
},
|
|
5298
6268
|
};
|
|
5299
|
-
export const
|
|
6269
|
+
export const PartnerDestinationsUpdateHeaders = {
|
|
5300
6270
|
type: {
|
|
5301
6271
|
name: "Composite",
|
|
5302
|
-
className: "
|
|
6272
|
+
className: "PartnerDestinationsUpdateHeaders",
|
|
5303
6273
|
modelProperties: {
|
|
5304
6274
|
location: {
|
|
5305
6275
|
serializedName: "location",
|
|
@@ -5324,6 +6294,20 @@ export const PartnerNamespacesDeleteHeaders = {
|
|
|
5324
6294
|
},
|
|
5325
6295
|
},
|
|
5326
6296
|
};
|
|
6297
|
+
export const PartnerRegistrationsCreateOrUpdateHeaders = {
|
|
6298
|
+
type: {
|
|
6299
|
+
name: "Composite",
|
|
6300
|
+
className: "PartnerRegistrationsCreateOrUpdateHeaders",
|
|
6301
|
+
modelProperties: {
|
|
6302
|
+
location: {
|
|
6303
|
+
serializedName: "location",
|
|
6304
|
+
type: {
|
|
6305
|
+
name: "String",
|
|
6306
|
+
},
|
|
6307
|
+
},
|
|
6308
|
+
},
|
|
6309
|
+
},
|
|
6310
|
+
};
|
|
5327
6311
|
export const PartnerRegistrationsDeleteHeaders = {
|
|
5328
6312
|
type: {
|
|
5329
6313
|
name: "Composite",
|
|
@@ -5352,6 +6336,20 @@ export const PartnerTopicsDeleteHeaders = {
|
|
|
5352
6336
|
},
|
|
5353
6337
|
},
|
|
5354
6338
|
};
|
|
6339
|
+
export const NetworkSecurityPerimeterConfigurationsReconcileHeaders = {
|
|
6340
|
+
type: {
|
|
6341
|
+
name: "Composite",
|
|
6342
|
+
className: "NetworkSecurityPerimeterConfigurationsReconcileHeaders",
|
|
6343
|
+
modelProperties: {
|
|
6344
|
+
location: {
|
|
6345
|
+
serializedName: "location",
|
|
6346
|
+
type: {
|
|
6347
|
+
name: "String",
|
|
6348
|
+
},
|
|
6349
|
+
},
|
|
6350
|
+
},
|
|
6351
|
+
},
|
|
6352
|
+
};
|
|
5355
6353
|
export const PermissionBindingsDeleteHeaders = {
|
|
5356
6354
|
type: {
|
|
5357
6355
|
name: "Composite",
|
|
@@ -5394,6 +6392,34 @@ export const SystemTopicsDeleteHeaders = {
|
|
|
5394
6392
|
},
|
|
5395
6393
|
},
|
|
5396
6394
|
};
|
|
6395
|
+
export const TopicsDeleteHeaders = {
|
|
6396
|
+
type: {
|
|
6397
|
+
name: "Composite",
|
|
6398
|
+
className: "TopicsDeleteHeaders",
|
|
6399
|
+
modelProperties: {
|
|
6400
|
+
location: {
|
|
6401
|
+
serializedName: "location",
|
|
6402
|
+
type: {
|
|
6403
|
+
name: "String",
|
|
6404
|
+
},
|
|
6405
|
+
},
|
|
6406
|
+
},
|
|
6407
|
+
},
|
|
6408
|
+
};
|
|
6409
|
+
export const TopicsRegenerateKeyHeaders = {
|
|
6410
|
+
type: {
|
|
6411
|
+
name: "Composite",
|
|
6412
|
+
className: "TopicsRegenerateKeyHeaders",
|
|
6413
|
+
modelProperties: {
|
|
6414
|
+
location: {
|
|
6415
|
+
serializedName: "location",
|
|
6416
|
+
type: {
|
|
6417
|
+
name: "String",
|
|
6418
|
+
},
|
|
6419
|
+
},
|
|
6420
|
+
},
|
|
6421
|
+
},
|
|
6422
|
+
};
|
|
5397
6423
|
export const TopicSpacesDeleteHeaders = {
|
|
5398
6424
|
type: {
|
|
5399
6425
|
name: "Composite",
|
|
@@ -5409,6 +6435,8 @@ export const TopicSpacesDeleteHeaders = {
|
|
|
5409
6435
|
},
|
|
5410
6436
|
};
|
|
5411
6437
|
export let discriminators = {
|
|
6438
|
+
PartnerDestinationInfo: PartnerDestinationInfo,
|
|
6439
|
+
PartnerUpdateDestinationInfo: PartnerUpdateDestinationInfo,
|
|
5412
6440
|
InputSchemaMapping: InputSchemaMapping,
|
|
5413
6441
|
DeliveryAttributeMapping: DeliveryAttributeMapping,
|
|
5414
6442
|
DeadLetterDestination: DeadLetterDestination,
|
|
@@ -5416,6 +6444,9 @@ export let discriminators = {
|
|
|
5416
6444
|
Filter: Filter,
|
|
5417
6445
|
AdvancedFilter: AdvancedFilter,
|
|
5418
6446
|
StaticRoutingEnrichment: StaticRoutingEnrichment,
|
|
6447
|
+
PartnerClientAuthentication: PartnerClientAuthentication,
|
|
6448
|
+
"PartnerDestinationInfo.WebHook": WebhookPartnerDestinationInfo,
|
|
6449
|
+
"PartnerUpdateDestinationInfo.WebHook": WebhookUpdatePartnerDestinationInfo,
|
|
5419
6450
|
"InputSchemaMapping.Json": JsonInputSchemaMapping,
|
|
5420
6451
|
"DeliveryAttributeMapping.Static": StaticDeliveryAttributeMapping,
|
|
5421
6452
|
"DeliveryAttributeMapping.Dynamic": DynamicDeliveryAttributeMapping,
|
|
@@ -5427,6 +6458,7 @@ export let discriminators = {
|
|
|
5427
6458
|
"EventSubscriptionDestination.ServiceBusQueue": ServiceBusQueueEventSubscriptionDestination,
|
|
5428
6459
|
"EventSubscriptionDestination.ServiceBusTopic": ServiceBusTopicEventSubscriptionDestination,
|
|
5429
6460
|
"EventSubscriptionDestination.AzureFunction": AzureFunctionEventSubscriptionDestination,
|
|
6461
|
+
"EventSubscriptionDestination.PartnerDestination": PartnerEventSubscriptionDestination,
|
|
5430
6462
|
"EventSubscriptionDestination.MonitorAlert": MonitorAlertEventSubscriptionDestination,
|
|
5431
6463
|
"EventSubscriptionDestination.NamespaceTopic": NamespaceTopicEventSubscriptionDestination,
|
|
5432
6464
|
"Filter.NumberIn": NumberInFilter,
|
|
@@ -5468,5 +6500,6 @@ export let discriminators = {
|
|
|
5468
6500
|
"AdvancedFilter.IsNullOrUndefined": IsNullOrUndefinedAdvancedFilter,
|
|
5469
6501
|
"AdvancedFilter.IsNotNull": IsNotNullAdvancedFilter,
|
|
5470
6502
|
"StaticRoutingEnrichment.String": StaticStringRoutingEnrichment,
|
|
6503
|
+
"PartnerClientAuthentication.AzureAD": AzureADPartnerClientAuthentication,
|
|
5471
6504
|
};
|
|
5472
6505
|
//# sourceMappingURL=mappers.js.map
|