@@ -31,24 +31,24 @@ For information on how to develop for `Az.EventHub`, see [how-to.md](how-to.md).
31
31
32
32
``` yaml
33
33
# Please specify the commit id that includes your features to make sure generated codes stable.
34
- branch : 00ff897270e1f60b5e8944b15fc35fc0f9af2598
34
+ branch : 49946abc47b5ea9402d7763ae61b183ca4741855
35
35
require :
36
36
# readme.azure.noprofile.md is the common configuration file
37
37
- $(this-folder)/../../readme.azure.noprofile.md
38
38
input-file :
39
39
# You need to specify your swagger files here.
40
- - https://github.com/Azure/azure-rest-api-specs/blob /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10 -01-preview/AvailableClusterRegions-preview.json
41
- - https://github.com/Azure/azure-rest-api-specs/blob /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10 -01-preview/Clusters-preview.json
42
- - https://github.com/Azure/azure-rest-api-specs/blob /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10 -01-preview/namespaces-preview.json
43
- - https://github.com/Azure/azure-rest-api-specs/blob /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10 -01-preview/networkrulessets-preview.json
44
- - https://github.com/Azure/azure-rest-api-specs/blob /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10 -01-preview/AuthorizationRules.json
45
- - https://github.com/Azure/azure-rest-api-specs/blob /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10 -01-preview/CheckNameAvailability.json
46
- - https://github.com/Azure/azure-rest-api-specs/blob /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10 -01-preview/consumergroups.json
47
- - https://github.com/Azure/azure-rest-api-specs/blob /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10 -01-preview/disasterRecoveryConfigs.json
48
- - https://github.com/Azure/azure-rest-api-specs/blob /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10 -01-preview/operations.json
49
- - https://github.com/Azure/azure-rest-api-specs/blob /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10 -01-preview/SchemaRegistry.json
50
- - https://github.com/Azure/azure-rest-api-specs/blob /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10 -01-preview/eventhubs.json
51
- - https://github.com/Azure/azure-rest-api-specs/blob /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2022-10 -01-preview/ApplicationGroups.json
40
+ - https://github.com/Azure/azure-rest-api-specs/tree /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2023-01 -01-preview/AvailableClusterRegions-preview.json
41
+ - https://github.com/Azure/azure-rest-api-specs/tree /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2023-01 -01-preview/Clusters-preview.json
42
+ - https://github.com/Azure/azure-rest-api-specs/tree /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2023-01 -01-preview/namespaces-preview.json
43
+ - https://github.com/Azure/azure-rest-api-specs/tree /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2023-01 -01-preview/networkrulessets-preview.json
44
+ - https://github.com/Azure/azure-rest-api-specs/tree /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2023-01 -01-preview/AuthorizationRules.json
45
+ - https://github.com/Azure/azure-rest-api-specs/tree /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2023-01 -01-preview/CheckNameAvailability.json
46
+ - https://github.com/Azure/azure-rest-api-specs/tree /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2023-01 -01-preview/consumergroups.json
47
+ - https://github.com/Azure/azure-rest-api-specs/tree /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2023-01 -01-preview/disasterRecoveryConfigs.json
48
+ - https://github.com/Azure/azure-rest-api-specs/tree /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2023-01 -01-preview/operations.json
49
+ - https://github.com/Azure/azure-rest-api-specs/tree /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2023-01 -01-preview/SchemaRegistry.json
50
+ - https://github.com/Azure/azure-rest-api-specs/tree /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2023-01 -01-preview/eventhubs.json
51
+ - https://github.com/Azure/azure-rest-api-specs/tree /main/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2023-01 -01-preview/ApplicationGroups.json
52
52
# If the swagger has not been put in the repo, you may uncomment the following line and refer to it locally
53
53
# - (this-folder)/relative-path-to-your-swagger
54
54
@@ -284,6 +284,18 @@ directive:
284
284
set :
285
285
property-name : CaptureEnabled
286
286
287
+ - where :
288
+ verb : New
289
+ subject : EventHub
290
+ parameter-name : IdentityUserAssignedIdentity
291
+ set :
292
+ parameter-name : UserAssignedIdentityId
293
+ - where :
294
+ model-name : EventHub
295
+ property-name : IdentityUserAssignedIdentity
296
+ set :
297
+ property-name : UserAssignedIdentityId
298
+
287
299
- where :
288
300
verb : New
289
301
subject : EventHub
0 commit comments