Skip to content

Commit 095fd27

Browse files
authored
[Az.PurviewData] update generation tool version: autorest.powershell v3 -> v4 (#27946)
1 parent 7e6d33a commit 095fd27

File tree

482 files changed

+5971
-6061
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

482 files changed

+5971
-6061
lines changed

src/Purview/Purview.sln

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun
1919
EndProject
2020
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Purview", "Purview\Purview.csproj", "{2C899DE4-0290-4F35-9231-73A809272A0A}"
2121
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Purviewdata", "..\..\generated\Purview\Purviewdata.Autorest\Az.Purviewdata.csproj", "{EFA48FDA-65E7-4C44-A773-B816C2C720D8}"
23-
EndProject
2422
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Purview.Autorest", "Purview.Autorest", "{37E164A6-74E0-C027-4B44-EF011BEF9500}"
2523
EndProject
2624
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Purview", "..\..\generated\Purview\Purview.Autorest\Az.Purview.csproj", "{6053A6F1-43E7-4550-997D-B32EC331C5B7}"
2725
EndProject
26+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Purviewdata.Autorest", "Purviewdata.Autorest", "{8C3D1E98-5077-2A08-05A3-4023DA060BDC}"
27+
EndProject
28+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Purviewdata", "..\..\generated\Purview\Purviewdata.Autorest\Az.Purviewdata.csproj", "{F7DDD598-E92E-448F-A2F9-0E42134212CD}"
29+
EndProject
2830
Global
2931
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3032
Debug|Any CPU = Debug|Any CPU
@@ -119,18 +121,6 @@ Global
119121
{2C899DE4-0290-4F35-9231-73A809272A0A}.Release|x64.Build.0 = Release|Any CPU
120122
{2C899DE4-0290-4F35-9231-73A809272A0A}.Release|x86.ActiveCfg = Release|Any CPU
121123
{2C899DE4-0290-4F35-9231-73A809272A0A}.Release|x86.Build.0 = Release|Any CPU
122-
{EFA48FDA-65E7-4C44-A773-B816C2C720D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
123-
{EFA48FDA-65E7-4C44-A773-B816C2C720D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
124-
{EFA48FDA-65E7-4C44-A773-B816C2C720D8}.Debug|x64.ActiveCfg = Debug|Any CPU
125-
{EFA48FDA-65E7-4C44-A773-B816C2C720D8}.Debug|x64.Build.0 = Debug|Any CPU
126-
{EFA48FDA-65E7-4C44-A773-B816C2C720D8}.Debug|x86.ActiveCfg = Debug|Any CPU
127-
{EFA48FDA-65E7-4C44-A773-B816C2C720D8}.Debug|x86.Build.0 = Debug|Any CPU
128-
{EFA48FDA-65E7-4C44-A773-B816C2C720D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
129-
{EFA48FDA-65E7-4C44-A773-B816C2C720D8}.Release|Any CPU.Build.0 = Release|Any CPU
130-
{EFA48FDA-65E7-4C44-A773-B816C2C720D8}.Release|x64.ActiveCfg = Release|Any CPU
131-
{EFA48FDA-65E7-4C44-A773-B816C2C720D8}.Release|x64.Build.0 = Release|Any CPU
132-
{EFA48FDA-65E7-4C44-A773-B816C2C720D8}.Release|x86.ActiveCfg = Release|Any CPU
133-
{EFA48FDA-65E7-4C44-A773-B816C2C720D8}.Release|x86.Build.0 = Release|Any CPU
134124
{6053A6F1-43E7-4550-997D-B32EC331C5B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
135125
{6053A6F1-43E7-4550-997D-B32EC331C5B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
136126
{6053A6F1-43E7-4550-997D-B32EC331C5B7}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -143,6 +133,18 @@ Global
143133
{6053A6F1-43E7-4550-997D-B32EC331C5B7}.Release|x64.Build.0 = Release|Any CPU
144134
{6053A6F1-43E7-4550-997D-B32EC331C5B7}.Release|x86.ActiveCfg = Release|Any CPU
145135
{6053A6F1-43E7-4550-997D-B32EC331C5B7}.Release|x86.Build.0 = Release|Any CPU
136+
{F7DDD598-E92E-448F-A2F9-0E42134212CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
137+
{F7DDD598-E92E-448F-A2F9-0E42134212CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
138+
{F7DDD598-E92E-448F-A2F9-0E42134212CD}.Debug|x64.ActiveCfg = Debug|Any CPU
139+
{F7DDD598-E92E-448F-A2F9-0E42134212CD}.Debug|x64.Build.0 = Debug|Any CPU
140+
{F7DDD598-E92E-448F-A2F9-0E42134212CD}.Debug|x86.ActiveCfg = Debug|Any CPU
141+
{F7DDD598-E92E-448F-A2F9-0E42134212CD}.Debug|x86.Build.0 = Debug|Any CPU
142+
{F7DDD598-E92E-448F-A2F9-0E42134212CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
143+
{F7DDD598-E92E-448F-A2F9-0E42134212CD}.Release|Any CPU.Build.0 = Release|Any CPU
144+
{F7DDD598-E92E-448F-A2F9-0E42134212CD}.Release|x64.ActiveCfg = Release|Any CPU
145+
{F7DDD598-E92E-448F-A2F9-0E42134212CD}.Release|x64.Build.0 = Release|Any CPU
146+
{F7DDD598-E92E-448F-A2F9-0E42134212CD}.Release|x86.ActiveCfg = Release|Any CPU
147+
{F7DDD598-E92E-448F-A2F9-0E42134212CD}.Release|x86.Build.0 = Release|Any CPU
146148
EndGlobalSection
147149
GlobalSection(SolutionProperties) = preSolution
148150
HideSolutionNode = FALSE
@@ -155,5 +157,6 @@ Global
155157
{170A19BB-54DC-497F-A2F2-9591219708F4} = {1F881B19-EA64-4590-867C-BDF0E4EE58C4}
156158
{CE3CA09E-F5EF-4D27-9407-A20395047C16} = {1F881B19-EA64-4590-867C-BDF0E4EE58C4}
157159
{6053A6F1-43E7-4550-997D-B32EC331C5B7} = {37E164A6-74E0-C027-4B44-EF011BEF9500}
160+
{F7DDD598-E92E-448F-A2F9-0E42134212CD} = {8C3D1E98-5077-2A08-05A3-4023DA060BDC}
158161
EndGlobalSection
159162
EndGlobal

src/Purview/Purview/Az.Purview.psd1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2025-06-11
6+
# Generated on: 2025-06-12
77
#
88

99
@{
@@ -168,7 +168,11 @@ FunctionsToExport = 'Add-AzPurviewAccountRootCollectionAdmin', 'Get-AzPurviewAcc
168168
'Remove-AzPurviewScanRuleset', 'Remove-AzPurviewTrigger',
169169
'Set-AzPurviewDefaultAccount', 'Start-AzPurviewScanResultScan',
170170
'Stop-AzPurviewScanResultScan',
171-
'Test-AzPurviewAccountNameAvailability', 'Update-AzPurviewAccount'
171+
'Test-AzPurviewAccountNameAvailability', 'Update-AzPurviewAccount',
172+
'Update-AzPurviewClassificationRule', 'Update-AzPurviewDataSource',
173+
'Update-AzPurviewFilter', 'Update-AzPurviewKeyVaultConnection',
174+
'Update-AzPurviewScan', 'Update-AzPurviewScanRuleset',
175+
'Update-AzPurviewTrigger'
172176

173177
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
174178
CmdletsToExport = @()

src/Purview/Purview/help/Az.Purview.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -252,22 +252,22 @@ Create an in-memory object for AzureSynapseWorkspaceMsiScan.
252252
Create an in-memory object for AzureSynapseWorkspaceScanRuleset.
253253

254254
### [New-AzPurviewClassificationRule](New-AzPurviewClassificationRule.md)
255-
Creates or Updates a classification rule
255+
Create a classification rule
256256

257257
### [New-AzPurviewCustomClassificationRuleObject](New-AzPurviewCustomClassificationRuleObject.md)
258258
Create an in-memory object for CustomClassificationRule.
259259

260260
### [New-AzPurviewDataSource](New-AzPurviewDataSource.md)
261-
Creates or Updates a data source
261+
Create a data source
262262

263263
### [New-AzPurviewFilter](New-AzPurviewFilter.md)
264-
Creates or updates a filter
264+
Create a filter
265265

266266
### [New-AzPurviewFilterObject](New-AzPurviewFilterObject.md)
267267
Create an in-memory object for Filter.
268268

269269
### [New-AzPurviewKeyVaultConnection](New-AzPurviewKeyVaultConnection.md)
270-
Creates an instance of a key vault connection
270+
Create an instance of a key vault connection
271271

272272
### [New-AzPurviewOracleDataSourceObject](New-AzPurviewOracleDataSourceObject.md)
273273
Create an in-memory object for OracleDataSource.
@@ -294,10 +294,10 @@ Create an in-memory object for SapS4HanaDataSource.
294294
Create an in-memory object for SapS4HanaSapS4HanaCredentialScan.
295295

296296
### [New-AzPurviewScan](New-AzPurviewScan.md)
297-
Creates an instance of a scan
297+
Create an instance of a scan
298298

299299
### [New-AzPurviewScanRuleset](New-AzPurviewScanRuleset.md)
300-
Creates or Updates a scan ruleset
300+
Create a scan ruleset
301301

302302
### [New-AzPurviewSqlServerDatabaseCredentialScanObject](New-AzPurviewSqlServerDatabaseCredentialScanObject.md)
303303
Create an in-memory object for SqlServerDatabaseCredentialScan.
@@ -312,7 +312,7 @@ Create an in-memory object for SqlServerDatabaseScanRuleset.
312312
Create an in-memory object for TeradataDataSource.
313313

314314
### [New-AzPurviewTrigger](New-AzPurviewTrigger.md)
315-
Creates an instance of a trigger
315+
Create an instance of a trigger
316316

317317
### [New-AzPurviewTriggerObject](New-AzPurviewTriggerObject.md)
318318
Create an in-memory object for Trigger.
@@ -356,3 +356,24 @@ Checks if account name is available.
356356
### [Update-AzPurviewAccount](Update-AzPurviewAccount.md)
357357
Update an account
358358

359+
### [Update-AzPurviewClassificationRule](Update-AzPurviewClassificationRule.md)
360+
Update a classification rule
361+
362+
### [Update-AzPurviewDataSource](Update-AzPurviewDataSource.md)
363+
Update a data source
364+
365+
### [Update-AzPurviewFilter](Update-AzPurviewFilter.md)
366+
Update a filter
367+
368+
### [Update-AzPurviewKeyVaultConnection](Update-AzPurviewKeyVaultConnection.md)
369+
Update an instance of a key vault connection
370+
371+
### [Update-AzPurviewScan](Update-AzPurviewScan.md)
372+
Update an instance of a scan
373+
374+
### [Update-AzPurviewScanRuleset](Update-AzPurviewScanRuleset.md)
375+
Update a scan ruleset
376+
377+
### [Update-AzPurviewTrigger](Update-AzPurviewTrigger.md)
378+
Update an instance of a trigger
379+

src/Purview/Purview/help/Get-AzPurviewClassificationRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
163163
164164
## OUTPUTS
165165
166-
### Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IClassificationRule
166+
### Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IClassificationRule
167167
168168
## NOTES
169169

src/Purview/Purview/help/Get-AzPurviewClassificationRuleVersion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
127127
128128
## OUTPUTS
129129
130-
### Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IClassificationRule
130+
### Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IClassificationRule
131131
132132
## NOTES
133133

src/Purview/Purview/help/Get-AzPurviewDataSource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
148148
149149
## OUTPUTS
150150
151-
### Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IDataSource
151+
### Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IDataSource
152152
153153
## NOTES
154154

src/Purview/Purview/help/Get-AzPurviewFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
108108
109109
## OUTPUTS
110110
111-
### Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IFilter
111+
### Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IFilter
112112
113113
## NOTES
114114

src/Purview/Purview/help/Get-AzPurviewKeyVaultConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
118118
119119
## OUTPUTS
120120
121-
### Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IAzureKeyVault
121+
### Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IAzureKeyVault
122122
123123
## NOTES
124124

src/Purview/Purview/help/Get-AzPurviewScan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
166166
167167
## OUTPUTS
168168
169-
### Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IScan
169+
### Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IScan
170170
171171
## NOTES
172172

src/Purview/Purview/help/Get-AzPurviewScanResultScanHistory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
150150
151151
## OUTPUTS
152152
153-
### Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IScanResult
153+
### Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IScanResult
154154
155155
## NOTES
156156

0 commit comments

Comments
 (0)