diff --git a/src/GraphServices/Az.GraphServices.csproj b/src/GraphServices/GraphServices.Autorest/Az.GraphServices.csproj similarity index 71% rename from src/GraphServices/Az.GraphServices.csproj rename to src/GraphServices/GraphServices.Autorest/Az.GraphServices.csproj index a0d038090467..c5bff22ed3f3 100644 --- a/src/GraphServices/Az.GraphServices.csproj +++ b/src/GraphServices/GraphServices.Autorest/Az.GraphServices.csproj @@ -1,8 +1,10 @@ GraphServices + GraphServices - + + diff --git a/src/GraphServices/Az.GraphServices.format.ps1xml b/src/GraphServices/GraphServices.Autorest/Az.GraphServices.format.ps1xml similarity index 100% rename from src/GraphServices/Az.GraphServices.format.ps1xml rename to src/GraphServices/GraphServices.Autorest/Az.GraphServices.format.ps1xml diff --git a/src/GraphServices/Az.GraphServices.psd1 b/src/GraphServices/GraphServices.Autorest/Az.GraphServices.psd1 similarity index 100% rename from src/GraphServices/Az.GraphServices.psd1 rename to src/GraphServices/GraphServices.Autorest/Az.GraphServices.psd1 diff --git a/src/GraphServices/Az.GraphServices.psm1 b/src/GraphServices/GraphServices.Autorest/Az.GraphServices.psm1 similarity index 100% rename from src/GraphServices/Az.GraphServices.psm1 rename to src/GraphServices/GraphServices.Autorest/Az.GraphServices.psm1 diff --git a/src/GraphServices/README.md b/src/GraphServices/GraphServices.Autorest/README.md similarity index 100% rename from src/GraphServices/README.md rename to src/GraphServices/GraphServices.Autorest/README.md diff --git a/src/GraphServices/build-module.ps1 b/src/GraphServices/GraphServices.Autorest/build-module.ps1 similarity index 100% rename from src/GraphServices/build-module.ps1 rename to src/GraphServices/GraphServices.Autorest/build-module.ps1 diff --git a/src/GraphServices/check-dependencies.ps1 b/src/GraphServices/GraphServices.Autorest/check-dependencies.ps1 similarity index 100% rename from src/GraphServices/check-dependencies.ps1 rename to src/GraphServices/GraphServices.Autorest/check-dependencies.ps1 diff --git a/src/GraphServices/create-model-cmdlets.ps1 b/src/GraphServices/GraphServices.Autorest/create-model-cmdlets.ps1 similarity index 100% rename from src/GraphServices/create-model-cmdlets.ps1 rename to src/GraphServices/GraphServices.Autorest/create-model-cmdlets.ps1 diff --git a/src/GraphServices/custom/Az.GraphServices.custom.psm1 b/src/GraphServices/GraphServices.Autorest/custom/Az.GraphServices.custom.psm1 similarity index 100% rename from src/GraphServices/custom/Az.GraphServices.custom.psm1 rename to src/GraphServices/GraphServices.Autorest/custom/Az.GraphServices.custom.psm1 diff --git a/src/GraphServices/custom/README.md b/src/GraphServices/GraphServices.Autorest/custom/README.md similarity index 100% rename from src/GraphServices/custom/README.md rename to src/GraphServices/GraphServices.Autorest/custom/README.md diff --git a/src/GraphServices/examples/Get-AzGraphServicesAccount.md b/src/GraphServices/GraphServices.Autorest/examples/Get-AzGraphServicesAccount.md similarity index 100% rename from src/GraphServices/examples/Get-AzGraphServicesAccount.md rename to src/GraphServices/GraphServices.Autorest/examples/Get-AzGraphServicesAccount.md diff --git a/src/GraphServices/examples/New-AzGraphServicesAccount.md b/src/GraphServices/GraphServices.Autorest/examples/New-AzGraphServicesAccount.md similarity index 100% rename from src/GraphServices/examples/New-AzGraphServicesAccount.md rename to src/GraphServices/GraphServices.Autorest/examples/New-AzGraphServicesAccount.md diff --git a/src/GraphServices/examples/Remove-AzGraphServicesAccount.md b/src/GraphServices/GraphServices.Autorest/examples/Remove-AzGraphServicesAccount.md similarity index 100% rename from src/GraphServices/examples/Remove-AzGraphServicesAccount.md rename to src/GraphServices/GraphServices.Autorest/examples/Remove-AzGraphServicesAccount.md diff --git a/src/GraphServices/examples/Update-AzGraphServicesAccount.md b/src/GraphServices/GraphServices.Autorest/examples/Update-AzGraphServicesAccount.md similarity index 100% rename from src/GraphServices/examples/Update-AzGraphServicesAccount.md rename to src/GraphServices/GraphServices.Autorest/examples/Update-AzGraphServicesAccount.md diff --git a/src/GraphServices/export-surface.ps1 b/src/GraphServices/GraphServices.Autorest/export-surface.ps1 similarity index 100% rename from src/GraphServices/export-surface.ps1 rename to src/GraphServices/GraphServices.Autorest/export-surface.ps1 diff --git a/src/GraphServices/exports/Get-AzGraphServicesAccount.ps1 b/src/GraphServices/GraphServices.Autorest/exports/Get-AzGraphServicesAccount.ps1 similarity index 100% rename from src/GraphServices/exports/Get-AzGraphServicesAccount.ps1 rename to src/GraphServices/GraphServices.Autorest/exports/Get-AzGraphServicesAccount.ps1 diff --git a/src/GraphServices/exports/New-AzGraphServicesAccount.ps1 b/src/GraphServices/GraphServices.Autorest/exports/New-AzGraphServicesAccount.ps1 similarity index 100% rename from src/GraphServices/exports/New-AzGraphServicesAccount.ps1 rename to src/GraphServices/GraphServices.Autorest/exports/New-AzGraphServicesAccount.ps1 diff --git a/src/GraphServices/exports/ProxyCmdletDefinitions.ps1 b/src/GraphServices/GraphServices.Autorest/exports/ProxyCmdletDefinitions.ps1 similarity index 100% rename from src/GraphServices/exports/ProxyCmdletDefinitions.ps1 rename to src/GraphServices/GraphServices.Autorest/exports/ProxyCmdletDefinitions.ps1 diff --git a/src/GraphServices/exports/README.md b/src/GraphServices/GraphServices.Autorest/exports/README.md similarity index 100% rename from src/GraphServices/exports/README.md rename to src/GraphServices/GraphServices.Autorest/exports/README.md diff --git a/src/GraphServices/exports/Remove-AzGraphServicesAccount.ps1 b/src/GraphServices/GraphServices.Autorest/exports/Remove-AzGraphServicesAccount.ps1 similarity index 100% rename from src/GraphServices/exports/Remove-AzGraphServicesAccount.ps1 rename to src/GraphServices/GraphServices.Autorest/exports/Remove-AzGraphServicesAccount.ps1 diff --git a/src/GraphServices/exports/Update-AzGraphServicesAccount.ps1 b/src/GraphServices/GraphServices.Autorest/exports/Update-AzGraphServicesAccount.ps1 similarity index 100% rename from src/GraphServices/exports/Update-AzGraphServicesAccount.ps1 rename to src/GraphServices/GraphServices.Autorest/exports/Update-AzGraphServicesAccount.ps1 diff --git a/src/GraphServices/generate-help.ps1 b/src/GraphServices/GraphServices.Autorest/generate-help.ps1 similarity index 100% rename from src/GraphServices/generate-help.ps1 rename to src/GraphServices/GraphServices.Autorest/generate-help.ps1 diff --git a/src/GraphServices/generate-info.json b/src/GraphServices/GraphServices.Autorest/generate-info.json similarity index 100% rename from src/GraphServices/generate-info.json rename to src/GraphServices/GraphServices.Autorest/generate-info.json diff --git a/src/GraphServices/generated/Module.cs b/src/GraphServices/GraphServices.Autorest/generated/Module.cs similarity index 100% rename from src/GraphServices/generated/Module.cs rename to src/GraphServices/GraphServices.Autorest/generated/Module.cs diff --git a/src/GraphServices/generated/api/GraphServices.cs b/src/GraphServices/GraphServices.Autorest/generated/api/GraphServices.cs similarity index 100% rename from src/GraphServices/generated/api/GraphServices.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/GraphServices.cs diff --git a/src/GraphServices/generated/api/Models/Any.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Any.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Any.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Any.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Any.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Any.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Any.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Any.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Any.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Any.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Any.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Any.cs diff --git a/src/GraphServices/generated/api/Models/Any.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Any.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Any.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Any.json.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountPatchResource.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountPatchResource.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountPatchResource.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountPatchResource.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountPatchResource.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountPatchResource.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountPatchResource.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountPatchResource.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountPatchResource.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountPatchResource.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountPatchResource.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountPatchResource.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountPatchResource.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountPatchResource.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountPatchResource.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountPatchResource.json.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResource.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResource.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResource.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResource.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResource.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResource.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResource.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResource.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResource.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResource.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResource.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResource.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResource.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResource.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResource.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResource.json.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResourceList.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceList.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResourceList.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceList.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResourceList.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceList.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResourceList.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceList.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResourceList.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceList.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResourceList.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceList.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResourceList.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceList.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResourceList.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceList.json.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResourceProperties.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceProperties.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResourceProperties.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceProperties.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResourceProperties.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceProperties.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResourceProperties.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceProperties.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResourceProperties.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceProperties.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResourceProperties.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceProperties.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResourceProperties.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceProperties.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResourceProperties.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceProperties.json.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResourceSystemData.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceSystemData.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResourceSystemData.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceSystemData.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResourceSystemData.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceSystemData.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResourceSystemData.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceSystemData.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResourceSystemData.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceSystemData.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResourceSystemData.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceSystemData.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/AccountResourceSystemData.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceSystemData.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/AccountResourceSystemData.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/AccountResourceSystemData.json.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/Resource.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/Resource.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/Resource.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/Resource.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/Resource.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/Resource.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/Resource.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/Resource.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/Resource.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/Resource.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/Resource.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/Resource.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/Resource.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/Resource.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/Resource.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/Resource.json.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/ResourceTags.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/ResourceTags.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/ResourceTags.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/ResourceTags.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/ResourceTags.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/ResourceTags.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/ResourceTags.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/ResourceTags.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/ResourceTags.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/ResourceTags.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/ResourceTags.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/ResourceTags.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/ResourceTags.dictionary.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/ResourceTags.dictionary.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/ResourceTags.dictionary.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/ResourceTags.dictionary.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/ResourceTags.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/ResourceTags.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/ResourceTags.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/ResourceTags.json.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/TagUpdate.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdate.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/TagUpdate.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdate.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/TagUpdate.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdate.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/TagUpdate.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdate.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/TagUpdate.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdate.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/TagUpdate.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdate.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/TagUpdate.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdate.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/TagUpdate.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdate.json.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/TagUpdateTags.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdateTags.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/TagUpdateTags.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdateTags.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/TagUpdateTags.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdateTags.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/TagUpdateTags.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdateTags.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/TagUpdateTags.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdateTags.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/TagUpdateTags.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdateTags.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/TagUpdateTags.dictionary.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdateTags.dictionary.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/TagUpdateTags.dictionary.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdateTags.dictionary.cs diff --git a/src/GraphServices/generated/api/Models/Api20230413/TagUpdateTags.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdateTags.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api20230413/TagUpdateTags.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api20230413/TagUpdateTags.json.cs diff --git a/src/GraphServices/generated/api/Models/Api30/ErrorAdditionalInfo.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorAdditionalInfo.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/ErrorAdditionalInfo.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorAdditionalInfo.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api30/ErrorAdditionalInfo.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorAdditionalInfo.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/ErrorAdditionalInfo.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorAdditionalInfo.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api30/ErrorAdditionalInfo.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorAdditionalInfo.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/ErrorAdditionalInfo.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorAdditionalInfo.cs diff --git a/src/GraphServices/generated/api/Models/Api30/ErrorAdditionalInfo.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorAdditionalInfo.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/ErrorAdditionalInfo.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorAdditionalInfo.json.cs diff --git a/src/GraphServices/generated/api/Models/Api30/ErrorDetail.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorDetail.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/ErrorDetail.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorDetail.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api30/ErrorDetail.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorDetail.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/ErrorDetail.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorDetail.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api30/ErrorDetail.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorDetail.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/ErrorDetail.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorDetail.cs diff --git a/src/GraphServices/generated/api/Models/Api30/ErrorDetail.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorDetail.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/ErrorDetail.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorDetail.json.cs diff --git a/src/GraphServices/generated/api/Models/Api30/ErrorResponse.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorResponse.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/ErrorResponse.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorResponse.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api30/ErrorResponse.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorResponse.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/ErrorResponse.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorResponse.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api30/ErrorResponse.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorResponse.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/ErrorResponse.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorResponse.cs diff --git a/src/GraphServices/generated/api/Models/Api30/ErrorResponse.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorResponse.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/ErrorResponse.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/ErrorResponse.json.cs diff --git a/src/GraphServices/generated/api/Models/Api30/Operation.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/Operation.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/Operation.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/Operation.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api30/Operation.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/Operation.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/Operation.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/Operation.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api30/Operation.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/Operation.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/Operation.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/Operation.cs diff --git a/src/GraphServices/generated/api/Models/Api30/Operation.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/Operation.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/Operation.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/Operation.json.cs diff --git a/src/GraphServices/generated/api/Models/Api30/OperationDisplay.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationDisplay.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/OperationDisplay.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationDisplay.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api30/OperationDisplay.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationDisplay.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/OperationDisplay.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationDisplay.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api30/OperationDisplay.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationDisplay.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/OperationDisplay.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationDisplay.cs diff --git a/src/GraphServices/generated/api/Models/Api30/OperationDisplay.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationDisplay.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/OperationDisplay.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationDisplay.json.cs diff --git a/src/GraphServices/generated/api/Models/Api30/OperationListResult.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationListResult.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/OperationListResult.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationListResult.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/Api30/OperationListResult.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationListResult.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/OperationListResult.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationListResult.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/Api30/OperationListResult.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationListResult.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/OperationListResult.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationListResult.cs diff --git a/src/GraphServices/generated/api/Models/Api30/OperationListResult.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationListResult.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/Api30/OperationListResult.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/Api30/OperationListResult.json.cs diff --git a/src/GraphServices/generated/api/Models/GraphServicesIdentity.PowerShell.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/GraphServicesIdentity.PowerShell.cs similarity index 100% rename from src/GraphServices/generated/api/Models/GraphServicesIdentity.PowerShell.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/GraphServicesIdentity.PowerShell.cs diff --git a/src/GraphServices/generated/api/Models/GraphServicesIdentity.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/GraphServicesIdentity.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Models/GraphServicesIdentity.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/GraphServicesIdentity.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Models/GraphServicesIdentity.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/GraphServicesIdentity.cs similarity index 100% rename from src/GraphServices/generated/api/Models/GraphServicesIdentity.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/GraphServicesIdentity.cs diff --git a/src/GraphServices/generated/api/Models/GraphServicesIdentity.json.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Models/GraphServicesIdentity.json.cs similarity index 100% rename from src/GraphServices/generated/api/Models/GraphServicesIdentity.json.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Models/GraphServicesIdentity.json.cs diff --git a/src/GraphServices/generated/api/Support/ActionType.Completer.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Support/ActionType.Completer.cs similarity index 100% rename from src/GraphServices/generated/api/Support/ActionType.Completer.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Support/ActionType.Completer.cs diff --git a/src/GraphServices/generated/api/Support/ActionType.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Support/ActionType.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Support/ActionType.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Support/ActionType.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Support/ActionType.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Support/ActionType.cs similarity index 100% rename from src/GraphServices/generated/api/Support/ActionType.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Support/ActionType.cs diff --git a/src/GraphServices/generated/api/Support/CreatedByType.Completer.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Support/CreatedByType.Completer.cs similarity index 100% rename from src/GraphServices/generated/api/Support/CreatedByType.Completer.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Support/CreatedByType.Completer.cs diff --git a/src/GraphServices/generated/api/Support/CreatedByType.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Support/CreatedByType.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Support/CreatedByType.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Support/CreatedByType.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Support/CreatedByType.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Support/CreatedByType.cs similarity index 100% rename from src/GraphServices/generated/api/Support/CreatedByType.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Support/CreatedByType.cs diff --git a/src/GraphServices/generated/api/Support/Origin.Completer.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Support/Origin.Completer.cs similarity index 100% rename from src/GraphServices/generated/api/Support/Origin.Completer.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Support/Origin.Completer.cs diff --git a/src/GraphServices/generated/api/Support/Origin.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Support/Origin.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Support/Origin.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Support/Origin.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Support/Origin.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Support/Origin.cs similarity index 100% rename from src/GraphServices/generated/api/Support/Origin.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Support/Origin.cs diff --git a/src/GraphServices/generated/api/Support/ProvisioningState.Completer.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Support/ProvisioningState.Completer.cs similarity index 100% rename from src/GraphServices/generated/api/Support/ProvisioningState.Completer.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Support/ProvisioningState.Completer.cs diff --git a/src/GraphServices/generated/api/Support/ProvisioningState.TypeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Support/ProvisioningState.TypeConverter.cs similarity index 100% rename from src/GraphServices/generated/api/Support/ProvisioningState.TypeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Support/ProvisioningState.TypeConverter.cs diff --git a/src/GraphServices/generated/api/Support/ProvisioningState.cs b/src/GraphServices/GraphServices.Autorest/generated/api/Support/ProvisioningState.cs similarity index 100% rename from src/GraphServices/generated/api/Support/ProvisioningState.cs rename to src/GraphServices/GraphServices.Autorest/generated/api/Support/ProvisioningState.cs diff --git a/src/GraphServices/generated/cmdlets/GetAzGraphServicesAccount_Get.cs b/src/GraphServices/GraphServices.Autorest/generated/cmdlets/GetAzGraphServicesAccount_Get.cs similarity index 100% rename from src/GraphServices/generated/cmdlets/GetAzGraphServicesAccount_Get.cs rename to src/GraphServices/GraphServices.Autorest/generated/cmdlets/GetAzGraphServicesAccount_Get.cs diff --git a/src/GraphServices/generated/cmdlets/GetAzGraphServicesAccount_GetViaIdentity.cs b/src/GraphServices/GraphServices.Autorest/generated/cmdlets/GetAzGraphServicesAccount_GetViaIdentity.cs similarity index 100% rename from src/GraphServices/generated/cmdlets/GetAzGraphServicesAccount_GetViaIdentity.cs rename to src/GraphServices/GraphServices.Autorest/generated/cmdlets/GetAzGraphServicesAccount_GetViaIdentity.cs diff --git a/src/GraphServices/generated/cmdlets/GetAzGraphServicesAccount_List.cs b/src/GraphServices/GraphServices.Autorest/generated/cmdlets/GetAzGraphServicesAccount_List.cs similarity index 100% rename from src/GraphServices/generated/cmdlets/GetAzGraphServicesAccount_List.cs rename to src/GraphServices/GraphServices.Autorest/generated/cmdlets/GetAzGraphServicesAccount_List.cs diff --git a/src/GraphServices/generated/cmdlets/GetAzGraphServicesAccount_List1.cs b/src/GraphServices/GraphServices.Autorest/generated/cmdlets/GetAzGraphServicesAccount_List1.cs similarity index 100% rename from src/GraphServices/generated/cmdlets/GetAzGraphServicesAccount_List1.cs rename to src/GraphServices/GraphServices.Autorest/generated/cmdlets/GetAzGraphServicesAccount_List1.cs diff --git a/src/GraphServices/generated/cmdlets/GetAzGraphServicesOperation_List.cs b/src/GraphServices/GraphServices.Autorest/generated/cmdlets/GetAzGraphServicesOperation_List.cs similarity index 100% rename from src/GraphServices/generated/cmdlets/GetAzGraphServicesOperation_List.cs rename to src/GraphServices/GraphServices.Autorest/generated/cmdlets/GetAzGraphServicesOperation_List.cs diff --git a/src/GraphServices/generated/cmdlets/NewAzGraphServicesAccount_CreateExpanded.cs b/src/GraphServices/GraphServices.Autorest/generated/cmdlets/NewAzGraphServicesAccount_CreateExpanded.cs similarity index 100% rename from src/GraphServices/generated/cmdlets/NewAzGraphServicesAccount_CreateExpanded.cs rename to src/GraphServices/GraphServices.Autorest/generated/cmdlets/NewAzGraphServicesAccount_CreateExpanded.cs diff --git a/src/GraphServices/generated/cmdlets/RemoveAzGraphServicesAccount_Delete.cs b/src/GraphServices/GraphServices.Autorest/generated/cmdlets/RemoveAzGraphServicesAccount_Delete.cs similarity index 100% rename from src/GraphServices/generated/cmdlets/RemoveAzGraphServicesAccount_Delete.cs rename to src/GraphServices/GraphServices.Autorest/generated/cmdlets/RemoveAzGraphServicesAccount_Delete.cs diff --git a/src/GraphServices/generated/cmdlets/RemoveAzGraphServicesAccount_DeleteViaIdentity.cs b/src/GraphServices/GraphServices.Autorest/generated/cmdlets/RemoveAzGraphServicesAccount_DeleteViaIdentity.cs similarity index 100% rename from src/GraphServices/generated/cmdlets/RemoveAzGraphServicesAccount_DeleteViaIdentity.cs rename to src/GraphServices/GraphServices.Autorest/generated/cmdlets/RemoveAzGraphServicesAccount_DeleteViaIdentity.cs diff --git a/src/GraphServices/generated/cmdlets/UpdateAzGraphServicesAccount_UpdateExpanded.cs b/src/GraphServices/GraphServices.Autorest/generated/cmdlets/UpdateAzGraphServicesAccount_UpdateExpanded.cs similarity index 100% rename from src/GraphServices/generated/cmdlets/UpdateAzGraphServicesAccount_UpdateExpanded.cs rename to src/GraphServices/GraphServices.Autorest/generated/cmdlets/UpdateAzGraphServicesAccount_UpdateExpanded.cs diff --git a/src/GraphServices/generated/cmdlets/UpdateAzGraphServicesAccount_UpdateViaIdentityExpanded.cs b/src/GraphServices/GraphServices.Autorest/generated/cmdlets/UpdateAzGraphServicesAccount_UpdateViaIdentityExpanded.cs similarity index 100% rename from src/GraphServices/generated/cmdlets/UpdateAzGraphServicesAccount_UpdateViaIdentityExpanded.cs rename to src/GraphServices/GraphServices.Autorest/generated/cmdlets/UpdateAzGraphServicesAccount_UpdateViaIdentityExpanded.cs diff --git a/src/GraphServices/generated/runtime/AsyncCommandRuntime.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/AsyncCommandRuntime.cs similarity index 100% rename from src/GraphServices/generated/runtime/AsyncCommandRuntime.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/AsyncCommandRuntime.cs diff --git a/src/GraphServices/generated/runtime/AsyncJob.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/AsyncJob.cs similarity index 100% rename from src/GraphServices/generated/runtime/AsyncJob.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/AsyncJob.cs diff --git a/src/GraphServices/generated/runtime/AsyncOperationResponse.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/AsyncOperationResponse.cs similarity index 100% rename from src/GraphServices/generated/runtime/AsyncOperationResponse.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/AsyncOperationResponse.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/CollectionExtensions.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/CollectionExtensions.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/CollectionExtensions.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/CollectionExtensions.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/MarkdownRenderer.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/MarkdownRenderer.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/MarkdownRenderer.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/MarkdownRenderer.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Models/PsFormatTypes.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Models/PsFormatTypes.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Models/PsFormatTypes.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Models/PsFormatTypes.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Models/PsHelpTypes.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Models/PsHelpTypes.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Models/PsHelpTypes.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Models/PsHelpTypes.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Models/PsProxyOutputs.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Models/PsProxyOutputs.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/Models/PsProxyTypes.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Models/PsProxyTypes.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/Models/PsProxyTypes.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/Models/PsProxyTypes.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/PsAttributes.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/PsAttributes.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/PsAttributes.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/PsAttributes.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/PsExtensions.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/PsExtensions.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/PsExtensions.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/PsExtensions.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/PsHelpers.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/PsHelpers.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/PsHelpers.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/PsHelpers.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/StringExtensions.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/StringExtensions.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/StringExtensions.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/StringExtensions.cs diff --git a/src/GraphServices/generated/runtime/BuildTime/XmlExtensions.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/XmlExtensions.cs similarity index 100% rename from src/GraphServices/generated/runtime/BuildTime/XmlExtensions.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/BuildTime/XmlExtensions.cs diff --git a/src/GraphServices/generated/runtime/CmdInfoHandler.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/CmdInfoHandler.cs similarity index 100% rename from src/GraphServices/generated/runtime/CmdInfoHandler.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/CmdInfoHandler.cs diff --git a/src/GraphServices/generated/runtime/Conversions/ConversionException.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/ConversionException.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/ConversionException.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/ConversionException.cs diff --git a/src/GraphServices/generated/runtime/Conversions/IJsonConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/IJsonConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/IJsonConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/IJsonConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/BinaryConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/BinaryConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/BinaryConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/BinaryConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/BooleanConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/BooleanConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/BooleanConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/BooleanConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/DateTimeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/DateTimeConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/DateTimeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/DateTimeConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/DecimalConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/DecimalConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/DecimalConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/DecimalConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/DoubleConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/DoubleConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/DoubleConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/DoubleConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/EnumConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/EnumConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/EnumConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/EnumConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/GuidConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/GuidConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/GuidConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/GuidConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/HashSet'1Converter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/HashSet'1Converter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/HashSet'1Converter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/HashSet'1Converter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/Int16Converter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/Int16Converter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/Int16Converter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/Int16Converter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/Int32Converter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/Int32Converter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/Int32Converter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/Int32Converter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/Int64Converter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/Int64Converter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/Int64Converter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/Int64Converter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/JsonArrayConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/JsonArrayConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/JsonArrayConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/JsonArrayConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/JsonObjectConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/JsonObjectConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/JsonObjectConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/JsonObjectConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/SingleConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/SingleConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/SingleConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/SingleConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/StringConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/StringConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/StringConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/StringConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/TimeSpanConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/TimeSpanConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/TimeSpanConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/TimeSpanConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/UInt16Converter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/UInt16Converter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/UInt16Converter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/UInt16Converter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/UInt32Converter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/UInt32Converter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/UInt32Converter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/UInt32Converter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/UInt64Converter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/UInt64Converter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/UInt64Converter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/UInt64Converter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/Instances/UriConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/UriConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/Instances/UriConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/Instances/UriConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/JsonConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/JsonConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/JsonConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/JsonConverter.cs diff --git a/src/GraphServices/generated/runtime/Conversions/JsonConverterAttribute.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/JsonConverterAttribute.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/JsonConverterAttribute.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/JsonConverterAttribute.cs diff --git a/src/GraphServices/generated/runtime/Conversions/JsonConverterFactory.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/JsonConverterFactory.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/JsonConverterFactory.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/JsonConverterFactory.cs diff --git a/src/GraphServices/generated/runtime/Conversions/StringLikeConverter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/StringLikeConverter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Conversions/StringLikeConverter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Conversions/StringLikeConverter.cs diff --git a/src/GraphServices/generated/runtime/Customizations/IJsonSerializable.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/IJsonSerializable.cs similarity index 100% rename from src/GraphServices/generated/runtime/Customizations/IJsonSerializable.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/IJsonSerializable.cs diff --git a/src/GraphServices/generated/runtime/Customizations/JsonArray.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/JsonArray.cs similarity index 100% rename from src/GraphServices/generated/runtime/Customizations/JsonArray.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/JsonArray.cs diff --git a/src/GraphServices/generated/runtime/Customizations/JsonBoolean.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/JsonBoolean.cs similarity index 100% rename from src/GraphServices/generated/runtime/Customizations/JsonBoolean.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/JsonBoolean.cs diff --git a/src/GraphServices/generated/runtime/Customizations/JsonNode.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/JsonNode.cs similarity index 100% rename from src/GraphServices/generated/runtime/Customizations/JsonNode.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/JsonNode.cs diff --git a/src/GraphServices/generated/runtime/Customizations/JsonNumber.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/JsonNumber.cs similarity index 100% rename from src/GraphServices/generated/runtime/Customizations/JsonNumber.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/JsonNumber.cs diff --git a/src/GraphServices/generated/runtime/Customizations/JsonObject.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/JsonObject.cs similarity index 100% rename from src/GraphServices/generated/runtime/Customizations/JsonObject.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/JsonObject.cs diff --git a/src/GraphServices/generated/runtime/Customizations/JsonString.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/JsonString.cs similarity index 100% rename from src/GraphServices/generated/runtime/Customizations/JsonString.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/JsonString.cs diff --git a/src/GraphServices/generated/runtime/Customizations/XNodeArray.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/XNodeArray.cs similarity index 100% rename from src/GraphServices/generated/runtime/Customizations/XNodeArray.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Customizations/XNodeArray.cs diff --git a/src/GraphServices/generated/runtime/Debugging.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Debugging.cs similarity index 100% rename from src/GraphServices/generated/runtime/Debugging.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Debugging.cs diff --git a/src/GraphServices/generated/runtime/DictionaryExtensions.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/DictionaryExtensions.cs similarity index 100% rename from src/GraphServices/generated/runtime/DictionaryExtensions.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/DictionaryExtensions.cs diff --git a/src/GraphServices/generated/runtime/EventData.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/EventData.cs similarity index 100% rename from src/GraphServices/generated/runtime/EventData.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/EventData.cs diff --git a/src/GraphServices/generated/runtime/EventDataExtensions.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/EventDataExtensions.cs similarity index 100% rename from src/GraphServices/generated/runtime/EventDataExtensions.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/EventDataExtensions.cs diff --git a/src/GraphServices/generated/runtime/EventListener.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/EventListener.cs similarity index 100% rename from src/GraphServices/generated/runtime/EventListener.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/EventListener.cs diff --git a/src/GraphServices/generated/runtime/Events.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Events.cs similarity index 100% rename from src/GraphServices/generated/runtime/Events.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Events.cs diff --git a/src/GraphServices/generated/runtime/EventsExtensions.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/EventsExtensions.cs similarity index 100% rename from src/GraphServices/generated/runtime/EventsExtensions.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/EventsExtensions.cs diff --git a/src/GraphServices/generated/runtime/Extensions.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Extensions.cs similarity index 100% rename from src/GraphServices/generated/runtime/Extensions.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Extensions.cs diff --git a/src/GraphServices/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs similarity index 100% rename from src/GraphServices/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs diff --git a/src/GraphServices/generated/runtime/Helpers/Extensions/TypeExtensions.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Helpers/Extensions/TypeExtensions.cs similarity index 100% rename from src/GraphServices/generated/runtime/Helpers/Extensions/TypeExtensions.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Helpers/Extensions/TypeExtensions.cs diff --git a/src/GraphServices/generated/runtime/Helpers/Seperator.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Helpers/Seperator.cs similarity index 100% rename from src/GraphServices/generated/runtime/Helpers/Seperator.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Helpers/Seperator.cs diff --git a/src/GraphServices/generated/runtime/Helpers/TypeDetails.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Helpers/TypeDetails.cs similarity index 100% rename from src/GraphServices/generated/runtime/Helpers/TypeDetails.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Helpers/TypeDetails.cs diff --git a/src/GraphServices/generated/runtime/Helpers/XHelper.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Helpers/XHelper.cs similarity index 100% rename from src/GraphServices/generated/runtime/Helpers/XHelper.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Helpers/XHelper.cs diff --git a/src/GraphServices/generated/runtime/HttpPipeline.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/HttpPipeline.cs similarity index 100% rename from src/GraphServices/generated/runtime/HttpPipeline.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/HttpPipeline.cs diff --git a/src/GraphServices/generated/runtime/HttpPipelineMocking.ps1 b/src/GraphServices/GraphServices.Autorest/generated/runtime/HttpPipelineMocking.ps1 similarity index 100% rename from src/GraphServices/generated/runtime/HttpPipelineMocking.ps1 rename to src/GraphServices/GraphServices.Autorest/generated/runtime/HttpPipelineMocking.ps1 diff --git a/src/GraphServices/generated/runtime/IAssociativeArray.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/IAssociativeArray.cs similarity index 100% rename from src/GraphServices/generated/runtime/IAssociativeArray.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/IAssociativeArray.cs diff --git a/src/GraphServices/generated/runtime/IHeaderSerializable.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/IHeaderSerializable.cs similarity index 100% rename from src/GraphServices/generated/runtime/IHeaderSerializable.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/IHeaderSerializable.cs diff --git a/src/GraphServices/generated/runtime/ISendAsync.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/ISendAsync.cs similarity index 100% rename from src/GraphServices/generated/runtime/ISendAsync.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/ISendAsync.cs diff --git a/src/GraphServices/generated/runtime/InfoAttribute.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/InfoAttribute.cs similarity index 100% rename from src/GraphServices/generated/runtime/InfoAttribute.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/InfoAttribute.cs diff --git a/src/GraphServices/generated/runtime/Iso/IsoDate.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Iso/IsoDate.cs similarity index 100% rename from src/GraphServices/generated/runtime/Iso/IsoDate.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Iso/IsoDate.cs diff --git a/src/GraphServices/generated/runtime/JsonType.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/JsonType.cs similarity index 100% rename from src/GraphServices/generated/runtime/JsonType.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/JsonType.cs diff --git a/src/GraphServices/generated/runtime/MessageAttribute.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/MessageAttribute.cs similarity index 100% rename from src/GraphServices/generated/runtime/MessageAttribute.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/MessageAttribute.cs diff --git a/src/GraphServices/generated/runtime/MessageAttributeHelper.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/MessageAttributeHelper.cs similarity index 100% rename from src/GraphServices/generated/runtime/MessageAttributeHelper.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/MessageAttributeHelper.cs diff --git a/src/GraphServices/generated/runtime/Method.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Method.cs similarity index 100% rename from src/GraphServices/generated/runtime/Method.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Method.cs diff --git a/src/GraphServices/generated/runtime/Models/JsonMember.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Models/JsonMember.cs similarity index 100% rename from src/GraphServices/generated/runtime/Models/JsonMember.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Models/JsonMember.cs diff --git a/src/GraphServices/generated/runtime/Models/JsonModel.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Models/JsonModel.cs similarity index 100% rename from src/GraphServices/generated/runtime/Models/JsonModel.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Models/JsonModel.cs diff --git a/src/GraphServices/generated/runtime/Models/JsonModelCache.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Models/JsonModelCache.cs similarity index 100% rename from src/GraphServices/generated/runtime/Models/JsonModelCache.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Models/JsonModelCache.cs diff --git a/src/GraphServices/generated/runtime/Nodes/Collections/JsonArray.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/Collections/JsonArray.cs similarity index 100% rename from src/GraphServices/generated/runtime/Nodes/Collections/JsonArray.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/Collections/JsonArray.cs diff --git a/src/GraphServices/generated/runtime/Nodes/Collections/XImmutableArray.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/Collections/XImmutableArray.cs similarity index 100% rename from src/GraphServices/generated/runtime/Nodes/Collections/XImmutableArray.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/Collections/XImmutableArray.cs diff --git a/src/GraphServices/generated/runtime/Nodes/Collections/XList.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/Collections/XList.cs similarity index 100% rename from src/GraphServices/generated/runtime/Nodes/Collections/XList.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/Collections/XList.cs diff --git a/src/GraphServices/generated/runtime/Nodes/Collections/XNodeArray.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/Collections/XNodeArray.cs similarity index 100% rename from src/GraphServices/generated/runtime/Nodes/Collections/XNodeArray.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/Collections/XNodeArray.cs diff --git a/src/GraphServices/generated/runtime/Nodes/Collections/XSet.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/Collections/XSet.cs similarity index 100% rename from src/GraphServices/generated/runtime/Nodes/Collections/XSet.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/Collections/XSet.cs diff --git a/src/GraphServices/generated/runtime/Nodes/JsonBoolean.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/JsonBoolean.cs similarity index 100% rename from src/GraphServices/generated/runtime/Nodes/JsonBoolean.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/JsonBoolean.cs diff --git a/src/GraphServices/generated/runtime/Nodes/JsonDate.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/JsonDate.cs similarity index 100% rename from src/GraphServices/generated/runtime/Nodes/JsonDate.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/JsonDate.cs diff --git a/src/GraphServices/generated/runtime/Nodes/JsonNode.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/JsonNode.cs similarity index 100% rename from src/GraphServices/generated/runtime/Nodes/JsonNode.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/JsonNode.cs diff --git a/src/GraphServices/generated/runtime/Nodes/JsonNumber.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/JsonNumber.cs similarity index 100% rename from src/GraphServices/generated/runtime/Nodes/JsonNumber.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/JsonNumber.cs diff --git a/src/GraphServices/generated/runtime/Nodes/JsonObject.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/JsonObject.cs similarity index 100% rename from src/GraphServices/generated/runtime/Nodes/JsonObject.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/JsonObject.cs diff --git a/src/GraphServices/generated/runtime/Nodes/JsonString.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/JsonString.cs similarity index 100% rename from src/GraphServices/generated/runtime/Nodes/JsonString.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/JsonString.cs diff --git a/src/GraphServices/generated/runtime/Nodes/XBinary.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/XBinary.cs similarity index 100% rename from src/GraphServices/generated/runtime/Nodes/XBinary.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/XBinary.cs diff --git a/src/GraphServices/generated/runtime/Nodes/XNull.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/XNull.cs similarity index 100% rename from src/GraphServices/generated/runtime/Nodes/XNull.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Nodes/XNull.cs diff --git a/src/GraphServices/generated/runtime/Parser/Exceptions/ParseException.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Parser/Exceptions/ParseException.cs similarity index 100% rename from src/GraphServices/generated/runtime/Parser/Exceptions/ParseException.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Parser/Exceptions/ParseException.cs diff --git a/src/GraphServices/generated/runtime/Parser/JsonParser.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Parser/JsonParser.cs similarity index 100% rename from src/GraphServices/generated/runtime/Parser/JsonParser.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Parser/JsonParser.cs diff --git a/src/GraphServices/generated/runtime/Parser/JsonToken.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Parser/JsonToken.cs similarity index 100% rename from src/GraphServices/generated/runtime/Parser/JsonToken.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Parser/JsonToken.cs diff --git a/src/GraphServices/generated/runtime/Parser/JsonTokenizer.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Parser/JsonTokenizer.cs similarity index 100% rename from src/GraphServices/generated/runtime/Parser/JsonTokenizer.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Parser/JsonTokenizer.cs diff --git a/src/GraphServices/generated/runtime/Parser/Location.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Parser/Location.cs similarity index 100% rename from src/GraphServices/generated/runtime/Parser/Location.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Parser/Location.cs diff --git a/src/GraphServices/generated/runtime/Parser/Readers/SourceReader.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Parser/Readers/SourceReader.cs similarity index 100% rename from src/GraphServices/generated/runtime/Parser/Readers/SourceReader.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Parser/Readers/SourceReader.cs diff --git a/src/GraphServices/generated/runtime/Parser/TokenReader.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Parser/TokenReader.cs similarity index 100% rename from src/GraphServices/generated/runtime/Parser/TokenReader.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Parser/TokenReader.cs diff --git a/src/GraphServices/generated/runtime/PipelineMocking.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/PipelineMocking.cs similarity index 100% rename from src/GraphServices/generated/runtime/PipelineMocking.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/PipelineMocking.cs diff --git a/src/GraphServices/generated/runtime/Properties/Resources.Designer.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Properties/Resources.Designer.cs similarity index 100% rename from src/GraphServices/generated/runtime/Properties/Resources.Designer.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Properties/Resources.Designer.cs diff --git a/src/GraphServices/generated/runtime/Properties/Resources.resx b/src/GraphServices/GraphServices.Autorest/generated/runtime/Properties/Resources.resx similarity index 100% rename from src/GraphServices/generated/runtime/Properties/Resources.resx rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Properties/Resources.resx diff --git a/src/GraphServices/generated/runtime/Response.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Response.cs similarity index 100% rename from src/GraphServices/generated/runtime/Response.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Response.cs diff --git a/src/GraphServices/generated/runtime/Serialization/JsonSerializer.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Serialization/JsonSerializer.cs similarity index 100% rename from src/GraphServices/generated/runtime/Serialization/JsonSerializer.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Serialization/JsonSerializer.cs diff --git a/src/GraphServices/generated/runtime/Serialization/PropertyTransformation.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Serialization/PropertyTransformation.cs similarity index 100% rename from src/GraphServices/generated/runtime/Serialization/PropertyTransformation.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Serialization/PropertyTransformation.cs diff --git a/src/GraphServices/generated/runtime/Serialization/SerializationOptions.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Serialization/SerializationOptions.cs similarity index 100% rename from src/GraphServices/generated/runtime/Serialization/SerializationOptions.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Serialization/SerializationOptions.cs diff --git a/src/GraphServices/generated/runtime/SerializationMode.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/SerializationMode.cs similarity index 100% rename from src/GraphServices/generated/runtime/SerializationMode.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/SerializationMode.cs diff --git a/src/GraphServices/generated/runtime/TypeConverterExtensions.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/TypeConverterExtensions.cs similarity index 100% rename from src/GraphServices/generated/runtime/TypeConverterExtensions.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/TypeConverterExtensions.cs diff --git a/src/GraphServices/generated/runtime/UndeclaredResponseException.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/UndeclaredResponseException.cs similarity index 100% rename from src/GraphServices/generated/runtime/UndeclaredResponseException.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/UndeclaredResponseException.cs diff --git a/src/GraphServices/generated/runtime/Writers/JsonWriter.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/Writers/JsonWriter.cs similarity index 100% rename from src/GraphServices/generated/runtime/Writers/JsonWriter.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/Writers/JsonWriter.cs diff --git a/src/GraphServices/generated/runtime/delegates.cs b/src/GraphServices/GraphServices.Autorest/generated/runtime/delegates.cs similarity index 100% rename from src/GraphServices/generated/runtime/delegates.cs rename to src/GraphServices/GraphServices.Autorest/generated/runtime/delegates.cs diff --git a/src/GraphServices/how-to.md b/src/GraphServices/GraphServices.Autorest/how-to.md similarity index 100% rename from src/GraphServices/how-to.md rename to src/GraphServices/GraphServices.Autorest/how-to.md diff --git a/src/GraphServices/internal/Az.GraphServices.internal.psm1 b/src/GraphServices/GraphServices.Autorest/internal/Az.GraphServices.internal.psm1 similarity index 100% rename from src/GraphServices/internal/Az.GraphServices.internal.psm1 rename to src/GraphServices/GraphServices.Autorest/internal/Az.GraphServices.internal.psm1 diff --git a/src/GraphServices/internal/Get-AzGraphServicesOperation.ps1 b/src/GraphServices/GraphServices.Autorest/internal/Get-AzGraphServicesOperation.ps1 similarity index 100% rename from src/GraphServices/internal/Get-AzGraphServicesOperation.ps1 rename to src/GraphServices/GraphServices.Autorest/internal/Get-AzGraphServicesOperation.ps1 diff --git a/src/GraphServices/internal/ProxyCmdletDefinitions.ps1 b/src/GraphServices/GraphServices.Autorest/internal/ProxyCmdletDefinitions.ps1 similarity index 100% rename from src/GraphServices/internal/ProxyCmdletDefinitions.ps1 rename to src/GraphServices/GraphServices.Autorest/internal/ProxyCmdletDefinitions.ps1 diff --git a/src/GraphServices/internal/README.md b/src/GraphServices/GraphServices.Autorest/internal/README.md similarity index 100% rename from src/GraphServices/internal/README.md rename to src/GraphServices/GraphServices.Autorest/internal/README.md diff --git a/src/GraphServices/pack-module.ps1 b/src/GraphServices/GraphServices.Autorest/pack-module.ps1 similarity index 100% rename from src/GraphServices/pack-module.ps1 rename to src/GraphServices/GraphServices.Autorest/pack-module.ps1 diff --git a/src/GraphServices/run-module.ps1 b/src/GraphServices/GraphServices.Autorest/run-module.ps1 similarity index 100% rename from src/GraphServices/run-module.ps1 rename to src/GraphServices/GraphServices.Autorest/run-module.ps1 diff --git a/src/GraphServices/test-module.ps1 b/src/GraphServices/GraphServices.Autorest/test-module.ps1 similarity index 100% rename from src/GraphServices/test-module.ps1 rename to src/GraphServices/GraphServices.Autorest/test-module.ps1 diff --git a/src/GraphServices/test/Get-AzGraphServicesAccount.Recording.json b/src/GraphServices/GraphServices.Autorest/test/Get-AzGraphServicesAccount.Recording.json similarity index 100% rename from src/GraphServices/test/Get-AzGraphServicesAccount.Recording.json rename to src/GraphServices/GraphServices.Autorest/test/Get-AzGraphServicesAccount.Recording.json diff --git a/src/GraphServices/test/Get-AzGraphServicesAccount.Tests.ps1 b/src/GraphServices/GraphServices.Autorest/test/Get-AzGraphServicesAccount.Tests.ps1 similarity index 100% rename from src/GraphServices/test/Get-AzGraphServicesAccount.Tests.ps1 rename to src/GraphServices/GraphServices.Autorest/test/Get-AzGraphServicesAccount.Tests.ps1 diff --git a/src/GraphServices/test/New-AzGraphServicesAccount.Recording.json b/src/GraphServices/GraphServices.Autorest/test/New-AzGraphServicesAccount.Recording.json similarity index 100% rename from src/GraphServices/test/New-AzGraphServicesAccount.Recording.json rename to src/GraphServices/GraphServices.Autorest/test/New-AzGraphServicesAccount.Recording.json diff --git a/src/GraphServices/test/New-AzGraphServicesAccount.Tests.ps1 b/src/GraphServices/GraphServices.Autorest/test/New-AzGraphServicesAccount.Tests.ps1 similarity index 100% rename from src/GraphServices/test/New-AzGraphServicesAccount.Tests.ps1 rename to src/GraphServices/GraphServices.Autorest/test/New-AzGraphServicesAccount.Tests.ps1 diff --git a/src/GraphServices/test/README.md b/src/GraphServices/GraphServices.Autorest/test/README.md similarity index 100% rename from src/GraphServices/test/README.md rename to src/GraphServices/GraphServices.Autorest/test/README.md diff --git a/src/GraphServices/test/Remove-AzGraphServicesAccount.Recording.json b/src/GraphServices/GraphServices.Autorest/test/Remove-AzGraphServicesAccount.Recording.json similarity index 100% rename from src/GraphServices/test/Remove-AzGraphServicesAccount.Recording.json rename to src/GraphServices/GraphServices.Autorest/test/Remove-AzGraphServicesAccount.Recording.json diff --git a/src/GraphServices/test/Remove-AzGraphServicesAccount.Tests.ps1 b/src/GraphServices/GraphServices.Autorest/test/Remove-AzGraphServicesAccount.Tests.ps1 similarity index 100% rename from src/GraphServices/test/Remove-AzGraphServicesAccount.Tests.ps1 rename to src/GraphServices/GraphServices.Autorest/test/Remove-AzGraphServicesAccount.Tests.ps1 diff --git a/src/GraphServices/test/Update-AzGraphServicesAccount.Recording.json b/src/GraphServices/GraphServices.Autorest/test/Update-AzGraphServicesAccount.Recording.json similarity index 100% rename from src/GraphServices/test/Update-AzGraphServicesAccount.Recording.json rename to src/GraphServices/GraphServices.Autorest/test/Update-AzGraphServicesAccount.Recording.json diff --git a/src/GraphServices/test/Update-AzGraphServicesAccount.Tests.ps1 b/src/GraphServices/GraphServices.Autorest/test/Update-AzGraphServicesAccount.Tests.ps1 similarity index 100% rename from src/GraphServices/test/Update-AzGraphServicesAccount.Tests.ps1 rename to src/GraphServices/GraphServices.Autorest/test/Update-AzGraphServicesAccount.Tests.ps1 diff --git a/src/GraphServices/test/env.json b/src/GraphServices/GraphServices.Autorest/test/env.json similarity index 100% rename from src/GraphServices/test/env.json rename to src/GraphServices/GraphServices.Autorest/test/env.json diff --git a/src/GraphServices/test/loadEnv.ps1 b/src/GraphServices/GraphServices.Autorest/test/loadEnv.ps1 similarity index 100% rename from src/GraphServices/test/loadEnv.ps1 rename to src/GraphServices/GraphServices.Autorest/test/loadEnv.ps1 diff --git a/src/GraphServices/test/utils.ps1 b/src/GraphServices/GraphServices.Autorest/test/utils.ps1 similarity index 100% rename from src/GraphServices/test/utils.ps1 rename to src/GraphServices/GraphServices.Autorest/test/utils.ps1 diff --git a/src/GraphServices/utils/Unprotect-SecureString.ps1 b/src/GraphServices/GraphServices.Autorest/utils/Unprotect-SecureString.ps1 similarity index 100% rename from src/GraphServices/utils/Unprotect-SecureString.ps1 rename to src/GraphServices/GraphServices.Autorest/utils/Unprotect-SecureString.ps1 diff --git a/src/GraphServices/GraphServices.sln b/src/GraphServices/GraphServices.sln index 6be5084f5ff5..1a573d0bd9ad 100644 --- a/src/GraphServices/GraphServices.sln +++ b/src/GraphServices/GraphServices.sln @@ -3,19 +3,21 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{1AD60C30-09D5-4161-91A0-CA75F9987C12}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{0E43E7E7-3046-4988-AC2A-FE10504958B0}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{3CA48596-D29D-493F-8E9F-EB21477CE664}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{D2872B22-6359-4337-8A25-0A032B1D3528}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{11A4ED54-6E64-4136-A600-DA448307C514}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{182667F2-6142-4F15-B36B-65EDD28F9EDB}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{F7C806A1-579A-41E3-917A-9A34604807E8}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{222CFCD0-B3EA-4054-8C4E-7B268D13AC67}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{AFDB94E7-4B17-453A-9D19-877E2FCA9005}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{F3C8A040-11D7-4838-BCF2-AA75B3271FC6}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{0551BE2A-4FDB-4BEA-AC55-9CCDFE79482F}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{E30D421B-96A9-45AF-9691-0CAAFB998382}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.GraphServices", "Az.GraphServices.csproj", "{B62610E5-5AD2-4605-AC26-A92CA7C0ED27}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphServices", "GraphServices\GraphServices.csproj", "{2A9443A6-7CB6-4FEE-86C4-04ECA7507745}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.GraphServices", "GraphServices.Autorest\Az.GraphServices.csproj", "{0246E8B4-7286-4CFB-8A7F-9CF2ABC9AC82}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -26,33 +28,37 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {1AD60C30-09D5-4161-91A0-CA75F9987C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1AD60C30-09D5-4161-91A0-CA75F9987C12}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1AD60C30-09D5-4161-91A0-CA75F9987C12}.Release|Any CPU.ActiveCfg = Release|Any CPU - {1AD60C30-09D5-4161-91A0-CA75F9987C12}.Release|Any CPU.Build.0 = Release|Any CPU - {3CA48596-D29D-493F-8E9F-EB21477CE664}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3CA48596-D29D-493F-8E9F-EB21477CE664}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3CA48596-D29D-493F-8E9F-EB21477CE664}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3CA48596-D29D-493F-8E9F-EB21477CE664}.Release|Any CPU.Build.0 = Release|Any CPU - {11A4ED54-6E64-4136-A600-DA448307C514}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {11A4ED54-6E64-4136-A600-DA448307C514}.Debug|Any CPU.Build.0 = Debug|Any CPU - {11A4ED54-6E64-4136-A600-DA448307C514}.Release|Any CPU.ActiveCfg = Release|Any CPU - {11A4ED54-6E64-4136-A600-DA448307C514}.Release|Any CPU.Build.0 = Release|Any CPU - {F7C806A1-579A-41E3-917A-9A34604807E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F7C806A1-579A-41E3-917A-9A34604807E8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F7C806A1-579A-41E3-917A-9A34604807E8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F7C806A1-579A-41E3-917A-9A34604807E8}.Release|Any CPU.Build.0 = Release|Any CPU - {AFDB94E7-4B17-453A-9D19-877E2FCA9005}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AFDB94E7-4B17-453A-9D19-877E2FCA9005}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AFDB94E7-4B17-453A-9D19-877E2FCA9005}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AFDB94E7-4B17-453A-9D19-877E2FCA9005}.Release|Any CPU.Build.0 = Release|Any CPU - {0551BE2A-4FDB-4BEA-AC55-9CCDFE79482F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0551BE2A-4FDB-4BEA-AC55-9CCDFE79482F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0551BE2A-4FDB-4BEA-AC55-9CCDFE79482F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0551BE2A-4FDB-4BEA-AC55-9CCDFE79482F}.Release|Any CPU.Build.0 = Release|Any CPU - {B62610E5-5AD2-4605-AC26-A92CA7C0ED27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B62610E5-5AD2-4605-AC26-A92CA7C0ED27}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B62610E5-5AD2-4605-AC26-A92CA7C0ED27}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B62610E5-5AD2-4605-AC26-A92CA7C0ED27}.Release|Any CPU.Build.0 = Release|Any CPU + {0E43E7E7-3046-4988-AC2A-FE10504958B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0E43E7E7-3046-4988-AC2A-FE10504958B0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0E43E7E7-3046-4988-AC2A-FE10504958B0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0E43E7E7-3046-4988-AC2A-FE10504958B0}.Release|Any CPU.Build.0 = Release|Any CPU + {D2872B22-6359-4337-8A25-0A032B1D3528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D2872B22-6359-4337-8A25-0A032B1D3528}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D2872B22-6359-4337-8A25-0A032B1D3528}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D2872B22-6359-4337-8A25-0A032B1D3528}.Release|Any CPU.Build.0 = Release|Any CPU + {182667F2-6142-4F15-B36B-65EDD28F9EDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {182667F2-6142-4F15-B36B-65EDD28F9EDB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {182667F2-6142-4F15-B36B-65EDD28F9EDB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {182667F2-6142-4F15-B36B-65EDD28F9EDB}.Release|Any CPU.Build.0 = Release|Any CPU + {222CFCD0-B3EA-4054-8C4E-7B268D13AC67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {222CFCD0-B3EA-4054-8C4E-7B268D13AC67}.Debug|Any CPU.Build.0 = Debug|Any CPU + {222CFCD0-B3EA-4054-8C4E-7B268D13AC67}.Release|Any CPU.ActiveCfg = Release|Any CPU + {222CFCD0-B3EA-4054-8C4E-7B268D13AC67}.Release|Any CPU.Build.0 = Release|Any CPU + {F3C8A040-11D7-4838-BCF2-AA75B3271FC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F3C8A040-11D7-4838-BCF2-AA75B3271FC6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F3C8A040-11D7-4838-BCF2-AA75B3271FC6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F3C8A040-11D7-4838-BCF2-AA75B3271FC6}.Release|Any CPU.Build.0 = Release|Any CPU + {E30D421B-96A9-45AF-9691-0CAAFB998382}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E30D421B-96A9-45AF-9691-0CAAFB998382}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E30D421B-96A9-45AF-9691-0CAAFB998382}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E30D421B-96A9-45AF-9691-0CAAFB998382}.Release|Any CPU.Build.0 = Release|Any CPU + {2A9443A6-7CB6-4FEE-86C4-04ECA7507745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2A9443A6-7CB6-4FEE-86C4-04ECA7507745}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2A9443A6-7CB6-4FEE-86C4-04ECA7507745}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2A9443A6-7CB6-4FEE-86C4-04ECA7507745}.Release|Any CPU.Build.0 = Release|Any CPU + {0246E8B4-7286-4CFB-8A7F-9CF2ABC9AC82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0246E8B4-7286-4CFB-8A7F-9CF2ABC9AC82}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0246E8B4-7286-4CFB-8A7F-9CF2ABC9AC82}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0246E8B4-7286-4CFB-8A7F-9CF2ABC9AC82}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal diff --git a/src/GraphServices/GraphServices/Az.GraphServices.psd1 b/src/GraphServices/GraphServices/Az.GraphServices.psd1 new file mode 100644 index 000000000000..6099c44c61c9 --- /dev/null +++ b/src/GraphServices/GraphServices/Az.GraphServices.psd1 @@ -0,0 +1,133 @@ +# +# Module manifest for module 'Az.GraphServices' +# +# Generated by: Microsoft Corporation +# +# Generated on: 11/3/2023 +# + +@{ + +# Script module or binary module file associated with this manifest. +# RootModule = '' + +# Version number of this module. +ModuleVersion = '0.1.0' + +# Supported PSEditions +CompatiblePSEditions = 'Core', 'Desktop' + +# ID used to uniquely identify this module +GUID = 'fc20d450-3067-4fe9-8c8b-09f3eb48055a' + +# Author of this module +Author = 'Microsoft Corporation' + +# Company or vendor of this module +CompanyName = 'Microsoft Corporation' + +# Copyright statement for this module +Copyright = 'Microsoft Corporation. All rights reserved.' + +# Description of the functionality provided by this module +Description = 'Microsoft Azure PowerShell: GraphServices cmdlets' + +# Minimum version of the PowerShell engine required by this module +PowerShellVersion = '5.1' + +# Name of the PowerShell host required by this module +# PowerShellHostName = '' + +# Minimum version of the PowerShell host required by this module +# PowerShellHostVersion = '' + +# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. +DotNetFrameworkVersion = '4.7.2' + +# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. +# ClrVersion = '' + +# Processor architecture (None, X86, Amd64) required by this module +# ProcessorArchitecture = '' + +# Modules that must be imported into the global environment prior to importing this module +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.4'; }) + +# Assemblies that must be loaded prior to importing this module +RequiredAssemblies = 'GraphServices.Autorest/bin/Az.GraphServices.private.dll' + +# Script files (.ps1) that are run in the caller's environment prior to importing this module. +# ScriptsToProcess = @() + +# Type files (.ps1xml) to be loaded when importing this module +# TypesToProcess = @() + +# Format files (.ps1xml) to be loaded when importing this module +FormatsToProcess = 'GraphServices.Autorest/Az.GraphServices.format.ps1xml' + +# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess +NestedModules = @('GraphServices.Autorest/Az.GraphServices.psm1') + +# 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. +FunctionsToExport = 'Get-AzGraphServicesAccount', 'New-AzGraphServicesAccount', + 'Remove-AzGraphServicesAccount', 'Update-AzGraphServicesAccount' + +# 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. +CmdletsToExport = @() + +# Variables to export from this module +VariablesToExport = '*' + +# Aliases 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 aliases to export. +AliasesToExport = '*' + +# DSC resources to export from this module +# DscResourcesToExport = @() + +# List of all modules packaged with this module +# ModuleList = @() + +# List of all files packaged with this module +# FileList = @() + +# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. +PrivateData = @{ + + PSData = @{ + + # Tags applied to this module. These help with module discovery in online galleries. + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'GraphServices' + + # A URL to the license for this module. + LicenseUri = 'https://aka.ms/azps-license' + + # A URL to the main website for this project. + ProjectUri = 'https://github.com/Azure/azure-powershell' + + # A URL to an icon representing this module. + # IconUri = '' + + # ReleaseNotes of this module + # ReleaseNotes = '' + + # Prerelease string of this module + # Prerelease = '' + + # Flag to indicate whether the module requires explicit user acceptance for install/update/save + # RequireLicenseAcceptance = $false + + # External dependent modules of this module + # ExternalModuleDependencies = @() + + } # End of PSData hashtable + +} # End of PrivateData hashtable + +# HelpInfo URI of this module +# HelpInfoURI = '' + +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. +# DefaultCommandPrefix = '' + +} + diff --git a/src/GraphServices/ChangeLog.md b/src/GraphServices/GraphServices/ChangeLog.md similarity index 100% rename from src/GraphServices/ChangeLog.md rename to src/GraphServices/GraphServices/ChangeLog.md diff --git a/src/GraphServices/GraphServices/GraphServices.csproj b/src/GraphServices/GraphServices/GraphServices.csproj new file mode 100644 index 000000000000..d406f65c69cf --- /dev/null +++ b/src/GraphServices/GraphServices/GraphServices.csproj @@ -0,0 +1,28 @@ + + + + + + + GraphServices + + + + netstandard2.0 + $(AzAssemblyPrefix)$(PsModuleName) + $(AzAssemblyPrefix)$(PsModuleName) + true + false + $(RepoArtifacts)$(Configuration)\Az.$(PsModuleName)\ + $(OutputPath) + + + + + + + + + + + diff --git a/src/GraphServices/Properties/AssemblyInfo.cs b/src/GraphServices/GraphServices/Properties/AssemblyInfo.cs similarity index 100% rename from src/GraphServices/Properties/AssemblyInfo.cs rename to src/GraphServices/GraphServices/Properties/AssemblyInfo.cs diff --git a/src/GraphServices/UX/Microsoft.GraphServices/accounts.json b/src/GraphServices/GraphServices/UX/Microsoft.GraphServices/accounts.json similarity index 100% rename from src/GraphServices/UX/Microsoft.GraphServices/accounts.json rename to src/GraphServices/GraphServices/UX/Microsoft.GraphServices/accounts.json diff --git a/src/GraphServices/help/Az.GraphServices.md b/src/GraphServices/GraphServices/help/Az.GraphServices.md similarity index 100% rename from src/GraphServices/help/Az.GraphServices.md rename to src/GraphServices/GraphServices/help/Az.GraphServices.md diff --git a/src/GraphServices/help/Get-AzGraphServicesAccount.md b/src/GraphServices/GraphServices/help/Get-AzGraphServicesAccount.md similarity index 100% rename from src/GraphServices/help/Get-AzGraphServicesAccount.md rename to src/GraphServices/GraphServices/help/Get-AzGraphServicesAccount.md diff --git a/src/GraphServices/help/New-AzGraphServicesAccount.md b/src/GraphServices/GraphServices/help/New-AzGraphServicesAccount.md similarity index 100% rename from src/GraphServices/help/New-AzGraphServicesAccount.md rename to src/GraphServices/GraphServices/help/New-AzGraphServicesAccount.md diff --git a/src/GraphServices/help/Remove-AzGraphServicesAccount.md b/src/GraphServices/GraphServices/help/Remove-AzGraphServicesAccount.md similarity index 100% rename from src/GraphServices/help/Remove-AzGraphServicesAccount.md rename to src/GraphServices/GraphServices/help/Remove-AzGraphServicesAccount.md diff --git a/src/GraphServices/help/Update-AzGraphServicesAccount.md b/src/GraphServices/GraphServices/help/Update-AzGraphServicesAccount.md similarity index 100% rename from src/GraphServices/help/Update-AzGraphServicesAccount.md rename to src/GraphServices/GraphServices/help/Update-AzGraphServicesAccount.md diff --git a/src/GuestConfiguration/Az.GuestConfiguration.csproj b/src/GuestConfiguration/GuestConfiguration.Autorest/Az.GuestConfiguration.csproj similarity index 71% rename from src/GuestConfiguration/Az.GuestConfiguration.csproj rename to src/GuestConfiguration/GuestConfiguration.Autorest/Az.GuestConfiguration.csproj index 272c85c11b88..c2cc80bfbf9a 100644 --- a/src/GuestConfiguration/Az.GuestConfiguration.csproj +++ b/src/GuestConfiguration/GuestConfiguration.Autorest/Az.GuestConfiguration.csproj @@ -1,9 +1,10 @@ GuestConfiguration + GuestConfiguration - + diff --git a/src/GuestConfiguration/Az.GuestConfiguration.format.ps1xml b/src/GuestConfiguration/GuestConfiguration.Autorest/Az.GuestConfiguration.format.ps1xml similarity index 100% rename from src/GuestConfiguration/Az.GuestConfiguration.format.ps1xml rename to src/GuestConfiguration/GuestConfiguration.Autorest/Az.GuestConfiguration.format.ps1xml diff --git a/src/GuestConfiguration/Az.GuestConfiguration.psd1 b/src/GuestConfiguration/GuestConfiguration.Autorest/Az.GuestConfiguration.psd1 similarity index 100% rename from src/GuestConfiguration/Az.GuestConfiguration.psd1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/Az.GuestConfiguration.psd1 diff --git a/src/GuestConfiguration/Az.GuestConfiguration.psm1 b/src/GuestConfiguration/GuestConfiguration.Autorest/Az.GuestConfiguration.psm1 similarity index 100% rename from src/GuestConfiguration/Az.GuestConfiguration.psm1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/Az.GuestConfiguration.psm1 diff --git a/src/GuestConfiguration/README.md b/src/GuestConfiguration/GuestConfiguration.Autorest/README.md similarity index 100% rename from src/GuestConfiguration/README.md rename to src/GuestConfiguration/GuestConfiguration.Autorest/README.md diff --git a/src/GuestConfiguration/build-module.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/build-module.ps1 similarity index 100% rename from src/GuestConfiguration/build-module.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/build-module.ps1 diff --git a/src/GuestConfiguration/check-dependencies.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/check-dependencies.ps1 similarity index 100% rename from src/GuestConfiguration/check-dependencies.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/check-dependencies.ps1 diff --git a/src/GuestConfiguration/create-model-cmdlets.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/create-model-cmdlets.ps1 similarity index 100% rename from src/GuestConfiguration/create-model-cmdlets.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/create-model-cmdlets.ps1 diff --git a/src/GuestConfiguration/custom/Az.GuestConfiguration.custom.psm1 b/src/GuestConfiguration/GuestConfiguration.Autorest/custom/Az.GuestConfiguration.custom.psm1 similarity index 100% rename from src/GuestConfiguration/custom/Az.GuestConfiguration.custom.psm1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/custom/Az.GuestConfiguration.custom.psm1 diff --git a/src/GuestConfiguration/custom/README.md b/src/GuestConfiguration/GuestConfiguration.Autorest/custom/README.md similarity index 100% rename from src/GuestConfiguration/custom/README.md rename to src/GuestConfiguration/GuestConfiguration.Autorest/custom/README.md diff --git a/src/GuestConfiguration/custom/Remove-AzGuestConfigurationAssignment.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/custom/Remove-AzGuestConfigurationAssignment.ps1 similarity index 100% rename from src/GuestConfiguration/custom/Remove-AzGuestConfigurationAssignment.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/custom/Remove-AzGuestConfigurationAssignment.ps1 diff --git a/src/GuestConfiguration/custom/utils.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/custom/utils.ps1 similarity index 100% rename from src/GuestConfiguration/custom/utils.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/custom/utils.ps1 diff --git a/src/GuestConfiguration/examples/Get-AzGuestConfigurationAssignment.md b/src/GuestConfiguration/GuestConfiguration.Autorest/examples/Get-AzGuestConfigurationAssignment.md similarity index 100% rename from src/GuestConfiguration/examples/Get-AzGuestConfigurationAssignment.md rename to src/GuestConfiguration/GuestConfiguration.Autorest/examples/Get-AzGuestConfigurationAssignment.md diff --git a/src/GuestConfiguration/examples/Get-AzGuestConfigurationAssignmentReport.md b/src/GuestConfiguration/GuestConfiguration.Autorest/examples/Get-AzGuestConfigurationAssignmentReport.md similarity index 100% rename from src/GuestConfiguration/examples/Get-AzGuestConfigurationAssignmentReport.md rename to src/GuestConfiguration/GuestConfiguration.Autorest/examples/Get-AzGuestConfigurationAssignmentReport.md diff --git a/src/GuestConfiguration/examples/New-AzGuestConfigurationAssignment.md b/src/GuestConfiguration/GuestConfiguration.Autorest/examples/New-AzGuestConfigurationAssignment.md similarity index 100% rename from src/GuestConfiguration/examples/New-AzGuestConfigurationAssignment.md rename to src/GuestConfiguration/GuestConfiguration.Autorest/examples/New-AzGuestConfigurationAssignment.md diff --git a/src/GuestConfiguration/examples/Remove-AzGuestConfigurationAssignment.md b/src/GuestConfiguration/GuestConfiguration.Autorest/examples/Remove-AzGuestConfigurationAssignment.md similarity index 100% rename from src/GuestConfiguration/examples/Remove-AzGuestConfigurationAssignment.md rename to src/GuestConfiguration/GuestConfiguration.Autorest/examples/Remove-AzGuestConfigurationAssignment.md diff --git a/src/GuestConfiguration/export-surface.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/export-surface.ps1 similarity index 100% rename from src/GuestConfiguration/export-surface.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/export-surface.ps1 diff --git a/src/GuestConfiguration/exports/Get-AzGuestConfigurationAssignment.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/exports/Get-AzGuestConfigurationAssignment.ps1 similarity index 100% rename from src/GuestConfiguration/exports/Get-AzGuestConfigurationAssignment.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/exports/Get-AzGuestConfigurationAssignment.ps1 diff --git a/src/GuestConfiguration/exports/Get-AzGuestConfigurationAssignmentReport.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/exports/Get-AzGuestConfigurationAssignmentReport.ps1 similarity index 100% rename from src/GuestConfiguration/exports/Get-AzGuestConfigurationAssignmentReport.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/exports/Get-AzGuestConfigurationAssignmentReport.ps1 diff --git a/src/GuestConfiguration/exports/New-AzGuestConfigurationAssignment.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/exports/New-AzGuestConfigurationAssignment.ps1 similarity index 100% rename from src/GuestConfiguration/exports/New-AzGuestConfigurationAssignment.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/exports/New-AzGuestConfigurationAssignment.ps1 diff --git a/src/GuestConfiguration/exports/ProxyCmdletDefinitions.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/exports/ProxyCmdletDefinitions.ps1 similarity index 100% rename from src/GuestConfiguration/exports/ProxyCmdletDefinitions.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/exports/ProxyCmdletDefinitions.ps1 diff --git a/src/GuestConfiguration/exports/README.md b/src/GuestConfiguration/GuestConfiguration.Autorest/exports/README.md similarity index 100% rename from src/GuestConfiguration/exports/README.md rename to src/GuestConfiguration/GuestConfiguration.Autorest/exports/README.md diff --git a/src/GuestConfiguration/exports/Remove-AzGuestConfigurationAssignment.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/exports/Remove-AzGuestConfigurationAssignment.ps1 similarity index 100% rename from src/GuestConfiguration/exports/Remove-AzGuestConfigurationAssignment.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/exports/Remove-AzGuestConfigurationAssignment.ps1 diff --git a/src/GuestConfiguration/generate-help.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/generate-help.ps1 similarity index 100% rename from src/GuestConfiguration/generate-help.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/generate-help.ps1 diff --git a/src/GuestConfiguration/generate-info.json b/src/GuestConfiguration/GuestConfiguration.Autorest/generate-info.json similarity index 100% rename from src/GuestConfiguration/generate-info.json rename to src/GuestConfiguration/GuestConfiguration.Autorest/generate-info.json diff --git a/src/GuestConfiguration/generated/Module.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/Module.cs similarity index 100% rename from src/GuestConfiguration/generated/Module.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/Module.cs diff --git a/src/GuestConfiguration/generated/api/GuestConfiguration.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/GuestConfiguration.cs similarity index 100% rename from src/GuestConfiguration/generated/api/GuestConfiguration.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/GuestConfiguration.cs diff --git a/src/GuestConfiguration/generated/api/Models/Any.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Any.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Any.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Any.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Any.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Any.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Any.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Any.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Any.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Any.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Any.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Any.cs diff --git a/src/GuestConfiguration/generated/api/Models/Any.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Any.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Any.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Any.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20/SystemData.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20/SystemData.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20/SystemData.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20/SystemData.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20/SystemData.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20/SystemData.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20/SystemData.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20/SystemData.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20/SystemData.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20/SystemData.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20/SystemData.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20/SystemData.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20/SystemData.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20/SystemData.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20/SystemData.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20/SystemData.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponse.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponse.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponse.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponse.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponse.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponse.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponse.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponse.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponse.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponse.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponse.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponse.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponse.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponse.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponse.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponse.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponseError.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponseError.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponseError.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponseError.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponseError.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponseError.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponseError.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponseError.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponseError.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponseError.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponseError.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponseError.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponseError.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponseError.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/ErrorResponseError.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ErrorResponseError.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/Operation.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Operation.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/Operation.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Operation.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/Operation.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Operation.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/Operation.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Operation.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/Operation.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Operation.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/Operation.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Operation.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/Operation.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Operation.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/Operation.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Operation.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationDisplay.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationDisplay.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationDisplay.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationDisplay.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationDisplay.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationDisplay.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationDisplay.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationDisplay.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationDisplay.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationDisplay.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationDisplay.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationDisplay.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationDisplay.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationDisplay.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationDisplay.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationDisplay.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationList.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationList.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationList.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationList.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationList.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationList.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationList.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationList.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationList.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationList.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationList.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationList.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationList.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationList.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationList.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationList.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationProperties.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationProperties.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationProperties.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationProperties.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationProperties.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationProperties.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationProperties.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationProperties.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationProperties.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationProperties.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationProperties.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationProperties.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationProperties.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationProperties.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/OperationProperties.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/OperationProperties.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/ProxyResource.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ProxyResource.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/ProxyResource.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ProxyResource.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/ProxyResource.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ProxyResource.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/ProxyResource.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ProxyResource.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/ProxyResource.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ProxyResource.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/ProxyResource.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ProxyResource.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/ProxyResource.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ProxyResource.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/ProxyResource.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/ProxyResource.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/Resource.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Resource.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/Resource.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Resource.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/Resource.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Resource.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/Resource.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Resource.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/Resource.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Resource.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/Resource.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Resource.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20180630Preview/Resource.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Resource.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20180630Preview/Resource.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20180630Preview/Resource.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentInfo.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentInfo.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentInfo.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentInfo.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentInfo.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentInfo.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentInfo.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentInfo.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentInfo.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentInfo.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentInfo.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentInfo.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentInfo.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentInfo.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentInfo.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentInfo.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReport.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReport.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReport.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReport.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReport.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReport.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReport.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReport.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReport.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReport.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReport.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReport.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReport.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReport.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReport.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReport.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportDetails.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportDetails.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportDetails.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportDetails.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportDetails.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportDetails.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportDetails.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportDetails.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportDetails.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportDetails.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportDetails.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportDetails.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportDetails.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportDetails.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportDetails.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportDetails.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResource.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResource.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResource.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResource.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResource.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResource.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResource.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResource.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResource.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResource.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResource.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResource.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResource.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResource.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResource.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResource.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/AssignmentReportResourceComplianceReason.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationInfo.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationInfo.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationInfo.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationInfo.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationInfo.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationInfo.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationInfo.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationInfo.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationInfo.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationInfo.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationInfo.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationInfo.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationInfo.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationInfo.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationInfo.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationInfo.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationParameter.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationParameter.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationParameter.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationParameter.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationParameter.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationParameter.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationParameter.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationParameter.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationParameter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationParameter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationParameter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationParameter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationParameter.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationParameter.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationParameter.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationParameter.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationSetting.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationSetting.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationSetting.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationSetting.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationSetting.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationSetting.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationSetting.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationSetting.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationSetting.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationSetting.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationSetting.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationSetting.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationSetting.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationSetting.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/ConfigurationSetting.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/ConfigurationSetting.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignment.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignment.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignment.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignment.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignment.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignment.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignment.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignment.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignment.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignment.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignment.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignment.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignment.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignment.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignment.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignment.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentList.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentProperties.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReport.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportList.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationAssignmentReportProperties.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationNavigation.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationNavigation.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationNavigation.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationNavigation.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationNavigation.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationNavigation.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationNavigation.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationNavigation.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationNavigation.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationNavigation.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationNavigation.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationNavigation.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationNavigation.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationNavigation.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/GuestConfigurationNavigation.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/GuestConfigurationNavigation.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/VMInfo.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VMInfo.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/VMInfo.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VMInfo.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/VMInfo.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VMInfo.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/VMInfo.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VMInfo.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/VMInfo.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VMInfo.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/VMInfo.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VMInfo.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/VMInfo.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VMInfo.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/VMInfo.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VMInfo.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/VmssvmInfo.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VmssvmInfo.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/VmssvmInfo.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VmssvmInfo.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/VmssvmInfo.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VmssvmInfo.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/VmssvmInfo.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VmssvmInfo.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/VmssvmInfo.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VmssvmInfo.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/VmssvmInfo.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VmssvmInfo.cs diff --git a/src/GuestConfiguration/generated/api/Models/Api20220125/VmssvmInfo.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VmssvmInfo.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/Api20220125/VmssvmInfo.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/Api20220125/VmssvmInfo.json.cs diff --git a/src/GuestConfiguration/generated/api/Models/GuestConfigurationIdentity.PowerShell.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/GuestConfigurationIdentity.PowerShell.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/GuestConfigurationIdentity.PowerShell.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/GuestConfigurationIdentity.PowerShell.cs diff --git a/src/GuestConfiguration/generated/api/Models/GuestConfigurationIdentity.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/GuestConfigurationIdentity.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/GuestConfigurationIdentity.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/GuestConfigurationIdentity.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Models/GuestConfigurationIdentity.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/GuestConfigurationIdentity.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/GuestConfigurationIdentity.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/GuestConfigurationIdentity.cs diff --git a/src/GuestConfiguration/generated/api/Models/GuestConfigurationIdentity.json.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/GuestConfigurationIdentity.json.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Models/GuestConfigurationIdentity.json.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Models/GuestConfigurationIdentity.json.cs diff --git a/src/GuestConfiguration/generated/api/Support/ActionAfterReboot.Completer.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ActionAfterReboot.Completer.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/ActionAfterReboot.Completer.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ActionAfterReboot.Completer.cs diff --git a/src/GuestConfiguration/generated/api/Support/ActionAfterReboot.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ActionAfterReboot.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/ActionAfterReboot.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ActionAfterReboot.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Support/ActionAfterReboot.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ActionAfterReboot.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/ActionAfterReboot.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ActionAfterReboot.cs diff --git a/src/GuestConfiguration/generated/api/Support/AssignmentType.Completer.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/AssignmentType.Completer.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/AssignmentType.Completer.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/AssignmentType.Completer.cs diff --git a/src/GuestConfiguration/generated/api/Support/AssignmentType.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/AssignmentType.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/AssignmentType.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/AssignmentType.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Support/AssignmentType.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/AssignmentType.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/AssignmentType.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/AssignmentType.cs diff --git a/src/GuestConfiguration/generated/api/Support/ComplianceStatus.Completer.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ComplianceStatus.Completer.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/ComplianceStatus.Completer.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ComplianceStatus.Completer.cs diff --git a/src/GuestConfiguration/generated/api/Support/ComplianceStatus.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ComplianceStatus.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/ComplianceStatus.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ComplianceStatus.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Support/ComplianceStatus.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ComplianceStatus.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/ComplianceStatus.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ComplianceStatus.cs diff --git a/src/GuestConfiguration/generated/api/Support/ConfigurationMode.Completer.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ConfigurationMode.Completer.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/ConfigurationMode.Completer.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ConfigurationMode.Completer.cs diff --git a/src/GuestConfiguration/generated/api/Support/ConfigurationMode.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ConfigurationMode.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/ConfigurationMode.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ConfigurationMode.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Support/ConfigurationMode.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ConfigurationMode.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/ConfigurationMode.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ConfigurationMode.cs diff --git a/src/GuestConfiguration/generated/api/Support/CreatedByType.Completer.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/CreatedByType.Completer.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/CreatedByType.Completer.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/CreatedByType.Completer.cs diff --git a/src/GuestConfiguration/generated/api/Support/CreatedByType.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/CreatedByType.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/CreatedByType.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/CreatedByType.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Support/CreatedByType.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/CreatedByType.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/CreatedByType.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/CreatedByType.cs diff --git a/src/GuestConfiguration/generated/api/Support/Kind.Completer.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/Kind.Completer.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/Kind.Completer.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/Kind.Completer.cs diff --git a/src/GuestConfiguration/generated/api/Support/Kind.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/Kind.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/Kind.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/Kind.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Support/Kind.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/Kind.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/Kind.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/Kind.cs diff --git a/src/GuestConfiguration/generated/api/Support/ProvisioningState.Completer.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ProvisioningState.Completer.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/ProvisioningState.Completer.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ProvisioningState.Completer.cs diff --git a/src/GuestConfiguration/generated/api/Support/ProvisioningState.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ProvisioningState.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/ProvisioningState.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ProvisioningState.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Support/ProvisioningState.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ProvisioningState.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/ProvisioningState.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/ProvisioningState.cs diff --git a/src/GuestConfiguration/generated/api/Support/Type.Completer.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/Type.Completer.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/Type.Completer.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/Type.Completer.cs diff --git a/src/GuestConfiguration/generated/api/Support/Type.TypeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/Type.TypeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/Type.TypeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/Type.TypeConverter.cs diff --git a/src/GuestConfiguration/generated/api/Support/Type.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/Type.cs similarity index 100% rename from src/GuestConfiguration/generated/api/Support/Type.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/api/Support/Type.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_Get.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_Get.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_Get.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_Get.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_Get1.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_Get1.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_Get1.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_Get1.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_Get2.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_Get2.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_Get2.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_Get2.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_List.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_List.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_List.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_List.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_List1.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_List1.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_List1.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_List1.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_List2.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_List2.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_List2.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignmentReport_List2.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_Get.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_Get.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_Get.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_Get.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_Get1.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_Get1.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_Get1.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_Get1.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_Get2.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_Get2.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_Get2.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_Get2.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_List.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_List.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_List.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_List.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_List1.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_List1.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_List1.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_List1.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_List2.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_List2.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_List2.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_List2.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_List3.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_List3.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_List3.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_List3.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_List4.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_List4.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationAssignment_List4.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationAssignment_List4.cs diff --git a/src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationOperation_List.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationOperation_List.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/GetAzGuestConfigurationOperation_List.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/GetAzGuestConfigurationOperation_List.cs diff --git a/src/GuestConfiguration/generated/cmdlets/NewAzGuestConfigurationAssignment_CreateExpanded.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/NewAzGuestConfigurationAssignment_CreateExpanded.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/NewAzGuestConfigurationAssignment_CreateExpanded.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/NewAzGuestConfigurationAssignment_CreateExpanded.cs diff --git a/src/GuestConfiguration/generated/cmdlets/NewAzGuestConfigurationAssignment_CreateExpanded1.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/NewAzGuestConfigurationAssignment_CreateExpanded1.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/NewAzGuestConfigurationAssignment_CreateExpanded1.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/NewAzGuestConfigurationAssignment_CreateExpanded1.cs diff --git a/src/GuestConfiguration/generated/cmdlets/RemoveAzGuestConfigurationAssignment_Delete.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/RemoveAzGuestConfigurationAssignment_Delete.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/RemoveAzGuestConfigurationAssignment_Delete.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/RemoveAzGuestConfigurationAssignment_Delete.cs diff --git a/src/GuestConfiguration/generated/cmdlets/RemoveAzGuestConfigurationAssignment_Delete1.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/RemoveAzGuestConfigurationAssignment_Delete1.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/RemoveAzGuestConfigurationAssignment_Delete1.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/RemoveAzGuestConfigurationAssignment_Delete1.cs diff --git a/src/GuestConfiguration/generated/cmdlets/RemoveAzGuestConfigurationAssignment_Delete2.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/RemoveAzGuestConfigurationAssignment_Delete2.cs similarity index 100% rename from src/GuestConfiguration/generated/cmdlets/RemoveAzGuestConfigurationAssignment_Delete2.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/cmdlets/RemoveAzGuestConfigurationAssignment_Delete2.cs diff --git a/src/GuestConfiguration/generated/runtime/AsyncCommandRuntime.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/AsyncCommandRuntime.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/AsyncCommandRuntime.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/AsyncCommandRuntime.cs diff --git a/src/GuestConfiguration/generated/runtime/AsyncJob.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/AsyncJob.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/AsyncJob.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/AsyncJob.cs diff --git a/src/GuestConfiguration/generated/runtime/AsyncOperationResponse.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/AsyncOperationResponse.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/AsyncOperationResponse.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/AsyncOperationResponse.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/CollectionExtensions.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/CollectionExtensions.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/CollectionExtensions.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/CollectionExtensions.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/MarkdownRenderer.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/MarkdownRenderer.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/MarkdownRenderer.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/MarkdownRenderer.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Models/PsFormatTypes.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Models/PsFormatTypes.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Models/PsFormatTypes.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Models/PsFormatTypes.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Models/PsHelpTypes.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Models/PsHelpTypes.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Models/PsHelpTypes.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Models/PsHelpTypes.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Models/PsProxyOutputs.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Models/PsProxyOutputs.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/Models/PsProxyTypes.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Models/PsProxyTypes.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/Models/PsProxyTypes.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/Models/PsProxyTypes.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/PsAttributes.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/PsAttributes.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/PsAttributes.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/PsAttributes.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/PsExtensions.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/PsExtensions.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/PsExtensions.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/PsExtensions.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/PsHelpers.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/PsHelpers.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/PsHelpers.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/PsHelpers.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/StringExtensions.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/StringExtensions.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/StringExtensions.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/StringExtensions.cs diff --git a/src/GuestConfiguration/generated/runtime/BuildTime/XmlExtensions.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/XmlExtensions.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/BuildTime/XmlExtensions.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/BuildTime/XmlExtensions.cs diff --git a/src/GuestConfiguration/generated/runtime/CmdInfoHandler.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/CmdInfoHandler.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/CmdInfoHandler.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/CmdInfoHandler.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/ConversionException.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/ConversionException.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/ConversionException.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/ConversionException.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/IJsonConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/IJsonConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/IJsonConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/IJsonConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/BinaryConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/BinaryConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/BinaryConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/BinaryConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/BooleanConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/BooleanConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/BooleanConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/BooleanConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/DateTimeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/DateTimeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/DateTimeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/DateTimeConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/DecimalConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/DecimalConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/DecimalConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/DecimalConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/DoubleConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/DoubleConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/DoubleConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/DoubleConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/EnumConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/EnumConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/EnumConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/EnumConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/GuidConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/GuidConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/GuidConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/GuidConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/HashSet'1Converter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/HashSet'1Converter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/HashSet'1Converter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/HashSet'1Converter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/Int16Converter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/Int16Converter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/Int16Converter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/Int16Converter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/Int32Converter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/Int32Converter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/Int32Converter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/Int32Converter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/Int64Converter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/Int64Converter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/Int64Converter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/Int64Converter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/JsonArrayConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/JsonArrayConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/JsonArrayConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/JsonArrayConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/JsonObjectConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/JsonObjectConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/JsonObjectConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/JsonObjectConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/SingleConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/SingleConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/SingleConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/SingleConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/StringConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/StringConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/StringConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/StringConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/TimeSpanConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/TimeSpanConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/TimeSpanConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/TimeSpanConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/UInt16Converter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/UInt16Converter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/UInt16Converter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/UInt16Converter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/UInt32Converter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/UInt32Converter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/UInt32Converter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/UInt32Converter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/UInt64Converter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/UInt64Converter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/UInt64Converter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/UInt64Converter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/Instances/UriConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/UriConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/Instances/UriConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/Instances/UriConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/JsonConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/JsonConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/JsonConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/JsonConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/JsonConverterAttribute.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/JsonConverterAttribute.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/JsonConverterAttribute.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/JsonConverterAttribute.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/JsonConverterFactory.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/JsonConverterFactory.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/JsonConverterFactory.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/JsonConverterFactory.cs diff --git a/src/GuestConfiguration/generated/runtime/Conversions/StringLikeConverter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/StringLikeConverter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Conversions/StringLikeConverter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Conversions/StringLikeConverter.cs diff --git a/src/GuestConfiguration/generated/runtime/Customizations/IJsonSerializable.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/IJsonSerializable.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Customizations/IJsonSerializable.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/IJsonSerializable.cs diff --git a/src/GuestConfiguration/generated/runtime/Customizations/JsonArray.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/JsonArray.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Customizations/JsonArray.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/JsonArray.cs diff --git a/src/GuestConfiguration/generated/runtime/Customizations/JsonBoolean.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/JsonBoolean.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Customizations/JsonBoolean.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/JsonBoolean.cs diff --git a/src/GuestConfiguration/generated/runtime/Customizations/JsonNode.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/JsonNode.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Customizations/JsonNode.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/JsonNode.cs diff --git a/src/GuestConfiguration/generated/runtime/Customizations/JsonNumber.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/JsonNumber.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Customizations/JsonNumber.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/JsonNumber.cs diff --git a/src/GuestConfiguration/generated/runtime/Customizations/JsonObject.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/JsonObject.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Customizations/JsonObject.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/JsonObject.cs diff --git a/src/GuestConfiguration/generated/runtime/Customizations/JsonString.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/JsonString.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Customizations/JsonString.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/JsonString.cs diff --git a/src/GuestConfiguration/generated/runtime/Customizations/XNodeArray.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/XNodeArray.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Customizations/XNodeArray.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Customizations/XNodeArray.cs diff --git a/src/GuestConfiguration/generated/runtime/Debugging.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Debugging.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Debugging.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Debugging.cs diff --git a/src/GuestConfiguration/generated/runtime/DictionaryExtensions.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/DictionaryExtensions.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/DictionaryExtensions.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/DictionaryExtensions.cs diff --git a/src/GuestConfiguration/generated/runtime/EventData.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/EventData.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/EventData.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/EventData.cs diff --git a/src/GuestConfiguration/generated/runtime/EventDataExtensions.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/EventDataExtensions.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/EventDataExtensions.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/EventDataExtensions.cs diff --git a/src/GuestConfiguration/generated/runtime/EventListener.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/EventListener.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/EventListener.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/EventListener.cs diff --git a/src/GuestConfiguration/generated/runtime/Events.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Events.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Events.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Events.cs diff --git a/src/GuestConfiguration/generated/runtime/EventsExtensions.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/EventsExtensions.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/EventsExtensions.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/EventsExtensions.cs diff --git a/src/GuestConfiguration/generated/runtime/Extensions.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Extensions.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Extensions.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Extensions.cs diff --git a/src/GuestConfiguration/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs diff --git a/src/GuestConfiguration/generated/runtime/Helpers/Extensions/TypeExtensions.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Helpers/Extensions/TypeExtensions.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Helpers/Extensions/TypeExtensions.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Helpers/Extensions/TypeExtensions.cs diff --git a/src/GuestConfiguration/generated/runtime/Helpers/Seperator.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Helpers/Seperator.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Helpers/Seperator.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Helpers/Seperator.cs diff --git a/src/GuestConfiguration/generated/runtime/Helpers/TypeDetails.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Helpers/TypeDetails.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Helpers/TypeDetails.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Helpers/TypeDetails.cs diff --git a/src/GuestConfiguration/generated/runtime/Helpers/XHelper.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Helpers/XHelper.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Helpers/XHelper.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Helpers/XHelper.cs diff --git a/src/GuestConfiguration/generated/runtime/HttpPipeline.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/HttpPipeline.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/HttpPipeline.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/HttpPipeline.cs diff --git a/src/GuestConfiguration/generated/runtime/HttpPipelineMocking.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/HttpPipelineMocking.ps1 similarity index 100% rename from src/GuestConfiguration/generated/runtime/HttpPipelineMocking.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/HttpPipelineMocking.ps1 diff --git a/src/GuestConfiguration/generated/runtime/IAssociativeArray.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/IAssociativeArray.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/IAssociativeArray.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/IAssociativeArray.cs diff --git a/src/GuestConfiguration/generated/runtime/IHeaderSerializable.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/IHeaderSerializable.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/IHeaderSerializable.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/IHeaderSerializable.cs diff --git a/src/GuestConfiguration/generated/runtime/ISendAsync.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/ISendAsync.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/ISendAsync.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/ISendAsync.cs diff --git a/src/GuestConfiguration/generated/runtime/InfoAttribute.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/InfoAttribute.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/InfoAttribute.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/InfoAttribute.cs diff --git a/src/GuestConfiguration/generated/runtime/Iso/IsoDate.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Iso/IsoDate.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Iso/IsoDate.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Iso/IsoDate.cs diff --git a/src/GuestConfiguration/generated/runtime/JsonType.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/JsonType.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/JsonType.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/JsonType.cs diff --git a/src/GuestConfiguration/generated/runtime/MessageAttribute.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/MessageAttribute.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/MessageAttribute.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/MessageAttribute.cs diff --git a/src/GuestConfiguration/generated/runtime/MessageAttributeHelper.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/MessageAttributeHelper.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/MessageAttributeHelper.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/MessageAttributeHelper.cs diff --git a/src/GuestConfiguration/generated/runtime/Method.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Method.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Method.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Method.cs diff --git a/src/GuestConfiguration/generated/runtime/Models/JsonMember.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Models/JsonMember.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Models/JsonMember.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Models/JsonMember.cs diff --git a/src/GuestConfiguration/generated/runtime/Models/JsonModel.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Models/JsonModel.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Models/JsonModel.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Models/JsonModel.cs diff --git a/src/GuestConfiguration/generated/runtime/Models/JsonModelCache.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Models/JsonModelCache.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Models/JsonModelCache.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Models/JsonModelCache.cs diff --git a/src/GuestConfiguration/generated/runtime/Nodes/Collections/JsonArray.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/Collections/JsonArray.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Nodes/Collections/JsonArray.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/Collections/JsonArray.cs diff --git a/src/GuestConfiguration/generated/runtime/Nodes/Collections/XImmutableArray.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/Collections/XImmutableArray.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Nodes/Collections/XImmutableArray.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/Collections/XImmutableArray.cs diff --git a/src/GuestConfiguration/generated/runtime/Nodes/Collections/XList.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/Collections/XList.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Nodes/Collections/XList.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/Collections/XList.cs diff --git a/src/GuestConfiguration/generated/runtime/Nodes/Collections/XNodeArray.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/Collections/XNodeArray.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Nodes/Collections/XNodeArray.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/Collections/XNodeArray.cs diff --git a/src/GuestConfiguration/generated/runtime/Nodes/Collections/XSet.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/Collections/XSet.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Nodes/Collections/XSet.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/Collections/XSet.cs diff --git a/src/GuestConfiguration/generated/runtime/Nodes/JsonBoolean.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/JsonBoolean.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Nodes/JsonBoolean.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/JsonBoolean.cs diff --git a/src/GuestConfiguration/generated/runtime/Nodes/JsonDate.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/JsonDate.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Nodes/JsonDate.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/JsonDate.cs diff --git a/src/GuestConfiguration/generated/runtime/Nodes/JsonNode.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/JsonNode.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Nodes/JsonNode.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/JsonNode.cs diff --git a/src/GuestConfiguration/generated/runtime/Nodes/JsonNumber.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/JsonNumber.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Nodes/JsonNumber.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/JsonNumber.cs diff --git a/src/GuestConfiguration/generated/runtime/Nodes/JsonObject.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/JsonObject.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Nodes/JsonObject.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/JsonObject.cs diff --git a/src/GuestConfiguration/generated/runtime/Nodes/JsonString.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/JsonString.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Nodes/JsonString.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/JsonString.cs diff --git a/src/GuestConfiguration/generated/runtime/Nodes/XBinary.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/XBinary.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Nodes/XBinary.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/XBinary.cs diff --git a/src/GuestConfiguration/generated/runtime/Nodes/XNull.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/XNull.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Nodes/XNull.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Nodes/XNull.cs diff --git a/src/GuestConfiguration/generated/runtime/Parser/Exceptions/ParseException.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Parser/Exceptions/ParseException.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Parser/Exceptions/ParseException.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Parser/Exceptions/ParseException.cs diff --git a/src/GuestConfiguration/generated/runtime/Parser/JsonParser.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Parser/JsonParser.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Parser/JsonParser.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Parser/JsonParser.cs diff --git a/src/GuestConfiguration/generated/runtime/Parser/JsonToken.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Parser/JsonToken.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Parser/JsonToken.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Parser/JsonToken.cs diff --git a/src/GuestConfiguration/generated/runtime/Parser/JsonTokenizer.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Parser/JsonTokenizer.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Parser/JsonTokenizer.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Parser/JsonTokenizer.cs diff --git a/src/GuestConfiguration/generated/runtime/Parser/Location.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Parser/Location.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Parser/Location.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Parser/Location.cs diff --git a/src/GuestConfiguration/generated/runtime/Parser/Readers/SourceReader.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Parser/Readers/SourceReader.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Parser/Readers/SourceReader.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Parser/Readers/SourceReader.cs diff --git a/src/GuestConfiguration/generated/runtime/Parser/TokenReader.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Parser/TokenReader.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Parser/TokenReader.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Parser/TokenReader.cs diff --git a/src/GuestConfiguration/generated/runtime/PipelineMocking.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/PipelineMocking.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/PipelineMocking.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/PipelineMocking.cs diff --git a/src/GuestConfiguration/generated/runtime/Properties/Resources.Designer.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Properties/Resources.Designer.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Properties/Resources.Designer.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Properties/Resources.Designer.cs diff --git a/src/GuestConfiguration/generated/runtime/Properties/Resources.resx b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Properties/Resources.resx similarity index 100% rename from src/GuestConfiguration/generated/runtime/Properties/Resources.resx rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Properties/Resources.resx diff --git a/src/GuestConfiguration/generated/runtime/Response.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Response.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Response.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Response.cs diff --git a/src/GuestConfiguration/generated/runtime/Serialization/JsonSerializer.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Serialization/JsonSerializer.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Serialization/JsonSerializer.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Serialization/JsonSerializer.cs diff --git a/src/GuestConfiguration/generated/runtime/Serialization/PropertyTransformation.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Serialization/PropertyTransformation.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Serialization/PropertyTransformation.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Serialization/PropertyTransformation.cs diff --git a/src/GuestConfiguration/generated/runtime/Serialization/SerializationOptions.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Serialization/SerializationOptions.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Serialization/SerializationOptions.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Serialization/SerializationOptions.cs diff --git a/src/GuestConfiguration/generated/runtime/SerializationMode.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/SerializationMode.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/SerializationMode.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/SerializationMode.cs diff --git a/src/GuestConfiguration/generated/runtime/TypeConverterExtensions.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/TypeConverterExtensions.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/TypeConverterExtensions.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/TypeConverterExtensions.cs diff --git a/src/GuestConfiguration/generated/runtime/UndeclaredResponseException.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/UndeclaredResponseException.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/UndeclaredResponseException.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/UndeclaredResponseException.cs diff --git a/src/GuestConfiguration/generated/runtime/Writers/JsonWriter.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Writers/JsonWriter.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/Writers/JsonWriter.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/Writers/JsonWriter.cs diff --git a/src/GuestConfiguration/generated/runtime/delegates.cs b/src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/delegates.cs similarity index 100% rename from src/GuestConfiguration/generated/runtime/delegates.cs rename to src/GuestConfiguration/GuestConfiguration.Autorest/generated/runtime/delegates.cs diff --git a/src/GuestConfiguration/how-to.md b/src/GuestConfiguration/GuestConfiguration.Autorest/how-to.md similarity index 100% rename from src/GuestConfiguration/how-to.md rename to src/GuestConfiguration/GuestConfiguration.Autorest/how-to.md diff --git a/src/GuestConfiguration/internal/Az.GuestConfiguration.internal.psm1 b/src/GuestConfiguration/GuestConfiguration.Autorest/internal/Az.GuestConfiguration.internal.psm1 similarity index 100% rename from src/GuestConfiguration/internal/Az.GuestConfiguration.internal.psm1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/internal/Az.GuestConfiguration.internal.psm1 diff --git a/src/GuestConfiguration/internal/Get-AzGuestConfigurationOperation.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/internal/Get-AzGuestConfigurationOperation.ps1 similarity index 100% rename from src/GuestConfiguration/internal/Get-AzGuestConfigurationOperation.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/internal/Get-AzGuestConfigurationOperation.ps1 diff --git a/src/GuestConfiguration/internal/ProxyCmdletDefinitions.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/internal/ProxyCmdletDefinitions.ps1 similarity index 100% rename from src/GuestConfiguration/internal/ProxyCmdletDefinitions.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/internal/ProxyCmdletDefinitions.ps1 diff --git a/src/GuestConfiguration/internal/README.md b/src/GuestConfiguration/GuestConfiguration.Autorest/internal/README.md similarity index 100% rename from src/GuestConfiguration/internal/README.md rename to src/GuestConfiguration/GuestConfiguration.Autorest/internal/README.md diff --git a/src/GuestConfiguration/internal/Remove-AzGuestConfigurationAssignment.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/internal/Remove-AzGuestConfigurationAssignment.ps1 similarity index 100% rename from src/GuestConfiguration/internal/Remove-AzGuestConfigurationAssignment.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/internal/Remove-AzGuestConfigurationAssignment.ps1 diff --git a/src/GuestConfiguration/pack-module.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/pack-module.ps1 similarity index 100% rename from src/GuestConfiguration/pack-module.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/pack-module.ps1 diff --git a/src/GuestConfiguration/run-module.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/run-module.ps1 similarity index 100% rename from src/GuestConfiguration/run-module.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/run-module.ps1 diff --git a/src/GuestConfiguration/test-module.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/test-module.ps1 similarity index 100% rename from src/GuestConfiguration/test-module.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/test-module.ps1 diff --git a/src/GuestConfiguration/test/Get-AzGuestConfigurationAssignment.Tests.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/test/Get-AzGuestConfigurationAssignment.Tests.ps1 similarity index 100% rename from src/GuestConfiguration/test/Get-AzGuestConfigurationAssignment.Tests.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/test/Get-AzGuestConfigurationAssignment.Tests.ps1 diff --git a/src/GuestConfiguration/test/Get-AzGuestConfigurationAssignmentReport.Tests.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/test/Get-AzGuestConfigurationAssignmentReport.Tests.ps1 similarity index 100% rename from src/GuestConfiguration/test/Get-AzGuestConfigurationAssignmentReport.Tests.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/test/Get-AzGuestConfigurationAssignmentReport.Tests.ps1 diff --git a/src/GuestConfiguration/test/New-AzGuestConfigurationAssignment.Tests.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/test/New-AzGuestConfigurationAssignment.Tests.ps1 similarity index 100% rename from src/GuestConfiguration/test/New-AzGuestConfigurationAssignment.Tests.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/test/New-AzGuestConfigurationAssignment.Tests.ps1 diff --git a/src/GuestConfiguration/test/README.md b/src/GuestConfiguration/GuestConfiguration.Autorest/test/README.md similarity index 100% rename from src/GuestConfiguration/test/README.md rename to src/GuestConfiguration/GuestConfiguration.Autorest/test/README.md diff --git a/src/GuestConfiguration/test/Remove-AzGuestConfigurationAssignment.Tests.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/test/Remove-AzGuestConfigurationAssignment.Tests.ps1 similarity index 100% rename from src/GuestConfiguration/test/Remove-AzGuestConfigurationAssignment.Tests.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/test/Remove-AzGuestConfigurationAssignment.Tests.ps1 diff --git a/src/GuestConfiguration/test/Test-AzGuestConfigurationAssignmentByHcrp.Tests.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/test/Test-AzGuestConfigurationAssignmentByHcrp.Tests.ps1 similarity index 100% rename from src/GuestConfiguration/test/Test-AzGuestConfigurationAssignmentByHcrp.Tests.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/test/Test-AzGuestConfigurationAssignmentByHcrp.Tests.ps1 diff --git a/src/GuestConfiguration/test/Test-AzGuestConfigurationAssignmentByVm.Recording.json b/src/GuestConfiguration/GuestConfiguration.Autorest/test/Test-AzGuestConfigurationAssignmentByVm.Recording.json similarity index 100% rename from src/GuestConfiguration/test/Test-AzGuestConfigurationAssignmentByVm.Recording.json rename to src/GuestConfiguration/GuestConfiguration.Autorest/test/Test-AzGuestConfigurationAssignmentByVm.Recording.json diff --git a/src/GuestConfiguration/test/Test-AzGuestConfigurationAssignmentByVm.Tests.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/test/Test-AzGuestConfigurationAssignmentByVm.Tests.ps1 similarity index 100% rename from src/GuestConfiguration/test/Test-AzGuestConfigurationAssignmentByVm.Tests.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/test/Test-AzGuestConfigurationAssignmentByVm.Tests.ps1 diff --git a/src/GuestConfiguration/test/Test-AzGuestConfigurationAssignmentByVmss.Tests.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/test/Test-AzGuestConfigurationAssignmentByVmss.Tests.ps1 similarity index 100% rename from src/GuestConfiguration/test/Test-AzGuestConfigurationAssignmentByVmss.Tests.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/test/Test-AzGuestConfigurationAssignmentByVmss.Tests.ps1 diff --git a/src/GuestConfiguration/test/env.json b/src/GuestConfiguration/GuestConfiguration.Autorest/test/env.json similarity index 100% rename from src/GuestConfiguration/test/env.json rename to src/GuestConfiguration/GuestConfiguration.Autorest/test/env.json diff --git a/src/GuestConfiguration/test/loadEnv.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/test/loadEnv.ps1 similarity index 100% rename from src/GuestConfiguration/test/loadEnv.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/test/loadEnv.ps1 diff --git a/src/GuestConfiguration/test/utils.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/test/utils.ps1 similarity index 100% rename from src/GuestConfiguration/test/utils.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/test/utils.ps1 diff --git a/src/GuestConfiguration/utils/Unprotect-SecureString.ps1 b/src/GuestConfiguration/GuestConfiguration.Autorest/utils/Unprotect-SecureString.ps1 similarity index 100% rename from src/GuestConfiguration/utils/Unprotect-SecureString.ps1 rename to src/GuestConfiguration/GuestConfiguration.Autorest/utils/Unprotect-SecureString.ps1 diff --git a/src/GuestConfiguration/GuestConfiguration.sln b/src/GuestConfiguration/GuestConfiguration.sln index 1e5bc5339417..edf6f051ab3e 100644 --- a/src/GuestConfiguration/GuestConfiguration.sln +++ b/src/GuestConfiguration/GuestConfiguration.sln @@ -1,104 +1,64 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30114.105 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{29AF6A31-E512-41FF-A00E-98179FDB31AD}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{B456AF88-FF70-48AE-A849-339766503DC6}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{F3E269DD-A0E8-4E9B-B4EE-DBD8F287CA76}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{23209E80-A61B-46A0-AD27-92AE9804E3ED}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{26663052-E07B-4E06-9A74-0344187594D3}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{F1519EF6-CFF4-428E-8151-DC50D3B501B7}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{42272950-4641-4EA8-BE33-47B5C1208634}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{02D9660C-C202-44F9-B59E-AC432D7518F3}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{58AAF194-5916-400D-B9A5-9439E4A975C8}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{217BD9F6-3765-4B33-8F69-3BCBF0C1DF0B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.GuestConfiguration", "Az.GuestConfiguration.csproj", "{66E5D373-9F10-4961-B988-08D2D41A46F2}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{9E476ED3-0A39-47B9-84F3-DD78024AA4BD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuestConfiguration", "GuestConfiguration\GuestConfiguration.csproj", "{96EE33AD-22F7-43B1-BF0A-2E42401ADEDE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.GuestConfiguration", "GuestConfiguration.Autorest\Az.GuestConfiguration.csproj", "{ACBD70E4-49AD-4689-B3A8-6B9FE36BD37A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU - Release|x64 = Release|x64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {29AF6A31-E512-41FF-A00E-98179FDB31AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {29AF6A31-E512-41FF-A00E-98179FDB31AD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {29AF6A31-E512-41FF-A00E-98179FDB31AD}.Debug|x64.ActiveCfg = Debug|Any CPU - {29AF6A31-E512-41FF-A00E-98179FDB31AD}.Debug|x64.Build.0 = Debug|Any CPU - {29AF6A31-E512-41FF-A00E-98179FDB31AD}.Debug|x86.ActiveCfg = Debug|Any CPU - {29AF6A31-E512-41FF-A00E-98179FDB31AD}.Debug|x86.Build.0 = Debug|Any CPU - {29AF6A31-E512-41FF-A00E-98179FDB31AD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {29AF6A31-E512-41FF-A00E-98179FDB31AD}.Release|Any CPU.Build.0 = Release|Any CPU - {29AF6A31-E512-41FF-A00E-98179FDB31AD}.Release|x64.ActiveCfg = Release|Any CPU - {29AF6A31-E512-41FF-A00E-98179FDB31AD}.Release|x64.Build.0 = Release|Any CPU - {29AF6A31-E512-41FF-A00E-98179FDB31AD}.Release|x86.ActiveCfg = Release|Any CPU - {29AF6A31-E512-41FF-A00E-98179FDB31AD}.Release|x86.Build.0 = Release|Any CPU - {F3E269DD-A0E8-4E9B-B4EE-DBD8F287CA76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F3E269DD-A0E8-4E9B-B4EE-DBD8F287CA76}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F3E269DD-A0E8-4E9B-B4EE-DBD8F287CA76}.Debug|x64.ActiveCfg = Debug|Any CPU - {F3E269DD-A0E8-4E9B-B4EE-DBD8F287CA76}.Debug|x64.Build.0 = Debug|Any CPU - {F3E269DD-A0E8-4E9B-B4EE-DBD8F287CA76}.Debug|x86.ActiveCfg = Debug|Any CPU - {F3E269DD-A0E8-4E9B-B4EE-DBD8F287CA76}.Debug|x86.Build.0 = Debug|Any CPU - {F3E269DD-A0E8-4E9B-B4EE-DBD8F287CA76}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F3E269DD-A0E8-4E9B-B4EE-DBD8F287CA76}.Release|Any CPU.Build.0 = Release|Any CPU - {F3E269DD-A0E8-4E9B-B4EE-DBD8F287CA76}.Release|x64.ActiveCfg = Release|Any CPU - {F3E269DD-A0E8-4E9B-B4EE-DBD8F287CA76}.Release|x64.Build.0 = Release|Any CPU - {F3E269DD-A0E8-4E9B-B4EE-DBD8F287CA76}.Release|x86.ActiveCfg = Release|Any CPU - {F3E269DD-A0E8-4E9B-B4EE-DBD8F287CA76}.Release|x86.Build.0 = Release|Any CPU - {26663052-E07B-4E06-9A74-0344187594D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {26663052-E07B-4E06-9A74-0344187594D3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {26663052-E07B-4E06-9A74-0344187594D3}.Debug|x64.ActiveCfg = Debug|Any CPU - {26663052-E07B-4E06-9A74-0344187594D3}.Debug|x64.Build.0 = Debug|Any CPU - {26663052-E07B-4E06-9A74-0344187594D3}.Debug|x86.ActiveCfg = Debug|Any CPU - {26663052-E07B-4E06-9A74-0344187594D3}.Debug|x86.Build.0 = Debug|Any CPU - {26663052-E07B-4E06-9A74-0344187594D3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {26663052-E07B-4E06-9A74-0344187594D3}.Release|Any CPU.Build.0 = Release|Any CPU - {26663052-E07B-4E06-9A74-0344187594D3}.Release|x64.ActiveCfg = Release|Any CPU - {26663052-E07B-4E06-9A74-0344187594D3}.Release|x64.Build.0 = Release|Any CPU - {26663052-E07B-4E06-9A74-0344187594D3}.Release|x86.ActiveCfg = Release|Any CPU - {26663052-E07B-4E06-9A74-0344187594D3}.Release|x86.Build.0 = Release|Any CPU - {42272950-4641-4EA8-BE33-47B5C1208634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {42272950-4641-4EA8-BE33-47B5C1208634}.Debug|Any CPU.Build.0 = Debug|Any CPU - {42272950-4641-4EA8-BE33-47B5C1208634}.Debug|x64.ActiveCfg = Debug|Any CPU - {42272950-4641-4EA8-BE33-47B5C1208634}.Debug|x64.Build.0 = Debug|Any CPU - {42272950-4641-4EA8-BE33-47B5C1208634}.Debug|x86.ActiveCfg = Debug|Any CPU - {42272950-4641-4EA8-BE33-47B5C1208634}.Debug|x86.Build.0 = Debug|Any CPU - {42272950-4641-4EA8-BE33-47B5C1208634}.Release|Any CPU.ActiveCfg = Release|Any CPU - {42272950-4641-4EA8-BE33-47B5C1208634}.Release|Any CPU.Build.0 = Release|Any CPU - {42272950-4641-4EA8-BE33-47B5C1208634}.Release|x64.ActiveCfg = Release|Any CPU - {42272950-4641-4EA8-BE33-47B5C1208634}.Release|x64.Build.0 = Release|Any CPU - {42272950-4641-4EA8-BE33-47B5C1208634}.Release|x86.ActiveCfg = Release|Any CPU - {42272950-4641-4EA8-BE33-47B5C1208634}.Release|x86.Build.0 = Release|Any CPU - {58AAF194-5916-400D-B9A5-9439E4A975C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {58AAF194-5916-400D-B9A5-9439E4A975C8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {58AAF194-5916-400D-B9A5-9439E4A975C8}.Debug|x64.ActiveCfg = Debug|Any CPU - {58AAF194-5916-400D-B9A5-9439E4A975C8}.Debug|x64.Build.0 = Debug|Any CPU - {58AAF194-5916-400D-B9A5-9439E4A975C8}.Debug|x86.ActiveCfg = Debug|Any CPU - {58AAF194-5916-400D-B9A5-9439E4A975C8}.Debug|x86.Build.0 = Debug|Any CPU - {58AAF194-5916-400D-B9A5-9439E4A975C8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {58AAF194-5916-400D-B9A5-9439E4A975C8}.Release|Any CPU.Build.0 = Release|Any CPU - {58AAF194-5916-400D-B9A5-9439E4A975C8}.Release|x64.ActiveCfg = Release|Any CPU - {58AAF194-5916-400D-B9A5-9439E4A975C8}.Release|x64.Build.0 = Release|Any CPU - {58AAF194-5916-400D-B9A5-9439E4A975C8}.Release|x86.ActiveCfg = Release|Any CPU - {58AAF194-5916-400D-B9A5-9439E4A975C8}.Release|x86.Build.0 = Release|Any CPU - {66E5D373-9F10-4961-B988-08D2D41A46F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {66E5D373-9F10-4961-B988-08D2D41A46F2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {66E5D373-9F10-4961-B988-08D2D41A46F2}.Debug|x64.ActiveCfg = Debug|Any CPU - {66E5D373-9F10-4961-B988-08D2D41A46F2}.Debug|x64.Build.0 = Debug|Any CPU - {66E5D373-9F10-4961-B988-08D2D41A46F2}.Debug|x86.ActiveCfg = Debug|Any CPU - {66E5D373-9F10-4961-B988-08D2D41A46F2}.Debug|x86.Build.0 = Debug|Any CPU - {66E5D373-9F10-4961-B988-08D2D41A46F2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {66E5D373-9F10-4961-B988-08D2D41A46F2}.Release|Any CPU.Build.0 = Release|Any CPU - {66E5D373-9F10-4961-B988-08D2D41A46F2}.Release|x64.ActiveCfg = Release|Any CPU - {66E5D373-9F10-4961-B988-08D2D41A46F2}.Release|x64.Build.0 = Release|Any CPU - {66E5D373-9F10-4961-B988-08D2D41A46F2}.Release|x86.ActiveCfg = Release|Any CPU - {66E5D373-9F10-4961-B988-08D2D41A46F2}.Release|x86.Build.0 = Release|Any CPU + {B456AF88-FF70-48AE-A849-339766503DC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B456AF88-FF70-48AE-A849-339766503DC6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B456AF88-FF70-48AE-A849-339766503DC6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B456AF88-FF70-48AE-A849-339766503DC6}.Release|Any CPU.Build.0 = Release|Any CPU + {23209E80-A61B-46A0-AD27-92AE9804E3ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {23209E80-A61B-46A0-AD27-92AE9804E3ED}.Debug|Any CPU.Build.0 = Debug|Any CPU + {23209E80-A61B-46A0-AD27-92AE9804E3ED}.Release|Any CPU.ActiveCfg = Release|Any CPU + {23209E80-A61B-46A0-AD27-92AE9804E3ED}.Release|Any CPU.Build.0 = Release|Any CPU + {F1519EF6-CFF4-428E-8151-DC50D3B501B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F1519EF6-CFF4-428E-8151-DC50D3B501B7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F1519EF6-CFF4-428E-8151-DC50D3B501B7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F1519EF6-CFF4-428E-8151-DC50D3B501B7}.Release|Any CPU.Build.0 = Release|Any CPU + {02D9660C-C202-44F9-B59E-AC432D7518F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {02D9660C-C202-44F9-B59E-AC432D7518F3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {02D9660C-C202-44F9-B59E-AC432D7518F3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {02D9660C-C202-44F9-B59E-AC432D7518F3}.Release|Any CPU.Build.0 = Release|Any CPU + {217BD9F6-3765-4B33-8F69-3BCBF0C1DF0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {217BD9F6-3765-4B33-8F69-3BCBF0C1DF0B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {217BD9F6-3765-4B33-8F69-3BCBF0C1DF0B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {217BD9F6-3765-4B33-8F69-3BCBF0C1DF0B}.Release|Any CPU.Build.0 = Release|Any CPU + {9E476ED3-0A39-47B9-84F3-DD78024AA4BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9E476ED3-0A39-47B9-84F3-DD78024AA4BD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9E476ED3-0A39-47B9-84F3-DD78024AA4BD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9E476ED3-0A39-47B9-84F3-DD78024AA4BD}.Release|Any CPU.Build.0 = Release|Any CPU + {96EE33AD-22F7-43B1-BF0A-2E42401ADEDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {96EE33AD-22F7-43B1-BF0A-2E42401ADEDE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {96EE33AD-22F7-43B1-BF0A-2E42401ADEDE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {96EE33AD-22F7-43B1-BF0A-2E42401ADEDE}.Release|Any CPU.Build.0 = Release|Any CPU + {ACBD70E4-49AD-4689-B3A8-6B9FE36BD37A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {ACBD70E4-49AD-4689-B3A8-6B9FE36BD37A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {ACBD70E4-49AD-4689-B3A8-6B9FE36BD37A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {ACBD70E4-49AD-4689-B3A8-6B9FE36BD37A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal diff --git a/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 b/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 new file mode 100644 index 000000000000..8ecee9cde895 --- /dev/null +++ b/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 @@ -0,0 +1,136 @@ +# +# Module manifest for module 'Az.GuestConfiguration' +# +# Generated by: Microsoft Corporation +# +# Generated on: 11/3/2023 +# + +@{ + +# Script module or binary module file associated with this manifest. +# RootModule = '' + +# Version number of this module. +ModuleVersion = '0.11.0' + +# Supported PSEditions +CompatiblePSEditions = 'Core', 'Desktop' + +# ID used to uniquely identify this module +GUID = 'f2042330-dd50-496f-aac0-69f27fd54f2a' + +# Author of this module +Author = 'Microsoft Corporation' + +# Company or vendor of this module +CompanyName = 'Microsoft Corporation' + +# Copyright statement for this module +Copyright = 'Microsoft Corporation. All rights reserved.' + +# Description of the functionality provided by this module +Description = 'Microsoft Azure PowerShell: GuestConfiguration cmdlets' + +# Minimum version of the PowerShell engine required by this module +PowerShellVersion = '5.1' + +# Name of the PowerShell host required by this module +# PowerShellHostName = '' + +# Minimum version of the PowerShell host required by this module +# PowerShellHostVersion = '' + +# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. +DotNetFrameworkVersion = '4.7.2' + +# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. +# ClrVersion = '' + +# Processor architecture (None, X86, Amd64) required by this module +# ProcessorArchitecture = '' + +# Modules that must be imported into the global environment prior to importing this module +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.8.0'; }) + +# Assemblies that must be loaded prior to importing this module +RequiredAssemblies = + 'GuestConfiguration.Autorest/bin/Az.GuestConfiguration.private.dll' + +# Script files (.ps1) that are run in the caller's environment prior to importing this module. +# ScriptsToProcess = @() + +# Type files (.ps1xml) to be loaded when importing this module +# TypesToProcess = @() + +# Format files (.ps1xml) to be loaded when importing this module +FormatsToProcess = 'GuestConfiguration.Autorest/Az.GuestConfiguration.format.ps1xml' + +# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess +NestedModules = @('GuestConfiguration.Autorest/Az.GuestConfiguration.psm1') + +# 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. +FunctionsToExport = 'Get-AzGuestConfigurationAssignment', + 'Get-AzGuestConfigurationAssignmentReport', + 'New-AzGuestConfigurationAssignment', + 'Remove-AzGuestConfigurationAssignment' + +# 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. +CmdletsToExport = @() + +# Variables to export from this module +VariablesToExport = '*' + +# Aliases 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 aliases to export. +AliasesToExport = '*' + +# DSC resources to export from this module +# DscResourcesToExport = @() + +# List of all modules packaged with this module +# ModuleList = @() + +# List of all files packaged with this module +# FileList = @() + +# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. +PrivateData = @{ + + PSData = @{ + + # Tags applied to this module. These help with module discovery in online galleries. + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'GuestConfiguration' + + # A URL to the license for this module. + LicenseUri = 'https://aka.ms/azps-license' + + # A URL to the main website for this project. + ProjectUri = 'https://github.com/Azure/azure-powershell' + + # A URL to an icon representing this module. + # IconUri = '' + + # ReleaseNotes of this module + ReleaseNotes = '* Converted Az.GuestConfiguration to generated module' + + # Prerelease string of this module + # Prerelease = '' + + # Flag to indicate whether the module requires explicit user acceptance for install/update/save + # RequireLicenseAcceptance = $false + + # External dependent modules of this module + # ExternalModuleDependencies = @() + + } # End of PSData hashtable + +} # End of PrivateData hashtable + +# HelpInfo URI of this module +# HelpInfoURI = '' + +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. +# DefaultCommandPrefix = '' + +} + diff --git a/src/GuestConfiguration/ChangeLog.md b/src/GuestConfiguration/GuestConfiguration/ChangeLog.md similarity index 100% rename from src/GuestConfiguration/ChangeLog.md rename to src/GuestConfiguration/GuestConfiguration/ChangeLog.md diff --git a/src/GuestConfiguration/GuestConfiguration/GuestConfiguration.csproj b/src/GuestConfiguration/GuestConfiguration/GuestConfiguration.csproj new file mode 100644 index 000000000000..5eee76e034c9 --- /dev/null +++ b/src/GuestConfiguration/GuestConfiguration/GuestConfiguration.csproj @@ -0,0 +1,28 @@ + + + + + + + GuestConfiguration + + + + netstandard2.0 + $(AzAssemblyPrefix)$(PsModuleName) + $(AzAssemblyPrefix)$(PsModuleName) + true + false + $(RepoArtifacts)$(Configuration)\Az.$(PsModuleName)\ + $(OutputPath) + + + + + + + + + + + diff --git a/src/GuestConfiguration/Properties/AssemblyInfo.cs b/src/GuestConfiguration/GuestConfiguration/Properties/AssemblyInfo.cs similarity index 100% rename from src/GuestConfiguration/Properties/AssemblyInfo.cs rename to src/GuestConfiguration/GuestConfiguration/Properties/AssemblyInfo.cs diff --git a/src/GuestConfiguration/UX/Microsoft.Compute/virtualMachineScaleSets-guestConfigurationAssignments-reports.json b/src/GuestConfiguration/GuestConfiguration/UX/Microsoft.Compute/virtualMachineScaleSets-guestConfigurationAssignments-reports.json similarity index 100% rename from src/GuestConfiguration/UX/Microsoft.Compute/virtualMachineScaleSets-guestConfigurationAssignments-reports.json rename to src/GuestConfiguration/GuestConfiguration/UX/Microsoft.Compute/virtualMachineScaleSets-guestConfigurationAssignments-reports.json diff --git a/src/GuestConfiguration/UX/Microsoft.Compute/virtualMachineScaleSets-guestConfigurationAssignments.json b/src/GuestConfiguration/GuestConfiguration/UX/Microsoft.Compute/virtualMachineScaleSets-guestConfigurationAssignments.json similarity index 100% rename from src/GuestConfiguration/UX/Microsoft.Compute/virtualMachineScaleSets-guestConfigurationAssignments.json rename to src/GuestConfiguration/GuestConfiguration/UX/Microsoft.Compute/virtualMachineScaleSets-guestConfigurationAssignments.json diff --git a/src/GuestConfiguration/UX/Microsoft.Compute/virtualMachines-guestConfigurationAssignments-reports.json b/src/GuestConfiguration/GuestConfiguration/UX/Microsoft.Compute/virtualMachines-guestConfigurationAssignments-reports.json similarity index 100% rename from src/GuestConfiguration/UX/Microsoft.Compute/virtualMachines-guestConfigurationAssignments-reports.json rename to src/GuestConfiguration/GuestConfiguration/UX/Microsoft.Compute/virtualMachines-guestConfigurationAssignments-reports.json diff --git a/src/GuestConfiguration/UX/Microsoft.Compute/virtualMachines-guestConfigurationAssignments.json b/src/GuestConfiguration/GuestConfiguration/UX/Microsoft.Compute/virtualMachines-guestConfigurationAssignments.json similarity index 100% rename from src/GuestConfiguration/UX/Microsoft.Compute/virtualMachines-guestConfigurationAssignments.json rename to src/GuestConfiguration/GuestConfiguration/UX/Microsoft.Compute/virtualMachines-guestConfigurationAssignments.json diff --git a/src/GuestConfiguration/UX/Microsoft.HybridCompute/machines-guestConfigurationAssignments-reports.json b/src/GuestConfiguration/GuestConfiguration/UX/Microsoft.HybridCompute/machines-guestConfigurationAssignments-reports.json similarity index 100% rename from src/GuestConfiguration/UX/Microsoft.HybridCompute/machines-guestConfigurationAssignments-reports.json rename to src/GuestConfiguration/GuestConfiguration/UX/Microsoft.HybridCompute/machines-guestConfigurationAssignments-reports.json diff --git a/src/GuestConfiguration/UX/Microsoft.HybridCompute/machines-guestConfigurationAssignments.json b/src/GuestConfiguration/GuestConfiguration/UX/Microsoft.HybridCompute/machines-guestConfigurationAssignments.json similarity index 100% rename from src/GuestConfiguration/UX/Microsoft.HybridCompute/machines-guestConfigurationAssignments.json rename to src/GuestConfiguration/GuestConfiguration/UX/Microsoft.HybridCompute/machines-guestConfigurationAssignments.json diff --git a/src/GuestConfiguration/help/Az.GuestConfiguration.md b/src/GuestConfiguration/GuestConfiguration/help/Az.GuestConfiguration.md similarity index 100% rename from src/GuestConfiguration/help/Az.GuestConfiguration.md rename to src/GuestConfiguration/GuestConfiguration/help/Az.GuestConfiguration.md diff --git a/src/GuestConfiguration/help/Get-AzGuestConfigurationAssignment.md b/src/GuestConfiguration/GuestConfiguration/help/Get-AzGuestConfigurationAssignment.md similarity index 100% rename from src/GuestConfiguration/help/Get-AzGuestConfigurationAssignment.md rename to src/GuestConfiguration/GuestConfiguration/help/Get-AzGuestConfigurationAssignment.md diff --git a/src/GuestConfiguration/help/Get-AzGuestConfigurationAssignmentReport.md b/src/GuestConfiguration/GuestConfiguration/help/Get-AzGuestConfigurationAssignmentReport.md similarity index 100% rename from src/GuestConfiguration/help/Get-AzGuestConfigurationAssignmentReport.md rename to src/GuestConfiguration/GuestConfiguration/help/Get-AzGuestConfigurationAssignmentReport.md diff --git a/src/GuestConfiguration/help/New-AzGuestConfigurationAssignment.md b/src/GuestConfiguration/GuestConfiguration/help/New-AzGuestConfigurationAssignment.md similarity index 100% rename from src/GuestConfiguration/help/New-AzGuestConfigurationAssignment.md rename to src/GuestConfiguration/GuestConfiguration/help/New-AzGuestConfigurationAssignment.md diff --git a/src/GuestConfiguration/help/Remove-AzGuestConfigurationAssignment.md b/src/GuestConfiguration/GuestConfiguration/help/Remove-AzGuestConfigurationAssignment.md similarity index 100% rename from src/GuestConfiguration/help/Remove-AzGuestConfigurationAssignment.md rename to src/GuestConfiguration/GuestConfiguration/help/Remove-AzGuestConfigurationAssignment.md diff --git a/src/HanaOnAzure/Az.HanaOnAzure.csproj b/src/HanaOnAzure/HanaOnAzure.Autorest/Az.HanaOnAzure.csproj similarity index 57% rename from src/HanaOnAzure/Az.HanaOnAzure.csproj rename to src/HanaOnAzure/HanaOnAzure.Autorest/Az.HanaOnAzure.csproj index d9181f62ca55..937742d3ee7b 100644 --- a/src/HanaOnAzure/Az.HanaOnAzure.csproj +++ b/src/HanaOnAzure/HanaOnAzure.Autorest/Az.HanaOnAzure.csproj @@ -1,9 +1,10 @@ HanaOnAzure + HanaOnAzure - + diff --git a/src/HanaOnAzure/Az.HanaOnAzure.format.ps1xml b/src/HanaOnAzure/HanaOnAzure.Autorest/Az.HanaOnAzure.format.ps1xml similarity index 100% rename from src/HanaOnAzure/Az.HanaOnAzure.format.ps1xml rename to src/HanaOnAzure/HanaOnAzure.Autorest/Az.HanaOnAzure.format.ps1xml diff --git a/src/HanaOnAzure/Az.HanaOnAzure.psd1 b/src/HanaOnAzure/HanaOnAzure.Autorest/Az.HanaOnAzure.psd1 similarity index 100% rename from src/HanaOnAzure/Az.HanaOnAzure.psd1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/Az.HanaOnAzure.psd1 diff --git a/src/HanaOnAzure/Az.HanaOnAzure.psm1 b/src/HanaOnAzure/HanaOnAzure.Autorest/Az.HanaOnAzure.psm1 similarity index 100% rename from src/HanaOnAzure/Az.HanaOnAzure.psm1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/Az.HanaOnAzure.psm1 diff --git a/src/HanaOnAzure/MSSharedLibKey.snk b/src/HanaOnAzure/HanaOnAzure.Autorest/MSSharedLibKey.snk similarity index 100% rename from src/HanaOnAzure/MSSharedLibKey.snk rename to src/HanaOnAzure/HanaOnAzure.Autorest/MSSharedLibKey.snk diff --git a/src/HanaOnAzure/README.md b/src/HanaOnAzure/HanaOnAzure.Autorest/README.md similarity index 100% rename from src/HanaOnAzure/README.md rename to src/HanaOnAzure/HanaOnAzure.Autorest/README.md diff --git a/src/HanaOnAzure/build-module.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/build-module.ps1 similarity index 100% rename from src/HanaOnAzure/build-module.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/build-module.ps1 diff --git a/src/HanaOnAzure/check-dependencies.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/check-dependencies.ps1 similarity index 100% rename from src/HanaOnAzure/check-dependencies.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/check-dependencies.ps1 diff --git a/src/HanaOnAzure/custom/Az.HanaOnAzure.custom.psm1 b/src/HanaOnAzure/HanaOnAzure.Autorest/custom/Az.HanaOnAzure.custom.psm1 similarity index 100% rename from src/HanaOnAzure/custom/Az.HanaOnAzure.custom.psm1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/custom/Az.HanaOnAzure.custom.psm1 diff --git a/src/HanaOnAzure/custom/New-AzSapMonitorProviderInstance.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/custom/New-AzSapMonitorProviderInstance.ps1 similarity index 100% rename from src/HanaOnAzure/custom/New-AzSapMonitorProviderInstance.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/custom/New-AzSapMonitorProviderInstance.ps1 diff --git a/src/HanaOnAzure/custom/README.md b/src/HanaOnAzure/HanaOnAzure.Autorest/custom/README.md similarity index 100% rename from src/HanaOnAzure/custom/README.md rename to src/HanaOnAzure/HanaOnAzure.Autorest/custom/README.md diff --git a/src/HanaOnAzure/examples/Get-AzSapMonitor.md b/src/HanaOnAzure/HanaOnAzure.Autorest/examples/Get-AzSapMonitor.md similarity index 100% rename from src/HanaOnAzure/examples/Get-AzSapMonitor.md rename to src/HanaOnAzure/HanaOnAzure.Autorest/examples/Get-AzSapMonitor.md diff --git a/src/HanaOnAzure/examples/Get-AzSapMonitorProviderInstance.md b/src/HanaOnAzure/HanaOnAzure.Autorest/examples/Get-AzSapMonitorProviderInstance.md similarity index 100% rename from src/HanaOnAzure/examples/Get-AzSapMonitorProviderInstance.md rename to src/HanaOnAzure/HanaOnAzure.Autorest/examples/Get-AzSapMonitorProviderInstance.md diff --git a/src/HanaOnAzure/examples/New-AzSapMonitor.md b/src/HanaOnAzure/HanaOnAzure.Autorest/examples/New-AzSapMonitor.md similarity index 100% rename from src/HanaOnAzure/examples/New-AzSapMonitor.md rename to src/HanaOnAzure/HanaOnAzure.Autorest/examples/New-AzSapMonitor.md diff --git a/src/HanaOnAzure/examples/New-AzSapMonitorProviderInstance.md b/src/HanaOnAzure/HanaOnAzure.Autorest/examples/New-AzSapMonitorProviderInstance.md similarity index 100% rename from src/HanaOnAzure/examples/New-AzSapMonitorProviderInstance.md rename to src/HanaOnAzure/HanaOnAzure.Autorest/examples/New-AzSapMonitorProviderInstance.md diff --git a/src/HanaOnAzure/examples/Remove-AzSapMonitor.md b/src/HanaOnAzure/HanaOnAzure.Autorest/examples/Remove-AzSapMonitor.md similarity index 100% rename from src/HanaOnAzure/examples/Remove-AzSapMonitor.md rename to src/HanaOnAzure/HanaOnAzure.Autorest/examples/Remove-AzSapMonitor.md diff --git a/src/HanaOnAzure/examples/Remove-AzSapMonitorProviderInstance.md b/src/HanaOnAzure/HanaOnAzure.Autorest/examples/Remove-AzSapMonitorProviderInstance.md similarity index 100% rename from src/HanaOnAzure/examples/Remove-AzSapMonitorProviderInstance.md rename to src/HanaOnAzure/HanaOnAzure.Autorest/examples/Remove-AzSapMonitorProviderInstance.md diff --git a/src/HanaOnAzure/examples/Update-AzSapMonitor.md b/src/HanaOnAzure/HanaOnAzure.Autorest/examples/Update-AzSapMonitor.md similarity index 100% rename from src/HanaOnAzure/examples/Update-AzSapMonitor.md rename to src/HanaOnAzure/HanaOnAzure.Autorest/examples/Update-AzSapMonitor.md diff --git a/src/HanaOnAzure/export-surface.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/export-surface.ps1 similarity index 100% rename from src/HanaOnAzure/export-surface.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/export-surface.ps1 diff --git a/src/HanaOnAzure/exports/Get-AzSapMonitor.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/exports/Get-AzSapMonitor.ps1 similarity index 100% rename from src/HanaOnAzure/exports/Get-AzSapMonitor.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/exports/Get-AzSapMonitor.ps1 diff --git a/src/HanaOnAzure/exports/Get-AzSapMonitorProviderInstance.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/exports/Get-AzSapMonitorProviderInstance.ps1 similarity index 100% rename from src/HanaOnAzure/exports/Get-AzSapMonitorProviderInstance.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/exports/Get-AzSapMonitorProviderInstance.ps1 diff --git a/src/HanaOnAzure/exports/New-AzSapMonitor.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/exports/New-AzSapMonitor.ps1 similarity index 100% rename from src/HanaOnAzure/exports/New-AzSapMonitor.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/exports/New-AzSapMonitor.ps1 diff --git a/src/HanaOnAzure/exports/New-AzSapMonitorProviderInstance.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/exports/New-AzSapMonitorProviderInstance.ps1 similarity index 100% rename from src/HanaOnAzure/exports/New-AzSapMonitorProviderInstance.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/exports/New-AzSapMonitorProviderInstance.ps1 diff --git a/src/HanaOnAzure/exports/ProxyCmdletDefinitions.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/exports/ProxyCmdletDefinitions.ps1 similarity index 100% rename from src/HanaOnAzure/exports/ProxyCmdletDefinitions.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/exports/ProxyCmdletDefinitions.ps1 diff --git a/src/HanaOnAzure/exports/README.md b/src/HanaOnAzure/HanaOnAzure.Autorest/exports/README.md similarity index 100% rename from src/HanaOnAzure/exports/README.md rename to src/HanaOnAzure/HanaOnAzure.Autorest/exports/README.md diff --git a/src/HanaOnAzure/exports/Remove-AzSapMonitor.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/exports/Remove-AzSapMonitor.ps1 similarity index 100% rename from src/HanaOnAzure/exports/Remove-AzSapMonitor.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/exports/Remove-AzSapMonitor.ps1 diff --git a/src/HanaOnAzure/exports/Remove-AzSapMonitorProviderInstance.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/exports/Remove-AzSapMonitorProviderInstance.ps1 similarity index 100% rename from src/HanaOnAzure/exports/Remove-AzSapMonitorProviderInstance.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/exports/Remove-AzSapMonitorProviderInstance.ps1 diff --git a/src/HanaOnAzure/exports/Update-AzSapMonitor.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/exports/Update-AzSapMonitor.ps1 similarity index 100% rename from src/HanaOnAzure/exports/Update-AzSapMonitor.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/exports/Update-AzSapMonitor.ps1 diff --git a/src/HanaOnAzure/generate-help.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/generate-help.ps1 similarity index 100% rename from src/HanaOnAzure/generate-help.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/generate-help.ps1 diff --git a/src/HanaOnAzure/generate-info.json b/src/HanaOnAzure/HanaOnAzure.Autorest/generate-info.json similarity index 100% rename from src/HanaOnAzure/generate-info.json rename to src/HanaOnAzure/HanaOnAzure.Autorest/generate-info.json diff --git a/src/HanaOnAzure/generated/Module.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/Module.cs similarity index 100% rename from src/HanaOnAzure/generated/Module.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/Module.cs diff --git a/src/HanaOnAzure/generated/api/HanaOnAzure.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/HanaOnAzure.cs similarity index 100% rename from src/HanaOnAzure/generated/api/HanaOnAzure.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/HanaOnAzure.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/ProxyResource.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/ProxyResource.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/ProxyResource.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/ProxyResource.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/ProxyResource.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/ProxyResource.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/ProxyResource.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/ProxyResource.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/ProxyResource.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/ProxyResource.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/ProxyResource.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/ProxyResource.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/ProxyResource.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/ProxyResource.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/ProxyResource.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/ProxyResource.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/Resource.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/Resource.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/Resource.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/Resource.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/Resource.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/Resource.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/Resource.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/Resource.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/Resource.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/Resource.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/Resource.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/Resource.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/Resource.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/Resource.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/Resource.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/Resource.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/TrackedResource.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResource.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/TrackedResource.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResource.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/TrackedResource.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResource.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/TrackedResource.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResource.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/TrackedResource.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResource.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/TrackedResource.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResource.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/TrackedResource.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResource.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/TrackedResource.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResource.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/TrackedResourceTags.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResourceTags.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/TrackedResourceTags.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResourceTags.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/TrackedResourceTags.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResourceTags.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/TrackedResourceTags.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResourceTags.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/TrackedResourceTags.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResourceTags.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/TrackedResourceTags.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResourceTags.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/TrackedResourceTags.dictionary.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResourceTags.dictionary.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/TrackedResourceTags.dictionary.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResourceTags.dictionary.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api10/TrackedResourceTags.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResourceTags.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api10/TrackedResourceTags.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api10/TrackedResourceTags.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/AccessPolicyEntry.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/AccessPolicyEntry.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/AccessPolicyEntry.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/AccessPolicyEntry.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/AccessPolicyEntry.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/AccessPolicyEntry.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/AccessPolicyEntry.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/AccessPolicyEntry.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/AccessPolicyEntry.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/AccessPolicyEntry.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/AccessPolicyEntry.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/AccessPolicyEntry.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/AccessPolicyEntry.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/AccessPolicyEntry.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/AccessPolicyEntry.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/AccessPolicyEntry.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/CheckNameAvailabilityResult.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/CheckNameAvailabilityResult.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/CheckNameAvailabilityResult.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/CheckNameAvailabilityResult.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/CheckNameAvailabilityResult.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/CheckNameAvailabilityResult.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/CheckNameAvailabilityResult.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/CheckNameAvailabilityResult.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/CheckNameAvailabilityResult.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/CheckNameAvailabilityResult.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/CheckNameAvailabilityResult.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/CheckNameAvailabilityResult.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/CheckNameAvailabilityResult.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/CheckNameAvailabilityResult.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/CheckNameAvailabilityResult.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/CheckNameAvailabilityResult.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVault.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVault.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVault.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVault.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVault.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVault.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVault.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVault.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVault.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVault.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVault.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVault.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVault.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVault.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVault.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVault.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultListResult.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultListResult.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultListResult.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultListResult.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultListResult.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultListResult.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultListResult.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultListResult.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultListResult.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultListResult.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultListResult.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultListResult.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultListResult.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultListResult.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultListResult.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultListResult.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultProperties.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultProperties.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultProperties.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultProperties.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultProperties.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultProperties.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultProperties.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultProperties.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultProperties.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultProperties.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultProperties.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultProperties.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultProperties.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultProperties.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultProperties.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultProperties.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.dictionary.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.dictionary.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.dictionary.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.dictionary.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/DeletedVaultPropertiesTags.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/Permissions.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Permissions.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/Permissions.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Permissions.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/Permissions.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Permissions.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/Permissions.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Permissions.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/Permissions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Permissions.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/Permissions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Permissions.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/Permissions.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Permissions.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/Permissions.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Permissions.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/ResourceAutoGenerated.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceAutoGenerated.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/ResourceAutoGenerated.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceAutoGenerated.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/ResourceAutoGenerated.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceAutoGenerated.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/ResourceAutoGenerated.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceAutoGenerated.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/ResourceAutoGenerated.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceAutoGenerated.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/ResourceAutoGenerated.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceAutoGenerated.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/ResourceAutoGenerated.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceAutoGenerated.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/ResourceAutoGenerated.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceAutoGenerated.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/ResourceListResult.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceListResult.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/ResourceListResult.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceListResult.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/ResourceListResult.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceListResult.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/ResourceListResult.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceListResult.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/ResourceListResult.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceListResult.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/ResourceListResult.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceListResult.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/ResourceListResult.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceListResult.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/ResourceListResult.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceListResult.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/ResourceTags.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceTags.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/ResourceTags.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceTags.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/ResourceTags.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceTags.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/ResourceTags.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceTags.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/ResourceTags.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceTags.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/ResourceTags.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceTags.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/ResourceTags.dictionary.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceTags.dictionary.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/ResourceTags.dictionary.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceTags.dictionary.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/ResourceTags.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceTags.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/ResourceTags.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/ResourceTags.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/Sku.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Sku.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/Sku.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Sku.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/Sku.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Sku.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/Sku.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Sku.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/Sku.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Sku.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/Sku.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Sku.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/Sku.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Sku.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/Sku.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Sku.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/Vault.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Vault.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/Vault.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Vault.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/Vault.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Vault.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/Vault.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Vault.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/Vault.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Vault.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/Vault.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Vault.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/Vault.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Vault.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/Vault.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/Vault.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyParameters.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyParameters.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyParameters.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyParameters.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyParameters.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyParameters.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyParameters.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyParameters.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyParameters.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyParameters.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyParameters.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyParameters.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyParameters.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyParameters.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyParameters.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyParameters.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyProperties.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyProperties.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyProperties.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyProperties.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyProperties.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyProperties.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyProperties.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyProperties.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyProperties.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyProperties.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyProperties.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyProperties.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyProperties.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyProperties.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultAccessPolicyProperties.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultAccessPolicyProperties.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCheckNameAvailabilityParameters.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParameters.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.dictionary.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.dictionary.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.dictionary.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.dictionary.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultCreateOrUpdateParametersTags.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultListResult.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultListResult.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultListResult.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultListResult.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultListResult.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultListResult.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultListResult.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultListResult.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultListResult.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultListResult.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultListResult.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultListResult.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultListResult.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultListResult.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultListResult.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultListResult.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParameters.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParameters.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParameters.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParameters.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParameters.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParameters.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParameters.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParameters.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParameters.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParameters.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParameters.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParameters.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParameters.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParameters.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParameters.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParameters.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParametersTags.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParametersTags.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParametersTags.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParametersTags.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParametersTags.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParametersTags.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParametersTags.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParametersTags.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParametersTags.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParametersTags.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParametersTags.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParametersTags.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParametersTags.dictionary.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParametersTags.dictionary.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParametersTags.dictionary.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParametersTags.dictionary.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParametersTags.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParametersTags.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchParametersTags.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchParametersTags.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchProperties.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchProperties.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchProperties.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchProperties.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchProperties.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchProperties.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchProperties.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchProperties.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchProperties.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchProperties.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchProperties.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchProperties.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchProperties.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchProperties.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultPatchProperties.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultPatchProperties.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultProperties.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultProperties.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultProperties.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultProperties.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultProperties.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultProperties.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultProperties.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultProperties.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultProperties.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultProperties.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultProperties.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultProperties.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20161001/VaultProperties.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultProperties.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20161001/VaultProperties.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20161001/VaultProperties.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/CloudError.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudError.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/CloudError.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudError.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/CloudError.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudError.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/CloudError.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudError.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/CloudError.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudError.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/CloudError.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudError.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/CloudError.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudError.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/CloudError.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudError.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/CloudErrorBody.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudErrorBody.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/CloudErrorBody.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudErrorBody.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/CloudErrorBody.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudErrorBody.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/CloudErrorBody.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudErrorBody.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/CloudErrorBody.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudErrorBody.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/CloudErrorBody.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudErrorBody.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/CloudErrorBody.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudErrorBody.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/CloudErrorBody.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/CloudErrorBody.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/Identity.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/Identity.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/Identity.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/Identity.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/Identity.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/Identity.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/Identity.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/Identity.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/Identity.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/Identity.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/Identity.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/Identity.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/Identity.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/Identity.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/Identity.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/Identity.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdate.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdate.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdate.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdate.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdate.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdate.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdate.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdate.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdate.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdate.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdate.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdate.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdate.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdate.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdate.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdate.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdateTags.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdateTags.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdateTags.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdateTags.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdateTags.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdateTags.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdateTags.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdateTags.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdateTags.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdateTags.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdateTags.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdateTags.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdateTags.dictionary.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdateTags.dictionary.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdateTags.dictionary.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdateTags.dictionary.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdateTags.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdateTags.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/IdentityUpdateTags.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/IdentityUpdateTags.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/OperationAutoGenerated.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationAutoGenerated.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/OperationAutoGenerated.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationAutoGenerated.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/OperationAutoGenerated.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationAutoGenerated.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/OperationAutoGenerated.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationAutoGenerated.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/OperationAutoGenerated.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationAutoGenerated.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/OperationAutoGenerated.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationAutoGenerated.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/OperationAutoGenerated.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationAutoGenerated.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/OperationAutoGenerated.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationAutoGenerated.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/OperationDisplay.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationDisplay.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/OperationDisplay.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationDisplay.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/OperationDisplay.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationDisplay.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/OperationDisplay.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationDisplay.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/OperationDisplay.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationDisplay.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/OperationDisplay.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationDisplay.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/OperationDisplay.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationDisplay.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/OperationDisplay.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationDisplay.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/OperationListResult.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationListResult.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/OperationListResult.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationListResult.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/OperationListResult.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationListResult.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/OperationListResult.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationListResult.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/OperationListResult.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationListResult.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/OperationListResult.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationListResult.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/OperationListResult.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationListResult.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/OperationListResult.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/OperationListResult.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentity.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentity.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentity.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentity.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentity.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentity.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentity.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentity.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentity.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentity.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentity.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentity.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentity.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentity.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentity.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentity.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityProperties.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityTags.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityTags.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityTags.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityTags.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityTags.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityTags.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityTags.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityTags.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityTags.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityTags.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityTags.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityTags.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityTags.dictionary.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityTags.dictionary.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityTags.dictionary.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityTags.dictionary.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityTags.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityTags.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/SystemAssignedIdentityTags.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/SystemAssignedIdentityTags.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentitiesListResult.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentityProperties.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentityProperties.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentityProperties.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentityProperties.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentityProperties.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentityProperties.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentityProperties.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentityProperties.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentityProperties.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentityProperties.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentityProperties.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentityProperties.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentityProperties.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentityProperties.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20181130/UserAssignedIdentityProperties.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20181130/UserAssignedIdentityProperties.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Display.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Display.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Display.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Display.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Display.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Display.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Display.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Display.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Display.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Display.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Display.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Display.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Display.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Display.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Display.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Display.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ErrorResponse.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ErrorResponse.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ErrorResponse.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ErrorResponse.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ErrorResponse.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ErrorResponse.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ErrorResponse.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ErrorResponse.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ErrorResponse.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ErrorResponse.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ErrorResponse.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ErrorResponse.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ErrorResponse.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ErrorResponse.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ErrorResponse.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ErrorResponse.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Operation.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Operation.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Operation.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Operation.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Operation.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Operation.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Operation.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Operation.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Operation.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Operation.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Operation.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Operation.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Operation.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Operation.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Operation.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Operation.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/OperationList.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/OperationList.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/OperationList.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/OperationList.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/OperationList.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/OperationList.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/OperationList.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/OperationList.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/OperationList.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/OperationList.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/OperationList.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/OperationList.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/OperationList.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/OperationList.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/OperationList.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/OperationList.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstance.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstance.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstance.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstance.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstance.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstance.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstance.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstance.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstance.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstance.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstance.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstance.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstance.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstance.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstance.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstance.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceListResult.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/ProviderInstanceProperties.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitor.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitor.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitor.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitor.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitor.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitor.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitor.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitor.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitor.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitor.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitor.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitor.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitor.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitor.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitor.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitor.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorListResult.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorListResult.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorListResult.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorListResult.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorListResult.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorListResult.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorListResult.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorListResult.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorListResult.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorListResult.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorListResult.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorListResult.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorListResult.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorListResult.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorListResult.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorListResult.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorProperties.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorProperties.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorProperties.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorProperties.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorProperties.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorProperties.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorProperties.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorProperties.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorProperties.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorProperties.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorProperties.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorProperties.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorProperties.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorProperties.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/SapMonitorProperties.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/SapMonitorProperties.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags.dictionary.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags.dictionary.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags.dictionary.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags.dictionary.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags1.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags1.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags1.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags1.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags1.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags1.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags1.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags1.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags1.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags1.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags1.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags1.cs diff --git a/src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags1.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags1.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/Api20200207Preview/Tags1.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/Api20200207Preview/Tags1.json.cs diff --git a/src/HanaOnAzure/generated/api/Models/HanaOnAzureIdentity.PowerShell.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/HanaOnAzureIdentity.PowerShell.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/HanaOnAzureIdentity.PowerShell.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/HanaOnAzureIdentity.PowerShell.cs diff --git a/src/HanaOnAzure/generated/api/Models/HanaOnAzureIdentity.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/HanaOnAzureIdentity.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/HanaOnAzureIdentity.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/HanaOnAzureIdentity.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Models/HanaOnAzureIdentity.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/HanaOnAzureIdentity.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/HanaOnAzureIdentity.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/HanaOnAzureIdentity.cs diff --git a/src/HanaOnAzure/generated/api/Models/HanaOnAzureIdentity.json.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/HanaOnAzureIdentity.json.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Models/HanaOnAzureIdentity.json.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Models/HanaOnAzureIdentity.json.cs diff --git a/src/HanaOnAzure/generated/api/Support/AccessPolicyUpdateKind.Completer.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/AccessPolicyUpdateKind.Completer.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/AccessPolicyUpdateKind.Completer.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/AccessPolicyUpdateKind.Completer.cs diff --git a/src/HanaOnAzure/generated/api/Support/AccessPolicyUpdateKind.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/AccessPolicyUpdateKind.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/AccessPolicyUpdateKind.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/AccessPolicyUpdateKind.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Support/AccessPolicyUpdateKind.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/AccessPolicyUpdateKind.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/AccessPolicyUpdateKind.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/AccessPolicyUpdateKind.cs diff --git a/src/HanaOnAzure/generated/api/Support/CertificatePermissions.Completer.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/CertificatePermissions.Completer.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/CertificatePermissions.Completer.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/CertificatePermissions.Completer.cs diff --git a/src/HanaOnAzure/generated/api/Support/CertificatePermissions.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/CertificatePermissions.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/CertificatePermissions.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/CertificatePermissions.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Support/CertificatePermissions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/CertificatePermissions.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/CertificatePermissions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/CertificatePermissions.cs diff --git a/src/HanaOnAzure/generated/api/Support/CreateMode.Completer.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/CreateMode.Completer.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/CreateMode.Completer.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/CreateMode.Completer.cs diff --git a/src/HanaOnAzure/generated/api/Support/CreateMode.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/CreateMode.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/CreateMode.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/CreateMode.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Support/CreateMode.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/CreateMode.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/CreateMode.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/CreateMode.cs diff --git a/src/HanaOnAzure/generated/api/Support/HanaProvisioningStatesEnum.Completer.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/HanaProvisioningStatesEnum.Completer.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/HanaProvisioningStatesEnum.Completer.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/HanaProvisioningStatesEnum.Completer.cs diff --git a/src/HanaOnAzure/generated/api/Support/HanaProvisioningStatesEnum.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/HanaProvisioningStatesEnum.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/HanaProvisioningStatesEnum.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/HanaProvisioningStatesEnum.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Support/HanaProvisioningStatesEnum.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/HanaProvisioningStatesEnum.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/HanaProvisioningStatesEnum.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/HanaProvisioningStatesEnum.cs diff --git a/src/HanaOnAzure/generated/api/Support/KeyPermissions.Completer.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/KeyPermissions.Completer.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/KeyPermissions.Completer.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/KeyPermissions.Completer.cs diff --git a/src/HanaOnAzure/generated/api/Support/KeyPermissions.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/KeyPermissions.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/KeyPermissions.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/KeyPermissions.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Support/KeyPermissions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/KeyPermissions.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/KeyPermissions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/KeyPermissions.cs diff --git a/src/HanaOnAzure/generated/api/Support/Reason.Completer.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/Reason.Completer.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/Reason.Completer.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/Reason.Completer.cs diff --git a/src/HanaOnAzure/generated/api/Support/Reason.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/Reason.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/Reason.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/Reason.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Support/Reason.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/Reason.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/Reason.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/Reason.cs diff --git a/src/HanaOnAzure/generated/api/Support/SecretPermissions.Completer.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/SecretPermissions.Completer.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/SecretPermissions.Completer.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/SecretPermissions.Completer.cs diff --git a/src/HanaOnAzure/generated/api/Support/SecretPermissions.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/SecretPermissions.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/SecretPermissions.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/SecretPermissions.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Support/SecretPermissions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/SecretPermissions.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/SecretPermissions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/SecretPermissions.cs diff --git a/src/HanaOnAzure/generated/api/Support/SkuName.Completer.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/SkuName.Completer.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/SkuName.Completer.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/SkuName.Completer.cs diff --git a/src/HanaOnAzure/generated/api/Support/SkuName.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/SkuName.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/SkuName.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/SkuName.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Support/SkuName.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/SkuName.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/SkuName.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/SkuName.cs diff --git a/src/HanaOnAzure/generated/api/Support/StoragePermissions.Completer.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/StoragePermissions.Completer.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/StoragePermissions.Completer.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/StoragePermissions.Completer.cs diff --git a/src/HanaOnAzure/generated/api/Support/StoragePermissions.TypeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/StoragePermissions.TypeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/StoragePermissions.TypeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/StoragePermissions.TypeConverter.cs diff --git a/src/HanaOnAzure/generated/api/Support/StoragePermissions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/StoragePermissions.cs similarity index 100% rename from src/HanaOnAzure/generated/api/Support/StoragePermissions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/api/Support/StoragePermissions.cs diff --git a/src/HanaOnAzure/generated/cmdlets/GetAzSapMonitorProviderInstance_Get.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzSapMonitorProviderInstance_Get.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/GetAzSapMonitorProviderInstance_Get.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzSapMonitorProviderInstance_Get.cs diff --git a/src/HanaOnAzure/generated/cmdlets/GetAzSapMonitorProviderInstance_GetViaIdentity.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzSapMonitorProviderInstance_GetViaIdentity.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/GetAzSapMonitorProviderInstance_GetViaIdentity.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzSapMonitorProviderInstance_GetViaIdentity.cs diff --git a/src/HanaOnAzure/generated/cmdlets/GetAzSapMonitorProviderInstance_List.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzSapMonitorProviderInstance_List.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/GetAzSapMonitorProviderInstance_List.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzSapMonitorProviderInstance_List.cs diff --git a/src/HanaOnAzure/generated/cmdlets/GetAzSapMonitor_Get.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzSapMonitor_Get.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/GetAzSapMonitor_Get.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzSapMonitor_Get.cs diff --git a/src/HanaOnAzure/generated/cmdlets/GetAzSapMonitor_GetViaIdentity.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzSapMonitor_GetViaIdentity.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/GetAzSapMonitor_GetViaIdentity.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzSapMonitor_GetViaIdentity.cs diff --git a/src/HanaOnAzure/generated/cmdlets/GetAzSapMonitor_List.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzSapMonitor_List.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/GetAzSapMonitor_List.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzSapMonitor_List.cs diff --git a/src/HanaOnAzure/generated/cmdlets/GetAzUserAssignedIdentity_Get.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzUserAssignedIdentity_Get.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/GetAzUserAssignedIdentity_Get.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzUserAssignedIdentity_Get.cs diff --git a/src/HanaOnAzure/generated/cmdlets/GetAzUserAssignedIdentity_GetViaIdentity.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzUserAssignedIdentity_GetViaIdentity.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/GetAzUserAssignedIdentity_GetViaIdentity.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzUserAssignedIdentity_GetViaIdentity.cs diff --git a/src/HanaOnAzure/generated/cmdlets/GetAzUserAssignedIdentity_List.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzUserAssignedIdentity_List.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/GetAzUserAssignedIdentity_List.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzUserAssignedIdentity_List.cs diff --git a/src/HanaOnAzure/generated/cmdlets/GetAzUserAssignedIdentity_List1.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzUserAssignedIdentity_List1.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/GetAzUserAssignedIdentity_List1.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/GetAzUserAssignedIdentity_List1.cs diff --git a/src/HanaOnAzure/generated/cmdlets/NewAzSapMonitorProviderInstance_CreateExpanded.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/NewAzSapMonitorProviderInstance_CreateExpanded.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/NewAzSapMonitorProviderInstance_CreateExpanded.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/NewAzSapMonitorProviderInstance_CreateExpanded.cs diff --git a/src/HanaOnAzure/generated/cmdlets/NewAzSapMonitor_CreateExpanded.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/NewAzSapMonitor_CreateExpanded.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/NewAzSapMonitor_CreateExpanded.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/NewAzSapMonitor_CreateExpanded.cs diff --git a/src/HanaOnAzure/generated/cmdlets/NewAzUserAssignedIdentity_CreateExpanded.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/NewAzUserAssignedIdentity_CreateExpanded.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/NewAzUserAssignedIdentity_CreateExpanded.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/NewAzUserAssignedIdentity_CreateExpanded.cs diff --git a/src/HanaOnAzure/generated/cmdlets/RemoveAzSapMonitorProviderInstance_Delete.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/RemoveAzSapMonitorProviderInstance_Delete.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/RemoveAzSapMonitorProviderInstance_Delete.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/RemoveAzSapMonitorProviderInstance_Delete.cs diff --git a/src/HanaOnAzure/generated/cmdlets/RemoveAzSapMonitorProviderInstance_DeleteViaIdentity.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/RemoveAzSapMonitorProviderInstance_DeleteViaIdentity.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/RemoveAzSapMonitorProviderInstance_DeleteViaIdentity.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/RemoveAzSapMonitorProviderInstance_DeleteViaIdentity.cs diff --git a/src/HanaOnAzure/generated/cmdlets/RemoveAzSapMonitor_Delete.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/RemoveAzSapMonitor_Delete.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/RemoveAzSapMonitor_Delete.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/RemoveAzSapMonitor_Delete.cs diff --git a/src/HanaOnAzure/generated/cmdlets/RemoveAzSapMonitor_DeleteViaIdentity.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/RemoveAzSapMonitor_DeleteViaIdentity.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/RemoveAzSapMonitor_DeleteViaIdentity.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/RemoveAzSapMonitor_DeleteViaIdentity.cs diff --git a/src/HanaOnAzure/generated/cmdlets/RemoveAzUserAssignedIdentity_Delete.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/RemoveAzUserAssignedIdentity_Delete.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/RemoveAzUserAssignedIdentity_Delete.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/RemoveAzUserAssignedIdentity_Delete.cs diff --git a/src/HanaOnAzure/generated/cmdlets/RemoveAzUserAssignedIdentity_DeleteViaIdentity.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/RemoveAzUserAssignedIdentity_DeleteViaIdentity.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/RemoveAzUserAssignedIdentity_DeleteViaIdentity.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/RemoveAzUserAssignedIdentity_DeleteViaIdentity.cs diff --git a/src/HanaOnAzure/generated/cmdlets/SetAzUserAssignedIdentity_UpdateExpanded.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/SetAzUserAssignedIdentity_UpdateExpanded.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/SetAzUserAssignedIdentity_UpdateExpanded.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/SetAzUserAssignedIdentity_UpdateExpanded.cs diff --git a/src/HanaOnAzure/generated/cmdlets/SetAzVaultAccessPolicy_UpdateExpanded.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/SetAzVaultAccessPolicy_UpdateExpanded.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/SetAzVaultAccessPolicy_UpdateExpanded.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/SetAzVaultAccessPolicy_UpdateExpanded.cs diff --git a/src/HanaOnAzure/generated/cmdlets/UpdateAzSapMonitor_UpdateExpanded.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/UpdateAzSapMonitor_UpdateExpanded.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/UpdateAzSapMonitor_UpdateExpanded.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/UpdateAzSapMonitor_UpdateExpanded.cs diff --git a/src/HanaOnAzure/generated/cmdlets/UpdateAzSapMonitor_UpdateViaIdentityExpanded.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/UpdateAzSapMonitor_UpdateViaIdentityExpanded.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/UpdateAzSapMonitor_UpdateViaIdentityExpanded.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/UpdateAzSapMonitor_UpdateViaIdentityExpanded.cs diff --git a/src/HanaOnAzure/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateExpanded.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateExpanded.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateExpanded.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateExpanded.cs diff --git a/src/HanaOnAzure/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateViaIdentityExpanded.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateViaIdentityExpanded.cs similarity index 100% rename from src/HanaOnAzure/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateViaIdentityExpanded.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/cmdlets/UpdateAzUserAssignedIdentity_UpdateViaIdentityExpanded.cs diff --git a/src/HanaOnAzure/generated/runtime/AsyncCommandRuntime.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/AsyncCommandRuntime.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/AsyncCommandRuntime.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/AsyncCommandRuntime.cs diff --git a/src/HanaOnAzure/generated/runtime/AsyncJob.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/AsyncJob.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/AsyncJob.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/AsyncJob.cs diff --git a/src/HanaOnAzure/generated/runtime/AsyncOperationResponse.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/AsyncOperationResponse.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/AsyncOperationResponse.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/AsyncOperationResponse.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/CollectionExtensions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/CollectionExtensions.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/CollectionExtensions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/CollectionExtensions.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/MarkdownRenderer.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/MarkdownRenderer.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/MarkdownRenderer.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/MarkdownRenderer.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Models/PsFormatTypes.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Models/PsFormatTypes.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Models/PsFormatTypes.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Models/PsFormatTypes.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Models/PsHelpTypes.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Models/PsHelpTypes.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Models/PsHelpTypes.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Models/PsHelpTypes.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Models/PsProxyOutputs.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Models/PsProxyOutputs.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/Models/PsProxyTypes.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Models/PsProxyTypes.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/Models/PsProxyTypes.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/Models/PsProxyTypes.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/PsAttributes.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/PsAttributes.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/PsAttributes.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/PsAttributes.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/PsExtensions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/PsExtensions.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/PsExtensions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/PsExtensions.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/PsHelpers.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/PsHelpers.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/PsHelpers.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/PsHelpers.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/StringExtensions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/StringExtensions.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/StringExtensions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/StringExtensions.cs diff --git a/src/HanaOnAzure/generated/runtime/BuildTime/XmlExtensions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/XmlExtensions.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/BuildTime/XmlExtensions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/BuildTime/XmlExtensions.cs diff --git a/src/HanaOnAzure/generated/runtime/CmdInfoHandler.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/CmdInfoHandler.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/CmdInfoHandler.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/CmdInfoHandler.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/ConversionException.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/ConversionException.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/ConversionException.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/ConversionException.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/IJsonConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/IJsonConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/IJsonConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/IJsonConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/BinaryConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/BinaryConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/BinaryConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/BinaryConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/BooleanConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/BooleanConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/BooleanConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/BooleanConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/DateTimeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/DateTimeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/DateTimeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/DateTimeConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/DecimalConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/DecimalConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/DecimalConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/DecimalConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/DoubleConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/DoubleConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/DoubleConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/DoubleConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/EnumConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/EnumConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/EnumConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/EnumConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/GuidConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/GuidConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/GuidConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/GuidConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/HashSet'1Converter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/HashSet'1Converter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/HashSet'1Converter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/HashSet'1Converter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/Int16Converter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/Int16Converter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/Int16Converter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/Int16Converter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/Int32Converter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/Int32Converter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/Int32Converter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/Int32Converter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/Int64Converter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/Int64Converter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/Int64Converter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/Int64Converter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/JsonArrayConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/JsonArrayConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/JsonArrayConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/JsonArrayConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/JsonObjectConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/JsonObjectConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/JsonObjectConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/JsonObjectConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/SingleConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/SingleConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/SingleConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/SingleConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/StringConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/StringConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/StringConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/StringConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/TimeSpanConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/TimeSpanConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/TimeSpanConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/TimeSpanConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/UInt16Converter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/UInt16Converter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/UInt16Converter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/UInt16Converter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/UInt32Converter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/UInt32Converter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/UInt32Converter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/UInt32Converter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/UInt64Converter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/UInt64Converter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/UInt64Converter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/UInt64Converter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/Instances/UriConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/UriConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/Instances/UriConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/Instances/UriConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/JsonConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/JsonConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/JsonConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/JsonConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/JsonConverterAttribute.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/JsonConverterAttribute.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/JsonConverterAttribute.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/JsonConverterAttribute.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/JsonConverterFactory.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/JsonConverterFactory.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/JsonConverterFactory.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/JsonConverterFactory.cs diff --git a/src/HanaOnAzure/generated/runtime/Conversions/StringLikeConverter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/StringLikeConverter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Conversions/StringLikeConverter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Conversions/StringLikeConverter.cs diff --git a/src/HanaOnAzure/generated/runtime/Customizations/IJsonSerializable.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/IJsonSerializable.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Customizations/IJsonSerializable.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/IJsonSerializable.cs diff --git a/src/HanaOnAzure/generated/runtime/Customizations/JsonArray.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/JsonArray.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Customizations/JsonArray.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/JsonArray.cs diff --git a/src/HanaOnAzure/generated/runtime/Customizations/JsonBoolean.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/JsonBoolean.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Customizations/JsonBoolean.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/JsonBoolean.cs diff --git a/src/HanaOnAzure/generated/runtime/Customizations/JsonNode.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/JsonNode.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Customizations/JsonNode.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/JsonNode.cs diff --git a/src/HanaOnAzure/generated/runtime/Customizations/JsonNumber.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/JsonNumber.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Customizations/JsonNumber.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/JsonNumber.cs diff --git a/src/HanaOnAzure/generated/runtime/Customizations/JsonObject.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/JsonObject.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Customizations/JsonObject.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/JsonObject.cs diff --git a/src/HanaOnAzure/generated/runtime/Customizations/JsonString.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/JsonString.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Customizations/JsonString.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/JsonString.cs diff --git a/src/HanaOnAzure/generated/runtime/Customizations/XNodeArray.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/XNodeArray.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Customizations/XNodeArray.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Customizations/XNodeArray.cs diff --git a/src/HanaOnAzure/generated/runtime/Debugging.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Debugging.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Debugging.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Debugging.cs diff --git a/src/HanaOnAzure/generated/runtime/DictionaryExtensions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/DictionaryExtensions.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/DictionaryExtensions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/DictionaryExtensions.cs diff --git a/src/HanaOnAzure/generated/runtime/EventData.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/EventData.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/EventData.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/EventData.cs diff --git a/src/HanaOnAzure/generated/runtime/EventDataExtensions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/EventDataExtensions.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/EventDataExtensions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/EventDataExtensions.cs diff --git a/src/HanaOnAzure/generated/runtime/EventListener.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/EventListener.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/EventListener.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/EventListener.cs diff --git a/src/HanaOnAzure/generated/runtime/Events.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Events.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Events.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Events.cs diff --git a/src/HanaOnAzure/generated/runtime/EventsExtensions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/EventsExtensions.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/EventsExtensions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/EventsExtensions.cs diff --git a/src/HanaOnAzure/generated/runtime/Extensions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Extensions.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Extensions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Extensions.cs diff --git a/src/HanaOnAzure/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs diff --git a/src/HanaOnAzure/generated/runtime/Helpers/Extensions/TypeExtensions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Helpers/Extensions/TypeExtensions.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Helpers/Extensions/TypeExtensions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Helpers/Extensions/TypeExtensions.cs diff --git a/src/HanaOnAzure/generated/runtime/Helpers/Seperator.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Helpers/Seperator.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Helpers/Seperator.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Helpers/Seperator.cs diff --git a/src/HanaOnAzure/generated/runtime/Helpers/TypeDetails.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Helpers/TypeDetails.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Helpers/TypeDetails.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Helpers/TypeDetails.cs diff --git a/src/HanaOnAzure/generated/runtime/Helpers/XHelper.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Helpers/XHelper.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Helpers/XHelper.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Helpers/XHelper.cs diff --git a/src/HanaOnAzure/generated/runtime/HttpPipeline.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/HttpPipeline.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/HttpPipeline.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/HttpPipeline.cs diff --git a/src/HanaOnAzure/generated/runtime/HttpPipelineMocking.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/HttpPipelineMocking.ps1 similarity index 100% rename from src/HanaOnAzure/generated/runtime/HttpPipelineMocking.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/HttpPipelineMocking.ps1 diff --git a/src/HanaOnAzure/generated/runtime/IAssociativeArray.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/IAssociativeArray.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/IAssociativeArray.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/IAssociativeArray.cs diff --git a/src/HanaOnAzure/generated/runtime/IHeaderSerializable.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/IHeaderSerializable.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/IHeaderSerializable.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/IHeaderSerializable.cs diff --git a/src/HanaOnAzure/generated/runtime/ISendAsync.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/ISendAsync.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/ISendAsync.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/ISendAsync.cs diff --git a/src/HanaOnAzure/generated/runtime/InfoAttribute.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/InfoAttribute.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/InfoAttribute.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/InfoAttribute.cs diff --git a/src/HanaOnAzure/generated/runtime/Iso/IsoDate.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Iso/IsoDate.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Iso/IsoDate.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Iso/IsoDate.cs diff --git a/src/HanaOnAzure/generated/runtime/JsonType.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/JsonType.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/JsonType.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/JsonType.cs diff --git a/src/HanaOnAzure/generated/runtime/Method.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Method.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Method.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Method.cs diff --git a/src/HanaOnAzure/generated/runtime/Models/JsonMember.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Models/JsonMember.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Models/JsonMember.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Models/JsonMember.cs diff --git a/src/HanaOnAzure/generated/runtime/Models/JsonModel.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Models/JsonModel.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Models/JsonModel.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Models/JsonModel.cs diff --git a/src/HanaOnAzure/generated/runtime/Models/JsonModelCache.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Models/JsonModelCache.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Models/JsonModelCache.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Models/JsonModelCache.cs diff --git a/src/HanaOnAzure/generated/runtime/Nodes/Collections/JsonArray.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/Collections/JsonArray.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Nodes/Collections/JsonArray.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/Collections/JsonArray.cs diff --git a/src/HanaOnAzure/generated/runtime/Nodes/Collections/XImmutableArray.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/Collections/XImmutableArray.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Nodes/Collections/XImmutableArray.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/Collections/XImmutableArray.cs diff --git a/src/HanaOnAzure/generated/runtime/Nodes/Collections/XList.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/Collections/XList.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Nodes/Collections/XList.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/Collections/XList.cs diff --git a/src/HanaOnAzure/generated/runtime/Nodes/Collections/XNodeArray.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/Collections/XNodeArray.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Nodes/Collections/XNodeArray.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/Collections/XNodeArray.cs diff --git a/src/HanaOnAzure/generated/runtime/Nodes/Collections/XSet.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/Collections/XSet.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Nodes/Collections/XSet.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/Collections/XSet.cs diff --git a/src/HanaOnAzure/generated/runtime/Nodes/JsonBoolean.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/JsonBoolean.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Nodes/JsonBoolean.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/JsonBoolean.cs diff --git a/src/HanaOnAzure/generated/runtime/Nodes/JsonDate.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/JsonDate.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Nodes/JsonDate.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/JsonDate.cs diff --git a/src/HanaOnAzure/generated/runtime/Nodes/JsonNode.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/JsonNode.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Nodes/JsonNode.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/JsonNode.cs diff --git a/src/HanaOnAzure/generated/runtime/Nodes/JsonNumber.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/JsonNumber.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Nodes/JsonNumber.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/JsonNumber.cs diff --git a/src/HanaOnAzure/generated/runtime/Nodes/JsonObject.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/JsonObject.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Nodes/JsonObject.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/JsonObject.cs diff --git a/src/HanaOnAzure/generated/runtime/Nodes/JsonString.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/JsonString.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Nodes/JsonString.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/JsonString.cs diff --git a/src/HanaOnAzure/generated/runtime/Nodes/XBinary.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/XBinary.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Nodes/XBinary.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/XBinary.cs diff --git a/src/HanaOnAzure/generated/runtime/Nodes/XNull.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/XNull.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Nodes/XNull.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Nodes/XNull.cs diff --git a/src/HanaOnAzure/generated/runtime/Parser/Exceptions/ParseException.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Parser/Exceptions/ParseException.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Parser/Exceptions/ParseException.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Parser/Exceptions/ParseException.cs diff --git a/src/HanaOnAzure/generated/runtime/Parser/JsonParser.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Parser/JsonParser.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Parser/JsonParser.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Parser/JsonParser.cs diff --git a/src/HanaOnAzure/generated/runtime/Parser/JsonToken.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Parser/JsonToken.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Parser/JsonToken.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Parser/JsonToken.cs diff --git a/src/HanaOnAzure/generated/runtime/Parser/JsonTokenizer.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Parser/JsonTokenizer.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Parser/JsonTokenizer.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Parser/JsonTokenizer.cs diff --git a/src/HanaOnAzure/generated/runtime/Parser/Location.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Parser/Location.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Parser/Location.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Parser/Location.cs diff --git a/src/HanaOnAzure/generated/runtime/Parser/Readers/SourceReader.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Parser/Readers/SourceReader.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Parser/Readers/SourceReader.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Parser/Readers/SourceReader.cs diff --git a/src/HanaOnAzure/generated/runtime/Parser/TokenReader.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Parser/TokenReader.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Parser/TokenReader.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Parser/TokenReader.cs diff --git a/src/HanaOnAzure/generated/runtime/PipelineMocking.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/PipelineMocking.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/PipelineMocking.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/PipelineMocking.cs diff --git a/src/HanaOnAzure/generated/runtime/Response.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Response.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Response.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Response.cs diff --git a/src/HanaOnAzure/generated/runtime/Serialization/JsonSerializer.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Serialization/JsonSerializer.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Serialization/JsonSerializer.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Serialization/JsonSerializer.cs diff --git a/src/HanaOnAzure/generated/runtime/Serialization/PropertyTransformation.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Serialization/PropertyTransformation.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Serialization/PropertyTransformation.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Serialization/PropertyTransformation.cs diff --git a/src/HanaOnAzure/generated/runtime/Serialization/SerializationOptions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Serialization/SerializationOptions.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Serialization/SerializationOptions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Serialization/SerializationOptions.cs diff --git a/src/HanaOnAzure/generated/runtime/SerializationMode.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/SerializationMode.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/SerializationMode.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/SerializationMode.cs diff --git a/src/HanaOnAzure/generated/runtime/TypeConverterExtensions.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/TypeConverterExtensions.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/TypeConverterExtensions.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/TypeConverterExtensions.cs diff --git a/src/HanaOnAzure/generated/runtime/UndeclaredResponseException.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/UndeclaredResponseException.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/UndeclaredResponseException.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/UndeclaredResponseException.cs diff --git a/src/HanaOnAzure/generated/runtime/Writers/JsonWriter.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Writers/JsonWriter.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/Writers/JsonWriter.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/Writers/JsonWriter.cs diff --git a/src/HanaOnAzure/generated/runtime/delegates.cs b/src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/delegates.cs similarity index 100% rename from src/HanaOnAzure/generated/runtime/delegates.cs rename to src/HanaOnAzure/HanaOnAzure.Autorest/generated/runtime/delegates.cs diff --git a/src/HanaOnAzure/how-to.md b/src/HanaOnAzure/HanaOnAzure.Autorest/how-to.md similarity index 100% rename from src/HanaOnAzure/how-to.md rename to src/HanaOnAzure/HanaOnAzure.Autorest/how-to.md diff --git a/src/HanaOnAzure/internal/Az.HanaOnAzure.internal.psm1 b/src/HanaOnAzure/HanaOnAzure.Autorest/internal/Az.HanaOnAzure.internal.psm1 similarity index 100% rename from src/HanaOnAzure/internal/Az.HanaOnAzure.internal.psm1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/internal/Az.HanaOnAzure.internal.psm1 diff --git a/src/HanaOnAzure/internal/Get-AzUserAssignedIdentity.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/internal/Get-AzUserAssignedIdentity.ps1 similarity index 100% rename from src/HanaOnAzure/internal/Get-AzUserAssignedIdentity.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/internal/Get-AzUserAssignedIdentity.ps1 diff --git a/src/HanaOnAzure/internal/New-AzSapMonitorProviderInstance.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/internal/New-AzSapMonitorProviderInstance.ps1 similarity index 100% rename from src/HanaOnAzure/internal/New-AzSapMonitorProviderInstance.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/internal/New-AzSapMonitorProviderInstance.ps1 diff --git a/src/HanaOnAzure/internal/New-AzUserAssignedIdentity.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/internal/New-AzUserAssignedIdentity.ps1 similarity index 100% rename from src/HanaOnAzure/internal/New-AzUserAssignedIdentity.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/internal/New-AzUserAssignedIdentity.ps1 diff --git a/src/HanaOnAzure/internal/ProxyCmdletDefinitions.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/internal/ProxyCmdletDefinitions.ps1 similarity index 100% rename from src/HanaOnAzure/internal/ProxyCmdletDefinitions.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/internal/ProxyCmdletDefinitions.ps1 diff --git a/src/HanaOnAzure/internal/README.md b/src/HanaOnAzure/HanaOnAzure.Autorest/internal/README.md similarity index 100% rename from src/HanaOnAzure/internal/README.md rename to src/HanaOnAzure/HanaOnAzure.Autorest/internal/README.md diff --git a/src/HanaOnAzure/internal/Remove-AzUserAssignedIdentity.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/internal/Remove-AzUserAssignedIdentity.ps1 similarity index 100% rename from src/HanaOnAzure/internal/Remove-AzUserAssignedIdentity.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/internal/Remove-AzUserAssignedIdentity.ps1 diff --git a/src/HanaOnAzure/internal/Set-AzUserAssignedIdentity.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/internal/Set-AzUserAssignedIdentity.ps1 similarity index 100% rename from src/HanaOnAzure/internal/Set-AzUserAssignedIdentity.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/internal/Set-AzUserAssignedIdentity.ps1 diff --git a/src/HanaOnAzure/internal/Set-AzVaultAccessPolicy.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/internal/Set-AzVaultAccessPolicy.ps1 similarity index 100% rename from src/HanaOnAzure/internal/Set-AzVaultAccessPolicy.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/internal/Set-AzVaultAccessPolicy.ps1 diff --git a/src/HanaOnAzure/internal/Update-AzUserAssignedIdentity.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/internal/Update-AzUserAssignedIdentity.ps1 similarity index 100% rename from src/HanaOnAzure/internal/Update-AzUserAssignedIdentity.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/internal/Update-AzUserAssignedIdentity.ps1 diff --git a/src/HanaOnAzure/pack-module.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/pack-module.ps1 similarity index 100% rename from src/HanaOnAzure/pack-module.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/pack-module.ps1 diff --git a/src/HanaOnAzure/run-module.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/run-module.ps1 similarity index 100% rename from src/HanaOnAzure/run-module.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/run-module.ps1 diff --git a/src/HanaOnAzure/test-module.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/test-module.ps1 similarity index 100% rename from src/HanaOnAzure/test-module.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/test-module.ps1 diff --git a/src/HanaOnAzure/test/Get-AzSapMonitor.Recording.json b/src/HanaOnAzure/HanaOnAzure.Autorest/test/Get-AzSapMonitor.Recording.json similarity index 100% rename from src/HanaOnAzure/test/Get-AzSapMonitor.Recording.json rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/Get-AzSapMonitor.Recording.json diff --git a/src/HanaOnAzure/test/Get-AzSapMonitor.Tests.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/test/Get-AzSapMonitor.Tests.ps1 similarity index 100% rename from src/HanaOnAzure/test/Get-AzSapMonitor.Tests.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/Get-AzSapMonitor.Tests.ps1 diff --git a/src/HanaOnAzure/test/Get-AzSapMonitorProviderInstance.Recording.json b/src/HanaOnAzure/HanaOnAzure.Autorest/test/Get-AzSapMonitorProviderInstance.Recording.json similarity index 100% rename from src/HanaOnAzure/test/Get-AzSapMonitorProviderInstance.Recording.json rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/Get-AzSapMonitorProviderInstance.Recording.json diff --git a/src/HanaOnAzure/test/Get-AzSapMonitorProviderInstance.Tests.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/test/Get-AzSapMonitorProviderInstance.Tests.ps1 similarity index 100% rename from src/HanaOnAzure/test/Get-AzSapMonitorProviderInstance.Tests.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/Get-AzSapMonitorProviderInstance.Tests.ps1 diff --git a/src/HanaOnAzure/test/New-AzSapMonitor.Recording.json b/src/HanaOnAzure/HanaOnAzure.Autorest/test/New-AzSapMonitor.Recording.json similarity index 100% rename from src/HanaOnAzure/test/New-AzSapMonitor.Recording.json rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/New-AzSapMonitor.Recording.json diff --git a/src/HanaOnAzure/test/New-AzSapMonitor.Tests.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/test/New-AzSapMonitor.Tests.ps1 similarity index 100% rename from src/HanaOnAzure/test/New-AzSapMonitor.Tests.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/New-AzSapMonitor.Tests.ps1 diff --git a/src/HanaOnAzure/test/New-AzSapMonitorProviderInstance.Recording.json b/src/HanaOnAzure/HanaOnAzure.Autorest/test/New-AzSapMonitorProviderInstance.Recording.json similarity index 100% rename from src/HanaOnAzure/test/New-AzSapMonitorProviderInstance.Recording.json rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/New-AzSapMonitorProviderInstance.Recording.json diff --git a/src/HanaOnAzure/test/New-AzSapMonitorProviderInstance.Tests.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/test/New-AzSapMonitorProviderInstance.Tests.ps1 similarity index 100% rename from src/HanaOnAzure/test/New-AzSapMonitorProviderInstance.Tests.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/New-AzSapMonitorProviderInstance.Tests.ps1 diff --git a/src/HanaOnAzure/test/README.md b/src/HanaOnAzure/HanaOnAzure.Autorest/test/README.md similarity index 100% rename from src/HanaOnAzure/test/README.md rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/README.md diff --git a/src/HanaOnAzure/test/Remove-AzSapMonitor.Recording.json b/src/HanaOnAzure/HanaOnAzure.Autorest/test/Remove-AzSapMonitor.Recording.json similarity index 100% rename from src/HanaOnAzure/test/Remove-AzSapMonitor.Recording.json rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/Remove-AzSapMonitor.Recording.json diff --git a/src/HanaOnAzure/test/Remove-AzSapMonitor.Tests.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/test/Remove-AzSapMonitor.Tests.ps1 similarity index 100% rename from src/HanaOnAzure/test/Remove-AzSapMonitor.Tests.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/Remove-AzSapMonitor.Tests.ps1 diff --git a/src/HanaOnAzure/test/Remove-AzSapMonitorProviderInstance.Recording.json b/src/HanaOnAzure/HanaOnAzure.Autorest/test/Remove-AzSapMonitorProviderInstance.Recording.json similarity index 100% rename from src/HanaOnAzure/test/Remove-AzSapMonitorProviderInstance.Recording.json rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/Remove-AzSapMonitorProviderInstance.Recording.json diff --git a/src/HanaOnAzure/test/Remove-AzSapMonitorProviderInstance.Tests.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/test/Remove-AzSapMonitorProviderInstance.Tests.ps1 similarity index 100% rename from src/HanaOnAzure/test/Remove-AzSapMonitorProviderInstance.Tests.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/Remove-AzSapMonitorProviderInstance.Tests.ps1 diff --git a/src/HanaOnAzure/test/Update-AzSapMonitor.Recording.json b/src/HanaOnAzure/HanaOnAzure.Autorest/test/Update-AzSapMonitor.Recording.json similarity index 100% rename from src/HanaOnAzure/test/Update-AzSapMonitor.Recording.json rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/Update-AzSapMonitor.Recording.json diff --git a/src/HanaOnAzure/test/Update-AzSapMonitor.Tests.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/test/Update-AzSapMonitor.Tests.ps1 similarity index 100% rename from src/HanaOnAzure/test/Update-AzSapMonitor.Tests.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/Update-AzSapMonitor.Tests.ps1 diff --git a/src/HanaOnAzure/test/env.json b/src/HanaOnAzure/HanaOnAzure.Autorest/test/env.json similarity index 100% rename from src/HanaOnAzure/test/env.json rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/env.json diff --git a/src/HanaOnAzure/test/loadEnv.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/test/loadEnv.ps1 similarity index 100% rename from src/HanaOnAzure/test/loadEnv.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/loadEnv.ps1 diff --git a/src/HanaOnAzure/test/utils.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/test/utils.ps1 similarity index 100% rename from src/HanaOnAzure/test/utils.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/test/utils.ps1 diff --git a/src/HanaOnAzure/utils/Unprotect-SecureString.ps1 b/src/HanaOnAzure/HanaOnAzure.Autorest/utils/Unprotect-SecureString.ps1 similarity index 100% rename from src/HanaOnAzure/utils/Unprotect-SecureString.ps1 rename to src/HanaOnAzure/HanaOnAzure.Autorest/utils/Unprotect-SecureString.ps1 diff --git a/src/HanaOnAzure/HanaOnAzure.sln b/src/HanaOnAzure/HanaOnAzure.sln index 872cbda7b447..d8d277112388 100644 --- a/src/HanaOnAzure/HanaOnAzure.sln +++ b/src/HanaOnAzure/HanaOnAzure.sln @@ -1,48 +1,64 @@ + Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29709.97 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{D8BB9418-4C91-4A06-B073-A62407D45B13}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{62843FE6-7575-4D88-B989-7DF7EEC0BC01}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{3D1B1A13-BBE0-4A82-B3DC-DCAF67B5B31A}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{442C609B-A431-4A71-B289-08F0B63C83E5}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{2F339EA4-2D67-4498-9383-0295E567657C}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{59E8F6B8-8F0E-403F-B88B-9736DBC396D9}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{68D366C1-D8EB-4DE7-897B-0359DBB93C1A}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Az.HanaOnAzure", "Az.HanaOnAzure.csproj", "{77394AC9-9E20-4407-8287-B068C402EF3B}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{DA9F736E-A5E4-4225-A3E0-51AB3C12C522}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{5273BF52-0367-4313-83C9-59A1B8B38D4C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HanaOnAzure", "HanaOnAzure\HanaOnAzure.csproj", "{A49B23F5-58AB-42CD-973C-493D348AC69E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.HanaOnAzure", "HanaOnAzure.Autorest\Az.HanaOnAzure.csproj", "{2A2FBAEF-19DF-4CC9-B936-0B9C4DD167DA}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.Build.0 = Release|Any CPU - {62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Debug|Any CPU.Build.0 = Debug|Any CPU - {62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Release|Any CPU.ActiveCfg = Release|Any CPU - {62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Release|Any CPU.Build.0 = Release|Any CPU - {442C609B-A431-4A71-B289-08F0B63C83E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {442C609B-A431-4A71-B289-08F0B63C83E5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {442C609B-A431-4A71-B289-08F0B63C83E5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {442C609B-A431-4A71-B289-08F0B63C83E5}.Release|Any CPU.Build.0 = Release|Any CPU - {59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Release|Any CPU.Build.0 = Release|Any CPU - {77394AC9-9E20-4407-8287-B068C402EF3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {77394AC9-9E20-4407-8287-B068C402EF3B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {77394AC9-9E20-4407-8287-B068C402EF3B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {77394AC9-9E20-4407-8287-B068C402EF3B}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {F9B3D96E-9680-40BE-A917-02EE655D6030} + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D8BB9418-4C91-4A06-B073-A62407D45B13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D8BB9418-4C91-4A06-B073-A62407D45B13}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D8BB9418-4C91-4A06-B073-A62407D45B13}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D8BB9418-4C91-4A06-B073-A62407D45B13}.Release|Any CPU.Build.0 = Release|Any CPU + {3D1B1A13-BBE0-4A82-B3DC-DCAF67B5B31A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3D1B1A13-BBE0-4A82-B3DC-DCAF67B5B31A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3D1B1A13-BBE0-4A82-B3DC-DCAF67B5B31A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3D1B1A13-BBE0-4A82-B3DC-DCAF67B5B31A}.Release|Any CPU.Build.0 = Release|Any CPU + {2F339EA4-2D67-4498-9383-0295E567657C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2F339EA4-2D67-4498-9383-0295E567657C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2F339EA4-2D67-4498-9383-0295E567657C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2F339EA4-2D67-4498-9383-0295E567657C}.Release|Any CPU.Build.0 = Release|Any CPU + {68D366C1-D8EB-4DE7-897B-0359DBB93C1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {68D366C1-D8EB-4DE7-897B-0359DBB93C1A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {68D366C1-D8EB-4DE7-897B-0359DBB93C1A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {68D366C1-D8EB-4DE7-897B-0359DBB93C1A}.Release|Any CPU.Build.0 = Release|Any CPU + {DA9F736E-A5E4-4225-A3E0-51AB3C12C522}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DA9F736E-A5E4-4225-A3E0-51AB3C12C522}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DA9F736E-A5E4-4225-A3E0-51AB3C12C522}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DA9F736E-A5E4-4225-A3E0-51AB3C12C522}.Release|Any CPU.Build.0 = Release|Any CPU + {5273BF52-0367-4313-83C9-59A1B8B38D4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5273BF52-0367-4313-83C9-59A1B8B38D4C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5273BF52-0367-4313-83C9-59A1B8B38D4C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5273BF52-0367-4313-83C9-59A1B8B38D4C}.Release|Any CPU.Build.0 = Release|Any CPU + {A49B23F5-58AB-42CD-973C-493D348AC69E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A49B23F5-58AB-42CD-973C-493D348AC69E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A49B23F5-58AB-42CD-973C-493D348AC69E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A49B23F5-58AB-42CD-973C-493D348AC69E}.Release|Any CPU.Build.0 = Release|Any CPU + {2A2FBAEF-19DF-4CC9-B936-0B9C4DD167DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2A2FBAEF-19DF-4CC9-B936-0B9C4DD167DA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2A2FBAEF-19DF-4CC9-B936-0B9C4DD167DA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2A2FBAEF-19DF-4CC9-B936-0B9C4DD167DA}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal diff --git a/src/HanaOnAzure/HanaOnAzure/Az.HanaOnAzure.psd1 b/src/HanaOnAzure/HanaOnAzure/Az.HanaOnAzure.psd1 new file mode 100644 index 000000000000..0c69d8c68780 --- /dev/null +++ b/src/HanaOnAzure/HanaOnAzure/Az.HanaOnAzure.psd1 @@ -0,0 +1,135 @@ +# +# Module manifest for module 'Az.HanaOnAzure' +# +# Generated by: Microsoft Corporation +# +# Generated on: 11/3/2023 +# + +@{ + +# Script module or binary module file associated with this manifest. +# RootModule = '' + +# Version number of this module. +ModuleVersion = '0.3.0' + +# Supported PSEditions +CompatiblePSEditions = 'Core', 'Desktop' + +# ID used to uniquely identify this module +GUID = '79ad50da-e6b5-4703-885a-d36974a4d9b9' + +# Author of this module +Author = 'Microsoft Corporation' + +# Company or vendor of this module +CompanyName = 'Microsoft Corporation' + +# Copyright statement for this module +Copyright = 'Microsoft Corporation. All rights reserved.' + +# Description of the functionality provided by this module +Description = 'Microsoft Azure PowerShell: HanaOn cmdlets' + +# Minimum version of the PowerShell engine required by this module +PowerShellVersion = '5.1' + +# Name of the PowerShell host required by this module +# PowerShellHostName = '' + +# Minimum version of the PowerShell host required by this module +# PowerShellHostVersion = '' + +# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. +DotNetFrameworkVersion = '4.7.2' + +# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. +# ClrVersion = '' + +# Processor architecture (None, X86, Amd64) required by this module +# ProcessorArchitecture = '' + +# Modules that must be imported into the global environment prior to importing this module +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; }) + +# Assemblies that must be loaded prior to importing this module +RequiredAssemblies = 'HanaOnAzure.Autorest/bin/Az.HanaOnAzure.private.dll' + +# Script files (.ps1) that are run in the caller's environment prior to importing this module. +# ScriptsToProcess = @() + +# Type files (.ps1xml) to be loaded when importing this module +# TypesToProcess = @() + +# Format files (.ps1xml) to be loaded when importing this module +FormatsToProcess = 'HanaOnAzure.Autorest/Az.HanaOnAzure.format.ps1xml' + +# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess +NestedModules = @('HanaOnAzure.Autorest/Az.HanaOnAzure.psm1') + +# 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. +FunctionsToExport = 'Get-AzSapMonitor', 'Get-AzSapMonitorProviderInstance', + 'New-AzSapMonitor', 'New-AzSapMonitorProviderInstance', + 'Remove-AzSapMonitor', 'Remove-AzSapMonitorProviderInstance', + 'Update-AzSapMonitor' + +# 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. +CmdletsToExport = @() + +# Variables to export from this module +VariablesToExport = '*' + +# Aliases 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 aliases to export. +AliasesToExport = '*' + +# DSC resources to export from this module +# DscResourcesToExport = @() + +# List of all modules packaged with this module +# ModuleList = @() + +# List of all files packaged with this module +# FileList = @() + +# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. +PrivateData = @{ + + PSData = @{ + + # Tags applied to this module. These help with module discovery in online galleries. + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'HanaOn' + + # A URL to the license for this module. + LicenseUri = 'https://aka.ms/azps-license' + + # A URL to the main website for this project. + ProjectUri = 'https://github.com/Azure/azure-powershell' + + # A URL to an icon representing this module. + # IconUri = '' + + # ReleaseNotes of this module + ReleaseNotes = '* Added byDict parameter set for New-AzSapMonitorProviderInstance' + + # Prerelease string of this module + # Prerelease = '' + + # Flag to indicate whether the module requires explicit user acceptance for install/update/save + # RequireLicenseAcceptance = $false + + # External dependent modules of this module + # ExternalModuleDependencies = @() + + } # End of PSData hashtable + +} # End of PrivateData hashtable + +# HelpInfo URI of this module +# HelpInfoURI = '' + +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. +# DefaultCommandPrefix = '' + +} + diff --git a/src/HanaOnAzure/ChangeLog.md b/src/HanaOnAzure/HanaOnAzure/ChangeLog.md similarity index 100% rename from src/HanaOnAzure/ChangeLog.md rename to src/HanaOnAzure/HanaOnAzure/ChangeLog.md diff --git a/src/HanaOnAzure/HanaOnAzure/HanaOnAzure.csproj b/src/HanaOnAzure/HanaOnAzure/HanaOnAzure.csproj new file mode 100644 index 000000000000..313025934ec7 --- /dev/null +++ b/src/HanaOnAzure/HanaOnAzure/HanaOnAzure.csproj @@ -0,0 +1,28 @@ + + + + + + + HanaOnAzure + + + + netstandard2.0 + $(AzAssemblyPrefix)$(PsModuleName) + $(AzAssemblyPrefix)$(PsModuleName) + true + false + $(RepoArtifacts)$(Configuration)\Az.$(PsModuleName)\ + $(OutputPath) + + + + + + + + + + + diff --git a/src/HanaOnAzure/Properties/AssemblyInfo.cs b/src/HanaOnAzure/HanaOnAzure/Properties/AssemblyInfo.cs similarity index 100% rename from src/HanaOnAzure/Properties/AssemblyInfo.cs rename to src/HanaOnAzure/HanaOnAzure/Properties/AssemblyInfo.cs diff --git a/src/HanaOnAzure/UX/Microsoft.HanaOnAzure/sapMonitors-providerInstances.json b/src/HanaOnAzure/HanaOnAzure/UX/Microsoft.HanaOnAzure/sapMonitors-providerInstances.json similarity index 100% rename from src/HanaOnAzure/UX/Microsoft.HanaOnAzure/sapMonitors-providerInstances.json rename to src/HanaOnAzure/HanaOnAzure/UX/Microsoft.HanaOnAzure/sapMonitors-providerInstances.json diff --git a/src/HanaOnAzure/UX/Microsoft.HanaOnAzure/sapMonitors.json b/src/HanaOnAzure/HanaOnAzure/UX/Microsoft.HanaOnAzure/sapMonitors.json similarity index 100% rename from src/HanaOnAzure/UX/Microsoft.HanaOnAzure/sapMonitors.json rename to src/HanaOnAzure/HanaOnAzure/UX/Microsoft.HanaOnAzure/sapMonitors.json diff --git a/src/HanaOnAzure/help/Az.HanaOnAzure.md b/src/HanaOnAzure/HanaOnAzure/help/Az.HanaOnAzure.md similarity index 100% rename from src/HanaOnAzure/help/Az.HanaOnAzure.md rename to src/HanaOnAzure/HanaOnAzure/help/Az.HanaOnAzure.md diff --git a/src/HanaOnAzure/help/Get-AzSapMonitor.md b/src/HanaOnAzure/HanaOnAzure/help/Get-AzSapMonitor.md similarity index 100% rename from src/HanaOnAzure/help/Get-AzSapMonitor.md rename to src/HanaOnAzure/HanaOnAzure/help/Get-AzSapMonitor.md diff --git a/src/HanaOnAzure/help/Get-AzSapMonitorProviderInstance.md b/src/HanaOnAzure/HanaOnAzure/help/Get-AzSapMonitorProviderInstance.md similarity index 100% rename from src/HanaOnAzure/help/Get-AzSapMonitorProviderInstance.md rename to src/HanaOnAzure/HanaOnAzure/help/Get-AzSapMonitorProviderInstance.md diff --git a/src/HanaOnAzure/help/New-AzSapMonitor.md b/src/HanaOnAzure/HanaOnAzure/help/New-AzSapMonitor.md similarity index 100% rename from src/HanaOnAzure/help/New-AzSapMonitor.md rename to src/HanaOnAzure/HanaOnAzure/help/New-AzSapMonitor.md diff --git a/src/HanaOnAzure/help/New-AzSapMonitorProviderInstance.md b/src/HanaOnAzure/HanaOnAzure/help/New-AzSapMonitorProviderInstance.md similarity index 100% rename from src/HanaOnAzure/help/New-AzSapMonitorProviderInstance.md rename to src/HanaOnAzure/HanaOnAzure/help/New-AzSapMonitorProviderInstance.md diff --git a/src/HanaOnAzure/help/Remove-AzSapMonitor.md b/src/HanaOnAzure/HanaOnAzure/help/Remove-AzSapMonitor.md similarity index 100% rename from src/HanaOnAzure/help/Remove-AzSapMonitor.md rename to src/HanaOnAzure/HanaOnAzure/help/Remove-AzSapMonitor.md diff --git a/src/HanaOnAzure/help/Remove-AzSapMonitorProviderInstance.md b/src/HanaOnAzure/HanaOnAzure/help/Remove-AzSapMonitorProviderInstance.md similarity index 100% rename from src/HanaOnAzure/help/Remove-AzSapMonitorProviderInstance.md rename to src/HanaOnAzure/HanaOnAzure/help/Remove-AzSapMonitorProviderInstance.md diff --git a/src/HanaOnAzure/help/Update-AzSapMonitor.md b/src/HanaOnAzure/HanaOnAzure/help/Update-AzSapMonitor.md similarity index 100% rename from src/HanaOnAzure/help/Update-AzSapMonitor.md rename to src/HanaOnAzure/HanaOnAzure/help/Update-AzSapMonitor.md diff --git a/src/HdInsightOnAks/Az.HdInsightOnAks.csproj b/src/HdInsightOnAks/HdInsightOnAks.Autorest/Az.HdInsightOnAks.csproj similarity index 71% rename from src/HdInsightOnAks/Az.HdInsightOnAks.csproj rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/Az.HdInsightOnAks.csproj index 178a71ea8ab4..e3fc0cc5c1c2 100644 --- a/src/HdInsightOnAks/Az.HdInsightOnAks.csproj +++ b/src/HdInsightOnAks/HdInsightOnAks.Autorest/Az.HdInsightOnAks.csproj @@ -1,8 +1,10 @@ HdInsightOnAks + HdInsightOnAks - + + diff --git a/src/HdInsightOnAks/Az.HdInsightOnAks.format.ps1xml b/src/HdInsightOnAks/HdInsightOnAks.Autorest/Az.HdInsightOnAks.format.ps1xml similarity index 100% rename from src/HdInsightOnAks/Az.HdInsightOnAks.format.ps1xml rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/Az.HdInsightOnAks.format.ps1xml diff --git a/src/HdInsightOnAks/Az.HdInsightOnAks.psd1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/Az.HdInsightOnAks.psd1 similarity index 100% rename from src/HdInsightOnAks/Az.HdInsightOnAks.psd1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/Az.HdInsightOnAks.psd1 diff --git a/src/HdInsightOnAks/Az.HdInsightOnAks.psm1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/Az.HdInsightOnAks.psm1 similarity index 100% rename from src/HdInsightOnAks/Az.HdInsightOnAks.psm1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/Az.HdInsightOnAks.psm1 diff --git a/src/HdInsightOnAks/README.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/README.md similarity index 100% rename from src/HdInsightOnAks/README.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/README.md diff --git a/src/HdInsightOnAks/build-module.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/build-module.ps1 similarity index 100% rename from src/HdInsightOnAks/build-module.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/build-module.ps1 diff --git a/src/HdInsightOnAks/check-dependencies.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/check-dependencies.ps1 similarity index 100% rename from src/HdInsightOnAks/check-dependencies.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/check-dependencies.ps1 diff --git a/src/HdInsightOnAks/create-model-cmdlets.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/create-model-cmdlets.ps1 similarity index 100% rename from src/HdInsightOnAks/create-model-cmdlets.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/create-model-cmdlets.ps1 diff --git a/src/HdInsightOnAks/custom/Az.HdInsightOnAks.custom.psm1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/Az.HdInsightOnAks.custom.psm1 similarity index 100% rename from src/HdInsightOnAks/custom/Az.HdInsightOnAks.custom.psm1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/Az.HdInsightOnAks.custom.psm1 diff --git a/src/HdInsightOnAks/custom/New-AzHdInsightOnAksClusterConfigFileObject.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/New-AzHdInsightOnAksClusterConfigFileObject.ps1 similarity index 100% rename from src/HdInsightOnAks/custom/New-AzHdInsightOnAksClusterConfigFileObject.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/New-AzHdInsightOnAksClusterConfigFileObject.ps1 diff --git a/src/HdInsightOnAks/custom/New-AzHdInsightOnAksClusterServiceConfigObject.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/New-AzHdInsightOnAksClusterServiceConfigObject.ps1 similarity index 100% rename from src/HdInsightOnAks/custom/New-AzHdInsightOnAksClusterServiceConfigObject.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/New-AzHdInsightOnAksClusterServiceConfigObject.ps1 diff --git a/src/HdInsightOnAks/custom/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.ps1 similarity index 100% rename from src/HdInsightOnAks/custom/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.ps1 diff --git a/src/HdInsightOnAks/custom/New-AzHdInsightOnAksFlinkJobObject.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/New-AzHdInsightOnAksFlinkJobObject.ps1 similarity index 100% rename from src/HdInsightOnAks/custom/New-AzHdInsightOnAksFlinkJobObject.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/New-AzHdInsightOnAksFlinkJobObject.ps1 diff --git a/src/HdInsightOnAks/custom/New-AzHdInsightOnAksNodeProfileObject.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/New-AzHdInsightOnAksNodeProfileObject.ps1 similarity index 100% rename from src/HdInsightOnAks/custom/New-AzHdInsightOnAksNodeProfileObject.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/New-AzHdInsightOnAksNodeProfileObject.ps1 diff --git a/src/HdInsightOnAks/custom/New-AzHdInsightOnAksSecretReferenceObject.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/New-AzHdInsightOnAksSecretReferenceObject.ps1 similarity index 100% rename from src/HdInsightOnAks/custom/New-AzHdInsightOnAksSecretReferenceObject.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/New-AzHdInsightOnAksSecretReferenceObject.ps1 diff --git a/src/HdInsightOnAks/custom/New-AzHdInsightOnAksTrinoHiveCatalogObject.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/New-AzHdInsightOnAksTrinoHiveCatalogObject.ps1 similarity index 100% rename from src/HdInsightOnAks/custom/New-AzHdInsightOnAksTrinoHiveCatalogObject.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/New-AzHdInsightOnAksTrinoHiveCatalogObject.ps1 diff --git a/src/HdInsightOnAks/custom/README.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/README.md similarity index 100% rename from src/HdInsightOnAks/custom/README.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/custom/README.md diff --git a/src/HdInsightOnAks/examples/Get-AzHdInsightOnAksAvailableClusterPoolVersion.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Get-AzHdInsightOnAksAvailableClusterPoolVersion.md similarity index 100% rename from src/HdInsightOnAks/examples/Get-AzHdInsightOnAksAvailableClusterPoolVersion.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Get-AzHdInsightOnAksAvailableClusterPoolVersion.md diff --git a/src/HdInsightOnAks/examples/Get-AzHdInsightOnAksAvailableClusterVersion.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Get-AzHdInsightOnAksAvailableClusterVersion.md similarity index 100% rename from src/HdInsightOnAks/examples/Get-AzHdInsightOnAksAvailableClusterVersion.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Get-AzHdInsightOnAksAvailableClusterVersion.md diff --git a/src/HdInsightOnAks/examples/Get-AzHdInsightOnAksCluster.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Get-AzHdInsightOnAksCluster.md similarity index 100% rename from src/HdInsightOnAks/examples/Get-AzHdInsightOnAksCluster.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Get-AzHdInsightOnAksCluster.md diff --git a/src/HdInsightOnAks/examples/Get-AzHdInsightOnAksClusterInstanceView.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Get-AzHdInsightOnAksClusterInstanceView.md similarity index 100% rename from src/HdInsightOnAks/examples/Get-AzHdInsightOnAksClusterInstanceView.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Get-AzHdInsightOnAksClusterInstanceView.md diff --git a/src/HdInsightOnAks/examples/Get-AzHdInsightOnAksClusterJob.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Get-AzHdInsightOnAksClusterJob.md similarity index 100% rename from src/HdInsightOnAks/examples/Get-AzHdInsightOnAksClusterJob.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Get-AzHdInsightOnAksClusterJob.md diff --git a/src/HdInsightOnAks/examples/Get-AzHdInsightOnAksClusterPool.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Get-AzHdInsightOnAksClusterPool.md similarity index 100% rename from src/HdInsightOnAks/examples/Get-AzHdInsightOnAksClusterPool.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Get-AzHdInsightOnAksClusterPool.md diff --git a/src/HdInsightOnAks/examples/Get-AzHdInsightOnAksClusterServiceConfig.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Get-AzHdInsightOnAksClusterServiceConfig.md similarity index 100% rename from src/HdInsightOnAks/examples/Get-AzHdInsightOnAksClusterServiceConfig.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Get-AzHdInsightOnAksClusterServiceConfig.md diff --git a/src/HdInsightOnAks/examples/New-AzHdInsightOnAksCluster.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksCluster.md similarity index 100% rename from src/HdInsightOnAks/examples/New-AzHdInsightOnAksCluster.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksCluster.md diff --git a/src/HdInsightOnAks/examples/New-AzHdInsightOnAksClusterConfigFileObject.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksClusterConfigFileObject.md similarity index 100% rename from src/HdInsightOnAks/examples/New-AzHdInsightOnAksClusterConfigFileObject.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksClusterConfigFileObject.md diff --git a/src/HdInsightOnAks/examples/New-AzHdInsightOnAksClusterPool.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksClusterPool.md similarity index 100% rename from src/HdInsightOnAks/examples/New-AzHdInsightOnAksClusterPool.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksClusterPool.md diff --git a/src/HdInsightOnAks/examples/New-AzHdInsightOnAksClusterServiceConfigObject.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksClusterServiceConfigObject.md similarity index 100% rename from src/HdInsightOnAks/examples/New-AzHdInsightOnAksClusterServiceConfigObject.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksClusterServiceConfigObject.md diff --git a/src/HdInsightOnAks/examples/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.md similarity index 100% rename from src/HdInsightOnAks/examples/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.md diff --git a/src/HdInsightOnAks/examples/New-AzHdInsightOnAksFlinkJobObject.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksFlinkJobObject.md similarity index 100% rename from src/HdInsightOnAks/examples/New-AzHdInsightOnAksFlinkJobObject.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksFlinkJobObject.md diff --git a/src/HdInsightOnAks/examples/New-AzHdInsightOnAksNodeProfileObject.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksNodeProfileObject.md similarity index 100% rename from src/HdInsightOnAks/examples/New-AzHdInsightOnAksNodeProfileObject.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksNodeProfileObject.md diff --git a/src/HdInsightOnAks/examples/New-AzHdInsightOnAksSecretReferenceObject.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksSecretReferenceObject.md similarity index 100% rename from src/HdInsightOnAks/examples/New-AzHdInsightOnAksSecretReferenceObject.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksSecretReferenceObject.md diff --git a/src/HdInsightOnAks/examples/New-AzHdInsightOnAksTrinoHiveCatalogObject.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksTrinoHiveCatalogObject.md similarity index 100% rename from src/HdInsightOnAks/examples/New-AzHdInsightOnAksTrinoHiveCatalogObject.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/New-AzHdInsightOnAksTrinoHiveCatalogObject.md diff --git a/src/HdInsightOnAks/examples/Remove-AzHdInsightOnAksCluster.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Remove-AzHdInsightOnAksCluster.md similarity index 100% rename from src/HdInsightOnAks/examples/Remove-AzHdInsightOnAksCluster.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Remove-AzHdInsightOnAksCluster.md diff --git a/src/HdInsightOnAks/examples/Remove-AzHdInsightOnAksClusterPool.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Remove-AzHdInsightOnAksClusterPool.md similarity index 100% rename from src/HdInsightOnAks/examples/Remove-AzHdInsightOnAksClusterPool.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Remove-AzHdInsightOnAksClusterPool.md diff --git a/src/HdInsightOnAks/examples/Resize-AzHdInsightOnAksCluster.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Resize-AzHdInsightOnAksCluster.md similarity index 100% rename from src/HdInsightOnAks/examples/Resize-AzHdInsightOnAksCluster.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Resize-AzHdInsightOnAksCluster.md diff --git a/src/HdInsightOnAks/examples/Set-AzHdInsightOnAksClusterPool.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Set-AzHdInsightOnAksClusterPool.md similarity index 100% rename from src/HdInsightOnAks/examples/Set-AzHdInsightOnAksClusterPool.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Set-AzHdInsightOnAksClusterPool.md diff --git a/src/HdInsightOnAks/examples/Start-AzHdInsightOnAksClusterJob.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Start-AzHdInsightOnAksClusterJob.md similarity index 100% rename from src/HdInsightOnAks/examples/Start-AzHdInsightOnAksClusterJob.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Start-AzHdInsightOnAksClusterJob.md diff --git a/src/HdInsightOnAks/examples/Test-AzHdInsightOnAksLocationNameAvailability.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Test-AzHdInsightOnAksLocationNameAvailability.md similarity index 100% rename from src/HdInsightOnAks/examples/Test-AzHdInsightOnAksLocationNameAvailability.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Test-AzHdInsightOnAksLocationNameAvailability.md diff --git a/src/HdInsightOnAks/examples/Update-AzHdInsightOnAksCluster.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Update-AzHdInsightOnAksCluster.md similarity index 100% rename from src/HdInsightOnAks/examples/Update-AzHdInsightOnAksCluster.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Update-AzHdInsightOnAksCluster.md diff --git a/src/HdInsightOnAks/examples/Update-AzHdInsightOnAksClusterPoolTag.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Update-AzHdInsightOnAksClusterPoolTag.md similarity index 100% rename from src/HdInsightOnAks/examples/Update-AzHdInsightOnAksClusterPoolTag.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/examples/Update-AzHdInsightOnAksClusterPoolTag.md diff --git a/src/HdInsightOnAks/export-surface.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/export-surface.ps1 similarity index 100% rename from src/HdInsightOnAks/export-surface.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/export-surface.ps1 diff --git a/src/HdInsightOnAks/exports/Get-AzHdInsightOnAksAvailableClusterPoolVersion.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Get-AzHdInsightOnAksAvailableClusterPoolVersion.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Get-AzHdInsightOnAksAvailableClusterPoolVersion.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Get-AzHdInsightOnAksAvailableClusterPoolVersion.ps1 diff --git a/src/HdInsightOnAks/exports/Get-AzHdInsightOnAksAvailableClusterVersion.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Get-AzHdInsightOnAksAvailableClusterVersion.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Get-AzHdInsightOnAksAvailableClusterVersion.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Get-AzHdInsightOnAksAvailableClusterVersion.ps1 diff --git a/src/HdInsightOnAks/exports/Get-AzHdInsightOnAksCluster.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Get-AzHdInsightOnAksCluster.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Get-AzHdInsightOnAksCluster.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Get-AzHdInsightOnAksCluster.ps1 diff --git a/src/HdInsightOnAks/exports/Get-AzHdInsightOnAksClusterInstanceView.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Get-AzHdInsightOnAksClusterInstanceView.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Get-AzHdInsightOnAksClusterInstanceView.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Get-AzHdInsightOnAksClusterInstanceView.ps1 diff --git a/src/HdInsightOnAks/exports/Get-AzHdInsightOnAksClusterJob.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Get-AzHdInsightOnAksClusterJob.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Get-AzHdInsightOnAksClusterJob.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Get-AzHdInsightOnAksClusterJob.ps1 diff --git a/src/HdInsightOnAks/exports/Get-AzHdInsightOnAksClusterPool.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Get-AzHdInsightOnAksClusterPool.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Get-AzHdInsightOnAksClusterPool.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Get-AzHdInsightOnAksClusterPool.ps1 diff --git a/src/HdInsightOnAks/exports/Get-AzHdInsightOnAksClusterServiceConfig.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Get-AzHdInsightOnAksClusterServiceConfig.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Get-AzHdInsightOnAksClusterServiceConfig.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Get-AzHdInsightOnAksClusterServiceConfig.ps1 diff --git a/src/HdInsightOnAks/exports/New-AzHdInsightOnAksCluster.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksCluster.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/New-AzHdInsightOnAksCluster.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksCluster.ps1 diff --git a/src/HdInsightOnAks/exports/New-AzHdInsightOnAksClusterConfigFileObject.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksClusterConfigFileObject.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/New-AzHdInsightOnAksClusterConfigFileObject.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksClusterConfigFileObject.ps1 diff --git a/src/HdInsightOnAks/exports/New-AzHdInsightOnAksClusterPool.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksClusterPool.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/New-AzHdInsightOnAksClusterPool.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksClusterPool.ps1 diff --git a/src/HdInsightOnAks/exports/New-AzHdInsightOnAksClusterServiceConfigObject.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksClusterServiceConfigObject.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/New-AzHdInsightOnAksClusterServiceConfigObject.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksClusterServiceConfigObject.ps1 diff --git a/src/HdInsightOnAks/exports/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.ps1 diff --git a/src/HdInsightOnAks/exports/New-AzHdInsightOnAksFlinkJobObject.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksFlinkJobObject.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/New-AzHdInsightOnAksFlinkJobObject.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksFlinkJobObject.ps1 diff --git a/src/HdInsightOnAks/exports/New-AzHdInsightOnAksNodeProfileObject.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksNodeProfileObject.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/New-AzHdInsightOnAksNodeProfileObject.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksNodeProfileObject.ps1 diff --git a/src/HdInsightOnAks/exports/New-AzHdInsightOnAksSecretReferenceObject.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksSecretReferenceObject.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/New-AzHdInsightOnAksSecretReferenceObject.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksSecretReferenceObject.ps1 diff --git a/src/HdInsightOnAks/exports/New-AzHdInsightOnAksTrinoHiveCatalogObject.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksTrinoHiveCatalogObject.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/New-AzHdInsightOnAksTrinoHiveCatalogObject.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/New-AzHdInsightOnAksTrinoHiveCatalogObject.ps1 diff --git a/src/HdInsightOnAks/exports/ProxyCmdletDefinitions.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/ProxyCmdletDefinitions.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/ProxyCmdletDefinitions.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/ProxyCmdletDefinitions.ps1 diff --git a/src/HdInsightOnAks/exports/README.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/README.md similarity index 100% rename from src/HdInsightOnAks/exports/README.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/README.md diff --git a/src/HdInsightOnAks/exports/Remove-AzHdInsightOnAksCluster.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Remove-AzHdInsightOnAksCluster.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Remove-AzHdInsightOnAksCluster.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Remove-AzHdInsightOnAksCluster.ps1 diff --git a/src/HdInsightOnAks/exports/Remove-AzHdInsightOnAksClusterPool.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Remove-AzHdInsightOnAksClusterPool.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Remove-AzHdInsightOnAksClusterPool.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Remove-AzHdInsightOnAksClusterPool.ps1 diff --git a/src/HdInsightOnAks/exports/Resize-AzHdInsightOnAksCluster.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Resize-AzHdInsightOnAksCluster.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Resize-AzHdInsightOnAksCluster.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Resize-AzHdInsightOnAksCluster.ps1 diff --git a/src/HdInsightOnAks/exports/Set-AzHdInsightOnAksClusterPool.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Set-AzHdInsightOnAksClusterPool.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Set-AzHdInsightOnAksClusterPool.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Set-AzHdInsightOnAksClusterPool.ps1 diff --git a/src/HdInsightOnAks/exports/Start-AzHdInsightOnAksClusterJob.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Start-AzHdInsightOnAksClusterJob.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Start-AzHdInsightOnAksClusterJob.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Start-AzHdInsightOnAksClusterJob.ps1 diff --git a/src/HdInsightOnAks/exports/Test-AzHdInsightOnAksLocationNameAvailability.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Test-AzHdInsightOnAksLocationNameAvailability.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Test-AzHdInsightOnAksLocationNameAvailability.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Test-AzHdInsightOnAksLocationNameAvailability.ps1 diff --git a/src/HdInsightOnAks/exports/Update-AzHdInsightOnAksCluster.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Update-AzHdInsightOnAksCluster.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Update-AzHdInsightOnAksCluster.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Update-AzHdInsightOnAksCluster.ps1 diff --git a/src/HdInsightOnAks/exports/Update-AzHdInsightOnAksClusterPoolTag.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Update-AzHdInsightOnAksClusterPoolTag.ps1 similarity index 100% rename from src/HdInsightOnAks/exports/Update-AzHdInsightOnAksClusterPoolTag.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/exports/Update-AzHdInsightOnAksClusterPoolTag.ps1 diff --git a/src/HdInsightOnAks/generate-help.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generate-help.ps1 similarity index 100% rename from src/HdInsightOnAks/generate-help.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generate-help.ps1 diff --git a/src/HdInsightOnAks/generate-info.json b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generate-info.json similarity index 100% rename from src/HdInsightOnAks/generate-info.json rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generate-info.json diff --git a/src/HdInsightOnAks/generate-portal-ux.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generate-portal-ux.ps1 similarity index 100% rename from src/HdInsightOnAks/generate-portal-ux.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generate-portal-ux.ps1 diff --git a/src/HdInsightOnAks/generated/Module.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/Module.cs similarity index 100% rename from src/HdInsightOnAks/generated/Module.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/Module.cs diff --git a/src/HdInsightOnAks/generated/api/HdInsightOnAks.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/HdInsightOnAks.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/HdInsightOnAks.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/HdInsightOnAks.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AksClusterProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AksClusterProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AksClusterProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AksClusterProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AksClusterProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AksClusterProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AksClusterProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AksClusterProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AksClusterProfileAksClusterAgentPoolIdentityProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Any.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Any.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Any.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Any.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Any.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Any.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Any.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Any.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Any.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Any.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Any.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Any.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Any.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Any.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Any.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Any.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AuthorizationProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AuthorizationProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AuthorizationProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AuthorizationProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AuthorizationProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AuthorizationProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AuthorizationProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AuthorizationProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AuthorizationProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AuthorizationProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AuthorizationProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AuthorizationProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AuthorizationProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AuthorizationProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AuthorizationProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AuthorizationProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AutoscaleProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AutoscaleProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AutoscaleProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AutoscaleProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AutoscaleProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AutoscaleProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AutoscaleProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AutoscaleProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AutoscaleProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AutoscaleProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AutoscaleProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AutoscaleProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/AutoscaleProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AutoscaleProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/AutoscaleProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/AutoscaleProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/CatalogOptions.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/CatalogOptions.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/CatalogOptions.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/CatalogOptions.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/CatalogOptions.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/CatalogOptions.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/CatalogOptions.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/CatalogOptions.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/CatalogOptions.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/CatalogOptions.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/CatalogOptions.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/CatalogOptions.cs diff --git a/src/HdInsightOnAks/generated/api/Models/CatalogOptions.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/CatalogOptions.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/CatalogOptions.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/CatalogOptions.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Cluster.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Cluster.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Cluster.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Cluster.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Cluster.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Cluster.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Cluster.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Cluster.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Cluster.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Cluster.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Cluster.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Cluster.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Cluster.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Cluster.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Cluster.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Cluster.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterComponentsItem.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterComponentsItem.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterComponentsItem.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterComponentsItem.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterComponentsItem.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterComponentsItem.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterComponentsItem.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterComponentsItem.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterComponentsItem.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterComponentsItem.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterComponentsItem.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterComponentsItem.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterComponentsItem.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterComponentsItem.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterComponentsItem.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterComponentsItem.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterConfigFile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterConfigFile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterConfigFile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterConfigFile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterConfigFile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterConfigFile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterConfigFile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterConfigFile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterConfigFileValues.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFileValues.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterConfigFileValues.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFileValues.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterConfigFileValues.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFileValues.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterConfigFileValues.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFileValues.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterConfigFileValues.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFileValues.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterConfigFileValues.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFileValues.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterConfigFileValues.dictionary.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFileValues.dictionary.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterConfigFileValues.dictionary.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFileValues.dictionary.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterConfigFileValues.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFileValues.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterConfigFileValues.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterConfigFileValues.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewProperties.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewProperties.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewProperties.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewProperties.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewProperties.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewProperties.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewProperties.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewProperties.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewProperties.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewProperties.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewProperties.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewProperties.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewProperties.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewProperties.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewProperties.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewProperties.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewPropertiesStatus.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewPropertiesStatus.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewPropertiesStatus.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewPropertiesStatus.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewPropertiesStatus.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewPropertiesStatus.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewPropertiesStatus.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewPropertiesStatus.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewPropertiesStatus.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewPropertiesStatus.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewPropertiesStatus.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewPropertiesStatus.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewPropertiesStatus.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewPropertiesStatus.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewPropertiesStatus.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewPropertiesStatus.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResult.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResult.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResult.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResult.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResult.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResult.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResult.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResult.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResult.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResult.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResult.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResult.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResult.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResult.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResult.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResult.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResultProperties.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResultProperties.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResultProperties.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResultProperties.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResultProperties.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResultProperties.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResultProperties.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResultProperties.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResultProperties.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResultProperties.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResultProperties.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResultProperties.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResultProperties.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResultProperties.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewResultProperties.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewResultProperties.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewStatus.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewStatus.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewStatus.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewStatus.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewStatus.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewStatus.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewStatus.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewStatus.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewStatus.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewStatus.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewStatus.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewStatus.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewStatus.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewStatus.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewStatus.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewStatus.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewsResult.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewsResult.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewsResult.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewsResult.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewsResult.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewsResult.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewsResult.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewsResult.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewsResult.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewsResult.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewsResult.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewsResult.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewsResult.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewsResult.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterInstanceViewsResult.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterInstanceViewsResult.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterJob.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJob.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterJob.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJob.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterJob.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJob.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterJob.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJob.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterJob.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJob.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterJob.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJob.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterJob.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJob.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterJob.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJob.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterJobList.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobList.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterJobList.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobList.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterJobList.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobList.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterJobList.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobList.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterJobList.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobList.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterJobList.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobList.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterJobList.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobList.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterJobList.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobList.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterJobProperties.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobProperties.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterJobProperties.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobProperties.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterJobProperties.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobProperties.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterJobProperties.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobProperties.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterJobProperties.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobProperties.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterJobProperties.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobProperties.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterJobProperties.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobProperties.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterJobProperties.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterJobProperties.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterListResult.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterListResult.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterListResult.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterListResult.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterListResult.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterListResult.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterListResult.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterListResult.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterListResult.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterListResult.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterListResult.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterListResult.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterListResult.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterListResult.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterListResult.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterListResult.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsApplicationLogs.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsApplicationLogs.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsApplicationLogs.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsApplicationLogs.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsApplicationLogs.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsApplicationLogs.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsApplicationLogs.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsApplicationLogs.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsApplicationLogs.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsApplicationLogs.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsApplicationLogs.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsApplicationLogs.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsApplicationLogs.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsApplicationLogs.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsApplicationLogs.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsApplicationLogs.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterLogAnalyticsProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterLogAnalyticsProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPatch.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatch.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPatch.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatch.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPatch.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatch.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPatch.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatch.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPatch.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatch.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPatch.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatch.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPatch.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatch.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPatch.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatch.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPatchProperties.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatchProperties.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPatchProperties.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatchProperties.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPatchProperties.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatchProperties.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPatchProperties.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatchProperties.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPatchProperties.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatchProperties.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPatchProperties.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatchProperties.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPatchProperties.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatchProperties.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPatchProperties.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPatchProperties.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPool.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPool.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPool.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPool.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPool.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPool.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPool.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPool.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPool.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPool.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPool.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPool.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPool.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPool.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPool.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPool.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolComputeProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolComputeProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolComputeProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolComputeProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolComputeProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolComputeProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolComputeProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolComputeProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolComputeProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolComputeProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolComputeProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolComputeProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolComputeProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolComputeProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolComputeProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolComputeProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolListResult.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolListResult.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolListResult.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolListResult.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolListResult.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolListResult.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolListResult.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolListResult.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolListResult.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolListResult.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolListResult.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolListResult.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolListResult.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolListResult.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolListResult.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolListResult.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolLogAnalyticsProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolLogAnalyticsProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolLogAnalyticsProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolLogAnalyticsProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolLogAnalyticsProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolLogAnalyticsProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolLogAnalyticsProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolLogAnalyticsProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolLogAnalyticsProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolLogAnalyticsProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolLogAnalyticsProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolLogAnalyticsProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolLogAnalyticsProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolLogAnalyticsProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolLogAnalyticsProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolLogAnalyticsProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolNetworkProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolNetworkProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolNetworkProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolNetworkProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolNetworkProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolNetworkProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolNetworkProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolNetworkProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolNetworkProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolNetworkProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolNetworkProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolNetworkProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolNetworkProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolNetworkProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolNetworkProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolNetworkProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourceProperties.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourceProperties.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourceProperties.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourceProperties.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourceProperties.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourceProperties.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourceProperties.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourceProperties.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourceProperties.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourceProperties.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourceProperties.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourceProperties.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourceProperties.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourceProperties.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourceProperties.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourceProperties.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesAksClusterProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesClusterPoolProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesComputeProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesLogAnalyticsProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolResourcePropertiesNetworkProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolVersion.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersion.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolVersion.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersion.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolVersion.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersion.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolVersion.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersion.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolVersion.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersion.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolVersion.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersion.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolVersion.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersion.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolVersion.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersion.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionProperties.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionProperties.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionProperties.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionProperties.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionProperties.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionProperties.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionProperties.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionProperties.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionProperties.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionProperties.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionProperties.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionProperties.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionProperties.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionProperties.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionProperties.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionProperties.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionsListResult.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionsListResult.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionsListResult.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionsListResult.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionsListResult.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionsListResult.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionsListResult.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionsListResult.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionsListResult.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionsListResult.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionsListResult.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionsListResult.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionsListResult.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionsListResult.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPoolVersionsListResult.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPoolVersionsListResult.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileKafkaProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileKafkaProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileKafkaProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileKafkaProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileKafkaProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileKafkaProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileKafkaProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileKafkaProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileKafkaProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileKafkaProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileKafkaProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileKafkaProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileKafkaProfile.dictionary.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileKafkaProfile.dictionary.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileKafkaProfile.dictionary.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileKafkaProfile.dictionary.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileKafkaProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileKafkaProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileKafkaProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileKafkaProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileLlapProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileLlapProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileLlapProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileLlapProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileLlapProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileLlapProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileLlapProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileLlapProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileLlapProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileLlapProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileLlapProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileLlapProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileLlapProfile.dictionary.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileLlapProfile.dictionary.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileLlapProfile.dictionary.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileLlapProfile.dictionary.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileLlapProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileLlapProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileLlapProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileLlapProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileStubProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileStubProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileStubProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileStubProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileStubProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileStubProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileStubProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileStubProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileStubProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileStubProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileStubProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileStubProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileStubProfile.dictionary.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileStubProfile.dictionary.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileStubProfile.dictionary.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileStubProfile.dictionary.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterProfileStubProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileStubProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterProfileStubProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterProfileStubProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPrometheusProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPrometheusProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPrometheusProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPrometheusProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPrometheusProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPrometheusProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPrometheusProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPrometheusProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPrometheusProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPrometheusProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPrometheusProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPrometheusProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterPrometheusProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPrometheusProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterPrometheusProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterPrometheusProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterResizeData.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeData.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterResizeData.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeData.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterResizeData.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeData.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterResizeData.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeData.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterResizeData.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeData.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterResizeData.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeData.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterResizeData.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeData.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterResizeData.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeData.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterResizeProperties.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeProperties.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterResizeProperties.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeProperties.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterResizeProperties.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeProperties.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterResizeProperties.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeProperties.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterResizeProperties.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeProperties.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterResizeProperties.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeProperties.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterResizeProperties.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeProperties.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterResizeProperties.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResizeProperties.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterResourceProperties.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResourceProperties.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterResourceProperties.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResourceProperties.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterResourceProperties.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResourceProperties.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterResourceProperties.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResourceProperties.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterResourceProperties.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResourceProperties.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterResourceProperties.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResourceProperties.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterResourceProperties.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResourceProperties.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterResourceProperties.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterResourceProperties.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterServiceConfig.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfig.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterServiceConfig.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfig.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterServiceConfig.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfig.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterServiceConfig.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfig.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterServiceConfig.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfig.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterServiceConfig.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfig.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterServiceConfig.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfig.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterServiceConfig.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfig.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterServiceConfigsProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfigsProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterServiceConfigsProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfigsProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterServiceConfigsProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfigsProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterServiceConfigsProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfigsProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterServiceConfigsProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfigsProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterServiceConfigsProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfigsProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterServiceConfigsProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfigsProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterServiceConfigsProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterServiceConfigsProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterVersion.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersion.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterVersion.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersion.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterVersion.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersion.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterVersion.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersion.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterVersion.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersion.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterVersion.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersion.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterVersion.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersion.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterVersion.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersion.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterVersionProperties.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionProperties.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterVersionProperties.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionProperties.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterVersionProperties.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionProperties.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterVersionProperties.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionProperties.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterVersionProperties.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionProperties.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterVersionProperties.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionProperties.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterVersionProperties.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionProperties.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterVersionProperties.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionProperties.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterVersionsListResult.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionsListResult.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterVersionsListResult.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionsListResult.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterVersionsListResult.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionsListResult.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterVersionsListResult.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionsListResult.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterVersionsListResult.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionsListResult.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterVersionsListResult.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionsListResult.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ClusterVersionsListResult.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionsListResult.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ClusterVersionsListResult.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ClusterVersionsListResult.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ComparisonRule.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComparisonRule.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ComparisonRule.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComparisonRule.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ComparisonRule.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComparisonRule.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ComparisonRule.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComparisonRule.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ComparisonRule.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComparisonRule.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ComparisonRule.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComparisonRule.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ComparisonRule.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComparisonRule.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ComparisonRule.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComparisonRule.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ComputeProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ComputeProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ComputeProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ComputeProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ComputeProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ComputeProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ComputeProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ComputeProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ComputeResourceDefinition.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeResourceDefinition.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ComputeResourceDefinition.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeResourceDefinition.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ComputeResourceDefinition.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeResourceDefinition.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ComputeResourceDefinition.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeResourceDefinition.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ComputeResourceDefinition.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeResourceDefinition.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ComputeResourceDefinition.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeResourceDefinition.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ComputeResourceDefinition.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeResourceDefinition.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ComputeResourceDefinition.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ComputeResourceDefinition.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ConnectivityProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ConnectivityProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ConnectivityProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ConnectivityProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ConnectivityProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ConnectivityProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ConnectivityProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ConnectivityProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ConnectivityProfileWeb.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfileWeb.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ConnectivityProfileWeb.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfileWeb.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ConnectivityProfileWeb.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfileWeb.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ConnectivityProfileWeb.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfileWeb.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ConnectivityProfileWeb.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfileWeb.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ConnectivityProfileWeb.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfileWeb.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ConnectivityProfileWeb.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfileWeb.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ConnectivityProfileWeb.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ConnectivityProfileWeb.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ErrorAdditionalInfo.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorAdditionalInfo.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ErrorAdditionalInfo.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorAdditionalInfo.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ErrorAdditionalInfo.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorAdditionalInfo.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ErrorAdditionalInfo.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorAdditionalInfo.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ErrorAdditionalInfo.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorAdditionalInfo.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ErrorAdditionalInfo.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorAdditionalInfo.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ErrorAdditionalInfo.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorAdditionalInfo.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ErrorAdditionalInfo.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorAdditionalInfo.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ErrorDetail.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorDetail.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ErrorDetail.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorDetail.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ErrorDetail.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorDetail.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ErrorDetail.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorDetail.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ErrorDetail.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorDetail.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ErrorDetail.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorDetail.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ErrorDetail.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorDetail.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ErrorDetail.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorDetail.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ErrorResponse.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorResponse.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ErrorResponse.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorResponse.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ErrorResponse.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorResponse.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ErrorResponse.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorResponse.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ErrorResponse.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorResponse.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ErrorResponse.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorResponse.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ErrorResponse.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorResponse.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ErrorResponse.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ErrorResponse.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkCatalogOptions.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkCatalogOptions.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkCatalogOptions.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkCatalogOptions.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkCatalogOptions.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkCatalogOptions.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkCatalogOptions.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkCatalogOptions.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkCatalogOptions.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkCatalogOptions.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkCatalogOptions.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkCatalogOptions.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkCatalogOptions.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkCatalogOptions.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkCatalogOptions.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkCatalogOptions.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkHiveCatalogOption.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkHiveCatalogOption.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkHiveCatalogOption.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkHiveCatalogOption.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkHiveCatalogOption.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkHiveCatalogOption.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkHiveCatalogOption.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkHiveCatalogOption.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkHiveCatalogOption.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkHiveCatalogOption.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkHiveCatalogOption.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkHiveCatalogOption.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkHiveCatalogOption.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkHiveCatalogOption.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkHiveCatalogOption.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkHiveCatalogOption.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkJobProperties.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobProperties.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkJobProperties.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobProperties.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkJobProperties.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobProperties.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkJobProperties.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobProperties.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkJobProperties.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobProperties.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkJobProperties.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobProperties.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkJobProperties.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobProperties.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkJobProperties.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobProperties.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.dictionary.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.dictionary.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.dictionary.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.dictionary.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkJobPropertiesFlinkConfiguration.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkStorageProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkStorageProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkStorageProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkStorageProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkStorageProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkStorageProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkStorageProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkStorageProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkStorageProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkStorageProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkStorageProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkStorageProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/FlinkStorageProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkStorageProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/FlinkStorageProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/FlinkStorageProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/HdInsightOnAksIdentity.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HdInsightOnAksIdentity.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/HdInsightOnAksIdentity.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HdInsightOnAksIdentity.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/HdInsightOnAksIdentity.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HdInsightOnAksIdentity.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/HdInsightOnAksIdentity.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HdInsightOnAksIdentity.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/HdInsightOnAksIdentity.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HdInsightOnAksIdentity.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/HdInsightOnAksIdentity.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HdInsightOnAksIdentity.cs diff --git a/src/HdInsightOnAks/generated/api/Models/HdInsightOnAksIdentity.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HdInsightOnAksIdentity.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/HdInsightOnAksIdentity.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HdInsightOnAksIdentity.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/HiveCatalogOption.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HiveCatalogOption.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/HiveCatalogOption.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HiveCatalogOption.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/HiveCatalogOption.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HiveCatalogOption.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/HiveCatalogOption.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HiveCatalogOption.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/HiveCatalogOption.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HiveCatalogOption.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/HiveCatalogOption.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HiveCatalogOption.cs diff --git a/src/HdInsightOnAks/generated/api/Models/HiveCatalogOption.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HiveCatalogOption.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/HiveCatalogOption.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/HiveCatalogOption.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/IdentityProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/IdentityProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/IdentityProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/IdentityProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/IdentityProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/IdentityProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/IdentityProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/IdentityProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/IdentityProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/IdentityProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/IdentityProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/IdentityProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/IdentityProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/IdentityProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/IdentityProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/IdentityProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/LoadBasedConfig.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/LoadBasedConfig.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/LoadBasedConfig.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/LoadBasedConfig.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/LoadBasedConfig.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/LoadBasedConfig.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/LoadBasedConfig.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/LoadBasedConfig.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/LoadBasedConfig.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/LoadBasedConfig.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/LoadBasedConfig.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/LoadBasedConfig.cs diff --git a/src/HdInsightOnAks/generated/api/Models/LoadBasedConfig.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/LoadBasedConfig.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/LoadBasedConfig.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/LoadBasedConfig.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/NameAvailabilityParameters.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityParameters.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/NameAvailabilityParameters.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityParameters.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/NameAvailabilityParameters.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityParameters.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/NameAvailabilityParameters.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityParameters.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/NameAvailabilityParameters.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityParameters.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/NameAvailabilityParameters.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityParameters.cs diff --git a/src/HdInsightOnAks/generated/api/Models/NameAvailabilityParameters.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityParameters.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/NameAvailabilityParameters.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityParameters.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/NameAvailabilityResult.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityResult.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/NameAvailabilityResult.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityResult.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/NameAvailabilityResult.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityResult.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/NameAvailabilityResult.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityResult.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/NameAvailabilityResult.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityResult.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/NameAvailabilityResult.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityResult.cs diff --git a/src/HdInsightOnAks/generated/api/Models/NameAvailabilityResult.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityResult.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/NameAvailabilityResult.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NameAvailabilityResult.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/NodeProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NodeProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/NodeProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NodeProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/NodeProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NodeProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/NodeProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NodeProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/NodeProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NodeProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/NodeProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NodeProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/NodeProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NodeProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/NodeProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/NodeProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Operation.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Operation.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Operation.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Operation.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Operation.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Operation.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Operation.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Operation.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Operation.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Operation.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Operation.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Operation.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Operation.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Operation.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Operation.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Operation.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/OperationDisplay.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationDisplay.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/OperationDisplay.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationDisplay.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/OperationDisplay.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationDisplay.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/OperationDisplay.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationDisplay.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/OperationDisplay.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationDisplay.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/OperationDisplay.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationDisplay.cs diff --git a/src/HdInsightOnAks/generated/api/Models/OperationDisplay.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationDisplay.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/OperationDisplay.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationDisplay.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/OperationListResult.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationListResult.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/OperationListResult.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationListResult.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/OperationListResult.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationListResult.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/OperationListResult.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationListResult.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/OperationListResult.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationListResult.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/OperationListResult.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationListResult.cs diff --git a/src/HdInsightOnAks/generated/api/Models/OperationListResult.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationListResult.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/OperationListResult.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/OperationListResult.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ProxyResource.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ProxyResource.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ProxyResource.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ProxyResource.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ProxyResource.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ProxyResource.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ProxyResource.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ProxyResource.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ProxyResource.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ProxyResource.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ProxyResource.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ProxyResource.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ProxyResource.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ProxyResource.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ProxyResource.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ProxyResource.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Resource.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Resource.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Resource.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Resource.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Resource.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Resource.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Resource.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Resource.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Resource.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Resource.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Resource.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Resource.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Resource.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Resource.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Resource.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Resource.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ScalingRule.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScalingRule.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ScalingRule.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScalingRule.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ScalingRule.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScalingRule.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ScalingRule.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScalingRule.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ScalingRule.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScalingRule.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ScalingRule.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScalingRule.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ScalingRule.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScalingRule.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ScalingRule.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScalingRule.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Schedule.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Schedule.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Schedule.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Schedule.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Schedule.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Schedule.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Schedule.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Schedule.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Schedule.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Schedule.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Schedule.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Schedule.cs diff --git a/src/HdInsightOnAks/generated/api/Models/Schedule.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Schedule.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/Schedule.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/Schedule.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ScheduleBasedConfig.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScheduleBasedConfig.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ScheduleBasedConfig.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScheduleBasedConfig.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ScheduleBasedConfig.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScheduleBasedConfig.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ScheduleBasedConfig.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScheduleBasedConfig.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ScheduleBasedConfig.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScheduleBasedConfig.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ScheduleBasedConfig.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScheduleBasedConfig.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ScheduleBasedConfig.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScheduleBasedConfig.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ScheduleBasedConfig.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScheduleBasedConfig.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ScriptActionProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScriptActionProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ScriptActionProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScriptActionProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ScriptActionProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScriptActionProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ScriptActionProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScriptActionProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ScriptActionProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScriptActionProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ScriptActionProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScriptActionProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ScriptActionProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScriptActionProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ScriptActionProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ScriptActionProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SecretReference.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretReference.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SecretReference.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretReference.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SecretReference.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretReference.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SecretReference.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretReference.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SecretReference.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretReference.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SecretReference.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretReference.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SecretReference.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretReference.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SecretReference.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretReference.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SecretsProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretsProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SecretsProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretsProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SecretsProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretsProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SecretsProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretsProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SecretsProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretsProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SecretsProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretsProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SecretsProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretsProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SecretsProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SecretsProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResult.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResult.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResult.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResult.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResult.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResult.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResult.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResult.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResult.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResult.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResult.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResult.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResult.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResult.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResult.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResult.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultProperties.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultProperties.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultProperties.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultProperties.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultProperties.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultProperties.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultProperties.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultProperties.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultProperties.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultProperties.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultProperties.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultProperties.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultProperties.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultProperties.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultProperties.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultProperties.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.dictionary.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.dictionary.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.dictionary.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.dictionary.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesCustomKeys.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.dictionary.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.dictionary.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.dictionary.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.dictionary.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultPropertiesDefaultKeys.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultValueEntity.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultValueEntity.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultValueEntity.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultValueEntity.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultValueEntity.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultValueEntity.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultValueEntity.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultValueEntity.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultValueEntity.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultValueEntity.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultValueEntity.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultValueEntity.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultValueEntity.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultValueEntity.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigListResultValueEntity.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigListResultValueEntity.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigResult.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResult.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigResult.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResult.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigResult.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResult.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigResult.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResult.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigResult.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResult.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigResult.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResult.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigResult.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResult.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigResult.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResult.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigResultProperties.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResultProperties.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigResultProperties.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResultProperties.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigResultProperties.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResultProperties.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigResultProperties.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResultProperties.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigResultProperties.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResultProperties.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigResultProperties.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResultProperties.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceConfigResultProperties.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResultProperties.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceConfigResultProperties.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceConfigResultProperties.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceStatus.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceStatus.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceStatus.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceStatus.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceStatus.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceStatus.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceStatus.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceStatus.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceStatus.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceStatus.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceStatus.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceStatus.cs diff --git a/src/HdInsightOnAks/generated/api/Models/ServiceStatus.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceStatus.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/ServiceStatus.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/ServiceStatus.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkMetastoreSpec.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkMetastoreSpec.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkMetastoreSpec.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkMetastoreSpec.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkMetastoreSpec.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkMetastoreSpec.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkMetastoreSpec.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkMetastoreSpec.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkMetastoreSpec.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkMetastoreSpec.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkMetastoreSpec.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkMetastoreSpec.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkMetastoreSpec.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkMetastoreSpec.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkMetastoreSpec.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkMetastoreSpec.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkUserPlugin.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugin.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkUserPlugin.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugin.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkUserPlugin.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugin.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkUserPlugin.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugin.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkUserPlugin.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugin.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkUserPlugin.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugin.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkUserPlugin.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugin.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkUserPlugin.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugin.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkUserPlugins.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugins.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkUserPlugins.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugins.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkUserPlugins.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugins.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkUserPlugins.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugins.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkUserPlugins.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugins.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkUserPlugins.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugins.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SparkUserPlugins.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugins.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SparkUserPlugins.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SparkUserPlugins.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SshConnectivityEndpoint.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshConnectivityEndpoint.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SshConnectivityEndpoint.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshConnectivityEndpoint.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SshConnectivityEndpoint.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshConnectivityEndpoint.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SshConnectivityEndpoint.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshConnectivityEndpoint.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SshConnectivityEndpoint.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshConnectivityEndpoint.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SshConnectivityEndpoint.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshConnectivityEndpoint.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SshConnectivityEndpoint.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshConnectivityEndpoint.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SshConnectivityEndpoint.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshConnectivityEndpoint.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SshProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SshProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SshProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SshProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SshProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SshProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SshProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SshProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SshProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SystemData.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SystemData.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SystemData.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SystemData.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SystemData.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SystemData.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SystemData.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SystemData.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SystemData.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SystemData.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SystemData.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SystemData.cs diff --git a/src/HdInsightOnAks/generated/api/Models/SystemData.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SystemData.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/SystemData.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/SystemData.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TagsObject.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObject.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TagsObject.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObject.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TagsObject.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObject.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TagsObject.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObject.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TagsObject.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObject.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TagsObject.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObject.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TagsObject.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObject.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TagsObject.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObject.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TagsObjectTags.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObjectTags.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TagsObjectTags.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObjectTags.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TagsObjectTags.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObjectTags.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TagsObjectTags.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObjectTags.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TagsObjectTags.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObjectTags.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TagsObjectTags.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObjectTags.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TagsObjectTags.dictionary.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObjectTags.dictionary.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TagsObjectTags.dictionary.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObjectTags.dictionary.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TagsObjectTags.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObjectTags.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TagsObjectTags.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TagsObjectTags.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrackedResource.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResource.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrackedResource.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResource.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrackedResource.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResource.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrackedResource.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResource.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrackedResource.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResource.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrackedResource.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResource.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrackedResource.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResource.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrackedResource.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResource.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrackedResourceTags.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResourceTags.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrackedResourceTags.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResourceTags.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrackedResourceTags.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResourceTags.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrackedResourceTags.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResourceTags.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrackedResourceTags.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResourceTags.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrackedResourceTags.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResourceTags.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrackedResourceTags.dictionary.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResourceTags.dictionary.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrackedResourceTags.dictionary.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResourceTags.dictionary.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrackedResourceTags.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResourceTags.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrackedResourceTags.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrackedResourceTags.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoCoordinator.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoCoordinator.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoCoordinator.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoCoordinator.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoCoordinator.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoCoordinator.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoCoordinator.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoCoordinator.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoCoordinator.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoCoordinator.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoCoordinator.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoCoordinator.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoCoordinator.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoCoordinator.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoCoordinator.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoCoordinator.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoDebugConfig.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoDebugConfig.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoDebugConfig.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoDebugConfig.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoDebugConfig.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoDebugConfig.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoDebugConfig.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoDebugConfig.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoDebugConfig.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoDebugConfig.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoDebugConfig.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoDebugConfig.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoDebugConfig.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoDebugConfig.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoDebugConfig.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoDebugConfig.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoTelemetryConfig.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoTelemetryConfig.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoTelemetryConfig.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoTelemetryConfig.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoTelemetryConfig.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoTelemetryConfig.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoTelemetryConfig.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoTelemetryConfig.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoTelemetryConfig.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoTelemetryConfig.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoTelemetryConfig.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoTelemetryConfig.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoTelemetryConfig.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoTelemetryConfig.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoTelemetryConfig.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoTelemetryConfig.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoUserPlugin.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugin.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoUserPlugin.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugin.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoUserPlugin.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugin.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoUserPlugin.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugin.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoUserPlugin.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugin.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoUserPlugin.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugin.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoUserPlugin.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugin.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoUserPlugin.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugin.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoUserPlugins.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugins.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoUserPlugins.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugins.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoUserPlugins.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugins.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoUserPlugins.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugins.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoUserPlugins.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugins.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoUserPlugins.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugins.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoUserPlugins.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugins.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoUserPlugins.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserPlugins.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoUserTelemetry.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserTelemetry.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoUserTelemetry.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserTelemetry.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoUserTelemetry.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserTelemetry.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoUserTelemetry.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserTelemetry.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoUserTelemetry.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserTelemetry.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoUserTelemetry.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserTelemetry.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoUserTelemetry.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserTelemetry.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoUserTelemetry.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoUserTelemetry.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoWorker.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoWorker.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoWorker.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoWorker.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoWorker.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoWorker.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoWorker.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoWorker.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoWorker.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoWorker.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoWorker.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoWorker.cs diff --git a/src/HdInsightOnAks/generated/api/Models/TrinoWorker.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoWorker.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/TrinoWorker.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/TrinoWorker.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/UpdatableClusterProfile.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/UpdatableClusterProfile.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/UpdatableClusterProfile.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/UpdatableClusterProfile.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/UpdatableClusterProfile.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/UpdatableClusterProfile.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/UpdatableClusterProfile.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/UpdatableClusterProfile.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/UpdatableClusterProfile.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/UpdatableClusterProfile.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/UpdatableClusterProfile.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/UpdatableClusterProfile.cs diff --git a/src/HdInsightOnAks/generated/api/Models/UpdatableClusterProfile.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/UpdatableClusterProfile.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/UpdatableClusterProfile.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/UpdatableClusterProfile.json.cs diff --git a/src/HdInsightOnAks/generated/api/Models/WebConnectivityEndpoint.PowerShell.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/WebConnectivityEndpoint.PowerShell.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/WebConnectivityEndpoint.PowerShell.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/WebConnectivityEndpoint.PowerShell.cs diff --git a/src/HdInsightOnAks/generated/api/Models/WebConnectivityEndpoint.TypeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/WebConnectivityEndpoint.TypeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/WebConnectivityEndpoint.TypeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/WebConnectivityEndpoint.TypeConverter.cs diff --git a/src/HdInsightOnAks/generated/api/Models/WebConnectivityEndpoint.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/WebConnectivityEndpoint.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/WebConnectivityEndpoint.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/WebConnectivityEndpoint.cs diff --git a/src/HdInsightOnAks/generated/api/Models/WebConnectivityEndpoint.json.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/WebConnectivityEndpoint.json.cs similarity index 100% rename from src/HdInsightOnAks/generated/api/Models/WebConnectivityEndpoint.json.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/api/Models/WebConnectivityEndpoint.json.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksAvailableClusterPoolVersion_List.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksAvailableClusterPoolVersion_List.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksAvailableClusterPoolVersion_List.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksAvailableClusterPoolVersion_List.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksAvailableClusterVersion_List.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksAvailableClusterVersion_List.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksAvailableClusterVersion_List.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksAvailableClusterVersion_List.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_Get.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_Get.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_Get.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_Get.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_GetViaIdentity.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_GetViaIdentity.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_GetViaIdentity.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_GetViaIdentity.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_GetViaIdentityClusterpool.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_GetViaIdentityClusterpool.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_GetViaIdentityClusterpool.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_GetViaIdentityClusterpool.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_List.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_List.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_List.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterInstanceView_List.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterJob_List.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterJob_List.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterJob_List.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterJob_List.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterPool_Get.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterPool_Get.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterPool_Get.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterPool_Get.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterPool_GetViaIdentity.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterPool_GetViaIdentity.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterPool_GetViaIdentity.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterPool_GetViaIdentity.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterPool_List.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterPool_List.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterPool_List.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterPool_List.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterPool_List1.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterPool_List1.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterPool_List1.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterPool_List1.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterServiceConfig_List.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterServiceConfig_List.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksClusterServiceConfig_List.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksClusterServiceConfig_List.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksCluster_Get.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksCluster_Get.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksCluster_Get.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksCluster_Get.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksCluster_GetViaIdentity.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksCluster_GetViaIdentity.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksCluster_GetViaIdentity.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksCluster_GetViaIdentity.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksCluster_GetViaIdentityClusterpool.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksCluster_GetViaIdentityClusterpool.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksCluster_GetViaIdentityClusterpool.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksCluster_GetViaIdentityClusterpool.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksCluster_List.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksCluster_List.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksCluster_List.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksCluster_List.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksOperation_List.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksOperation_List.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/GetAzHdInsightOnAksOperation_List.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/GetAzHdInsightOnAksOperation_List.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksClusterPool_Create.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksClusterPool_Create.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksClusterPool_Create.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksClusterPool_Create.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaIdentity.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaIdentity.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaIdentity.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaIdentity.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaIdentityExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaIdentityExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaIdentityExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaIdentityExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaJsonFilePath.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaJsonFilePath.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaJsonFilePath.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaJsonFilePath.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaJsonString.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaJsonString.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaJsonString.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksClusterPool_CreateViaJsonString.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_Create.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_Create.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_Create.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_Create.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentity.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentity.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentity.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentity.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentityClusterpool.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentityClusterpool.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentityClusterpool.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentityClusterpool.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentityClusterpoolExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentityClusterpoolExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentityClusterpoolExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentityClusterpoolExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentityExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentityExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentityExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaIdentityExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaJsonFilePath.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaJsonFilePath.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaJsonFilePath.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaJsonFilePath.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaJsonString.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaJsonString.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaJsonString.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/NewAzHdInsightOnAksCluster_CreateViaJsonString.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/RemoveAzHdInsightOnAksClusterPool_Delete.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/RemoveAzHdInsightOnAksClusterPool_Delete.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/RemoveAzHdInsightOnAksClusterPool_Delete.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/RemoveAzHdInsightOnAksClusterPool_Delete.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/RemoveAzHdInsightOnAksClusterPool_DeleteViaIdentity.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/RemoveAzHdInsightOnAksClusterPool_DeleteViaIdentity.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/RemoveAzHdInsightOnAksClusterPool_DeleteViaIdentity.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/RemoveAzHdInsightOnAksClusterPool_DeleteViaIdentity.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/RemoveAzHdInsightOnAksCluster_Delete.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/RemoveAzHdInsightOnAksCluster_Delete.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/RemoveAzHdInsightOnAksCluster_Delete.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/RemoveAzHdInsightOnAksCluster_Delete.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/RemoveAzHdInsightOnAksCluster_DeleteViaIdentity.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/RemoveAzHdInsightOnAksCluster_DeleteViaIdentity.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/RemoveAzHdInsightOnAksCluster_DeleteViaIdentity.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/RemoveAzHdInsightOnAksCluster_DeleteViaIdentity.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/RemoveAzHdInsightOnAksCluster_DeleteViaIdentityClusterpool.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/RemoveAzHdInsightOnAksCluster_DeleteViaIdentityClusterpool.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/RemoveAzHdInsightOnAksCluster_DeleteViaIdentityClusterpool.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/RemoveAzHdInsightOnAksCluster_DeleteViaIdentityClusterpool.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_Resize.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_Resize.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_Resize.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_Resize.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentity.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentity.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentity.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentity.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentityClusterpool.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentityClusterpool.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentityClusterpool.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentityClusterpool.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentityClusterpoolExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentityClusterpoolExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentityClusterpoolExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentityClusterpoolExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentityExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentityExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentityExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaIdentityExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaJsonFilePath.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaJsonFilePath.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaJsonFilePath.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaJsonFilePath.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaJsonString.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaJsonString.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaJsonString.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/ResizeAzHdInsightOnAksCluster_ResizeViaJsonString.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/SetAzHdInsightOnAksClusterPool_Update.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/SetAzHdInsightOnAksClusterPool_Update.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/SetAzHdInsightOnAksClusterPool_Update.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/SetAzHdInsightOnAksClusterPool_Update.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/SetAzHdInsightOnAksClusterPool_UpdateExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/SetAzHdInsightOnAksClusterPool_UpdateExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/SetAzHdInsightOnAksClusterPool_UpdateExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/SetAzHdInsightOnAksClusterPool_UpdateExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/SetAzHdInsightOnAksClusterPool_UpdateViaJsonFilePath.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/SetAzHdInsightOnAksClusterPool_UpdateViaJsonFilePath.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/SetAzHdInsightOnAksClusterPool_UpdateViaJsonFilePath.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/SetAzHdInsightOnAksClusterPool_UpdateViaJsonFilePath.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/SetAzHdInsightOnAksClusterPool_UpdateViaJsonString.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/SetAzHdInsightOnAksClusterPool_UpdateViaJsonString.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/SetAzHdInsightOnAksClusterPool_UpdateViaJsonString.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/SetAzHdInsightOnAksClusterPool_UpdateViaJsonString.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_Run.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_Run.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_Run.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_Run.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentity.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentity.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentity.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentity.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentityClusterpool.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentityClusterpool.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentityClusterpool.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentityClusterpool.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentityClusterpoolExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentityClusterpoolExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentityClusterpoolExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentityClusterpoolExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentityExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentityExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentityExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaIdentityExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaJsonFilePath.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaJsonFilePath.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaJsonFilePath.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaJsonFilePath.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaJsonString.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaJsonString.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaJsonString.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/StartAzHdInsightOnAksClusterJob_RunViaJsonString.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_Check.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_Check.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_Check.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_Check.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaIdentity.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaIdentity.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaIdentity.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaIdentity.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaIdentityExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaIdentityExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaIdentityExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaIdentityExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaJsonFilePath.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaJsonFilePath.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaJsonFilePath.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaJsonFilePath.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaJsonString.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaJsonString.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaJsonString.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/TestAzHdInsightOnAksLocationNameAvailability_CheckViaJsonString.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_Update.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_Update.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_Update.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_Update.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaIdentity.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaIdentity.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaIdentity.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaIdentity.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaIdentityExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaIdentityExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaIdentityExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaIdentityExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaJsonFilePath.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaJsonFilePath.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaJsonFilePath.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaJsonFilePath.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaJsonString.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaJsonString.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaJsonString.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksClusterPoolTag_UpdateViaJsonString.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_Update.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_Update.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_Update.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_Update.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentity.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentity.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentity.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentity.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentityClusterpool.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentityClusterpool.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentityClusterpool.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentityClusterpool.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentityClusterpoolExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentityClusterpoolExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentityClusterpoolExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentityClusterpoolExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentityExpanded.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentityExpanded.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentityExpanded.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaIdentityExpanded.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaJsonFilePath.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaJsonFilePath.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaJsonFilePath.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaJsonFilePath.cs diff --git a/src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaJsonString.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaJsonString.cs similarity index 100% rename from src/HdInsightOnAks/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaJsonString.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/cmdlets/UpdateAzHdInsightOnAksCluster_UpdateViaJsonString.cs diff --git a/src/HdInsightOnAks/generated/runtime/AsyncCommandRuntime.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/AsyncCommandRuntime.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/AsyncCommandRuntime.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/AsyncCommandRuntime.cs diff --git a/src/HdInsightOnAks/generated/runtime/AsyncJob.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/AsyncJob.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/AsyncJob.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/AsyncJob.cs diff --git a/src/HdInsightOnAks/generated/runtime/AsyncOperationResponse.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/AsyncOperationResponse.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/AsyncOperationResponse.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/AsyncOperationResponse.cs diff --git a/src/HdInsightOnAks/generated/runtime/Attributes/ExternalDocsAttribute.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Attributes/ExternalDocsAttribute.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Attributes/ExternalDocsAttribute.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Attributes/ExternalDocsAttribute.cs diff --git a/src/HdInsightOnAks/generated/runtime/Attributes/PSArgumentCompleterAttribute.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Attributes/PSArgumentCompleterAttribute.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Attributes/PSArgumentCompleterAttribute.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Attributes/PSArgumentCompleterAttribute.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportCmdletSurface.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportExampleStub.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportFormatPs1xml.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportModelSurface.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/ExportTestStub.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/GetCommonParameter.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/GetModuleGuid.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Cmdlets/GetScriptCmdlet.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/CollectionExtensions.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/CollectionExtensions.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/CollectionExtensions.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/CollectionExtensions.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/MarkdownRenderer.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/MarkdownRenderer.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/MarkdownRenderer.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/MarkdownRenderer.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Models/PsFormatTypes.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Models/PsFormatTypes.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Models/PsFormatTypes.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Models/PsFormatTypes.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Models/PsHelpMarkdownOutputs.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Models/PsHelpTypes.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Models/PsHelpTypes.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Models/PsHelpTypes.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Models/PsHelpTypes.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Models/PsMarkdownTypes.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Models/PsProxyOutputs.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Models/PsProxyOutputs.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/Models/PsProxyTypes.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Models/PsProxyTypes.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/Models/PsProxyTypes.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/Models/PsProxyTypes.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/PsAttributes.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/PsAttributes.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/PsAttributes.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/PsAttributes.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/PsExtensions.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/PsExtensions.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/PsExtensions.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/PsExtensions.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/PsHelpers.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/PsHelpers.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/PsHelpers.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/PsHelpers.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/StringExtensions.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/StringExtensions.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/StringExtensions.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/StringExtensions.cs diff --git a/src/HdInsightOnAks/generated/runtime/BuildTime/XmlExtensions.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/XmlExtensions.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/BuildTime/XmlExtensions.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/BuildTime/XmlExtensions.cs diff --git a/src/HdInsightOnAks/generated/runtime/CmdInfoHandler.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/CmdInfoHandler.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/CmdInfoHandler.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/CmdInfoHandler.cs diff --git a/src/HdInsightOnAks/generated/runtime/Context.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Context.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Context.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Context.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/ConversionException.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/ConversionException.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/ConversionException.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/ConversionException.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/IJsonConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/IJsonConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/IJsonConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/IJsonConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/BinaryConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/BinaryConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/BinaryConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/BinaryConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/BooleanConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/BooleanConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/BooleanConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/BooleanConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/DateTimeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/DateTimeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/DateTimeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/DateTimeConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/DateTimeOffsetConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/DecimalConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/DecimalConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/DecimalConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/DecimalConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/DoubleConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/DoubleConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/DoubleConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/DoubleConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/EnumConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/EnumConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/EnumConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/EnumConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/GuidConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/GuidConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/GuidConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/GuidConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/HashSet'1Converter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/HashSet'1Converter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/HashSet'1Converter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/HashSet'1Converter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/Int16Converter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/Int16Converter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/Int16Converter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/Int16Converter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/Int32Converter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/Int32Converter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/Int32Converter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/Int32Converter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/Int64Converter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/Int64Converter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/Int64Converter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/Int64Converter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/JsonArrayConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/JsonArrayConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/JsonArrayConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/JsonArrayConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/JsonObjectConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/JsonObjectConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/JsonObjectConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/JsonObjectConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/SingleConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/SingleConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/SingleConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/SingleConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/StringConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/StringConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/StringConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/StringConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/TimeSpanConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/TimeSpanConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/TimeSpanConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/TimeSpanConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/UInt16Converter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/UInt16Converter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/UInt16Converter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/UInt16Converter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/UInt32Converter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/UInt32Converter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/UInt32Converter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/UInt32Converter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/UInt64Converter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/UInt64Converter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/UInt64Converter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/UInt64Converter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/Instances/UriConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/UriConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/Instances/UriConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/Instances/UriConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/JsonConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/JsonConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/JsonConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/JsonConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/JsonConverterAttribute.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/JsonConverterAttribute.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/JsonConverterAttribute.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/JsonConverterAttribute.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/JsonConverterFactory.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/JsonConverterFactory.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/JsonConverterFactory.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/JsonConverterFactory.cs diff --git a/src/HdInsightOnAks/generated/runtime/Conversions/StringLikeConverter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/StringLikeConverter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Conversions/StringLikeConverter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Conversions/StringLikeConverter.cs diff --git a/src/HdInsightOnAks/generated/runtime/Customizations/IJsonSerializable.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/IJsonSerializable.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Customizations/IJsonSerializable.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/IJsonSerializable.cs diff --git a/src/HdInsightOnAks/generated/runtime/Customizations/JsonArray.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/JsonArray.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Customizations/JsonArray.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/JsonArray.cs diff --git a/src/HdInsightOnAks/generated/runtime/Customizations/JsonBoolean.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/JsonBoolean.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Customizations/JsonBoolean.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/JsonBoolean.cs diff --git a/src/HdInsightOnAks/generated/runtime/Customizations/JsonNode.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/JsonNode.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Customizations/JsonNode.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/JsonNode.cs diff --git a/src/HdInsightOnAks/generated/runtime/Customizations/JsonNumber.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/JsonNumber.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Customizations/JsonNumber.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/JsonNumber.cs diff --git a/src/HdInsightOnAks/generated/runtime/Customizations/JsonObject.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/JsonObject.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Customizations/JsonObject.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/JsonObject.cs diff --git a/src/HdInsightOnAks/generated/runtime/Customizations/JsonString.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/JsonString.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Customizations/JsonString.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/JsonString.cs diff --git a/src/HdInsightOnAks/generated/runtime/Customizations/XNodeArray.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/XNodeArray.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Customizations/XNodeArray.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Customizations/XNodeArray.cs diff --git a/src/HdInsightOnAks/generated/runtime/Debugging.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Debugging.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Debugging.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Debugging.cs diff --git a/src/HdInsightOnAks/generated/runtime/DictionaryExtensions.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/DictionaryExtensions.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/DictionaryExtensions.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/DictionaryExtensions.cs diff --git a/src/HdInsightOnAks/generated/runtime/EventData.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/EventData.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/EventData.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/EventData.cs diff --git a/src/HdInsightOnAks/generated/runtime/EventDataExtensions.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/EventDataExtensions.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/EventDataExtensions.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/EventDataExtensions.cs diff --git a/src/HdInsightOnAks/generated/runtime/EventListener.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/EventListener.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/EventListener.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/EventListener.cs diff --git a/src/HdInsightOnAks/generated/runtime/Events.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Events.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Events.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Events.cs diff --git a/src/HdInsightOnAks/generated/runtime/EventsExtensions.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/EventsExtensions.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/EventsExtensions.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/EventsExtensions.cs diff --git a/src/HdInsightOnAks/generated/runtime/Extensions.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Extensions.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Extensions.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Extensions.cs diff --git a/src/HdInsightOnAks/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Helpers/Extensions/StringBuilderExtensions.cs diff --git a/src/HdInsightOnAks/generated/runtime/Helpers/Extensions/TypeExtensions.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Helpers/Extensions/TypeExtensions.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Helpers/Extensions/TypeExtensions.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Helpers/Extensions/TypeExtensions.cs diff --git a/src/HdInsightOnAks/generated/runtime/Helpers/Seperator.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Helpers/Seperator.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Helpers/Seperator.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Helpers/Seperator.cs diff --git a/src/HdInsightOnAks/generated/runtime/Helpers/TypeDetails.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Helpers/TypeDetails.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Helpers/TypeDetails.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Helpers/TypeDetails.cs diff --git a/src/HdInsightOnAks/generated/runtime/Helpers/XHelper.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Helpers/XHelper.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Helpers/XHelper.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Helpers/XHelper.cs diff --git a/src/HdInsightOnAks/generated/runtime/HttpPipeline.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/HttpPipeline.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/HttpPipeline.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/HttpPipeline.cs diff --git a/src/HdInsightOnAks/generated/runtime/HttpPipelineMocking.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/HttpPipelineMocking.ps1 similarity index 100% rename from src/HdInsightOnAks/generated/runtime/HttpPipelineMocking.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/HttpPipelineMocking.ps1 diff --git a/src/HdInsightOnAks/generated/runtime/IAssociativeArray.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/IAssociativeArray.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/IAssociativeArray.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/IAssociativeArray.cs diff --git a/src/HdInsightOnAks/generated/runtime/IHeaderSerializable.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/IHeaderSerializable.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/IHeaderSerializable.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/IHeaderSerializable.cs diff --git a/src/HdInsightOnAks/generated/runtime/ISendAsync.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/ISendAsync.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/ISendAsync.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/ISendAsync.cs diff --git a/src/HdInsightOnAks/generated/runtime/InfoAttribute.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/InfoAttribute.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/InfoAttribute.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/InfoAttribute.cs diff --git a/src/HdInsightOnAks/generated/runtime/InputHandler.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/InputHandler.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/InputHandler.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/InputHandler.cs diff --git a/src/HdInsightOnAks/generated/runtime/Iso/IsoDate.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Iso/IsoDate.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Iso/IsoDate.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Iso/IsoDate.cs diff --git a/src/HdInsightOnAks/generated/runtime/JsonType.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/JsonType.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/JsonType.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/JsonType.cs diff --git a/src/HdInsightOnAks/generated/runtime/MessageAttribute.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/MessageAttribute.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/MessageAttribute.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/MessageAttribute.cs diff --git a/src/HdInsightOnAks/generated/runtime/MessageAttributeHelper.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/MessageAttributeHelper.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/MessageAttributeHelper.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/MessageAttributeHelper.cs diff --git a/src/HdInsightOnAks/generated/runtime/Method.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Method.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Method.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Method.cs diff --git a/src/HdInsightOnAks/generated/runtime/Models/JsonMember.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Models/JsonMember.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Models/JsonMember.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Models/JsonMember.cs diff --git a/src/HdInsightOnAks/generated/runtime/Models/JsonModel.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Models/JsonModel.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Models/JsonModel.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Models/JsonModel.cs diff --git a/src/HdInsightOnAks/generated/runtime/Models/JsonModelCache.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Models/JsonModelCache.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Models/JsonModelCache.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Models/JsonModelCache.cs diff --git a/src/HdInsightOnAks/generated/runtime/Nodes/Collections/JsonArray.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/Collections/JsonArray.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Nodes/Collections/JsonArray.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/Collections/JsonArray.cs diff --git a/src/HdInsightOnAks/generated/runtime/Nodes/Collections/XImmutableArray.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/Collections/XImmutableArray.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Nodes/Collections/XImmutableArray.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/Collections/XImmutableArray.cs diff --git a/src/HdInsightOnAks/generated/runtime/Nodes/Collections/XList.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/Collections/XList.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Nodes/Collections/XList.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/Collections/XList.cs diff --git a/src/HdInsightOnAks/generated/runtime/Nodes/Collections/XNodeArray.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/Collections/XNodeArray.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Nodes/Collections/XNodeArray.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/Collections/XNodeArray.cs diff --git a/src/HdInsightOnAks/generated/runtime/Nodes/Collections/XSet.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/Collections/XSet.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Nodes/Collections/XSet.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/Collections/XSet.cs diff --git a/src/HdInsightOnAks/generated/runtime/Nodes/JsonBoolean.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/JsonBoolean.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Nodes/JsonBoolean.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/JsonBoolean.cs diff --git a/src/HdInsightOnAks/generated/runtime/Nodes/JsonDate.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/JsonDate.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Nodes/JsonDate.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/JsonDate.cs diff --git a/src/HdInsightOnAks/generated/runtime/Nodes/JsonNode.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/JsonNode.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Nodes/JsonNode.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/JsonNode.cs diff --git a/src/HdInsightOnAks/generated/runtime/Nodes/JsonNumber.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/JsonNumber.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Nodes/JsonNumber.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/JsonNumber.cs diff --git a/src/HdInsightOnAks/generated/runtime/Nodes/JsonObject.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/JsonObject.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Nodes/JsonObject.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/JsonObject.cs diff --git a/src/HdInsightOnAks/generated/runtime/Nodes/JsonString.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/JsonString.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Nodes/JsonString.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/JsonString.cs diff --git a/src/HdInsightOnAks/generated/runtime/Nodes/XBinary.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/XBinary.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Nodes/XBinary.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/XBinary.cs diff --git a/src/HdInsightOnAks/generated/runtime/Nodes/XNull.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/XNull.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Nodes/XNull.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Nodes/XNull.cs diff --git a/src/HdInsightOnAks/generated/runtime/Parser/Exceptions/ParseException.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Parser/Exceptions/ParseException.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Parser/Exceptions/ParseException.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Parser/Exceptions/ParseException.cs diff --git a/src/HdInsightOnAks/generated/runtime/Parser/JsonParser.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Parser/JsonParser.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Parser/JsonParser.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Parser/JsonParser.cs diff --git a/src/HdInsightOnAks/generated/runtime/Parser/JsonToken.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Parser/JsonToken.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Parser/JsonToken.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Parser/JsonToken.cs diff --git a/src/HdInsightOnAks/generated/runtime/Parser/JsonTokenizer.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Parser/JsonTokenizer.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Parser/JsonTokenizer.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Parser/JsonTokenizer.cs diff --git a/src/HdInsightOnAks/generated/runtime/Parser/Location.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Parser/Location.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Parser/Location.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Parser/Location.cs diff --git a/src/HdInsightOnAks/generated/runtime/Parser/Readers/SourceReader.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Parser/Readers/SourceReader.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Parser/Readers/SourceReader.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Parser/Readers/SourceReader.cs diff --git a/src/HdInsightOnAks/generated/runtime/Parser/TokenReader.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Parser/TokenReader.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Parser/TokenReader.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Parser/TokenReader.cs diff --git a/src/HdInsightOnAks/generated/runtime/PipelineMocking.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/PipelineMocking.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/PipelineMocking.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/PipelineMocking.cs diff --git a/src/HdInsightOnAks/generated/runtime/Properties/Resources.Designer.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Properties/Resources.Designer.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Properties/Resources.Designer.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Properties/Resources.Designer.cs diff --git a/src/HdInsightOnAks/generated/runtime/Properties/Resources.resx b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Properties/Resources.resx similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Properties/Resources.resx rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Properties/Resources.resx diff --git a/src/HdInsightOnAks/generated/runtime/Response.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Response.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Response.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Response.cs diff --git a/src/HdInsightOnAks/generated/runtime/Serialization/JsonSerializer.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Serialization/JsonSerializer.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Serialization/JsonSerializer.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Serialization/JsonSerializer.cs diff --git a/src/HdInsightOnAks/generated/runtime/Serialization/PropertyTransformation.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Serialization/PropertyTransformation.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Serialization/PropertyTransformation.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Serialization/PropertyTransformation.cs diff --git a/src/HdInsightOnAks/generated/runtime/Serialization/SerializationOptions.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Serialization/SerializationOptions.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Serialization/SerializationOptions.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Serialization/SerializationOptions.cs diff --git a/src/HdInsightOnAks/generated/runtime/SerializationMode.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/SerializationMode.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/SerializationMode.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/SerializationMode.cs diff --git a/src/HdInsightOnAks/generated/runtime/TypeConverterExtensions.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/TypeConverterExtensions.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/TypeConverterExtensions.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/TypeConverterExtensions.cs diff --git a/src/HdInsightOnAks/generated/runtime/UndeclaredResponseException.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/UndeclaredResponseException.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/UndeclaredResponseException.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/UndeclaredResponseException.cs diff --git a/src/HdInsightOnAks/generated/runtime/Writers/JsonWriter.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Writers/JsonWriter.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/Writers/JsonWriter.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/Writers/JsonWriter.cs diff --git a/src/HdInsightOnAks/generated/runtime/delegates.cs b/src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/delegates.cs similarity index 100% rename from src/HdInsightOnAks/generated/runtime/delegates.cs rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/generated/runtime/delegates.cs diff --git a/src/HdInsightOnAks/how-to.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/how-to.md similarity index 100% rename from src/HdInsightOnAks/how-to.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/how-to.md diff --git a/src/HdInsightOnAks/internal/Az.HdInsightOnAks.internal.psm1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/internal/Az.HdInsightOnAks.internal.psm1 similarity index 100% rename from src/HdInsightOnAks/internal/Az.HdInsightOnAks.internal.psm1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/internal/Az.HdInsightOnAks.internal.psm1 diff --git a/src/HdInsightOnAks/internal/Get-AzHdInsightOnAksOperation.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/internal/Get-AzHdInsightOnAksOperation.ps1 similarity index 100% rename from src/HdInsightOnAks/internal/Get-AzHdInsightOnAksOperation.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/internal/Get-AzHdInsightOnAksOperation.ps1 diff --git a/src/HdInsightOnAks/internal/ProxyCmdletDefinitions.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/internal/ProxyCmdletDefinitions.ps1 similarity index 100% rename from src/HdInsightOnAks/internal/ProxyCmdletDefinitions.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/internal/ProxyCmdletDefinitions.ps1 diff --git a/src/HdInsightOnAks/internal/README.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/internal/README.md similarity index 100% rename from src/HdInsightOnAks/internal/README.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/internal/README.md diff --git a/src/HdInsightOnAks/pack-module.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/pack-module.ps1 similarity index 100% rename from src/HdInsightOnAks/pack-module.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/pack-module.ps1 diff --git a/src/HdInsightOnAks/run-module.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/run-module.ps1 similarity index 100% rename from src/HdInsightOnAks/run-module.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/run-module.ps1 diff --git a/src/HdInsightOnAks/test-module.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test-module.ps1 similarity index 100% rename from src/HdInsightOnAks/test-module.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test-module.ps1 diff --git a/src/HdInsightOnAks/test/ClusterCreate_Trino.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/ClusterCreate_Trino.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/ClusterCreate_Trino.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/ClusterCreate_Trino.Tests.ps1 diff --git a/src/HdInsightOnAks/test/ClusterJob.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/ClusterJob.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/ClusterJob.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/ClusterJob.Tests.ps1 diff --git a/src/HdInsightOnAks/test/ClusterOperations.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/ClusterOperations.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/ClusterOperations.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/ClusterOperations.Tests.ps1 diff --git a/src/HdInsightOnAks/test/ClusterPoolOperations.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/ClusterPoolOperations.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/ClusterPoolOperations.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/ClusterPoolOperations.Tests.ps1 diff --git a/src/HdInsightOnAks/test/ClusterUpdateConfig.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/ClusterUpdateConfig.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/ClusterUpdateConfig.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/ClusterUpdateConfig.Tests.ps1 diff --git a/src/HdInsightOnAks/test/Get-AzHdInsightOnAksAvailableClusterPoolVersion.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Get-AzHdInsightOnAksAvailableClusterPoolVersion.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Get-AzHdInsightOnAksAvailableClusterPoolVersion.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Get-AzHdInsightOnAksAvailableClusterPoolVersion.Tests.ps1 diff --git a/src/HdInsightOnAks/test/Get-AzHdInsightOnAksAvailableClusterVersion.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Get-AzHdInsightOnAksAvailableClusterVersion.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Get-AzHdInsightOnAksAvailableClusterVersion.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Get-AzHdInsightOnAksAvailableClusterVersion.Tests.ps1 diff --git a/src/HdInsightOnAks/test/Get-AzHdInsightOnAksCluster.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Get-AzHdInsightOnAksCluster.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Get-AzHdInsightOnAksCluster.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Get-AzHdInsightOnAksCluster.Tests.ps1 diff --git a/src/HdInsightOnAks/test/Get-AzHdInsightOnAksClusterInstanceView.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Get-AzHdInsightOnAksClusterInstanceView.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Get-AzHdInsightOnAksClusterInstanceView.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Get-AzHdInsightOnAksClusterInstanceView.Tests.ps1 diff --git a/src/HdInsightOnAks/test/Get-AzHdInsightOnAksClusterJob.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Get-AzHdInsightOnAksClusterJob.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Get-AzHdInsightOnAksClusterJob.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Get-AzHdInsightOnAksClusterJob.Tests.ps1 diff --git a/src/HdInsightOnAks/test/Get-AzHdInsightOnAksClusterPool.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Get-AzHdInsightOnAksClusterPool.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Get-AzHdInsightOnAksClusterPool.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Get-AzHdInsightOnAksClusterPool.Tests.ps1 diff --git a/src/HdInsightOnAks/test/Get-AzHdInsightOnAksClusterServiceConfig.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Get-AzHdInsightOnAksClusterServiceConfig.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Get-AzHdInsightOnAksClusterServiceConfig.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Get-AzHdInsightOnAksClusterServiceConfig.Tests.ps1 diff --git a/src/HdInsightOnAks/test/New-AzHdInsightOnAksCluster.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksCluster.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/New-AzHdInsightOnAksCluster.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksCluster.Tests.ps1 diff --git a/src/HdInsightOnAks/test/New-AzHdInsightOnAksClusterConfigFileObject.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksClusterConfigFileObject.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/New-AzHdInsightOnAksClusterConfigFileObject.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksClusterConfigFileObject.Tests.ps1 diff --git a/src/HdInsightOnAks/test/New-AzHdInsightOnAksClusterPool.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksClusterPool.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/New-AzHdInsightOnAksClusterPool.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksClusterPool.Tests.ps1 diff --git a/src/HdInsightOnAks/test/New-AzHdInsightOnAksClusterServiceConfigObject.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksClusterServiceConfigObject.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/New-AzHdInsightOnAksClusterServiceConfigObject.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksClusterServiceConfigObject.Tests.ps1 diff --git a/src/HdInsightOnAks/test/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.Tests.ps1 diff --git a/src/HdInsightOnAks/test/New-AzHdInsightOnAksFlinkJobObject.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksFlinkJobObject.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/New-AzHdInsightOnAksFlinkJobObject.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksFlinkJobObject.Tests.ps1 diff --git a/src/HdInsightOnAks/test/New-AzHdInsightOnAksNodeProfileObject.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksNodeProfileObject.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/New-AzHdInsightOnAksNodeProfileObject.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksNodeProfileObject.Tests.ps1 diff --git a/src/HdInsightOnAks/test/New-AzHdInsightOnAksSecretReferenceObject.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksSecretReferenceObject.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/New-AzHdInsightOnAksSecretReferenceObject.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksSecretReferenceObject.Tests.ps1 diff --git a/src/HdInsightOnAks/test/New-AzHdInsightOnAksTrinoHiveCatalogObject.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksTrinoHiveCatalogObject.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/New-AzHdInsightOnAksTrinoHiveCatalogObject.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/New-AzHdInsightOnAksTrinoHiveCatalogObject.Tests.ps1 diff --git a/src/HdInsightOnAks/test/README.md b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/README.md similarity index 100% rename from src/HdInsightOnAks/test/README.md rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/README.md diff --git a/src/HdInsightOnAks/test/Remove-AzHdInsightOnAksCluster.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Remove-AzHdInsightOnAksCluster.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Remove-AzHdInsightOnAksCluster.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Remove-AzHdInsightOnAksCluster.Tests.ps1 diff --git a/src/HdInsightOnAks/test/Remove-AzHdInsightOnAksClusterPool.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Remove-AzHdInsightOnAksClusterPool.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Remove-AzHdInsightOnAksClusterPool.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Remove-AzHdInsightOnAksClusterPool.Tests.ps1 diff --git a/src/HdInsightOnAks/test/Resize-AzHdInsightOnAksCluster.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Resize-AzHdInsightOnAksCluster.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Resize-AzHdInsightOnAksCluster.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Resize-AzHdInsightOnAksCluster.Tests.ps1 diff --git a/src/HdInsightOnAks/test/Set-AzHdInsightOnAksClusterPool.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Set-AzHdInsightOnAksClusterPool.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Set-AzHdInsightOnAksClusterPool.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Set-AzHdInsightOnAksClusterPool.Tests.ps1 diff --git a/src/HdInsightOnAks/test/Start-AzHdInsightOnAksClusterJob.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Start-AzHdInsightOnAksClusterJob.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Start-AzHdInsightOnAksClusterJob.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Start-AzHdInsightOnAksClusterJob.Tests.ps1 diff --git a/src/HdInsightOnAks/test/Test-AzHdInsightOnAksLocationNameAvailability.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Test-AzHdInsightOnAksLocationNameAvailability.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Test-AzHdInsightOnAksLocationNameAvailability.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Test-AzHdInsightOnAksLocationNameAvailability.Tests.ps1 diff --git a/src/HdInsightOnAks/test/Update-AzHdInsightOnAksCluster.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Update-AzHdInsightOnAksCluster.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Update-AzHdInsightOnAksCluster.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Update-AzHdInsightOnAksCluster.Tests.ps1 diff --git a/src/HdInsightOnAks/test/Update-AzHdInsightOnAksClusterPoolTag.Tests.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Update-AzHdInsightOnAksClusterPoolTag.Tests.ps1 similarity index 100% rename from src/HdInsightOnAks/test/Update-AzHdInsightOnAksClusterPoolTag.Tests.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/Update-AzHdInsightOnAksClusterPoolTag.Tests.ps1 diff --git a/src/HdInsightOnAks/test/env.json b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/env.json similarity index 100% rename from src/HdInsightOnAks/test/env.json rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/env.json diff --git a/src/HdInsightOnAks/test/loadEnv.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/loadEnv.ps1 similarity index 100% rename from src/HdInsightOnAks/test/loadEnv.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/loadEnv.ps1 diff --git a/src/HdInsightOnAks/test/sessionRecords/ClusterCreate_Trino.Recording.json b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/sessionRecords/ClusterCreate_Trino.Recording.json similarity index 100% rename from src/HdInsightOnAks/test/sessionRecords/ClusterCreate_Trino.Recording.json rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/sessionRecords/ClusterCreate_Trino.Recording.json diff --git a/src/HdInsightOnAks/test/sessionRecords/ClusterJob.Recording.json b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/sessionRecords/ClusterJob.Recording.json similarity index 100% rename from src/HdInsightOnAks/test/sessionRecords/ClusterJob.Recording.json rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/sessionRecords/ClusterJob.Recording.json diff --git a/src/HdInsightOnAks/test/sessionRecords/ClusterOperations.Recording.json b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/sessionRecords/ClusterOperations.Recording.json similarity index 100% rename from src/HdInsightOnAks/test/sessionRecords/ClusterOperations.Recording.json rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/sessionRecords/ClusterOperations.Recording.json diff --git a/src/HdInsightOnAks/test/sessionRecords/ClusterPoolOperations.Recording.json b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/sessionRecords/ClusterPoolOperations.Recording.json similarity index 100% rename from src/HdInsightOnAks/test/sessionRecords/ClusterPoolOperations.Recording.json rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/sessionRecords/ClusterPoolOperations.Recording.json diff --git a/src/HdInsightOnAks/test/sessionRecords/ClusterUpdateConfig.Recording.json b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/sessionRecords/ClusterUpdateConfig.Recording.json similarity index 100% rename from src/HdInsightOnAks/test/sessionRecords/ClusterUpdateConfig.Recording.json rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/sessionRecords/ClusterUpdateConfig.Recording.json diff --git a/src/HdInsightOnAks/test/utils.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/test/utils.ps1 similarity index 100% rename from src/HdInsightOnAks/test/utils.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/test/utils.ps1 diff --git a/src/HdInsightOnAks/utils/Unprotect-SecureString.ps1 b/src/HdInsightOnAks/HdInsightOnAks.Autorest/utils/Unprotect-SecureString.ps1 similarity index 100% rename from src/HdInsightOnAks/utils/Unprotect-SecureString.ps1 rename to src/HdInsightOnAks/HdInsightOnAks.Autorest/utils/Unprotect-SecureString.ps1 diff --git a/src/HdInsightOnAks/HdInsightOnAks.sln b/src/HdInsightOnAks/HdInsightOnAks.sln index 4f1aec1f5935..225a052e7637 100644 --- a/src/HdInsightOnAks/HdInsightOnAks.sln +++ b/src/HdInsightOnAks/HdInsightOnAks.sln @@ -3,19 +3,21 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{D7F0B95E-CA5F-4F99-9306-F2452059FC70}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{29AF7F4F-36F9-4EB9-B563-0F25708BB631}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{F1EA4285-1C5D-4DAB-8B67-64E6A51D56A3}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{D5A65B8D-19AA-49EF-BDF2-595C824CEFD1}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{E1EF6C5A-18E1-4F89-A2A0-3539F4BD67CC}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{E3DEA965-E058-44DC-8D69-23BCDDAA9703}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{D98069DF-231F-4455-A790-57F3EBD055B2}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{44B7A198-444C-4455-9812-E6F0A04E2319}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{26A18F83-3276-4A34-8356-FCEB208CB06C}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{A7189D5F-E968-4BD5-AA6F-F94E77733844}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{08A92F57-57E8-46CD-9AC0-27204B956D95}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{129E19A3-7191-421D-A720-A62F05E7F0D2}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.HdInsightOnAks", "Az.HdInsightOnAks.csproj", "{D79C1B7F-B2E6-47E8-A894-797D860C2F61}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HdInsightOnAks", "HdInsightOnAks\HdInsightOnAks.csproj", "{D54B91E3-F8CB-413C-8B62-2694DFC6EE53}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.HdInsightOnAks", "HdInsightOnAks.Autorest\Az.HdInsightOnAks.csproj", "{7C4866EB-03F1-4EF6-94A3-E73BB8A825F2}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -26,33 +28,37 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D7F0B95E-CA5F-4F99-9306-F2452059FC70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D7F0B95E-CA5F-4F99-9306-F2452059FC70}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D7F0B95E-CA5F-4F99-9306-F2452059FC70}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D7F0B95E-CA5F-4F99-9306-F2452059FC70}.Release|Any CPU.Build.0 = Release|Any CPU - {F1EA4285-1C5D-4DAB-8B67-64E6A51D56A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F1EA4285-1C5D-4DAB-8B67-64E6A51D56A3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F1EA4285-1C5D-4DAB-8B67-64E6A51D56A3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F1EA4285-1C5D-4DAB-8B67-64E6A51D56A3}.Release|Any CPU.Build.0 = Release|Any CPU - {E1EF6C5A-18E1-4F89-A2A0-3539F4BD67CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E1EF6C5A-18E1-4F89-A2A0-3539F4BD67CC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E1EF6C5A-18E1-4F89-A2A0-3539F4BD67CC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E1EF6C5A-18E1-4F89-A2A0-3539F4BD67CC}.Release|Any CPU.Build.0 = Release|Any CPU - {D98069DF-231F-4455-A790-57F3EBD055B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D98069DF-231F-4455-A790-57F3EBD055B2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D98069DF-231F-4455-A790-57F3EBD055B2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D98069DF-231F-4455-A790-57F3EBD055B2}.Release|Any CPU.Build.0 = Release|Any CPU - {26A18F83-3276-4A34-8356-FCEB208CB06C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {26A18F83-3276-4A34-8356-FCEB208CB06C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {26A18F83-3276-4A34-8356-FCEB208CB06C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {26A18F83-3276-4A34-8356-FCEB208CB06C}.Release|Any CPU.Build.0 = Release|Any CPU - {08A92F57-57E8-46CD-9AC0-27204B956D95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {08A92F57-57E8-46CD-9AC0-27204B956D95}.Debug|Any CPU.Build.0 = Debug|Any CPU - {08A92F57-57E8-46CD-9AC0-27204B956D95}.Release|Any CPU.ActiveCfg = Release|Any CPU - {08A92F57-57E8-46CD-9AC0-27204B956D95}.Release|Any CPU.Build.0 = Release|Any CPU - {D79C1B7F-B2E6-47E8-A894-797D860C2F61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D79C1B7F-B2E6-47E8-A894-797D860C2F61}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D79C1B7F-B2E6-47E8-A894-797D860C2F61}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D79C1B7F-B2E6-47E8-A894-797D860C2F61}.Release|Any CPU.Build.0 = Release|Any CPU + {29AF7F4F-36F9-4EB9-B563-0F25708BB631}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {29AF7F4F-36F9-4EB9-B563-0F25708BB631}.Debug|Any CPU.Build.0 = Debug|Any CPU + {29AF7F4F-36F9-4EB9-B563-0F25708BB631}.Release|Any CPU.ActiveCfg = Release|Any CPU + {29AF7F4F-36F9-4EB9-B563-0F25708BB631}.Release|Any CPU.Build.0 = Release|Any CPU + {D5A65B8D-19AA-49EF-BDF2-595C824CEFD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D5A65B8D-19AA-49EF-BDF2-595C824CEFD1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D5A65B8D-19AA-49EF-BDF2-595C824CEFD1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D5A65B8D-19AA-49EF-BDF2-595C824CEFD1}.Release|Any CPU.Build.0 = Release|Any CPU + {E3DEA965-E058-44DC-8D69-23BCDDAA9703}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E3DEA965-E058-44DC-8D69-23BCDDAA9703}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E3DEA965-E058-44DC-8D69-23BCDDAA9703}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E3DEA965-E058-44DC-8D69-23BCDDAA9703}.Release|Any CPU.Build.0 = Release|Any CPU + {44B7A198-444C-4455-9812-E6F0A04E2319}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {44B7A198-444C-4455-9812-E6F0A04E2319}.Debug|Any CPU.Build.0 = Debug|Any CPU + {44B7A198-444C-4455-9812-E6F0A04E2319}.Release|Any CPU.ActiveCfg = Release|Any CPU + {44B7A198-444C-4455-9812-E6F0A04E2319}.Release|Any CPU.Build.0 = Release|Any CPU + {A7189D5F-E968-4BD5-AA6F-F94E77733844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A7189D5F-E968-4BD5-AA6F-F94E77733844}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A7189D5F-E968-4BD5-AA6F-F94E77733844}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A7189D5F-E968-4BD5-AA6F-F94E77733844}.Release|Any CPU.Build.0 = Release|Any CPU + {129E19A3-7191-421D-A720-A62F05E7F0D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {129E19A3-7191-421D-A720-A62F05E7F0D2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {129E19A3-7191-421D-A720-A62F05E7F0D2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {129E19A3-7191-421D-A720-A62F05E7F0D2}.Release|Any CPU.Build.0 = Release|Any CPU + {D54B91E3-F8CB-413C-8B62-2694DFC6EE53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D54B91E3-F8CB-413C-8B62-2694DFC6EE53}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D54B91E3-F8CB-413C-8B62-2694DFC6EE53}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D54B91E3-F8CB-413C-8B62-2694DFC6EE53}.Release|Any CPU.Build.0 = Release|Any CPU + {7C4866EB-03F1-4EF6-94A3-E73BB8A825F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7C4866EB-03F1-4EF6-94A3-E73BB8A825F2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7C4866EB-03F1-4EF6-94A3-E73BB8A825F2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7C4866EB-03F1-4EF6-94A3-E73BB8A825F2}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal diff --git a/src/HdInsightOnAks/HdInsightOnAks/Az.HdInsightOnAks.psd1 b/src/HdInsightOnAks/HdInsightOnAks/Az.HdInsightOnAks.psd1 new file mode 100644 index 000000000000..2a6649547ea5 --- /dev/null +++ b/src/HdInsightOnAks/HdInsightOnAks/Az.HdInsightOnAks.psd1 @@ -0,0 +1,153 @@ +# +# Module manifest for module 'Az.HdInsightOnAks' +# +# Generated by: Microsoft Corporation +# +# Generated on: 11/3/2023 +# + +@{ + +# Script module or binary module file associated with this manifest. +# RootModule = '' + +# Version number of this module. +ModuleVersion = '0.1.0' + +# Supported PSEditions +CompatiblePSEditions = 'Core', 'Desktop' + +# ID used to uniquely identify this module +GUID = '5d9ea51e-3614-409d-b09a-9188a642e11c' + +# Author of this module +Author = 'Microsoft Corporation' + +# Company or vendor of this module +CompanyName = 'Microsoft Corporation' + +# Copyright statement for this module +Copyright = 'Microsoft Corporation. All rights reserved.' + +# Description of the functionality provided by this module +Description = 'Microsoft Azure PowerShell: HdInsightOnAks cmdlets' + +# Minimum version of the PowerShell engine required by this module +PowerShellVersion = '5.1' + +# Name of the PowerShell host required by this module +# PowerShellHostName = '' + +# Minimum version of the PowerShell host required by this module +# PowerShellHostVersion = '' + +# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. +DotNetFrameworkVersion = '4.7.2' + +# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. +# ClrVersion = '' + +# Processor architecture (None, X86, Amd64) required by this module +# ProcessorArchitecture = '' + +# Modules that must be imported into the global environment prior to importing this module +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.13.0'; }) + +# Assemblies that must be loaded prior to importing this module +RequiredAssemblies = 'HdInsightOnAks.Autorest/bin/Az.HdInsightOnAks.private.dll' + +# Script files (.ps1) that are run in the caller's environment prior to importing this module. +# ScriptsToProcess = @() + +# Type files (.ps1xml) to be loaded when importing this module +# TypesToProcess = @() + +# Format files (.ps1xml) to be loaded when importing this module +FormatsToProcess = 'HdInsightOnAks.Autorest/Az.HdInsightOnAks.format.ps1xml' + +# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess +NestedModules = @('HdInsightOnAks.Autorest/Az.HdInsightOnAks.psm1') + +# 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. +FunctionsToExport = 'Get-AzHdInsightOnAksAvailableClusterPoolVersion', + 'Get-AzHdInsightOnAksAvailableClusterVersion', + 'Get-AzHdInsightOnAksCluster', + 'Get-AzHdInsightOnAksClusterInstanceView', + 'Get-AzHdInsightOnAksClusterJob', 'Get-AzHdInsightOnAksClusterPool', + 'Get-AzHdInsightOnAksClusterServiceConfig', + 'New-AzHdInsightOnAksCluster', + 'New-AzHdInsightOnAksClusterConfigFileObject', + 'New-AzHdInsightOnAksClusterPool', + 'New-AzHdInsightOnAksClusterServiceConfigObject', + 'New-AzHdInsightOnAksClusterServiceConfigsProfileObject', + 'New-AzHdInsightOnAksFlinkJobObject', + 'New-AzHdInsightOnAksNodeProfileObject', + 'New-AzHdInsightOnAksSecretReferenceObject', + 'New-AzHdInsightOnAksTrinoHiveCatalogObject', + 'Remove-AzHdInsightOnAksCluster', + 'Remove-AzHdInsightOnAksClusterPool', + 'Resize-AzHdInsightOnAksCluster', 'Set-AzHdInsightOnAksClusterPool', + 'Start-AzHdInsightOnAksClusterJob', + 'Test-AzHdInsightOnAksLocationNameAvailability', + 'Update-AzHdInsightOnAksCluster', + 'Update-AzHdInsightOnAksClusterPoolTag' + +# 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. +CmdletsToExport = @() + +# Variables to export from this module +VariablesToExport = '*' + +# Aliases 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 aliases to export. +AliasesToExport = @() + +# DSC resources to export from this module +# DscResourcesToExport = @() + +# List of all modules packaged with this module +# ModuleList = @() + +# List of all files packaged with this module +# FileList = @() + +# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. +PrivateData = @{ + + PSData = @{ + + # Tags applied to this module. These help with module discovery in online galleries. + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'HdInsightOnAks' + + # A URL to the license for this module. + LicenseUri = 'https://aka.ms/azps-license' + + # A URL to the main website for this project. + ProjectUri = 'https://github.com/Azure/azure-powershell' + + # A URL to an icon representing this module. + # IconUri = '' + + # ReleaseNotes of this module + # ReleaseNotes = '' + + # Prerelease string of this module + # Prerelease = '' + + # Flag to indicate whether the module requires explicit user acceptance for install/update/save + # RequireLicenseAcceptance = $false + + # External dependent modules of this module + # ExternalModuleDependencies = @() + + } # End of PSData hashtable + +} # End of PrivateData hashtable + +# HelpInfo URI of this module +# HelpInfoURI = '' + +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. +# DefaultCommandPrefix = '' + +} + diff --git a/src/HdInsightOnAks/ChangeLog.md b/src/HdInsightOnAks/HdInsightOnAks/ChangeLog.md similarity index 100% rename from src/HdInsightOnAks/ChangeLog.md rename to src/HdInsightOnAks/HdInsightOnAks/ChangeLog.md diff --git a/src/HdInsightOnAks/HdInsightOnAks/HdInsightOnAks.csproj b/src/HdInsightOnAks/HdInsightOnAks/HdInsightOnAks.csproj new file mode 100644 index 000000000000..23c2b59457d6 --- /dev/null +++ b/src/HdInsightOnAks/HdInsightOnAks/HdInsightOnAks.csproj @@ -0,0 +1,28 @@ + + + + + + + HdInsightOnAks + + + + netstandard2.0 + $(AzAssemblyPrefix)$(PsModuleName) + $(AzAssemblyPrefix)$(PsModuleName) + true + false + $(RepoArtifacts)$(Configuration)\Az.$(PsModuleName)\ + $(OutputPath) + + + + + + + + + + + diff --git a/src/HdInsightOnAks/Properties/AssemblyInfo.cs b/src/HdInsightOnAks/HdInsightOnAks/Properties/AssemblyInfo.cs similarity index 100% rename from src/HdInsightOnAks/Properties/AssemblyInfo.cs rename to src/HdInsightOnAks/HdInsightOnAks/Properties/AssemblyInfo.cs diff --git a/src/HdInsightOnAks/help/Az.HdInsightOnAks.md b/src/HdInsightOnAks/HdInsightOnAks/help/Az.HdInsightOnAks.md similarity index 100% rename from src/HdInsightOnAks/help/Az.HdInsightOnAks.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Az.HdInsightOnAks.md diff --git a/src/HdInsightOnAks/help/Get-AzHdInsightOnAksAvailableClusterPoolVersion.md b/src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksAvailableClusterPoolVersion.md similarity index 100% rename from src/HdInsightOnAks/help/Get-AzHdInsightOnAksAvailableClusterPoolVersion.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksAvailableClusterPoolVersion.md diff --git a/src/HdInsightOnAks/help/Get-AzHdInsightOnAksAvailableClusterVersion.md b/src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksAvailableClusterVersion.md similarity index 100% rename from src/HdInsightOnAks/help/Get-AzHdInsightOnAksAvailableClusterVersion.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksAvailableClusterVersion.md diff --git a/src/HdInsightOnAks/help/Get-AzHdInsightOnAksCluster.md b/src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksCluster.md similarity index 100% rename from src/HdInsightOnAks/help/Get-AzHdInsightOnAksCluster.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksCluster.md diff --git a/src/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterInstanceView.md b/src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterInstanceView.md similarity index 100% rename from src/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterInstanceView.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterInstanceView.md diff --git a/src/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterJob.md b/src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterJob.md similarity index 100% rename from src/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterJob.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterJob.md diff --git a/src/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterPool.md b/src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterPool.md similarity index 100% rename from src/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterPool.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterPool.md diff --git a/src/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterServiceConfig.md b/src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterServiceConfig.md similarity index 100% rename from src/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterServiceConfig.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterServiceConfig.md diff --git a/src/HdInsightOnAks/help/New-AzHdInsightOnAksCluster.md b/src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksCluster.md similarity index 100% rename from src/HdInsightOnAks/help/New-AzHdInsightOnAksCluster.md rename to src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksCluster.md diff --git a/src/HdInsightOnAks/help/New-AzHdInsightOnAksClusterConfigFileObject.md b/src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksClusterConfigFileObject.md similarity index 100% rename from src/HdInsightOnAks/help/New-AzHdInsightOnAksClusterConfigFileObject.md rename to src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksClusterConfigFileObject.md diff --git a/src/HdInsightOnAks/help/New-AzHdInsightOnAksClusterPool.md b/src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksClusterPool.md similarity index 100% rename from src/HdInsightOnAks/help/New-AzHdInsightOnAksClusterPool.md rename to src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksClusterPool.md diff --git a/src/HdInsightOnAks/help/New-AzHdInsightOnAksClusterServiceConfigObject.md b/src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksClusterServiceConfigObject.md similarity index 100% rename from src/HdInsightOnAks/help/New-AzHdInsightOnAksClusterServiceConfigObject.md rename to src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksClusterServiceConfigObject.md diff --git a/src/HdInsightOnAks/help/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.md b/src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.md similarity index 100% rename from src/HdInsightOnAks/help/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.md rename to src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksClusterServiceConfigsProfileObject.md diff --git a/src/HdInsightOnAks/help/New-AzHdInsightOnAksFlinkJobObject.md b/src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksFlinkJobObject.md similarity index 100% rename from src/HdInsightOnAks/help/New-AzHdInsightOnAksFlinkJobObject.md rename to src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksFlinkJobObject.md diff --git a/src/HdInsightOnAks/help/New-AzHdInsightOnAksNodeProfileObject.md b/src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksNodeProfileObject.md similarity index 100% rename from src/HdInsightOnAks/help/New-AzHdInsightOnAksNodeProfileObject.md rename to src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksNodeProfileObject.md diff --git a/src/HdInsightOnAks/help/New-AzHdInsightOnAksSecretReferenceObject.md b/src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksSecretReferenceObject.md similarity index 100% rename from src/HdInsightOnAks/help/New-AzHdInsightOnAksSecretReferenceObject.md rename to src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksSecretReferenceObject.md diff --git a/src/HdInsightOnAks/help/New-AzHdInsightOnAksTrinoHiveCatalogObject.md b/src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksTrinoHiveCatalogObject.md similarity index 100% rename from src/HdInsightOnAks/help/New-AzHdInsightOnAksTrinoHiveCatalogObject.md rename to src/HdInsightOnAks/HdInsightOnAks/help/New-AzHdInsightOnAksTrinoHiveCatalogObject.md diff --git a/src/HdInsightOnAks/help/Remove-AzHdInsightOnAksCluster.md b/src/HdInsightOnAks/HdInsightOnAks/help/Remove-AzHdInsightOnAksCluster.md similarity index 100% rename from src/HdInsightOnAks/help/Remove-AzHdInsightOnAksCluster.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Remove-AzHdInsightOnAksCluster.md diff --git a/src/HdInsightOnAks/help/Remove-AzHdInsightOnAksClusterPool.md b/src/HdInsightOnAks/HdInsightOnAks/help/Remove-AzHdInsightOnAksClusterPool.md similarity index 100% rename from src/HdInsightOnAks/help/Remove-AzHdInsightOnAksClusterPool.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Remove-AzHdInsightOnAksClusterPool.md diff --git a/src/HdInsightOnAks/help/Resize-AzHdInsightOnAksCluster.md b/src/HdInsightOnAks/HdInsightOnAks/help/Resize-AzHdInsightOnAksCluster.md similarity index 100% rename from src/HdInsightOnAks/help/Resize-AzHdInsightOnAksCluster.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Resize-AzHdInsightOnAksCluster.md diff --git a/src/HdInsightOnAks/help/Set-AzHdInsightOnAksClusterPool.md b/src/HdInsightOnAks/HdInsightOnAks/help/Set-AzHdInsightOnAksClusterPool.md similarity index 100% rename from src/HdInsightOnAks/help/Set-AzHdInsightOnAksClusterPool.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Set-AzHdInsightOnAksClusterPool.md diff --git a/src/HdInsightOnAks/help/Start-AzHdInsightOnAksClusterJob.md b/src/HdInsightOnAks/HdInsightOnAks/help/Start-AzHdInsightOnAksClusterJob.md similarity index 100% rename from src/HdInsightOnAks/help/Start-AzHdInsightOnAksClusterJob.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Start-AzHdInsightOnAksClusterJob.md diff --git a/src/HdInsightOnAks/help/Test-AzHdInsightOnAksLocationNameAvailability.md b/src/HdInsightOnAks/HdInsightOnAks/help/Test-AzHdInsightOnAksLocationNameAvailability.md similarity index 100% rename from src/HdInsightOnAks/help/Test-AzHdInsightOnAksLocationNameAvailability.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Test-AzHdInsightOnAksLocationNameAvailability.md diff --git a/src/HdInsightOnAks/help/Update-AzHdInsightOnAksCluster.md b/src/HdInsightOnAks/HdInsightOnAks/help/Update-AzHdInsightOnAksCluster.md similarity index 100% rename from src/HdInsightOnAks/help/Update-AzHdInsightOnAksCluster.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Update-AzHdInsightOnAksCluster.md diff --git a/src/HdInsightOnAks/help/Update-AzHdInsightOnAksClusterPoolTag.md b/src/HdInsightOnAks/HdInsightOnAks/help/Update-AzHdInsightOnAksClusterPoolTag.md similarity index 100% rename from src/HdInsightOnAks/help/Update-AzHdInsightOnAksClusterPoolTag.md rename to src/HdInsightOnAks/HdInsightOnAks/help/Update-AzHdInsightOnAksClusterPoolTag.md