使用powershell

时间:2016-12-28 15:19:07

标签: powershell azure export cmdlets

使用link:

跟随导出SQL数据库示例

https://docs.microsoft.com/en-us/azure/sql-database/sql-database-export-powershell#export-sql-database-example

获得以下错误:

New-AzureRmSqlDatabaseExport:ResourceNotFound:资源组'Default-SQL-SoutheastAsia'下的资源'Microsoft.Sql / servers / XXX.database.windows.net / databases / [DBNAME]'是 未找到。 在[FilePath] \ sample.ps1:24 char:18 + $ exportRequest = New-AzureRmSqlDatabaseExport -ResourceGroupName $ ResourceGroupN ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo:CloseError:(:) [New-AzureRmSqlDatabaseExport],CloudException     + FullyQualifiedErrorId:Microsoft.Azure.Commands.Sql.ImportExport.Cmdlet.NewAzureSqlDatabaseExport

Get-AzureRmSqlDatabaseImportExportStatus:无法将参数绑定到参数'OperationStatusLink',因为它为null。 在[FilePath] \ sample.ps1:30 char:63 + Get-AzureRmSqlDatabaseImportExportStatus -OperationStatusLink $ exportRequest.Ope ...     + CategoryInfo:InvalidData:(:) [Get-AzureRmSqlDatabaseImportExportStatus],ParameterBindingValidationException     + FullyQualifiedErrorId:ParameterArgumentValidationErrorNullNotAllowed,Microsoft.Azure.Commands.Sql.ImportExport.Cmdlet.GetAzureSqlDatabaseImportExportStatus

任何帮助?

1 个答案:

答案 0 :(得分:1)

您需要验证自动化帐户是否已导入最新模块并且是最新的(AzureRM.Automation - AzureRM.Profile - AzureRM.Sql)至少版本:2.5.0。如果模块显示不同的版本,即1.0.3则: 导航到自动化帐户中的资产,选择模块并单击 更新Azure模块

Update the Azure PS modules

等待模块更新通常需要几分钟