@@ -37,51 +37,36 @@ module-version: 0.3.0
37
37
title : DigitalTwins
38
38
subject-prefix : $(service-name)
39
39
40
- identity-correction-for-post : true
41
- resourcegroup-append : true
42
- nested-object-to-string : true
43
-
44
- # For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option
45
- use-extension :
46
- " @autorest/powershell " : " 3.x"
47
-
48
40
directive :
49
41
- where :
50
42
subject : DigitalTwin
51
43
set :
52
44
subject : Instance
53
- - where :
54
- subject : DigitalTwinEndpoint
55
- set :
56
- subject : Endpoint
57
45
- where :
58
46
subject : DigitalTwinNameAvailability
59
47
set :
60
48
subject : InstanceNameAvailability
61
49
- where :
62
50
verb : Set
63
- hide : true
51
+ remove : true
64
52
65
53
- where :
66
54
subject : Instance
67
- variant : ^Create$|^CreateViaIdentity$
55
+ variant : ^( Create|Update)(?!.*?(Expanded|JsonFilePath|JsonString))
68
56
remove : true
69
-
70
57
- where :
71
- subject : PrivateEndpointConnection
72
- variant : ^Create$|^CreateViaIdentity$
58
+ variant : ^(Check)(?!.*?(Expanded|JsonFilePath|JsonString))
73
59
remove : true
74
-
75
60
- where :
76
- variant : ^Update$|^UpdateViaIdentity$|^Check$|^CheckViaIdentity $
61
+ variant : ^CreateViaIdentityExpanded $
77
62
remove : true
78
63
79
64
- where :
80
- verb : New
81
- subject : Endpoint
65
+ verb : New|Update
66
+ subject : DigitalTwinsEndpoint
82
67
hide : true
83
68
- where :
84
- verb : New
69
+ verb : New|Update
85
70
subject : TimeSeriesDatabaseConnection
86
71
hide : true
87
72
@@ -94,6 +79,7 @@ directive:
94
79
- EndpointType
95
80
- AuthenticationType
96
81
- ResourceGroupName
82
+
97
83
- where :
98
84
model-name : DigitalTwinsDescription
99
85
set :
@@ -102,23 +88,7 @@ directive:
102
88
- Name
103
89
- Location
104
90
- ResourceGroupName
105
- - where :
106
- model-name : PrivateEndpointConnection
107
- set :
108
- format-table :
109
- properties :
110
- - Name
111
- - GroupId
112
- - PrivateLinkServiceConnectionStateStatus
113
- - ResourceGroupName
114
- - where :
115
- model-name : GroupIdInformation
116
- set :
117
- format-table :
118
- properties :
119
- - GroupId
120
- - Name
121
- - ResourceGroupName
91
+
122
92
- where :
123
93
model-name : TimeSeriesDatabaseConnection
124
94
set :
@@ -128,12 +98,4 @@ directive:
128
98
- ConnectionType
129
99
- ProvisioningState
130
100
- ResourceGroupName
131
-
132
- - from : source-file-csharp
133
- where : $
134
- transform : $ = $.replace('internal Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IDigitalTwinsEndpointResourceProperties Property', 'public Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IDigitalTwinsEndpointResourceProperties Property');
135
-
136
- - from : source-file-csharp
137
- where : $
138
- transform : $ = $.replace('internal Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.ITimeSeriesDatabaseConnectionProperties Property', 'public Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.ITimeSeriesDatabaseConnectionProperties Property');
139
101
` ` `
0 commit comments