@@ -37,51 +37,36 @@ module-version: 0.3.0
3737title : DigitalTwins
3838subject-prefix : $(service-name)
3939
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-
4840directive :
4941 - where :
5042 subject : DigitalTwin
5143 set :
5244 subject : Instance
53- - where :
54- subject : DigitalTwinEndpoint
55- set :
56- subject : Endpoint
5745 - where :
5846 subject : DigitalTwinNameAvailability
5947 set :
6048 subject : InstanceNameAvailability
6149 - where :
6250 verb : Set
63- hide : true
51+ remove : true
6452
6553 - where :
6654 subject : Instance
67- variant : ^Create$|^CreateViaIdentity$
55+ variant : ^( Create|Update)(?!.*?(Expanded|JsonFilePath|JsonString))
6856 remove : true
69-
7057 - where :
71- subject : PrivateEndpointConnection
72- variant : ^Create$|^CreateViaIdentity$
58+ variant : ^(Check)(?!.*?(Expanded|JsonFilePath|JsonString))
7359 remove : true
74-
7560 - where :
76- variant : ^Update$|^UpdateViaIdentity$|^Check$|^CheckViaIdentity $
61+ variant : ^CreateViaIdentityExpanded $
7762 remove : true
7863
7964 - where :
80- verb : New
81- subject : Endpoint
65+ verb : New|Update
66+ subject : DigitalTwinsEndpoint
8267 hide : true
8368 - where :
84- verb : New
69+ verb : New|Update
8570 subject : TimeSeriesDatabaseConnection
8671 hide : true
8772
@@ -94,6 +79,7 @@ directive:
9479 - EndpointType
9580 - AuthenticationType
9681 - ResourceGroupName
82+
9783 - where :
9884 model-name : DigitalTwinsDescription
9985 set :
@@ -102,23 +88,7 @@ directive:
10288 - Name
10389 - Location
10490 - 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+
12292 - where :
12393 model-name : TimeSeriesDatabaseConnection
12494 set :
@@ -128,12 +98,4 @@ directive:
12898 - ConnectionType
12999 - ProvisioningState
130100 - 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');
139101` ` `
0 commit comments