Skip to content

Commit ac2a84d

Browse files
authored
Revert "Migrate Migrate from generation to main (#23079)" (#23267)
This reverts commit d3bd042.
1 parent f846d7f commit ac2a84d

File tree

801 files changed

+13266
-156814
lines changed

Some content is hidden

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

801 files changed

+13266
-156814
lines changed

src/Migrate/Az.Migrate.format.ps1xml

Lines changed: 0 additions & 4954 deletions
Large diffs are not rendered by default.

src/Migrate/Az.Migrate.psd1

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/26/2023
6+
# Generated on: 06/29/2023
77
#
88

99
@{
@@ -69,33 +69,25 @@ FormatsToProcess = './Az.Migrate.format.ps1xml'
6969
# NestedModules = @()
7070

7171
# Functions 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 functions to export.
72-
FunctionsToExport = 'Get-AzMigrateDiscoveredServer', 'Get-AzMigrateHCIJob',
73-
'Get-AzMigrateHCIReplicationFabric',
74-
'Get-AzMigrateHCIServerReplication', 'Get-AzMigrateJob',
72+
FunctionsToExport = 'Get-AzMigrateDiscoveredServer', 'Get-AzMigrateJob',
7573
'Get-AzMigrateProject', 'Get-AzMigrateReplicationFabric',
7674
'Get-AzMigrateReplicationPolicy',
7775
'Get-AzMigrateReplicationProtectionContainer',
7876
'Get-AzMigrateReplicationProtectionContainerMapping',
7977
'Get-AzMigrateReplicationRecoveryServicesProvider',
8078
'Get-AzMigrateRunAsAccount', 'Get-AzMigrateServerReplication',
8179
'Get-AzMigrateSite', 'Get-AzMigrateSolution',
82-
'Initialize-AzMigrateHCIReplicationInfrastructure',
8380
'Initialize-AzMigrateReplicationInfrastructure',
84-
'New-AzMigrateDiskMapping', 'New-AzMigrateHCIDiskMappingObject',
85-
'New-AzMigrateHCINicMappingObject',
86-
'New-AzMigrateHCIServerReplication', 'New-AzMigrateNicMapping',
81+
'New-AzMigrateDiskMapping', 'New-AzMigrateNicMapping',
8782
'New-AzMigrateProject', 'New-AzMigrateReplicationPolicy',
8883
'New-AzMigrateReplicationProtectionContainerMapping',
8984
'New-AzMigrateServerReplication', 'New-AzMigrateTestNicMapping',
90-
'Register-AzMigrateProjectTool',
91-
'Remove-AzMigrateHCIServerReplication', 'Remove-AzMigrateProject',
85+
'Register-AzMigrateProjectTool', 'Remove-AzMigrateProject',
9286
'Remove-AzMigrateServerReplication',
9387
'Restart-AzMigrateServerReplication',
9488
'Resume-AzMigrateServerReplication', 'Set-AzMigrateDiskMapping',
95-
'Set-AzMigrateHCIServerReplication',
96-
'Set-AzMigrateServerReplication',
97-
'Start-AzMigrateHCIServerMigration',
98-
'Start-AzMigrateServerMigration', 'Start-AzMigrateTestMigration',
89+
'Set-AzMigrateServerReplication', 'Start-AzMigrateServerMigration',
90+
'Start-AzMigrateTestMigration',
9991
'Start-AzMigrateTestMigrationCleanup',
10092
'Suspend-AzMigrateServerReplication'
10193

@@ -135,7 +127,9 @@ PrivateData = @{
135127
# IconUri = ''
136128

137129
# ReleaseNotes of this module
138-
# ReleaseNotes = ''
130+
ReleaseNotes = '* Fixed key vault SPN Id coming as null for some users
131+
* Added support for Windows Server OS upgrade while migrating the server to Azure using Azure Migrate
132+
* Updated OsUpgradeVersion parameter for Azure Migrate'
139133

140134
# Prerelease string of this module
141135
# Prerelease = ''

src/Migrate/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Added VM migration capabilities from Hyper-V and VMware platforms to Azure Stack HCI utilizing Azure Migrate
2221

2322
## Version 2.2.0
2423
* Fixed key vault SPN Id coming as null for some users

src/Migrate/Migrate.sln

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31903.59
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{1549423B-4549-41FC-94F6-C29352008BFB}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{BF5671F6-B7F7-41B6-AC89-37326AE61197}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{1451BB03-F46B-44F4-BD7B-1DA8D5284C34}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{9747D03F-12A1-486E-A6C3-DC9226C9A5B2}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{101385B6-3BE0-4961-8CD8-62274DC5017C}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{5A4974D2-230A-4E0F-8B07-48FF916EC297}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{D71442D7-D5CE-4A5D-BD2B-E969208FDF78}"
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{74DEC207-137F-4764-912B-6409291A6C21}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{26DC188C-3A1F-4108-A9A3-C8D36F4C1333}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{7E3B4DD0-CEB3-4378-8D5B-E4D6EF7C549B}"
1515
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{D676B994-728A-4584-8892-368F0344EE99}"
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{D4B6511D-2A22-422F-A76B-07FFC59758E4}"
1717
EndProject
18-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Migrate", "Az.Migrate.csproj", "{DEE83F0C-8078-4B1F-9126-344AABCE7595}"
18+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Migrate", "Az.Migrate.csproj", "{D6DE006E-94B7-46A8-9274-58251C4B9E5C}"
1919
EndProject
2020
Global
2121
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -26,33 +26,33 @@ Global
2626
HideSolutionNode = FALSE
2727
EndGlobalSection
2828
GlobalSection(ProjectConfigurationPlatforms) = postSolution
29-
{1549423B-4549-41FC-94F6-C29352008BFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30-
{1549423B-4549-41FC-94F6-C29352008BFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
31-
{1549423B-4549-41FC-94F6-C29352008BFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
32-
{1549423B-4549-41FC-94F6-C29352008BFB}.Release|Any CPU.Build.0 = Release|Any CPU
33-
{1451BB03-F46B-44F4-BD7B-1DA8D5284C34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34-
{1451BB03-F46B-44F4-BD7B-1DA8D5284C34}.Debug|Any CPU.Build.0 = Debug|Any CPU
35-
{1451BB03-F46B-44F4-BD7B-1DA8D5284C34}.Release|Any CPU.ActiveCfg = Release|Any CPU
36-
{1451BB03-F46B-44F4-BD7B-1DA8D5284C34}.Release|Any CPU.Build.0 = Release|Any CPU
37-
{101385B6-3BE0-4961-8CD8-62274DC5017C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38-
{101385B6-3BE0-4961-8CD8-62274DC5017C}.Debug|Any CPU.Build.0 = Debug|Any CPU
39-
{101385B6-3BE0-4961-8CD8-62274DC5017C}.Release|Any CPU.ActiveCfg = Release|Any CPU
40-
{101385B6-3BE0-4961-8CD8-62274DC5017C}.Release|Any CPU.Build.0 = Release|Any CPU
41-
{D71442D7-D5CE-4A5D-BD2B-E969208FDF78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42-
{D71442D7-D5CE-4A5D-BD2B-E969208FDF78}.Debug|Any CPU.Build.0 = Debug|Any CPU
43-
{D71442D7-D5CE-4A5D-BD2B-E969208FDF78}.Release|Any CPU.ActiveCfg = Release|Any CPU
44-
{D71442D7-D5CE-4A5D-BD2B-E969208FDF78}.Release|Any CPU.Build.0 = Release|Any CPU
45-
{26DC188C-3A1F-4108-A9A3-C8D36F4C1333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
46-
{26DC188C-3A1F-4108-A9A3-C8D36F4C1333}.Debug|Any CPU.Build.0 = Debug|Any CPU
47-
{26DC188C-3A1F-4108-A9A3-C8D36F4C1333}.Release|Any CPU.ActiveCfg = Release|Any CPU
48-
{26DC188C-3A1F-4108-A9A3-C8D36F4C1333}.Release|Any CPU.Build.0 = Release|Any CPU
49-
{D676B994-728A-4584-8892-368F0344EE99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
50-
{D676B994-728A-4584-8892-368F0344EE99}.Debug|Any CPU.Build.0 = Debug|Any CPU
51-
{D676B994-728A-4584-8892-368F0344EE99}.Release|Any CPU.ActiveCfg = Release|Any CPU
52-
{D676B994-728A-4584-8892-368F0344EE99}.Release|Any CPU.Build.0 = Release|Any CPU
53-
{DEE83F0C-8078-4B1F-9126-344AABCE7595}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
54-
{DEE83F0C-8078-4B1F-9126-344AABCE7595}.Debug|Any CPU.Build.0 = Debug|Any CPU
55-
{DEE83F0C-8078-4B1F-9126-344AABCE7595}.Release|Any CPU.ActiveCfg = Release|Any CPU
56-
{DEE83F0C-8078-4B1F-9126-344AABCE7595}.Release|Any CPU.Build.0 = Release|Any CPU
29+
{BF5671F6-B7F7-41B6-AC89-37326AE61197}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30+
{BF5671F6-B7F7-41B6-AC89-37326AE61197}.Debug|Any CPU.Build.0 = Debug|Any CPU
31+
{BF5671F6-B7F7-41B6-AC89-37326AE61197}.Release|Any CPU.ActiveCfg = Release|Any CPU
32+
{BF5671F6-B7F7-41B6-AC89-37326AE61197}.Release|Any CPU.Build.0 = Release|Any CPU
33+
{9747D03F-12A1-486E-A6C3-DC9226C9A5B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34+
{9747D03F-12A1-486E-A6C3-DC9226C9A5B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
35+
{9747D03F-12A1-486E-A6C3-DC9226C9A5B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
36+
{9747D03F-12A1-486E-A6C3-DC9226C9A5B2}.Release|Any CPU.Build.0 = Release|Any CPU
37+
{5A4974D2-230A-4E0F-8B07-48FF916EC297}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38+
{5A4974D2-230A-4E0F-8B07-48FF916EC297}.Debug|Any CPU.Build.0 = Debug|Any CPU
39+
{5A4974D2-230A-4E0F-8B07-48FF916EC297}.Release|Any CPU.ActiveCfg = Release|Any CPU
40+
{5A4974D2-230A-4E0F-8B07-48FF916EC297}.Release|Any CPU.Build.0 = Release|Any CPU
41+
{74DEC207-137F-4764-912B-6409291A6C21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42+
{74DEC207-137F-4764-912B-6409291A6C21}.Debug|Any CPU.Build.0 = Debug|Any CPU
43+
{74DEC207-137F-4764-912B-6409291A6C21}.Release|Any CPU.ActiveCfg = Release|Any CPU
44+
{74DEC207-137F-4764-912B-6409291A6C21}.Release|Any CPU.Build.0 = Release|Any CPU
45+
{7E3B4DD0-CEB3-4378-8D5B-E4D6EF7C549B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
46+
{7E3B4DD0-CEB3-4378-8D5B-E4D6EF7C549B}.Debug|Any CPU.Build.0 = Debug|Any CPU
47+
{7E3B4DD0-CEB3-4378-8D5B-E4D6EF7C549B}.Release|Any CPU.ActiveCfg = Release|Any CPU
48+
{7E3B4DD0-CEB3-4378-8D5B-E4D6EF7C549B}.Release|Any CPU.Build.0 = Release|Any CPU
49+
{D4B6511D-2A22-422F-A76B-07FFC59758E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
50+
{D4B6511D-2A22-422F-A76B-07FFC59758E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
51+
{D4B6511D-2A22-422F-A76B-07FFC59758E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
52+
{D4B6511D-2A22-422F-A76B-07FFC59758E4}.Release|Any CPU.Build.0 = Release|Any CPU
53+
{D6DE006E-94B7-46A8-9274-58251C4B9E5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
54+
{D6DE006E-94B7-46A8-9274-58251C4B9E5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
55+
{D6DE006E-94B7-46A8-9274-58251C4B9E5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
56+
{D6DE006E-94B7-46A8-9274-58251C4B9E5C}.Release|Any CPU.Build.0 = Release|Any CPU
5757
EndGlobalSection
5858
EndGlobal

src/Migrate/README.md

Lines changed: 9 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ skip-semantics-validation: true
5151
require:
5252
- $(this-folder)/../readme.azure.noprofile.md
5353
input-file:
54-
- $(repo)/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-01-01/migrate.json
55-
- $(repo)/specification/migrateprojects/resource-manager/Microsoft.Migrate/preview/2018-09-01-preview/migrate.json
56-
- $(repo)/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/service.json
57-
- $(repo)/specification/recoveryservicesdatareplication/resource-manager/Microsoft.DataReplication/preview/2021-02-16-preview/recoveryservicesdatareplication.json
54+
- $(repo)/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-01-01/migrate.json
55+
- $(repo)/specification/migrateprojects/resource-manager/Microsoft.Migrate/preview/2018-09-01-preview/migrate.json
56+
- $(repo)/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/service.json
5857

5958
module-version: 1.0.1
6059
title: Migrate
@@ -102,22 +101,6 @@ directive:
102101
- ProtectionContainerMappingProviderSpecificDetails
103102
- MigrateProjectProperties
104103
- FabricProperties
105-
- FabricModelProperties
106-
- FabricModelCustomProperties
107-
- AzStackHCIFabricModelCustomProperties
108-
- HyperVMigrateFabricModelCustomProperties
109-
- VMwareMigrateFabricModelCustomProperties
110-
- PolicyModelProperties
111-
- ReplicationExtensionModelProperties
112-
- ProtectedItemModelProperties
113-
- ProtectedItemModelCustomProperties
114-
- HyperVToAzStackHCIProtectedItemModelCustomProperties
115-
- VMwareToAzStackHCIProtectedItemModelCustomProperties
116-
- PlannedFailoverModelProperties
117-
- WorkflowModelProperties
118-
- WorkflowModelCustomProperties
119-
- TaskModel
120-
- TaskModelCustomProperties
121104
# Remove variants not in scope
122105
- from: Microsoft.RecoveryServices/stable/2023-01-01/service.json
123106
where:
@@ -237,6 +220,10 @@ directive:
237220
verb: New$|Remove$|Update$
238221
subject: ^Site
239222
remove: true
223+
- from: Microsoft.OffAzure/stable/2020-01-01/migrate.json
224+
where:
225+
subject: ^HyperV
226+
remove: true
240227
- from: Microsoft.OffAzure/stable/2020-01-01/migrate.json
241228
where:
242229
subject: ^Job|^VMwareOperationsStatus
@@ -253,12 +240,7 @@ directive:
253240
- from: Microsoft.Migrate/preview/2018-09-01-preview/migrate.json
254241
where:
255242
verb: Set$|Remove$|Update$
256-
subject: ProjectSummary$
257-
remove: true
258-
- from: Microsoft.Migrate/preview/2018-09-01-preview/migrate.json
259-
where:
260-
verb: Remove$|Update$
261-
subject: ^Solution
243+
subject: ^Solution|ProjectSummary$
262244
remove: true
263245
- from: Microsoft.Migrate/preview/2018-09-01-preview/migrate.json
264246
where:
@@ -275,7 +257,7 @@ directive:
275257
remove: true
276258
- from: Microsoft.RecoveryServices/stable/2023-01-01/service.json
277259
where:
278-
subject: ^Commit|^Renew|^Reprotect|^Unplanned|VaultHealth$|ComputeSize$|FabricConsistency$
260+
subject: ^Commit|^Planned|^Renew|^Reprotect|^Unplanned|VaultHealth$|ComputeSize$|FabricConsistency$
279261
remove: true
280262
- from: Microsoft.RecoveryServices/stable/2023-01-01/service.json
281263
where:
@@ -312,74 +294,7 @@ directive:
312294
verb: New
313295
subject: ^ReplicationVaultSetting|^SupportedOperatingSystem|^ReplicationProtectionIntent
314296
remove: true
315-
- from: Microsoft.OffAzure/stable/2020-01-01/migrate.json
316-
where:
317-
verb: Get
318-
subject: ^HyperV(Cluster|Host|Job|OperationsStatus)$
319-
remove: true
320-
- from: Microsoft.OffAzure/stable/2020-01-01/migrate.json
321-
where:
322-
verb: Set
323-
subject: ^HyperV(Cluster|Host)$
324-
remove: true
325-
- from: Microsoft.OffAzure/stable/2020-01-01/migrate.json
326-
where:
327-
verb: New|Remove|Update
328-
subject: ^HyperV
329-
remove: true
330-
- from: Microsoft.DataReplication/preview/2021-02-16-preview/recoveryservicesdatareplication.json
331-
where:
332-
verb: Test|Invoke
333-
subject: NameAvailability$|DeploymentPreflight
334-
remove: true
335-
- from: Microsoft.DataReplication/preview/2021-02-16-preview/recoveryservicesdatareplication.json
336-
where:
337-
verb: Get|New
338-
subject: ^EmailConfiguration
339-
remove: true
340-
- from: Microsoft.DataReplication/preview/2021-02-16-preview/recoveryservicesdatareplication.json
341-
where:
342-
verb: Get
343-
subject: ^(Dra|ProtectedItem|Vault|Workflow)OperationStatus$
344-
remove: true
345-
- from: Microsoft.DataReplication/preview/2021-02-16-preview/recoveryservicesdatareplication.json
346-
where:
347-
verb: Get
348-
subject: ^FabricOperationsStatus$
349-
remove: true
350-
- from: Microsoft.DataReplication/preview/2021-02-16-preview/recoveryservicesdatareplication.json
351-
where:
352-
verb: New
353-
subject: ^(Dra|Vault)
354-
remove: true
355-
- from: Microsoft.DataReplication/preview/2021-02-16-preview/recoveryservicesdatareplication.json
356-
where:
357-
verb: Update
358-
subject: ^Vault
359-
remove: true
360-
- from: Microsoft.RecoveryServices/stable/2023-01-01/service.json
361-
where:
362-
verb: Invoke
363-
subject: ^PlannedReplication
364-
remove: true
365-
# Rename cmdlets for AzStackHCI
366-
- from: Microsoft.DataReplication/preview/2021-02-16-preview/recoveryservicesdatareplication.json
367-
where:
368-
verb: Get
369-
subject: ^Fabric$
370-
set:
371-
subject: HCIReplicationFabric
372297
# Hide cmldets used by custom
373-
- from: Microsoft.Migrate/preview/2018-09-01-preview/migrate.json
374-
where:
375-
verb: Set$
376-
subject: ^Solution
377-
hide: true
378-
- from: Microsoft.RecoveryServices/stable/2023-01-01/service.json
379-
where:
380-
verb: Get$
381-
subject: ToAzureMigrate$
382-
hide: true
383298
- from: Microsoft.RecoveryServices/stable/2023-01-01/service.json
384299
where:
385300
verb: Get$
@@ -425,15 +340,6 @@ directive:
425340
verb: Resume$
426341
subject: ^ReplicationMigrationItemReplication
427342
hide: true
428-
- from: Microsoft.RecoveryServices/stable/2023-01-01/service.json
429-
where:
430-
subject: ^Planned
431-
hide: true
432-
- from: Microsoft.OffAzure/stable/2020-01-01/migrate.json
433-
where:
434-
verb: Get
435-
subject: ^HyperV(Site|RunAsAccount)$
436-
hide: true
437343
# Hide cmdlets not to be visible to user.
438344
- from: Microsoft.Migrate/preview/2018-09-01-preview/migrate.json
439345
where:
@@ -463,11 +369,6 @@ directive:
463369
verb: New$
464370
variant: ^CreateViaIdentity
465371
hide: true
466-
- from: Microsoft.DataReplication/preview/2021-02-16-preview/recoveryservicesdatareplication.json
467-
where:
468-
verb: Get$|Invoke$|New$|Remove$|Test$|Update$
469-
subject: ^Dra|^Fabric|^Policy|^EmailConfiguration|^ProtectedItem|^ReplicationExtension|^Vault|^Workflow
470-
hide: true
471372
- where:
472373
verb: New$|Set$|Update$
473374
subject: Site$|VCenter$

src/Migrate/UX/Microsoft.DataReplication/replicationFabrics.json

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)