Azure / azure-powershell

Microsoft Azure PowerShell
Other
4.21k stars 3.82k forks source link

Error importing bacpac file in AzureGov #13432

Closed mslentz closed 2 years ago

mslentz commented 3 years ago

Description

When running this New-AzSqlDatabaseImport command in the USGov environment I get an error that I do not get when running in the commercial environment.

I'm getting the following error:

New-AzSqlDatabaseImport : No registered resource provider found for location 'usgovvirginia' and API version '2020-02-02-preview' for type 'servers/import'. The supported api-versions are '2014-01-01, 2014-04-01, 2014-04-01-preview'. The supported locations are 'usdodcentral, usdodeast, usgovarizona, usgoviowa, usgovtexas, usgovvirginia'. At C:\Users\CRMAdmin\Desktop\DB Import\Import.ps1:53 char:18

Steps to reproduce

Write-Output "Importing bacpac..."
$importRequest = New-AzSqlDatabaseImport `
    -ResourceGroupName "$sqlResourceGroup" `
    -ServerName "$sqlServer" `
    -DatabaseName "$sqlDatabase" `
    -DatabaseMaxSizeBytes "$(10 * 1024 * 1024 * 1024)" `
    -StorageKeyType "StorageAccessKey" `
    -StorageKey "$storageKey" `
    -StorageUri "https://$storageAccount.blob.core.windows.net/bacpac/$bacpacFile" `
    -AdministratorLogin "$sqlLogin" `
    -AdministratorLoginPassword $(ConvertTo-SecureString -String "$sqlPassword" -AsPlainText -Force) `
    -Edition $sqlEdition `
    -ServiceObjectiveName $sqlSLO

Environment data

Major  Minor  Build  Revision
-----  -----  -----  -------
5      1      14409  1018

Module versions


ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Script     2.1.2      Az.Accounts                         {Disable-AzDataCollection, Disable-AzContextAutosave, Enab...
Script     1.1.1      Az.Advisor                          {Get-AzAdvisorRecommendation, Enable-AzAdvisorRecommendati...
Script     2.0.0      Az.Aks                              {Get-AzAksCluster, New-AzAksCluster, Remove-AzAksCluster, ...
Script     1.1.4      Az.AnalysisServices                 {Resume-AzAnalysisServicesServer, Suspend-AzAnalysisServic...
Script     2.1.0      Az.ApiManagement                    {Add-AzApiManagementApiToGateway, Add-AzApiManagementApiTo...
Script     1.1.0      Az.ApplicationInsights              {Get-AzApplicationInsights, New-AzApplicationInsights, Rem...
Script     1.4.0      Az.Automation                       {Get-AzAutomationHybridWorkerGroup, Remove-AzAutomationHyb...
Script     3.1.0      Az.Batch                            {Remove-AzBatchAccount, Get-AzBatchAccount, Get-AzBatchAcc...
Script     2.0.0      Az.Billing                          {Get-AzBillingInvoice, Get-AzBillingPeriod, Get-AzEnrollme...
Script     1.6.0      Az.Cdn                              {Get-AzCdnProfile, Get-AzCdnProfileSsoUrl, New-AzCdnProfil...
Script     1.8.0      Az.CognitiveServices                {Get-AzCognitiveServicesAccount, Get-AzCognitiveServicesAc...
Script     4.6.0      Az.Compute                          {Remove-AzAvailabilitySet, Get-AzAvailabilitySet, New-AzAv...
Script     1.0.3      Az.ContainerInstance                {New-AzContainerGroup, Get-AzContainerGroup, Remove-AzCont...
Script     2.0.0      Az.ContainerRegistry                {New-AzContainerRegistry, Get-AzContainerRegistry, Update-...
Script     1.1.0      Az.DataBoxEdge                      {Get-AzDataBoxEdgeJob, Get-AzDataBoxEdgeDevice, Invoke-AzD...
Script     1.0.1      Az.Databricks                       {Get-AzDatabricksVNetPeering, Get-AzDatabricksWorkspace, N...
Script     1.11.0     Az.DataFactory                      {Set-AzDataFactoryV2, Update-AzDataFactoryV2, Get-AzDataFa...
Script     1.0.2      Az.DataLakeAnalytics                {Get-AzDataLakeAnalyticsDataSource, New-AzDataLakeAnalytic...
Script     1.2.8      Az.DataLakeStore                    {Get-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeSt...
Script     1.0.0      Az.DataShare                        {New-AzDataShareAccount, Get-AzDataShareAccount, Remove-Az...
Script     1.1.0      Az.DeploymentManager                {Get-AzDeploymentManagerArtifactSource, New-AzDeploymentMa...
Script     2.0.0      Az.DesktopVirtualization            {Disconnect-AzWvdUserSession, Get-AzWvdApplication, Get-Az...
Script     1.0.2      Az.DevTestLabs                      {Get-AzDtlAllowedVMSizesPolicy, Get-AzDtlAutoShutdownPolic...
Script     1.1.2      Az.Dns                              {Get-AzDnsRecordSet, New-AzDnsRecordConfig, Remove-AzDnsRe...
Script     1.3.0      Az.EventGrid                        {New-AzEventGridTopic, Get-AzEventGridTopic, Set-AzEventGr...
Script     1.7.0      Az.EventHub                         {New-AzEventHubNamespace, Get-AzEventHubNamespace, Set-AzE...
Script     1.6.1      Az.FrontDoor                        {New-AzFrontDoor, Get-AzFrontDoor, Set-AzFrontDoor, Remove...
Script     2.0.0      Az.Functions                        {Get-AzFunctionApp, Get-AzFunctionAppAvailableLocation, Ge...
Script     4.0.0      Az.HDInsight                        {Get-AzHDInsightJob, New-AzHDInsightSqoopJobDefinition, Wa...
Script     1.1.0      Az.HealthcareApis                   {New-AzHealthcareApisService, Remove-AzHealthcareApisServi...
Script     2.6.0      Az.IotHub                           {Add-AzIotHubKey, Get-AzIotHubEventHubConsumerGroup, Get-A...
Script     3.0.0      Az.KeyVault                         {Add-AzManagedHsmKey, Get-AzManagedHsmKey, Remove-AzManage...
Script     1.0.0      Az.Kusto                            {Add-AzKustoClusterLanguageExtension, Add-AzKustoDatabaseP...
Script     1.3.2      Az.LogicApp                         {Get-AzIntegrationAccountAgreement, Get-AzIntegrationAccou...
Script     1.1.3      Az.MachineLearning                  {Move-AzMlCommitmentAssociation, Get-AzMlCommitmentAssocia...
Script     1.1.0      Az.Maintenance                      {Get-AzApplyUpdate, Get-AzConfigurationAssignment, Get-AzM...
Script     2.0.0      Az.ManagedServices                  {Get-AzManagedServicesAssignment, New-AzManagedServicesAss...
Script     1.0.2      Az.MarketplaceOrdering              {Get-AzMarketplaceTerms, Set-AzMarketplaceTerms}
Script     1.1.1      Az.Media                            {Sync-AzMediaServiceStorageKey, Set-AzMediaServiceKey, Get...
Script     2.2.0      Az.Monitor                          {Get-AzMetricDefinition, Get-AzMetric, Remove-AzLogProfile...
Script     4.1.0      Az.Network                          {Add-AzApplicationGatewayAuthenticationCertificate, Get-Az...
Script     1.1.1      Az.NotificationHubs                 {Get-AzNotificationHub, Get-AzNotificationHubAuthorization...
Script     2.3.0      Az.OperationalInsights              {New-AzOperationalInsightsAzureActivityLogDataSource, New-...
Script     1.3.1      Az.PolicyInsights                   {Get-AzPolicyEvent, Get-AzPolicyState, Get-AzPolicyStateSu...
Script     1.1.2      Az.PowerBIEmbedded                  {Remove-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspa...
Script     1.0.3      Az.PrivateDns                       {Get-AzPrivateDnsZone, Remove-AzPrivateDnsZone, Set-AzPriv...
Script     3.0.0      Az.RecoveryServices                 {Get-AzRecoveryServicesBackupProperty, Get-AzRecoveryServi...
Script     1.4.0      Az.RedisCache                       {Remove-AzRedisCachePatchSchedule, New-AzRedisCacheSchedul...
Script     1.0.3      Az.Relay                            {New-AzRelayNamespace, Get-AzRelayNamespace, Set-AzRelayNa...
Script     3.0.0      Az.Resources                        {Get-AzProviderOperation, Remove-AzRoleAssignment, Get-AzR...
Script     1.4.1      Az.ServiceBus                       {New-AzServiceBusNamespace, Get-AzServiceBusNamespace, Set...
Script     2.2.0      Az.ServiceFabric                    {Add-AzServiceFabricClientCertificate, Add-AzServiceFabric...
Script     1.2.0      Az.SignalR                          {New-AzSignalR, Get-AzSignalR, Get-AzSignalRKey, New-AzSig...
Script     2.11.1     Az.Sql                              {Get-AzSqlDatabaseTransparentDataEncryption, Get-AzSqlData...
Script     1.1.0      Az.SqlVirtualMachine                {New-AzSqlVM, Get-AzSqlVM, Update-AzSqlVM, Remove-AzSqlVM...}
Script     3.0.0      Az.Storage                          {Get-AzStorageAccount, Get-AzStorageAccountKey, New-AzStor...
Script     1.3.0      Az.StorageSync                      {Invoke-AzStorageSyncCompatibilityCheck, New-AzStorageSync...
Script     1.0.1      Az.StreamAnalytics                  {Get-AzStreamAnalyticsFunction, Get-AzStreamAnalyticsDefau...
Script     1.0.0      Az.Support                          {Get-AzSupportService, Get-AzSupportProblemClassification,...
Script     1.0.4      Az.TrafficManager                   {Add-AzTrafficManagerCustomHeaderToEndpoint, Remove-AzTraf...
Script     2.0.0      Az.Websites                         {Get-AzAppServicePlan, Set-AzAppServicePlan, New-AzAppServ...

    Directory: C:\Program Files\WindowsPowerShell\Modules

ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Script     1.4.7      PackageManagement                   {Find-Package, Get-Package, Get-PackageProvider, Get-Packa...
Binary     1.0.0.1    PackageManagement                   {Find-Package, Get-Package, Get-PackageProvider, Get-Packa...
Script     2.2.4      PowerShellGet                       {Find-Command, Find-DSCResource, Find-Module, Find-RoleCap...
Script     1.0.0.1    PowerShellGet                       {Install-Module, Find-Module, Save-Module, Update-Module...}
Manifest   20.0       SqlServer                           {Add-SqlColumnEncryptionKeyValue, Complete-SqlColumnMaster...

    Directory: C:\Windows\system32\WindowsPowerShell\v1.0\Modules

ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Manifest   2.0.0.0    AppLocker                           {Get-AppLockerFileInformation, Get-AppLockerPolicy, New-Ap...
Manifest   2.0.0.0    Appx                                {Add-AppxPackage, Get-AppxPackage, Get-AppxPackageManifest...
Manifest   1.0        BestPractices                       {Get-BpaModel, Get-BpaResult, Invoke-BpaModel, Set-BpaResult}
Manifest   1.0.0.0    BitLocker                           {Unlock-BitLocker, Suspend-BitLocker, Resume-BitLocker, Re...
Manifest   1.0.0.0    BitsTransfer                        {Add-BitsFile, Complete-BitsTransfer, Get-BitsTransfer, Re...
Manifest   1.0.0.0    BranchCache                         {Add-BCDataCacheExtension, Clear-BCCache, Disable-BC, Disa...
Manifest   1.0.0.0    CimCmdlets                          {Get-CimAssociatedInstance, Get-CimClass, Get-CimInstance,...
Manifest   1.0.0.0    DirectAccessClientComponents        {Disable-DAManualEntryPointSelection, Enable-DAManualEntry...
Script     3.0        Dism                                {Add-AppxProvisionedPackage, Add-WindowsDriver, Add-Window...
Manifest   1.0.0.0    DnsClient                           {Resolve-DnsName, Clear-DnsClientCache, Get-DnsClient, Get...
Manifest   2.0.0.0    International                       {Get-WinDefaultInputMethodOverride, Set-WinDefaultInputMet...
Manifest   1.0.0.0    iSCSI                               {Get-IscsiTargetPortal, New-IscsiTargetPortal, Remove-Iscs...
Manifest   2.0.0.0    IscsiTarget                         {Add-ClusteriSCSITargetServerRole, Add-IscsiVirtualDiskTar...
Script     1.0.0.0    ISE                                 {New-IseSnippet, Import-IseSnippet, Get-IseSnippet}
Manifest   1.0.0.0    Kds                                 {Add-KdsRootKey, Get-KdsRootKey, Test-KdsRootKey, Set-KdsC...
Manifest   1.0.1.0    Microsoft.PowerShell.Archive        {Compress-Archive, Expand-Archive}
Manifest   3.0.0.0    Microsoft.PowerShell.Diagnostics    {Get-WinEvent, Get-Counter, Import-Counter, Export-Counter...
Manifest   3.0.0.0    Microsoft.PowerShell.Host           {Start-Transcript, Stop-Transcript}
Manifest   1.0.0.0    Microsoft.PowerShell.LocalAccounts  {Add-LocalGroupMember, Disable-LocalUser, Enable-LocalUser...
Manifest   3.1.0.0    Microsoft.PowerShell.Management     {Add-Content, Clear-Content, Clear-ItemProperty, Join-Path...
Script     1.0        Microsoft.PowerShell.ODataUtils     Export-ODataEndpointProxy
Manifest   3.0.0.0    Microsoft.PowerShell.Security       {Get-Acl, Set-Acl, Get-PfxCertificate, Get-Credential...}
Manifest   3.1.0.0    Microsoft.PowerShell.Utility        {Format-List, Format-Custom, Format-Table, Format-Wide...}
Manifest   3.0.0.0    Microsoft.WSMan.Management          {Disable-WSManCredSSP, Enable-WSManCredSSP, Get-WSManCredS...
Manifest   1.0        MMAgent                             {Disable-MMAgent, Enable-MMAgent, Set-MMAgent, Get-MMAgent...
Manifest   1.0.0.0    MsDtc                               {New-DtcDiagnosticTransaction, Complete-DtcDiagnosticTrans...
Manifest   2.0.0.0    NetAdapter                          {Disable-NetAdapter, Disable-NetAdapterBinding, Disable-Ne...
Manifest   1.0.0.0    NetConnection                       {Get-NetConnectionProfile, Set-NetConnectionProfile}
Manifest   1.0.0.0    NetEventPacketCapture               {New-NetEventSession, Remove-NetEventSession, Get-NetEvent...
Manifest   2.0.0.0    NetLbfo                             {Add-NetLbfoTeamMember, Add-NetLbfoTeamNic, Get-NetLbfoTea...
Manifest   1.0.0.0    NetNat                              {Get-NetNat, Get-NetNatExternalAddress, Get-NetNatStaticMa...
Manifest   2.0.0.0    NetQos                              {Get-NetQosPolicy, Set-NetQosPolicy, Remove-NetQosPolicy, ...
Manifest   2.0.0.0    NetSecurity                         {Get-DAPolicyChange, New-NetIPsecAuthProposal, New-NetIPse...
Manifest   1.0.0.0    NetSwitchTeam                       {New-NetSwitchTeam, Remove-NetSwitchTeam, Get-NetSwitchTea...
Manifest   1.0.0.0    NetTCPIP                            {Get-NetIPAddress, Get-NetIPInterface, Get-NetIPv4Protocol...
Manifest   1.0.0.0    NetworkConnectivityStatus           {Get-DAConnectionStatus, Get-NCSIPolicyConfiguration, Rese...
Manifest   1.0.0.0    NetworkSwitchManager                {Disable-NetworkSwitchEthernetPort, Enable-NetworkSwitchEt...
Manifest   1.0.0.0    NetworkTransition                   {Add-NetIPHttpsCertBinding, Disable-NetDnsTransitionConfig...
Manifest   1.0        NFS                                 {Get-NfsMappedIdentity, Get-NfsNetgroup, Install-NfsMappin...
Manifest   1.0.0.0    PcsvDevice                          {Get-PcsvDevice, Start-PcsvDevice, Stop-PcsvDevice, Restar...
Manifest   1.0.0.0    PKI                                 {Add-CertificateEnrollmentPolicyServer, Export-Certificate...
Manifest   1.1        PrintManagement                     {Add-Printer, Add-PrinterDriver, Add-PrinterPort, Get-Prin...
Manifest   1.1        PSDesiredStateConfiguration         {Set-DscLocalConfigurationManager, Start-DscConfiguration,...
Script     1.0.0.0    PSDiagnostics                       {Disable-PSTrace, Disable-PSWSManCombinedTrace, Disable-WS...
Binary     1.1.0.0    PSScheduledJob                      {New-JobTrigger, Add-JobTrigger, Remove-JobTrigger, Get-Jo...
Manifest   2.0.0.0    PSWorkflow                          {New-PSWorkflowExecutionOption, New-PSWorkflowSession, nwsn}
Manifest   1.0.0.0    PSWorkflowUtility                   Invoke-AsWorkflow
Manifest   2.0.0.0    RemoteDesktop                       {Get-RDCertificate, Set-RDCertificate, New-RDCertificate, ...
Manifest   1.0.0.0    ScheduledTasks                      {Get-ScheduledTask, Set-ScheduledTask, Register-ScheduledT...
Manifest   2.0.0.0    SecureBoot                          {Confirm-SecureBootUEFI, Set-SecureBootUEFI, Get-SecureBoo...
Script     1.0.0.0    ServerCore                          {Get-DisplayResolution, Set-DisplayResolution}
Script     2.0.0.0    ServerManager                       {Get-WindowsFeature, Install-WindowsFeature, Uninstall-Win...
Cim        1.0.0.0    ServerManagerTasks                  {Get-SMCounterSample, Get-SMPerformanceCollector, Start-SM...
Manifest   2.0.0.0    SmbShare                            {Get-SmbShare, Remove-SmbShare, Set-SmbShare, Block-SmbSha...
Manifest   2.0.0.0    SmbWitness                          {Get-SmbWitnessClient, Move-SmbWitnessClient, gsmbw, msmbw...
Manifest   2.0.0.0    SoftwareInventoryLogging            {Get-SilComputer, Get-SilComputerIdentity, Get-SilSoftware...
Manifest   1.0.0.0    StartScreen                         {Export-StartLayout, Import-StartLayout, Get-StartApps}
Manifest   2.0.0.0    Storage                             {Add-InitiatorIdToMaskingSet, Add-PartitionAccessPath, Add...
Manifest   2.0.0.0    TLS                                 {New-TlsSessionTicketKey, Enable-TlsSessionTicketKey, Disa...
Manifest   1.0.0.0    TroubleshootingPack                 {Get-TroubleshootingPack, Invoke-TroubleshootingPack}
Manifest   2.0.0.0    TrustedPlatformModule               {Get-Tpm, Initialize-Tpm, Clear-Tpm, Unblock-Tpm...}
Manifest   1.0.0.0    UserAccessLogging                   {Enable-Ual, Disable-Ual, Get-Ual, Get-UalDns...}
Manifest   2.0.0.0    VpnClient                           {Add-VpnConnection, Set-VpnConnection, Remove-VpnConnectio...
Manifest   1.0.0.0    Wdac                                {Get-OdbcDriver, Set-OdbcDriver, Get-OdbcDsn, Add-OdbcDsn...}
Manifest   1.0.0.0    WebAdministration                   {Start-WebCommitDelay, Stop-WebCommitDelay, Get-WebConfigu...
Manifest   2.0.0.0    Whea                                {Get-WheaMemoryPolicy, Set-WheaMemoryPolicy}
Manifest   1.0.0.0    WindowsDeveloperLicense             {Get-WindowsDeveloperLicense, Show-WindowsDeveloperLicense...
Script     1.0        WindowsErrorReporting               {Enable-WindowsErrorReporting, Disable-WindowsErrorReporti...
Manifest   1.0.0.0    WindowsSearch                       {Get-WindowsSearchSetting, Set-WindowsSearchSetting}

    Directory: C:\Program Files (x86)\Microsoft SQL Server\130\Tools\PowerShell\Modules

ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Manifest   2.0        SQLASCMDLETS                        {Add-RoleMember, Backup-ASDatabase, Invoke-ASCmd, Invoke-P...
Manifest   1.0        SQLPS                               {Add-SqlColumnEncryptionKeyValue, Complete-SqlColumnMaster...

    Directory: C:\Program Files\Microsoft Monitoring Agent\Agent\AzureAutomation\7.3.837.0

ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Binary     1.0        HybridRegistration                  {Add-HybridRunbookWorker, Remove-HybridRunbookWorker, Set-...

    Directory: C:\Program Files\Microsoft Monitoring Agent\Agent\AzureAutomation\7.3.837.0\HybridAgent\Modules

ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Binary     1.0        Orchestrator.AssetManagement.Cmd... {Get-AutomationCertificate, Get-AutomationConnection, Get-...

    Directory: C:\Program Files\Microsoft Monitoring Agent\Agent\PowerShell

ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Binary     1.0.0.0    Microsoft.MonitoringAgent.PowerS... {Checkpoint-WebApplicationMonitoring, Get-WebApplicationMo...

Debug output


DEBUG: 12:17:30 AM - ConnectAzureRmAccountCommand begin processing with ParameterSet 'UserWithSubscriptionId'.
DEBUG: 12:17:30 AM - Autosave setting from startup session: 'CurrentUser'
DEBUG: 12:17:30 AM - No autosave setting detected in environment variable 'AzContextAutoSave'. 
DEBUG: 12:17:30 AM - Using Autosave scope 'CurrentUser'
DEBUG: 12:17:30 AM - Autosave setting from startup session: 'CurrentUser'
DEBUG: 12:17:30 AM - No autosave setting detected in environment variable 'AzContextAutoSave'. 
DEBUG: 12:17:30 AM - Using Autosave scope 'CurrentUser'
DEBUG: InteractiveBrowserCredential.Authenticate invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: Request [1b6426ef-1779-4cd1-af38-296d387d34ba] POST https://login.microsoftonline.us/organizations/oauth2/v2.0/token
x-client-SKU:REDACTED
x-client-Ver:REDACTED
x-client-CPU:REDACTED
x-client-OS:REDACTED
x-client-current-telemetry:REDACTED
x-client-last-telemetry:REDACTED
x-ms-PKeyAuth:REDACTED
x-ms-lib-capability:REDACTED
client-request-id:REDACTED
return-client-request-id:REDACTED
x-app-name:REDACTED
x-app-ver:REDACTED
x-ms-client-request-id:1b6426ef-1779-4cd1-af38-296d387d34ba
x-ms-return-client-request-id:true
User-Agent:azsdk-net-Identity/1.4.0-beta.1 (.NET Framework 4.8.3928.0; Microsoft Windows 6.3.9600 )
client assembly: Azure.Identity
DEBUG: Response [1b6426ef-1779-4cd1-af38-296d387d34ba] 200 OK (00.6s)
Pragma:no-cache
Strict-Transport-Security:REDACTED
X-Content-Type-Options:REDACTED
client-request-id:REDACTED
x-ms-request-id:REDACTED
x-ms-ests-server:REDACTED
x-ms-clitelem:REDACTED
Cache-Control:no-store, no-cache
Content-Type:application/json; charset=utf-8
Expires:-1
P3P:REDACTED
Set-Cookie:REDACTED
Date:Fri, 06 Nov 2020 00:17:33 GMT
Content-Length:4313

DEBUG: InteractiveBrowserCredential.Authenticate succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: InteractiveBrowserCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: InteractiveBrowserCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.usgovcloudapi.net/tenants?api-version=2019-06-01

Headers:
x-ms-client-request-id        : 56e7f5dd-96a2-4149-b9c7-e4ffe41d4437
accept-language               : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-tenant-reads: 14999
x-ms-request-id               : 81f0ca7a-bac2-49fa-b3ad-54d5062c0d1c
x-ms-correlation-request-id   : 81f0ca7a-bac2-49fa-b3ad-54d5062c0d1c
x-ms-routing-request-id       : USDODEAST:20201106T001734Z:81f0ca7a-bac2-49fa-b3ad-54d5062c0d1c
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:17:33 GMT

Body:
{
  "value": [
    {
      "id": "/tenants/XXXXXX",
      "tenantId": "XXXXXX",
      "countryCode": "US",
      "displayName": "cdcnsar",
      "domains": [
        "cdcnsar.onmicrosoft.com",
        "dev.cdcipsas.com"
      ],
      "tenantCategory": "Home"
    }
  ]
}

DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions?api-version=2019-06-01

Headers:
x-ms-client-request-id        : 6086b101-5951-4592-a376-7473144d6aad
accept-language               : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-tenant-reads: 14998
x-ms-request-id               : XXXXXXX
x-ms-correlation-request-id   : XXXXXXX
x-ms-routing-request-id       : USDODEAST:20201106T001734Z:XXXXXXX
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:17:34 GMT

Body:
{
  "value": [
    {
      "id": "/subscriptions/XXXXXX",
      "authorizationSource": "RoleBased",
      "managedByTenants": [],
      "subscriptionId": "XXXXXX",
      "tenantId": "XXXXXX",
      "displayName": "US Government Azure Sponsorship",
      "state": "Enabled",
      "subscriptionPolicies": {
        "locationPlacementId": "FF_2016-06-01",
        "quotaId": "Sponsored_2016-01-01",
        "spendingLimit": "Off"
      }
    }
  ],
  "count": {
    "type": "Total",
    "value": 1
  }
}

DEBUG: AzureQoSEvent: CommandName - Connect-AzAccount; IsSuccess - True; Duration - 00:00:04.4732962;
DEBUG: Finish sending metric.
DEBUG: 12:17:35 AM - ConnectAzureRmAccountCommand end processing.
DEBUG: 12:17:35 AM - GetAzureKeyVaultSecret begin processing with ParameterSet 'ByVaultName'.
DEBUG: 12:17:35 AM - using account id 'XXXXXXX'...
DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:10:29.0000000+00:00
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:10:29.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://XXXXX.vault.usgovcloudapi.net/secrets/username/?api-version=7.0

Headers:
x-ms-client-request-id        : ae6b9d4f-8721-4691-885d-591edd24afa1
accept-language               : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-keyvault-region          : USGov Virginia
x-ms-request-id               : 35744113-905e-4f51-8077-eb0d6d1378ad
x-ms-keyvault-service-version : 1.2.58.0
x-ms-keyvault-network-info    : conn_type=Ipv4;addr=52.227.178.248;act_addr_fam=InterNetwork;
Strict-Transport-Security     : max-age=31536000;includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:17:36 GMT
X-Powered-By                  : ASP.NET

Body:
{
  "value": "XXXXXXX",
  "id": "https://XXXXXX.vault.usgovcloudapi.net/secrets/username/a8a3ddecaddd485d996f95352d129ef2",
  "attributes": {
    "enabled": true,
    "created": 1604621002,
    "updated": 1604621002,
    "recoveryLevel": "Recoverable+Purgeable"
  }
}

DEBUG: AzureQoSEvent: CommandName - Get-AzKeyVaultSecret; IsSuccess - True; Duration - 00:00:00.8422135;
DEBUG: Finish sending metric.
DEBUG: 12:17:36 AM - GetAzureKeyVaultSecret end processing.
DEBUG: 12:17:36 AM - GetAzureKeyVaultSecret begin processing with ParameterSet 'ByVaultName'.
DEBUG: 12:17:36 AM - using account id 'XXXXXXX'...
DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:10:29.0000000+00:00
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:10:29.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://XXXXXX.vault.usgovcloudapi.net/secrets/password/?api-version=7.0

Headers:
x-ms-client-request-id        : fdc6d7cf-5f50-4e0a-9efe-102cbf4038db
accept-language               : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-keyvault-region          : USGov Virginia
x-ms-request-id               : 7f6a5781-9cd4-4fdb-9189-f02e1e97b3a9
x-ms-keyvault-service-version : 1.2.58.0
x-ms-keyvault-network-info    : conn_type=Ipv4;addr=52.227.178.248;act_addr_fam=InterNetwork;
Strict-Transport-Security     : max-age=31536000;includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:17:36 GMT
X-Powered-By                  : ASP.NET

Body:
{
  "value": "XXXXXXX",
  "id": "https://XXXXX.vault.usgovcloudapi.net/secrets/password/ca7c9e4eff274e65b16bdb9a7839c7fa",
  "attributes": {
    "enabled": true,
    "created": 1604621055,
    "updated": 1604621055,
    "recoveryLevel": "Recoverable+Purgeable"
  }
}

DEBUG: AzureQoSEvent: CommandName - Get-AzKeyVaultSecret; IsSuccess - True; Duration - 00:00:00.3579056;
DEBUG: Finish sending metric.
DEBUG: 12:17:38 AM - GetAzureKeyVaultSecret end processing.
DEBUG: 12:17:38 AM - GetAzureKeyVaultSecret begin processing with ParameterSet 'ByVaultName'.
DEBUG: 12:17:38 AM - using account id 'XXXXXXX'...
DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:10:29.0000000+00:00
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:10:29.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://XXXXX.vault.usgovcloudapi.net/secrets/dbserver/?api-version=7.0

Headers:
x-ms-client-request-id        : 5485bf9c-2f5a-4376-9ee8-61634e9d0a18
accept-language               : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-keyvault-region          : USGov Virginia
x-ms-request-id               : 9b6358ab-1f3a-4b65-8650-cb68a613dcb4
x-ms-keyvault-service-version : 1.2.58.0
x-ms-keyvault-network-info    : conn_type=Ipv4;addr=52.227.178.248;act_addr_fam=InterNetwork;
Strict-Transport-Security     : max-age=31536000;includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:17:38 GMT
X-Powered-By                  : ASP.NET

Body:
{
  "value": "XXXXXXX",
  "id": "https://XXXXX.vault.usgovcloudapi.net/secrets/dbserver/f1dde88041ec4c4684fbcef7074b67e4",
  "attributes": {
    "enabled": true,
    "created": 1604621127,
    "updated": 1604621127,
    "recoveryLevel": "Recoverable+Purgeable"
  }
}

DEBUG: AzureQoSEvent: CommandName - Get-AzKeyVaultSecret; IsSuccess - True; Duration - 00:00:00.5630173;
DEBUG: Finish sending metric.
DEBUG: 12:17:39 AM - GetAzureKeyVaultSecret end processing.
DEBUG: 12:17:39 AM - NewAzureResourceGroupCmdlet begin processing with ParameterSet '__AllParameterSets'.
DEBUG: 12:17:39 AM - using account id 'XXXXXXX'...
DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
HEAD

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourcegroups/auzrbdestyqc?api-version=2020-06-01

Headers:
x-ms-client-request-id        : f4c8b8bf-286b-45a4-81ed-fbfaf8e91349
accept-language               : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
NotFound

Headers:
Pragma                        : no-cache
x-ms-failure-cause            : gateway
x-ms-ratelimit-remaining-subscription-reads: 14994
x-ms-request-id               : 83d80152-58d9-4c8f-ad36-52bbe502f2af
x-ms-correlation-request-id   : 83d80152-58d9-4c8f-ad36-52bbe502f2af
x-ms-routing-request-id       : USDODEAST:20201106T001739Z:83d80152-58d9-4c8f-ad36-52bbe502f2af
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:17:39 GMT

Body:

DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
PUT

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourcegroups/auzrbdestyqc?api-version=2020-06-01

Headers:
x-ms-client-request-id        : 070d1e0d-3c4a-4b59-9f94-9e0f6be19434
accept-language               : en-US

Body:
{
  "location": "usgovvirginia"
}

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
Created

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-writes: 1198
x-ms-request-id               : a4a041b9-498e-4c6f-9453-36fbba389835
x-ms-correlation-request-id   : a4a041b9-498e-4c6f-9453-36fbba389835
x-ms-routing-request-id       : USDODEAST:20201106T001739Z:a4a041b9-498e-4c6f-9453-36fbba389835
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:17:39 GMT

Body:
{
  "id": "/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/auzrbdestyqc",
  "name": "auzrbdestyqc",
  "type": "Microsoft.Resources/resourceGroups",
  "location": "usgovvirginia",
  "properties": {
    "provisioningState": "Succeeded"
  }
}

DEBUG: AzureQoSEvent: CommandName - New-AzResourceGroup; IsSuccess - True; Duration - 00:00:00.3159760;
DEBUG: Finish sending metric.
DEBUG: 12:17:40 AM - NewAzureResourceGroupCmdlet end processing.
DEBUG: 12:17:40 AM - NewAzureStorageAccountCommand begin processing with ParameterSet 'AzureActiveDirectoryDomainServicesForFile'.
DEBUG: 12:17:40 AM - using account id 'XXXXXXX'...
DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
POST

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01

Headers:
x-ms-client-request-id        : e646e1c6-a67c-4977-931d-122536ee0dc3
accept-language               : en-US

Body:
{
  "name": "vpaezinborgs",
  "type": "Microsoft.Storage/storageAccounts"
}

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-request-id               : d007a454-7879-42d1-9f72-2608319e26cb
Strict-Transport-Security     : max-age=31536000; includeSubDomains
x-ms-ratelimit-remaining-subscription-reads: 14998
x-ms-correlation-request-id   : 853551be-66de-419f-bda7-9855094afdad
x-ms-routing-request-id       : USDODEAST:20201106T001740Z:853551be-66de-419f-bda7-9855094afdad
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:17:39 GMT
Server                        : Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0

Body:
{
  "nameAvailable": true
}

DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
PUT

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/auzrbdestyqc/providers/Microsoft.Storage/storageAccounts/vpaezinborgs?api-version=2019-0
6-01

Headers:
x-ms-client-request-id        : 6bcb0cd7-549b-425a-834d-fe006fdbc8ad
accept-language               : en-US

Body:
{
  "sku": {
    "name": "Standard_LRS"
  },
  "kind": "StorageV2",
  "location": "usgovvirginia"
}

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
Accepted

Headers:
Pragma                        : no-cache
Retry-After                   : 17
x-ms-request-id               : ae7c54f9-e83d-479b-a0b7-8236139e22ca
Strict-Transport-Security     : max-age=31536000; includeSubDomains
x-ms-ratelimit-remaining-subscription-writes: 1198
x-ms-correlation-request-id   : 7f089753-3a69-4ee0-abe8-a876876a0555
x-ms-routing-request-id       : USDODEAST:20201106T001741Z:7f089753-3a69-4ee0-abe8-a876876a0555
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:17:40 GMT
Location                      : https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/providers/Microsoft.Storage/locations/usgovvirginia/asyncoperations/ae7
c54f9-e83d-479b-a0b7-8236139e22ca?monitor=true&api-version=2019-06-01
Server                        : Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0

Body:

DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/providers/Microsoft.Storage/locations/usgovvirginia/asyncoperations/ae7c54f9-e83d-479b-a0b7-8236139e22c
a?monitor=true&api-version=2019-06-01

Headers:

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-request-id               : 289e5e31-db51-4693-90ce-9c9e7e52639b
Strict-Transport-Security     : max-age=31536000; includeSubDomains
x-ms-ratelimit-remaining-subscription-reads: 14997
x-ms-correlation-request-id   : 01b9808b-a6d6-4ab9-a276-2c34b4e94f02
x-ms-routing-request-id       : USDODEAST:20201106T001758Z:01b9808b-a6d6-4ab9-a276-2c34b4e94f02
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:17:57 GMT
Server                        : Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0

Body:
{
  "sku": {
    "name": "Standard_LRS",
    "tier": "Standard"
  },
  "kind": "StorageV2",
  "id": "/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/auzrbdestyqc/providers/Microsoft.Storage/storageAccounts/vpaezinborgs",
  "name": "vpaezinborgs",
  "type": "Microsoft.Storage/storageAccounts",
  "location": "usgovvirginia",
  "tags": {},
  "properties": {
    "privateEndpointConnections": [],
    "networkAcls": {
      "bypass": "AzureServices",
      "virtualNetworkRules": [],
      "ipRules": [],
      "defaultAction": "Allow"
    },
    "supportsHttpsTrafficOnly": true,
    "encryption": {
      "services": {
        "file": {
          "keyType": "Account",
          "enabled": true,
          "lastEnabledTime": "2020-11-06T00:17:40.823736Z"
        },
        "blob": {
          "keyType": "Account",
          "enabled": true,
          "lastEnabledTime": "2020-11-06T00:17:40.823736Z"
        }
      },
      "keySource": "Microsoft.Storage"
    },
    "accessTier": "Hot",
    "provisioningState": "Succeeded",
    "creationTime": "2020-11-06T00:17:40.7768589Z",
    "primaryEndpoints": {
      "dfs": "https://vpaezinborgs.dfs.core.usgovcloudapi.net/",
      "web": "https://vpaezinborgs.z2.web.core.usgovcloudapi.net/",
      "blob": "https://vpaezinborgs.blob.core.usgovcloudapi.net/",
      "queue": "https://vpaezinborgs.queue.core.usgovcloudapi.net/",
      "table": "https://vpaezinborgs.table.core.usgovcloudapi.net/",
      "file": "https://vpaezinborgs.file.core.usgovcloudapi.net/"
    },
    "primaryLocation": "usgovvirginia",
    "statusOfPrimary": "available"
  }
}

DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/auzrbdestyqc/providers/Microsoft.Storage/storageAccounts/vpaezinborgs?api-version=2019-0
6-01

Headers:
x-ms-client-request-id        : f9f98d9a-7bf0-4798-8671-a80efc99ca3a
accept-language               : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-request-id               : 5c8cbaa6-1d84-4f4d-8c55-72a3565a96c2
Strict-Transport-Security     : max-age=31536000; includeSubDomains
x-ms-ratelimit-remaining-subscription-reads: 14996
x-ms-correlation-request-id   : ab789b6b-9b51-473b-8a39-0f4560ef9139
x-ms-routing-request-id       : USDODEAST:20201106T001758Z:ab789b6b-9b51-473b-8a39-0f4560ef9139
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:17:57 GMT
Server                        : Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0

Body:
{
  "sku": {
    "name": "Standard_LRS",
    "tier": "Standard"
  },
  "kind": "StorageV2",
  "id": "/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/auzrbdestyqc/providers/Microsoft.Storage/storageAccounts/vpaezinborgs",
  "name": "vpaezinborgs",
  "type": "Microsoft.Storage/storageAccounts",
  "location": "usgovvirginia",
  "tags": {},
  "properties": {
    "privateEndpointConnections": [],
    "networkAcls": {
      "bypass": "AzureServices",
      "virtualNetworkRules": [],
      "ipRules": [],
      "defaultAction": "Allow"
    },
    "supportsHttpsTrafficOnly": true,
    "encryption": {
      "services": {
        "file": {
          "keyType": "Account",
          "enabled": true,
          "lastEnabledTime": "2020-11-06T00:17:40.823736Z"
        },
        "blob": {
          "keyType": "Account",
          "enabled": true,
          "lastEnabledTime": "2020-11-06T00:17:40.823736Z"
        }
      },
      "keySource": "Microsoft.Storage"
    },
    "accessTier": "Hot",
    "provisioningState": "Succeeded",
    "creationTime": "2020-11-06T00:17:40.7768589Z",
    "primaryEndpoints": {
      "dfs": "https://vpaezinborgs.dfs.core.usgovcloudapi.net/",
      "web": "https://vpaezinborgs.z2.web.core.usgovcloudapi.net/",
      "blob": "https://vpaezinborgs.blob.core.usgovcloudapi.net/",
      "queue": "https://vpaezinborgs.queue.core.usgovcloudapi.net/",
      "table": "https://vpaezinborgs.table.core.usgovcloudapi.net/",
      "file": "https://vpaezinborgs.file.core.usgovcloudapi.net/"
    },
    "primaryLocation": "usgovvirginia",
    "statusOfPrimary": "available"
  }
}

DEBUG: AzureQoSEvent: CommandName - New-AzStorageAccount; IsSuccess - True; Duration - 00:00:18.0995592;
DEBUG: Finish sending metric.
DEBUG: 12:17:58 AM - NewAzureStorageAccountCommand end processing.
DEBUG: 12:17:58 AM - Init Operation Context for 'NewAzureStorageContainerCommand' with client request id  Azure-Storage-PowerShell-64eb9864-6608-4078-8310-5734c066f7a8. If you want to get mor
e details, please add "-Debug" to your command.
DEBUG: 12:17:58 AM - NewAzureStorageContainerCommand begin processing with ParameterSet '__AllParameterSets'.
DEBUG: 12:17:58 AM - Use storage account 'vpaezinborgs' from storage context.
DEBUG: 12:17:58 AM - Start 3th remote call, method: , destination: https://vpaezinborgs.blob.core.usgovcloudapi.net/bacpac?restype=container.
DEBUG: Request [23938133-bed5-418d-84af-48a8d55b246b] GET https://vpaezinborgs.blob.core.usgovcloudapi.net/bacpac?restype=container
x-ms-version:2020-02-10
x-ms-client-request-id:23938133-bed5-418d-84af-48a8d55b246b
x-ms-return-client-request-id:true
User-Agent:azsdk-net-Storage.Blobs/12.7.0-preview.1 (.NET Framework 4.8.3928.0; Microsoft Windows 6.3.9600 )
x-ms-date:Fri, 06 Nov 2020 00:17:59 GMT
Authorization:REDACTED
client assembly: Azure.Storage.Blobs
DEBUG: Response [23938133-bed5-418d-84af-48a8d55b246b] 200 OK (00.0s)
x-ms-request-id:6bd72b92-d01e-000e-54d2-b3de62000000
x-ms-client-request-id:23938133-bed5-418d-84af-48a8d55b246b
x-ms-version:2020-02-10
x-ms-lease-status:unlocked
x-ms-lease-state:available
x-ms-has-immutability-policy:false
x-ms-has-legal-hold:false
x-ms-blob-public-access:blob
x-ms-default-encryption-scope:$account-encryption-key
x-ms-deny-encryption-scope-override:false
Content-Length:0
Date:Fri, 06 Nov 2020 00:17:59 GMT
ETag:"0x8D881E96AE43B2D"
Last-Modified:Fri, 06 Nov 2020 00:17:59 GMT
Server:Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0

DEBUG: 12:17:59 AM - NewAzureStorageContainerCommand end processing, Start 3 remote calls. Finish 3 remote calls. Elapsed time 426344.32 ms. Client operation id: Azure-Storage-PowerShell-64eb
9864-6608-4078-8310-5734c066f7a8.
DEBUG: AzureQoSEvent: CommandName - New-AzStorageContainer; IsSuccess - True; Duration - 00:00:00.5648482;
DEBUG: Finish sending metric.
DEBUG: 12:17:59 AM - NewAzureStorageContainerCommand end processing.
DEBUG: 12:17:59 AM - Init Operation Context for 'SetAzureBlobContentCommand' with client request id  Azure-Storage-PowerShell-64eb9864-6608-4078-8310-5734c066f7a8. If you want to get more det
ails, please add "-Debug" to your command.
DEBUG: 12:17:59 AM - Use storage account 'vpaezinborgs' from storage context.
DEBUG: 12:18:01 AM - SetAzureBlobContentCommand end processing, Start 4 remote calls. Finish 4 remote calls. Elapsed time 428328.81 ms. Client operation id: Azure-Storage-PowerShell-64eb9864-
6608-4078-8310-5734c066f7a8.
DEBUG: 12:18:01 AM - SetAzureBlobContentCommand end processing.
DEBUG: 12:18:01 AM - GetAzureStorageAccountKeyCommand begin processing with ParameterSet '__AllParameterSets'.
DEBUG: 12:18:01 AM - using account id 'XXXXXXX'...
DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
POST

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/auzrbdestyqc/providers/Microsoft.Storage/storageAccounts/vpaezinborgs/listKeys?api-versi
on=2019-06-01

Headers:
x-ms-client-request-id        : 6d76d537-2abe-404a-b4f7-fd2f638190d9
accept-language               : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-request-id               : a2e14521-808e-4925-9c24-6075a44fe47e
Strict-Transport-Security     : max-age=31536000; includeSubDomains
x-ms-ratelimit-remaining-subscription-writes: 1197
x-ms-correlation-request-id   : 6b352ca2-45c5-46ae-b760-045b7dd4c54c
x-ms-routing-request-id       : USDODEAST:20201106T001801Z:6b352ca2-45c5-46ae-b760-045b7dd4c54c
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:18:00 GMT
Server                        : Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0

Body:
{
  "keys": [
    {
      "keyName": "key1",
      "value": "H1uiLhB8z4eRr/vhChXuOVwKHc/M8651dE9AIupOqAVVGZqZ10Yy4YHRAaFy6vHxk3EbhOANu7nSmKEJFsZTzQ==",
      "permissions": "FULL"
    },
    {
      "keyName": "key2",
      "value": "ls0s+eBmg1h/7xsZrUchgTISXskAw2zUy+sp5dv0pR+eWWv0/lVy1dnoHlb83APcffwzTFOfAeHXNkM8sJLfMw==",
      "permissions": "FULL"
    }
  ]
}

DEBUG: AzureQoSEvent: CommandName - Get-AzStorageAccountKey; IsSuccess - True; Duration - 00:00:00.0948778;
DEBUG: Finish sending metric.
DEBUG: 12:18:01 AM - GetAzureStorageAccountKeyCommand end processing.
DEBUG: 12:18:01 AM - NewAzureSqlDatabase begin processing with ParameterSet 'DtuBasedDatabase'.
DEBUG: 12:18:01 AM - using account id 'XXXXXXX'...
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX?api-version=2019-06-01-previe
w

Headers:
x-ms-client-request-id        : bbe97bb7-189b-4a6e-b986-8c60187e98d2
accept-language               : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-request-id               : ac8ef1f9-4388-4666-ab3a-a68fe53608d0
x-ms-ratelimit-remaining-subscription-reads: 14994
x-ms-correlation-request-id   : b6679d11-b307-46b4-9827-2d07caaa94f6
x-ms-routing-request-id       : USDODEAST:20201106T001801Z:b6679d11-b307-46b4-9827-2d07caaa94f6
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:18:00 GMT
Server                        : Microsoft-HTTPAPI/2.0

Body:
{
  "kind": "v12.0",
  "properties": {
    "administratorLogin": "XXXXXXX",
    "version": "12.0",
    "state": "Ready",
    "fullyQualifiedDomainName": "XXXXXXX.database.usgovcloudapi.net",
    "privateEndpointConnections": [],
    "publicNetworkAccess": "Enabled"
  },
  "location": "usgovvirginia",
  "tags": {},
  "id": "/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX",
  "name": "XXXXXXX",
  "type": "Microsoft.Sql/servers"
}

DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX/databases/V3_MSCRM_CLOUD_Auto
?api-version=2019-06-01-preview

Headers:
x-ms-client-request-id        : 0c647998-059b-40ac-a0df-009462f280ef
accept-language               : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
NotFound

Headers:
Pragma                        : no-cache
x-ms-failure-cause            : gateway
x-ms-request-id               : ba0c4acc-97e4-4795-9a16-297f0758498d
x-ms-correlation-request-id   : ba0c4acc-97e4-4795-9a16-297f0758498d
x-ms-routing-request-id       : USDODEAST:20201106T001801Z:ba0c4acc-97e4-4795-9a16-297f0758498d
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:18:01 GMT

Body:
{
  "error": {
    "code": "ResourceNotFound",
    "message": "The Resource 'Microsoft.Sql/servers/XXXXXXX/databases/V3_MSCRM_CLOUD_Auto' under resource group 'cdc-ipsas-rg-vm-01' was not found. For more details please go to https://aka.m
s/ARMResourceNotFoundFix"
  }
}

DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX?api-version=2019-06-01-previe
w

Headers:
x-ms-client-request-id        : 18598dcd-fc42-41bd-a3d2-9e351a5e4b4c
accept-language               : en-US

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-request-id               : 57701ec9-3a09-468f-bbea-d2a7b96d6982
x-ms-ratelimit-remaining-subscription-reads: 14993
x-ms-correlation-request-id   : fbc67a9b-cf46-4ef6-a6e8-0aaaf019b49c
x-ms-routing-request-id       : USDODEAST:20201106T001802Z:fbc67a9b-cf46-4ef6-a6e8-0aaaf019b49c
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:18:01 GMT
Server                        : Microsoft-HTTPAPI/2.0

Body:
{
  "kind": "v12.0",
  "properties": {
    "administratorLogin": "XXXXXXX",
    "version": "12.0",
    "state": "Ready",
    "fullyQualifiedDomainName": "XXXXXXX.database.usgovcloudapi.net",
    "privateEndpointConnections": [],
    "publicNetworkAccess": "Enabled"
  },
  "location": "usgovvirginia",
  "tags": {},
  "id": "/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX",
  "name": "XXXXXXX",
  "type": "Microsoft.Sql/servers"
}

DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
PUT

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX/databases/V3_MSCRM_CLOUD_Auto
?api-version=2019-06-01-preview

Headers:
x-ms-client-request-id        : 550eeeaa-a870-4824-8f62-a916376c85e8
accept-language               : en-US

Body:
{
  "sku": {
    "name": "S0"
  },
  "properties": {
    "maxSizeBytes": 0,
    "readScale": ""
  },
  "location": "usgovvirginia"
}

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
Accepted

Headers:
Pragma                        : no-cache
Retry-After                   : 15
Azure-AsyncOperation          : https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/locations/usg
ovvirginia/databaseAzureAsyncOperation/e01de695-8506-4d26-ba72-c850bab993d9?api-version=2019-06-01-preview
x-ms-request-id               : e01de695-8506-4d26-ba72-c850bab993d9
x-ms-ratelimit-remaining-subscription-writes: 1199
x-ms-correlation-request-id   : 492a7b64-13a2-4541-8682-f46222966489
x-ms-routing-request-id       : USDODEAST:20201106T001802Z:492a7b64-13a2-4541-8682-f46222966489
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:18:01 GMT
Location                      : https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/locations/usg
ovvirginia/databaseOperationResults/e01de695-8506-4d26-ba72-c850bab993d9?api-version=2019-06-01-preview
Server                        : Microsoft-HTTPAPI/2.0

Body:
{
  "operation": "CreateLogicalDatabase",
  "startTime": "2020-11-06T00:18:02.347Z"
}

DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/locations/usgovvirginia/databaseAzureAsyncOpe
ration/e01de695-8506-4d26-ba72-c850bab993d9?api-version=2019-06-01-preview

Headers:

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
Retry-After                   : 15
x-ms-request-id               : 86b45cee-7257-4591-918d-f517085c5ca8
x-ms-ratelimit-remaining-subscription-reads: 14998
x-ms-correlation-request-id   : 0fa2e86c-dd7a-49c9-9282-bf9573b031bb
x-ms-routing-request-id       : USDODEAST:20201106T001817Z:0fa2e86c-dd7a-49c9-9282-bf9573b031bb
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:18:16 GMT
Server                        : Microsoft-HTTPAPI/2.0

Body:
{
  "name": "e01de695-8506-4d26-ba72-c850bab993d9",
  "status": "InProgress",
  "startTime": "2020-11-06T00:18:02.347Z"
}

DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/locations/usgovvirginia/databaseAzureAsyncOpe
ration/e01de695-8506-4d26-ba72-c850bab993d9?api-version=2019-06-01-preview

Headers:

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
Retry-After                   : 15
x-ms-request-id               : f0362fba-4b44-4b43-a716-bfc746b126fa
x-ms-ratelimit-remaining-subscription-reads: 14997
x-ms-correlation-request-id   : 573bd826-dc1a-469b-89e5-226ab4ad0f42
x-ms-routing-request-id       : USDODEAST:20201106T001832Z:573bd826-dc1a-469b-89e5-226ab4ad0f42
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:18:32 GMT
Server                        : Microsoft-HTTPAPI/2.0

Body:
{
  "name": "e01de695-8506-4d26-ba72-c850bab993d9",
  "status": "InProgress",
  "startTime": "2020-11-06T00:18:02.347Z"
}

DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/locations/usgovvirginia/databaseAzureAsyncOpe
ration/e01de695-8506-4d26-ba72-c850bab993d9?api-version=2019-06-01-preview

Headers:

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
Retry-After                   : 15
x-ms-request-id               : 0de769c8-527a-4cb6-9a85-5d63932d1241
x-ms-ratelimit-remaining-subscription-reads: 14996
x-ms-correlation-request-id   : ab1e53b5-8b6a-435c-8583-7cad64a9de19
x-ms-routing-request-id       : USDODEAST:20201106T001847Z:ab1e53b5-8b6a-435c-8583-7cad64a9de19
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:18:47 GMT
Server                        : Microsoft-HTTPAPI/2.0

Body:
{
  "name": "e01de695-8506-4d26-ba72-c850bab993d9",
  "status": "InProgress",
  "startTime": "2020-11-06T00:18:02.347Z"
}

DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/locations/usgovvirginia/databaseAzureAsyncOpe
ration/e01de695-8506-4d26-ba72-c850bab993d9?api-version=2019-06-01-preview

Headers:

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
Retry-After                   : 15
x-ms-request-id               : 245e7927-9df4-49c9-ac0f-816f2b3a1cfc
x-ms-ratelimit-remaining-subscription-reads: 14995
x-ms-correlation-request-id   : 9968ae6e-1ca9-4a22-839c-64acb4e9e9d9
x-ms-routing-request-id       : USDODEAST:20201106T001902Z:9968ae6e-1ca9-4a22-839c-64acb4e9e9d9
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:19:02 GMT
Server                        : Microsoft-HTTPAPI/2.0

Body:
{
  "name": "e01de695-8506-4d26-ba72-c850bab993d9",
  "status": "Succeeded",
  "startTime": "2020-11-06T00:18:02.347Z"
}

DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX/databases/V3_MSCRM_CLOUD_Auto
?api-version=2019-06-01-preview

Headers:

Body:

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-request-id               : fa725cef-0a03-4fa2-b97e-121e1ae294e9
x-ms-ratelimit-remaining-subscription-reads: 14994
x-ms-correlation-request-id   : e9c39bd4-e77c-4164-b761-c9ffecc42f96
x-ms-routing-request-id       : USDODEAST:20201106T001902Z:e9c39bd4-e77c-4164-b761-c9ffecc42f96
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:19:02 GMT
Server                        : Microsoft-HTTPAPI/2.0

Body:
{
  "sku": {
    "name": "Standard",
    "tier": "Standard",
    "capacity": 10
  },
  "kind": "v12.0,user",
  "properties": {
    "collation": "SQL_Latin1_General_CP1_CI_AS",
    "maxSizeBytes": 268435456000,
    "status": "Online",
    "databaseId": "d2a4dffa-bf29-4240-bec6-db6de42f442b",
    "creationDate": "2020-11-06T00:18:59.21Z",
    "currentServiceObjectiveName": "S0",
    "requestedServiceObjectiveName": "S0",
    "defaultSecondaryLocation": "usgoviowa",
    "catalogCollation": "SQL_Latin1_General_CP1_CI_AS",
    "zoneRedundant": false,
    "earliestRestoreDate": "2020-11-06T00:48:59.21Z",
    "readScale": "Disabled",
    "readReplicaCount": 0,
    "currentSku": {
      "name": "Standard",
      "tier": "Standard",
      "capacity": 10
    },
    "storageAccountType": "GRS"
  },
  "location": "usgovvirginia",
  "id": "/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX/databases/V3_MSCRM_CLOUD_Auto",
  "name": "V3_MSCRM_CLOUD_Auto",
  "type": "Microsoft.Sql/servers/databases"
}

DEBUG: AzureQoSEvent: CommandName - New-AzSqlDatabase; IsSuccess - True; Duration - 00:01:00.8657856;
DEBUG: Finish sending metric.
DEBUG: 12:19:03 AM - NewAzureSqlDatabase end processing.
DEBUG: 12:19:03 AM - NewAzureSqlDatabaseImport begin processing with ParameterSet '__AllParameterSets'.
DEBUG: 12:19:03 AM - using account id 'XXXXXXX'...
DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX'
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: 
DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId:  ExpiresOn: 2020-11-06T01:17:33.0000000+00:00
DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX'
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
POST

Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX/import?api-version=2020-02-02
-preview

Headers:
x-ms-client-request-id        : 4edb19bb-6adb-426e-bd62-e2dedfebb38d
accept-language               : en-US

Body:
{
  "databaseName": "V3_MSCRM_CLOUD_Auto",
  "edition": "Standard",
  "serviceObjectiveName": "S0",
  "maxSizeBytes": "10737418240",
  "storageKeyType": "StorageAccessKey",
  "storageKey": "H1uiLhB8z4eRr/vhChXuOVwKHc/M8651dE9AIupOqAVVGZqZ10Yy4YHRAaFy6vHxk3EbhOANu7nSmKEJFsZTzQ==",
  "storageUri": "https://vpaezinborgs.blob.core.windows.net/bacpac/V3_MSCRM_CLOUD-20201104064413.bacpac",
  "administratorLogin": "XXXXXXX",
  "administratorLoginPassword": "XXXXXXX",
  "networkIsolation": {}
}

DEBUG: ============================ HTTP RESPONSE ============================

Status Code:
BadRequest

Headers:
Pragma                        : no-cache
x-ms-failure-cause            : gateway
x-ms-request-id               : 6f51a1e8-6d4b-4cdc-a57d-7c7ed76fb4da
x-ms-correlation-request-id   : 6f51a1e8-6d4b-4cdc-a57d-7c7ed76fb4da
x-ms-routing-request-id       : USDODEAST:20201106T001903Z:6f51a1e8-6d4b-4cdc-a57d-7c7ed76fb4da
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Fri, 06 Nov 2020 00:19:02 GMT

Body:
{
  "error": {
    "code": "NoRegisteredProviderFound",
    "message": "No registered resource provider found for location 'usgovvirginia' and API version '2020-02-02-preview' for type 'servers/import'. The supported api-versions are '2014-01-01, 
2014-04-01, 2014-04-01-preview'. The supported locations are 'usdodcentral, usdodeast, usgovarizona, usgoviowa, usgovtexas, usgovvirginia'."
  }
}

New-AzSqlDatabaseImport : No registered resource provider found for location 'usgovvirginia' and API version '2020-02-02-preview' for type 'servers/import'. The supported api-versions are 
'2014-01-01, 2014-04-01, 2014-04-01-preview'. The supported locations are 'usdodcentral, usdodeast, usgovarizona, usgoviowa, usgovtexas, usgovvirginia'.
At C:\Users\CRMAdmin\Desktop\DB Import\Import.ps1:81 char:18
+ $importRequest = New-AzSqlDatabaseImport `
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (:) [New-AzSqlDatabaseImport], CloudException
    + FullyQualifiedErrorId : Microsoft.Azure.Commands.Sql.ImportExport.Cmdlet.NewAzureSqlDatabaseImport

DEBUG: AzureQoSEvent: CommandName - New-AzSqlDatabaseImport; IsSuccess - False; Duration - 00:00:00.1155946;; Exception - Microsoft.Rest.Azure.CloudException: No registered resource provider 
found for location 'usgovvirginia' and API version '2020-02-02-preview' for type 'servers/import'. The supported api-versions are '2014-01-01, 2014-04-01, 2014-04-01-preview'. The supported l
ocations are 'usdodcentral, usdodeast, usgovarizona, usgoviowa, usgovtexas, usgovvirginia'.
   at Microsoft.Azure.Management.Sql.ServersOperations.<BeginImportDatabaseWithHttpMessagesAsync>d__16.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Azure.Management.Sql.ServersOperationsExtensions.<BeginImportDatabaseAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Azure.Management.Sql.ServersOperationsExtensions.BeginImportDatabase(IServersOperations operations, String resourceGroupName, String serverName, ImportNewDatabaseDefinition pa
rameters)
   at Microsoft.Azure.Commands.Sql.Database.Services.ImportExportDatabaseCommunicator.BeginImportNewDatabase(String resourceGroupName, String serverName, ImportNewDatabaseDefinition parameter
s, Uri& operationStatusLink)
   at Microsoft.Azure.Commands.Sql.ImportExport.Service.ImportExportDatabaseAdapter.ImportNewDatabase(AzureSqlDatabaseImportModel importRequest)
   at Microsoft.Azure.Commands.Sql.Common.AzureSqlCmdletBase`2.<>c__DisplayClass16_0.<ExecuteCmdlet>b__0()
   at Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet.ConfirmAction(String processMessage, String target, Action action)
   at Microsoft.Azure.Commands.Sql.Common.AzureSqlCmdletBase`2.ExecuteCmdlet()
   at Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet.ProcessRecord();
DEBUG: Finish sending metric.
DEBUG: 12:19:03 AM - NewAzureSqlDatabaseImport end processing.

Error output

DEBUG: 12:38:12 AM - ResolveError begin processing with ParameterSet 'AnyErrorParameterSet'.
DEBUG: 12:38:12 AM - using account id 'XXXXX'...
WARNING: Upcoming breaking changes in the cmdlet 'Resolve-AzError' :
The `Resolve-Error` alias will be removed in a future release.  Please change any scripts that use this alias to use `Resolve-AzError` instead.
Note : Go to https://aka.ms/azps-changewarnings for steps to suppress this breaking change warning, and other information on breaking changes in Azure PowerShell.

   HistoryId: 1

RequestId      : 92d64976-a871-4eaa-81df-b6733560bc6c
Message        : No registered resource provider found for location 'usgovvirginia' and API version '2020-02-02-preview' for type 'servers/import'. The supported api-versions are 
                 '2014-01-01, 2014-04-01, 2014-04-01-preview'. The supported locations are 'usdodcentral, usdodeast, usgovarizona, usgoviowa, usgovtexas, usgovvirginia'.
ServerMessage  : NoRegisteredProviderFound: No registered resource provider found for location 'usgovvirginia' and API version '2020-02-02-preview' for type 'servers/import'. The supported 
                 api-versions are '2014-01-01, 2014-04-01, 2014-04-01-preview'. The supported locations are 'usdodcentral, usdodeast, usgovarizona, usgoviowa, usgovtexas, usgovvirginia'. 
                 (System.Collections.Generic.List`1[Microsoft.Rest.Azure.CloudError])
ServerResponse : {BadRequest}
RequestMessage : {POST https://management.usgovcloudapi.net/subscriptions/XXXXXXXXX/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/ipsasdb/impor
                 t?api-version=2020-02-02-preview}
InvocationInfo : {New-AzSqlDatabaseImport}
Line           : $importRequest = New-AzSqlDatabaseImport `

Position       : At C:\Users\CRMAdmin\Desktop\DB Import\Import.ps1:81 char:18
                 + $importRequest = New-AzSqlDatabaseImport `
                 +                  ~~~~~~~~~~~~~~~~~~~~~~~~~
StackTrace     :    at Microsoft.Azure.Management.Sql.ServersOperations.<BeginImportDatabaseWithHttpMessagesAsync>d__16.MoveNext()
                 --- End of stack trace from previous location where exception was thrown ---
                    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                    at Microsoft.Azure.Management.Sql.ServersOperationsExtensions.<BeginImportDatabaseAsync>d__23.MoveNext()
                 --- End of stack trace from previous location where exception was thrown ---
                    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
                    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
                    at Microsoft.Azure.Management.Sql.ServersOperationsExtensions.BeginImportDatabase(IServersOperations operations, String resourceGroupName, String serverName, 
                 ImportNewDatabaseDefinition parameters)
                    at Microsoft.Azure.Commands.Sql.Database.Services.ImportExportDatabaseCommunicator.BeginImportNewDatabase(String resourceGroupName, String serverName, 
                 ImportNewDatabaseDefinition parameters, Uri& operationStatusLink)
                    at Microsoft.Azure.Commands.Sql.ImportExport.Service.ImportExportDatabaseAdapter.ImportNewDatabase(AzureSqlDatabaseImportModel importRequest)
                    at Microsoft.Azure.Commands.Sql.Common.AzureSqlCmdletBase`2.<>c__DisplayClass16_0.<ExecuteCmdlet>b__0()
                    at Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet.ConfirmAction(String processMessage, String target, Action action)
                    at Microsoft.Azure.Commands.Sql.Common.AzureSqlCmdletBase`2.ExecuteCmdlet()
                    at Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet.ProcessRecord()
HistoryId      : 1

The Azure PowerShell team is listening, please let us know how we are doing: https://aka.ms/azpssurvey?Q_CHL=ERROR.

DEBUG: AzureQoSEvent: CommandName - Resolve-AzError; IsSuccess - True; Duration - 00:00:00.0752499;
DEBUG: Finish sending metric.
DEBUG: 12:38:13 AM - ResolveError end processing.
ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureSQLGitHub.

dingmeng-xue commented 3 years ago

Sql team, please help to look into this question.

mslentz commented 3 years ago

Any update on this?

mrpullen commented 3 years ago

Would be nice to hear back on this - it's literally been months.

mslentz commented 3 years ago

Sql team, please help to look into this question.

Can anyone help move this along?

SatishBoddu-MSFT commented 2 years ago

Hello @mslentz @mrpullen Apologies for the delayed response. I see that this issue is opened a long time ago and no further activity had taken place. So wanted to check if you are still looking for assistance on this query? Please let us know.

ghost commented 2 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureSQLGitHub.

Issue Details
## Description When running this New-AzSqlDatabaseImport command in the USGov environment I get an error that I do not get when running in the commercial environment. I'm getting the following error: New-AzSqlDatabaseImport : No registered resource provider found for location 'usgovvirginia' and API version '2020-02-02-preview' for type 'servers/import'. The supported api-versions are '2014-01-01, 2014-04-01, 2014-04-01-preview'. The supported locations are 'usdodcentral, usdodeast, usgovarizona, usgoviowa, usgovtexas, usgovvirginia'. At C:\Users\CRMAdmin\Desktop\DB Import\Import.ps1:53 char:18 + $importRequest = New-AzSqlDatabaseImport ` + CategoryInfo : CloseError: (:) [New-AzSqlDatabaseImport], CloudException + FullyQualifiedErrorId : Microsoft.Azure.Commands.Sql.ImportExport.Cmdlet.NewAzureSqlDatabaseImport ## Steps to reproduce ```powershell Write-Output "Importing bacpac..." $importRequest = New-AzSqlDatabaseImport ` -ResourceGroupName "$sqlResourceGroup" ` -ServerName "$sqlServer" ` -DatabaseName "$sqlDatabase" ` -DatabaseMaxSizeBytes "$(10 * 1024 * 1024 * 1024)" ` -StorageKeyType "StorageAccessKey" ` -StorageKey "$storageKey" ` -StorageUri "https://$storageAccount.blob.core.windows.net/bacpac/$bacpacFile" ` -AdministratorLogin "$sqlLogin" ` -AdministratorLoginPassword $(ConvertTo-SecureString -String "$sqlPassword" -AsPlainText -Force) ` -Edition $sqlEdition ` -ServiceObjectiveName $sqlSLO ``` ## Environment data ``` Major Minor Build Revision ----- ----- ----- ------- 5 1 14409 1018 ``` ## Module versions ```powershell ModuleType Version Name ExportedCommands ---------- ------- ---- ---------------- Script 2.1.2 Az.Accounts {Disable-AzDataCollection, Disable-AzContextAutosave, Enab... Script 1.1.1 Az.Advisor {Get-AzAdvisorRecommendation, Enable-AzAdvisorRecommendati... Script 2.0.0 Az.Aks {Get-AzAksCluster, New-AzAksCluster, Remove-AzAksCluster, ... Script 1.1.4 Az.AnalysisServices {Resume-AzAnalysisServicesServer, Suspend-AzAnalysisServic... Script 2.1.0 Az.ApiManagement {Add-AzApiManagementApiToGateway, Add-AzApiManagementApiTo... Script 1.1.0 Az.ApplicationInsights {Get-AzApplicationInsights, New-AzApplicationInsights, Rem... Script 1.4.0 Az.Automation {Get-AzAutomationHybridWorkerGroup, Remove-AzAutomationHyb... Script 3.1.0 Az.Batch {Remove-AzBatchAccount, Get-AzBatchAccount, Get-AzBatchAcc... Script 2.0.0 Az.Billing {Get-AzBillingInvoice, Get-AzBillingPeriod, Get-AzEnrollme... Script 1.6.0 Az.Cdn {Get-AzCdnProfile, Get-AzCdnProfileSsoUrl, New-AzCdnProfil... Script 1.8.0 Az.CognitiveServices {Get-AzCognitiveServicesAccount, Get-AzCognitiveServicesAc... Script 4.6.0 Az.Compute {Remove-AzAvailabilitySet, Get-AzAvailabilitySet, New-AzAv... Script 1.0.3 Az.ContainerInstance {New-AzContainerGroup, Get-AzContainerGroup, Remove-AzCont... Script 2.0.0 Az.ContainerRegistry {New-AzContainerRegistry, Get-AzContainerRegistry, Update-... Script 1.1.0 Az.DataBoxEdge {Get-AzDataBoxEdgeJob, Get-AzDataBoxEdgeDevice, Invoke-AzD... Script 1.0.1 Az.Databricks {Get-AzDatabricksVNetPeering, Get-AzDatabricksWorkspace, N... Script 1.11.0 Az.DataFactory {Set-AzDataFactoryV2, Update-AzDataFactoryV2, Get-AzDataFa... Script 1.0.2 Az.DataLakeAnalytics {Get-AzDataLakeAnalyticsDataSource, New-AzDataLakeAnalytic... Script 1.2.8 Az.DataLakeStore {Get-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeSt... Script 1.0.0 Az.DataShare {New-AzDataShareAccount, Get-AzDataShareAccount, Remove-Az... Script 1.1.0 Az.DeploymentManager {Get-AzDeploymentManagerArtifactSource, New-AzDeploymentMa... Script 2.0.0 Az.DesktopVirtualization {Disconnect-AzWvdUserSession, Get-AzWvdApplication, Get-Az... Script 1.0.2 Az.DevTestLabs {Get-AzDtlAllowedVMSizesPolicy, Get-AzDtlAutoShutdownPolic... Script 1.1.2 Az.Dns {Get-AzDnsRecordSet, New-AzDnsRecordConfig, Remove-AzDnsRe... Script 1.3.0 Az.EventGrid {New-AzEventGridTopic, Get-AzEventGridTopic, Set-AzEventGr... Script 1.7.0 Az.EventHub {New-AzEventHubNamespace, Get-AzEventHubNamespace, Set-AzE... Script 1.6.1 Az.FrontDoor {New-AzFrontDoor, Get-AzFrontDoor, Set-AzFrontDoor, Remove... Script 2.0.0 Az.Functions {Get-AzFunctionApp, Get-AzFunctionAppAvailableLocation, Ge... Script 4.0.0 Az.HDInsight {Get-AzHDInsightJob, New-AzHDInsightSqoopJobDefinition, Wa... Script 1.1.0 Az.HealthcareApis {New-AzHealthcareApisService, Remove-AzHealthcareApisServi... Script 2.6.0 Az.IotHub {Add-AzIotHubKey, Get-AzIotHubEventHubConsumerGroup, Get-A... Script 3.0.0 Az.KeyVault {Add-AzManagedHsmKey, Get-AzManagedHsmKey, Remove-AzManage... Script 1.0.0 Az.Kusto {Add-AzKustoClusterLanguageExtension, Add-AzKustoDatabaseP... Script 1.3.2 Az.LogicApp {Get-AzIntegrationAccountAgreement, Get-AzIntegrationAccou... Script 1.1.3 Az.MachineLearning {Move-AzMlCommitmentAssociation, Get-AzMlCommitmentAssocia... Script 1.1.0 Az.Maintenance {Get-AzApplyUpdate, Get-AzConfigurationAssignment, Get-AzM... Script 2.0.0 Az.ManagedServices {Get-AzManagedServicesAssignment, New-AzManagedServicesAss... Script 1.0.2 Az.MarketplaceOrdering {Get-AzMarketplaceTerms, Set-AzMarketplaceTerms} Script 1.1.1 Az.Media {Sync-AzMediaServiceStorageKey, Set-AzMediaServiceKey, Get... Script 2.2.0 Az.Monitor {Get-AzMetricDefinition, Get-AzMetric, Remove-AzLogProfile... Script 4.1.0 Az.Network {Add-AzApplicationGatewayAuthenticationCertificate, Get-Az... Script 1.1.1 Az.NotificationHubs {Get-AzNotificationHub, Get-AzNotificationHubAuthorization... Script 2.3.0 Az.OperationalInsights {New-AzOperationalInsightsAzureActivityLogDataSource, New-... Script 1.3.1 Az.PolicyInsights {Get-AzPolicyEvent, Get-AzPolicyState, Get-AzPolicyStateSu... Script 1.1.2 Az.PowerBIEmbedded {Remove-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspa... Script 1.0.3 Az.PrivateDns {Get-AzPrivateDnsZone, Remove-AzPrivateDnsZone, Set-AzPriv... Script 3.0.0 Az.RecoveryServices {Get-AzRecoveryServicesBackupProperty, Get-AzRecoveryServi... Script 1.4.0 Az.RedisCache {Remove-AzRedisCachePatchSchedule, New-AzRedisCacheSchedul... Script 1.0.3 Az.Relay {New-AzRelayNamespace, Get-AzRelayNamespace, Set-AzRelayNa... Script 3.0.0 Az.Resources {Get-AzProviderOperation, Remove-AzRoleAssignment, Get-AzR... Script 1.4.1 Az.ServiceBus {New-AzServiceBusNamespace, Get-AzServiceBusNamespace, Set... Script 2.2.0 Az.ServiceFabric {Add-AzServiceFabricClientCertificate, Add-AzServiceFabric... Script 1.2.0 Az.SignalR {New-AzSignalR, Get-AzSignalR, Get-AzSignalRKey, New-AzSig... Script 2.11.1 Az.Sql {Get-AzSqlDatabaseTransparentDataEncryption, Get-AzSqlData... Script 1.1.0 Az.SqlVirtualMachine {New-AzSqlVM, Get-AzSqlVM, Update-AzSqlVM, Remove-AzSqlVM...} Script 3.0.0 Az.Storage {Get-AzStorageAccount, Get-AzStorageAccountKey, New-AzStor... Script 1.3.0 Az.StorageSync {Invoke-AzStorageSyncCompatibilityCheck, New-AzStorageSync... Script 1.0.1 Az.StreamAnalytics {Get-AzStreamAnalyticsFunction, Get-AzStreamAnalyticsDefau... Script 1.0.0 Az.Support {Get-AzSupportService, Get-AzSupportProblemClassification,... Script 1.0.4 Az.TrafficManager {Add-AzTrafficManagerCustomHeaderToEndpoint, Remove-AzTraf... Script 2.0.0 Az.Websites {Get-AzAppServicePlan, Set-AzAppServicePlan, New-AzAppServ... Directory: C:\Program Files\WindowsPowerShell\Modules ModuleType Version Name ExportedCommands ---------- ------- ---- ---------------- Script 1.4.7 PackageManagement {Find-Package, Get-Package, Get-PackageProvider, Get-Packa... Binary 1.0.0.1 PackageManagement {Find-Package, Get-Package, Get-PackageProvider, Get-Packa... Script 2.2.4 PowerShellGet {Find-Command, Find-DSCResource, Find-Module, Find-RoleCap... Script 1.0.0.1 PowerShellGet {Install-Module, Find-Module, Save-Module, Update-Module...} Manifest 20.0 SqlServer {Add-SqlColumnEncryptionKeyValue, Complete-SqlColumnMaster... Directory: C:\Windows\system32\WindowsPowerShell\v1.0\Modules ModuleType Version Name ExportedCommands ---------- ------- ---- ---------------- Manifest 2.0.0.0 AppLocker {Get-AppLockerFileInformation, Get-AppLockerPolicy, New-Ap... Manifest 2.0.0.0 Appx {Add-AppxPackage, Get-AppxPackage, Get-AppxPackageManifest... Manifest 1.0 BestPractices {Get-BpaModel, Get-BpaResult, Invoke-BpaModel, Set-BpaResult} Manifest 1.0.0.0 BitLocker {Unlock-BitLocker, Suspend-BitLocker, Resume-BitLocker, Re... Manifest 1.0.0.0 BitsTransfer {Add-BitsFile, Complete-BitsTransfer, Get-BitsTransfer, Re... Manifest 1.0.0.0 BranchCache {Add-BCDataCacheExtension, Clear-BCCache, Disable-BC, Disa... Manifest 1.0.0.0 CimCmdlets {Get-CimAssociatedInstance, Get-CimClass, Get-CimInstance,... Manifest 1.0.0.0 DirectAccessClientComponents {Disable-DAManualEntryPointSelection, Enable-DAManualEntry... Script 3.0 Dism {Add-AppxProvisionedPackage, Add-WindowsDriver, Add-Window... Manifest 1.0.0.0 DnsClient {Resolve-DnsName, Clear-DnsClientCache, Get-DnsClient, Get... Manifest 2.0.0.0 International {Get-WinDefaultInputMethodOverride, Set-WinDefaultInputMet... Manifest 1.0.0.0 iSCSI {Get-IscsiTargetPortal, New-IscsiTargetPortal, Remove-Iscs... Manifest 2.0.0.0 IscsiTarget {Add-ClusteriSCSITargetServerRole, Add-IscsiVirtualDiskTar... Script 1.0.0.0 ISE {New-IseSnippet, Import-IseSnippet, Get-IseSnippet} Manifest 1.0.0.0 Kds {Add-KdsRootKey, Get-KdsRootKey, Test-KdsRootKey, Set-KdsC... Manifest 1.0.1.0 Microsoft.PowerShell.Archive {Compress-Archive, Expand-Archive} Manifest 3.0.0.0 Microsoft.PowerShell.Diagnostics {Get-WinEvent, Get-Counter, Import-Counter, Export-Counter... Manifest 3.0.0.0 Microsoft.PowerShell.Host {Start-Transcript, Stop-Transcript} Manifest 1.0.0.0 Microsoft.PowerShell.LocalAccounts {Add-LocalGroupMember, Disable-LocalUser, Enable-LocalUser... Manifest 3.1.0.0 Microsoft.PowerShell.Management {Add-Content, Clear-Content, Clear-ItemProperty, Join-Path... Script 1.0 Microsoft.PowerShell.ODataUtils Export-ODataEndpointProxy Manifest 3.0.0.0 Microsoft.PowerShell.Security {Get-Acl, Set-Acl, Get-PfxCertificate, Get-Credential...} Manifest 3.1.0.0 Microsoft.PowerShell.Utility {Format-List, Format-Custom, Format-Table, Format-Wide...} Manifest 3.0.0.0 Microsoft.WSMan.Management {Disable-WSManCredSSP, Enable-WSManCredSSP, Get-WSManCredS... Manifest 1.0 MMAgent {Disable-MMAgent, Enable-MMAgent, Set-MMAgent, Get-MMAgent... Manifest 1.0.0.0 MsDtc {New-DtcDiagnosticTransaction, Complete-DtcDiagnosticTrans... Manifest 2.0.0.0 NetAdapter {Disable-NetAdapter, Disable-NetAdapterBinding, Disable-Ne... Manifest 1.0.0.0 NetConnection {Get-NetConnectionProfile, Set-NetConnectionProfile} Manifest 1.0.0.0 NetEventPacketCapture {New-NetEventSession, Remove-NetEventSession, Get-NetEvent... Manifest 2.0.0.0 NetLbfo {Add-NetLbfoTeamMember, Add-NetLbfoTeamNic, Get-NetLbfoTea... Manifest 1.0.0.0 NetNat {Get-NetNat, Get-NetNatExternalAddress, Get-NetNatStaticMa... Manifest 2.0.0.0 NetQos {Get-NetQosPolicy, Set-NetQosPolicy, Remove-NetQosPolicy, ... Manifest 2.0.0.0 NetSecurity {Get-DAPolicyChange, New-NetIPsecAuthProposal, New-NetIPse... Manifest 1.0.0.0 NetSwitchTeam {New-NetSwitchTeam, Remove-NetSwitchTeam, Get-NetSwitchTea... Manifest 1.0.0.0 NetTCPIP {Get-NetIPAddress, Get-NetIPInterface, Get-NetIPv4Protocol... Manifest 1.0.0.0 NetworkConnectivityStatus {Get-DAConnectionStatus, Get-NCSIPolicyConfiguration, Rese... Manifest 1.0.0.0 NetworkSwitchManager {Disable-NetworkSwitchEthernetPort, Enable-NetworkSwitchEt... Manifest 1.0.0.0 NetworkTransition {Add-NetIPHttpsCertBinding, Disable-NetDnsTransitionConfig... Manifest 1.0 NFS {Get-NfsMappedIdentity, Get-NfsNetgroup, Install-NfsMappin... Manifest 1.0.0.0 PcsvDevice {Get-PcsvDevice, Start-PcsvDevice, Stop-PcsvDevice, Restar... Manifest 1.0.0.0 PKI {Add-CertificateEnrollmentPolicyServer, Export-Certificate... Manifest 1.1 PrintManagement {Add-Printer, Add-PrinterDriver, Add-PrinterPort, Get-Prin... Manifest 1.1 PSDesiredStateConfiguration {Set-DscLocalConfigurationManager, Start-DscConfiguration,... Script 1.0.0.0 PSDiagnostics {Disable-PSTrace, Disable-PSWSManCombinedTrace, Disable-WS... Binary 1.1.0.0 PSScheduledJob {New-JobTrigger, Add-JobTrigger, Remove-JobTrigger, Get-Jo... Manifest 2.0.0.0 PSWorkflow {New-PSWorkflowExecutionOption, New-PSWorkflowSession, nwsn} Manifest 1.0.0.0 PSWorkflowUtility Invoke-AsWorkflow Manifest 2.0.0.0 RemoteDesktop {Get-RDCertificate, Set-RDCertificate, New-RDCertificate, ... Manifest 1.0.0.0 ScheduledTasks {Get-ScheduledTask, Set-ScheduledTask, Register-ScheduledT... Manifest 2.0.0.0 SecureBoot {Confirm-SecureBootUEFI, Set-SecureBootUEFI, Get-SecureBoo... Script 1.0.0.0 ServerCore {Get-DisplayResolution, Set-DisplayResolution} Script 2.0.0.0 ServerManager {Get-WindowsFeature, Install-WindowsFeature, Uninstall-Win... Cim 1.0.0.0 ServerManagerTasks {Get-SMCounterSample, Get-SMPerformanceCollector, Start-SM... Manifest 2.0.0.0 SmbShare {Get-SmbShare, Remove-SmbShare, Set-SmbShare, Block-SmbSha... Manifest 2.0.0.0 SmbWitness {Get-SmbWitnessClient, Move-SmbWitnessClient, gsmbw, msmbw... Manifest 2.0.0.0 SoftwareInventoryLogging {Get-SilComputer, Get-SilComputerIdentity, Get-SilSoftware... Manifest 1.0.0.0 StartScreen {Export-StartLayout, Import-StartLayout, Get-StartApps} Manifest 2.0.0.0 Storage {Add-InitiatorIdToMaskingSet, Add-PartitionAccessPath, Add... Manifest 2.0.0.0 TLS {New-TlsSessionTicketKey, Enable-TlsSessionTicketKey, Disa... Manifest 1.0.0.0 TroubleshootingPack {Get-TroubleshootingPack, Invoke-TroubleshootingPack} Manifest 2.0.0.0 TrustedPlatformModule {Get-Tpm, Initialize-Tpm, Clear-Tpm, Unblock-Tpm...} Manifest 1.0.0.0 UserAccessLogging {Enable-Ual, Disable-Ual, Get-Ual, Get-UalDns...} Manifest 2.0.0.0 VpnClient {Add-VpnConnection, Set-VpnConnection, Remove-VpnConnectio... Manifest 1.0.0.0 Wdac {Get-OdbcDriver, Set-OdbcDriver, Get-OdbcDsn, Add-OdbcDsn...} Manifest 1.0.0.0 WebAdministration {Start-WebCommitDelay, Stop-WebCommitDelay, Get-WebConfigu... Manifest 2.0.0.0 Whea {Get-WheaMemoryPolicy, Set-WheaMemoryPolicy} Manifest 1.0.0.0 WindowsDeveloperLicense {Get-WindowsDeveloperLicense, Show-WindowsDeveloperLicense... Script 1.0 WindowsErrorReporting {Enable-WindowsErrorReporting, Disable-WindowsErrorReporti... Manifest 1.0.0.0 WindowsSearch {Get-WindowsSearchSetting, Set-WindowsSearchSetting} Directory: C:\Program Files (x86)\Microsoft SQL Server\130\Tools\PowerShell\Modules ModuleType Version Name ExportedCommands ---------- ------- ---- ---------------- Manifest 2.0 SQLASCMDLETS {Add-RoleMember, Backup-ASDatabase, Invoke-ASCmd, Invoke-P... Manifest 1.0 SQLPS {Add-SqlColumnEncryptionKeyValue, Complete-SqlColumnMaster... Directory: C:\Program Files\Microsoft Monitoring Agent\Agent\AzureAutomation\7.3.837.0 ModuleType Version Name ExportedCommands ---------- ------- ---- ---------------- Binary 1.0 HybridRegistration {Add-HybridRunbookWorker, Remove-HybridRunbookWorker, Set-... Directory: C:\Program Files\Microsoft Monitoring Agent\Agent\AzureAutomation\7.3.837.0\HybridAgent\Modules ModuleType Version Name ExportedCommands ---------- ------- ---- ---------------- Binary 1.0 Orchestrator.AssetManagement.Cmd... {Get-AutomationCertificate, Get-AutomationConnection, Get-... Directory: C:\Program Files\Microsoft Monitoring Agent\Agent\PowerShell ModuleType Version Name ExportedCommands ---------- ------- ---- ---------------- Binary 1.0.0.0 Microsoft.MonitoringAgent.PowerS... {Checkpoint-WebApplicationMonitoring, Get-WebApplicationMo... ``` ## Debug output ``` DEBUG: 12:17:30 AM - ConnectAzureRmAccountCommand begin processing with ParameterSet 'UserWithSubscriptionId'. DEBUG: 12:17:30 AM - Autosave setting from startup session: 'CurrentUser' DEBUG: 12:17:30 AM - No autosave setting detected in environment variable 'AzContextAutoSave'. DEBUG: 12:17:30 AM - Using Autosave scope 'CurrentUser' DEBUG: 12:17:30 AM - Autosave setting from startup session: 'CurrentUser' DEBUG: 12:17:30 AM - No autosave setting detected in environment variable 'AzContextAutoSave'. DEBUG: 12:17:30 AM - Using Autosave scope 'CurrentUser' DEBUG: InteractiveBrowserCredential.Authenticate invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: Request [1b6426ef-1779-4cd1-af38-296d387d34ba] POST https://login.microsoftonline.us/organizations/oauth2/v2.0/token x-client-SKU:REDACTED x-client-Ver:REDACTED x-client-CPU:REDACTED x-client-OS:REDACTED x-client-current-telemetry:REDACTED x-client-last-telemetry:REDACTED x-ms-PKeyAuth:REDACTED x-ms-lib-capability:REDACTED client-request-id:REDACTED return-client-request-id:REDACTED x-app-name:REDACTED x-app-ver:REDACTED x-ms-client-request-id:1b6426ef-1779-4cd1-af38-296d387d34ba x-ms-return-client-request-id:true User-Agent:azsdk-net-Identity/1.4.0-beta.1 (.NET Framework 4.8.3928.0; Microsoft Windows 6.3.9600 ) client assembly: Azure.Identity DEBUG: Response [1b6426ef-1779-4cd1-af38-296d387d34ba] 200 OK (00.6s) Pragma:no-cache Strict-Transport-Security:REDACTED X-Content-Type-Options:REDACTED client-request-id:REDACTED x-ms-request-id:REDACTED x-ms-ests-server:REDACTED x-ms-clitelem:REDACTED Cache-Control:no-store, no-cache Content-Type:application/json; charset=utf-8 Expires:-1 P3P:REDACTED Set-Cookie:REDACTED Date:Fri, 06 Nov 2020 00:17:33 GMT Content-Length:4313 DEBUG: InteractiveBrowserCredential.Authenticate succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: InteractiveBrowserCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: InteractiveBrowserCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.usgovcloudapi.net/tenants?api-version=2019-06-01 Headers: x-ms-client-request-id : 56e7f5dd-96a2-4149-b9c7-e4ffe41d4437 accept-language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache x-ms-ratelimit-remaining-tenant-reads: 14999 x-ms-request-id : 81f0ca7a-bac2-49fa-b3ad-54d5062c0d1c x-ms-correlation-request-id : 81f0ca7a-bac2-49fa-b3ad-54d5062c0d1c x-ms-routing-request-id : USDODEAST:20201106T001734Z:81f0ca7a-bac2-49fa-b3ad-54d5062c0d1c Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:17:33 GMT Body: { "value": [ { "id": "/tenants/XXXXXX", "tenantId": "XXXXXX", "countryCode": "US", "displayName": "cdcnsar", "domains": [ "cdcnsar.onmicrosoft.com", "dev.cdcipsas.com" ], "tenantCategory": "Home" } ] } DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.usgovcloudapi.net/subscriptions?api-version=2019-06-01 Headers: x-ms-client-request-id : 6086b101-5951-4592-a376-7473144d6aad accept-language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache x-ms-ratelimit-remaining-tenant-reads: 14998 x-ms-request-id : XXXXXXX x-ms-correlation-request-id : XXXXXXX x-ms-routing-request-id : USDODEAST:20201106T001734Z:XXXXXXX Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:17:34 GMT Body: { "value": [ { "id": "/subscriptions/XXXXXX", "authorizationSource": "RoleBased", "managedByTenants": [], "subscriptionId": "XXXXXX", "tenantId": "XXXXXX", "displayName": "US Government Azure Sponsorship", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "FF_2016-06-01", "quotaId": "Sponsored_2016-01-01", "spendingLimit": "Off" } } ], "count": { "type": "Total", "value": 1 } } DEBUG: AzureQoSEvent: CommandName - Connect-AzAccount; IsSuccess - True; Duration - 00:00:04.4732962; DEBUG: Finish sending metric. DEBUG: 12:17:35 AM - ConnectAzureRmAccountCommand end processing. DEBUG: 12:17:35 AM - GetAzureKeyVaultSecret begin processing with ParameterSet 'ByVaultName'. DEBUG: 12:17:35 AM - using account id 'XXXXXXX'... DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:10:29.0000000+00:00 DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:10:29.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://XXXXX.vault.usgovcloudapi.net/secrets/username/?api-version=7.0 Headers: x-ms-client-request-id : ae6b9d4f-8721-4691-885d-591edd24afa1 accept-language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache x-ms-keyvault-region : USGov Virginia x-ms-request-id : 35744113-905e-4f51-8077-eb0d6d1378ad x-ms-keyvault-service-version : 1.2.58.0 x-ms-keyvault-network-info : conn_type=Ipv4;addr=52.227.178.248;act_addr_fam=InterNetwork; Strict-Transport-Security : max-age=31536000;includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:17:36 GMT X-Powered-By : ASP.NET Body: { "value": "XXXXXXX", "id": "https://XXXXXX.vault.usgovcloudapi.net/secrets/username/a8a3ddecaddd485d996f95352d129ef2", "attributes": { "enabled": true, "created": 1604621002, "updated": 1604621002, "recoveryLevel": "Recoverable+Purgeable" } } DEBUG: AzureQoSEvent: CommandName - Get-AzKeyVaultSecret; IsSuccess - True; Duration - 00:00:00.8422135; DEBUG: Finish sending metric. DEBUG: 12:17:36 AM - GetAzureKeyVaultSecret end processing. DEBUG: 12:17:36 AM - GetAzureKeyVaultSecret begin processing with ParameterSet 'ByVaultName'. DEBUG: 12:17:36 AM - using account id 'XXXXXXX'... DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:10:29.0000000+00:00 DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:10:29.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://XXXXXX.vault.usgovcloudapi.net/secrets/password/?api-version=7.0 Headers: x-ms-client-request-id : fdc6d7cf-5f50-4e0a-9efe-102cbf4038db accept-language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache x-ms-keyvault-region : USGov Virginia x-ms-request-id : 7f6a5781-9cd4-4fdb-9189-f02e1e97b3a9 x-ms-keyvault-service-version : 1.2.58.0 x-ms-keyvault-network-info : conn_type=Ipv4;addr=52.227.178.248;act_addr_fam=InterNetwork; Strict-Transport-Security : max-age=31536000;includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:17:36 GMT X-Powered-By : ASP.NET Body: { "value": "XXXXXXX", "id": "https://XXXXX.vault.usgovcloudapi.net/secrets/password/ca7c9e4eff274e65b16bdb9a7839c7fa", "attributes": { "enabled": true, "created": 1604621055, "updated": 1604621055, "recoveryLevel": "Recoverable+Purgeable" } } DEBUG: AzureQoSEvent: CommandName - Get-AzKeyVaultSecret; IsSuccess - True; Duration - 00:00:00.3579056; DEBUG: Finish sending metric. DEBUG: 12:17:38 AM - GetAzureKeyVaultSecret end processing. DEBUG: 12:17:38 AM - GetAzureKeyVaultSecret begin processing with ParameterSet 'ByVaultName'. DEBUG: 12:17:38 AM - using account id 'XXXXXXX'... DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:10:29.0000000+00:00 DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://vault.usgovcloudapi.net/.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:10:29.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://XXXXX.vault.usgovcloudapi.net/secrets/dbserver/?api-version=7.0 Headers: x-ms-client-request-id : 5485bf9c-2f5a-4376-9ee8-61634e9d0a18 accept-language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache x-ms-keyvault-region : USGov Virginia x-ms-request-id : 9b6358ab-1f3a-4b65-8650-cb68a613dcb4 x-ms-keyvault-service-version : 1.2.58.0 x-ms-keyvault-network-info : conn_type=Ipv4;addr=52.227.178.248;act_addr_fam=InterNetwork; Strict-Transport-Security : max-age=31536000;includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:17:38 GMT X-Powered-By : ASP.NET Body: { "value": "XXXXXXX", "id": "https://XXXXX.vault.usgovcloudapi.net/secrets/dbserver/f1dde88041ec4c4684fbcef7074b67e4", "attributes": { "enabled": true, "created": 1604621127, "updated": 1604621127, "recoveryLevel": "Recoverable+Purgeable" } } DEBUG: AzureQoSEvent: CommandName - Get-AzKeyVaultSecret; IsSuccess - True; Duration - 00:00:00.5630173; DEBUG: Finish sending metric. DEBUG: 12:17:39 AM - GetAzureKeyVaultSecret end processing. DEBUG: 12:17:39 AM - NewAzureResourceGroupCmdlet begin processing with ParameterSet '__AllParameterSets'. DEBUG: 12:17:39 AM - using account id 'XXXXXXX'... DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: HEAD Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourcegroups/auzrbdestyqc?api-version=2020-06-01 Headers: x-ms-client-request-id : f4c8b8bf-286b-45a4-81ed-fbfaf8e91349 accept-language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: NotFound Headers: Pragma : no-cache x-ms-failure-cause : gateway x-ms-ratelimit-remaining-subscription-reads: 14994 x-ms-request-id : 83d80152-58d9-4c8f-ad36-52bbe502f2af x-ms-correlation-request-id : 83d80152-58d9-4c8f-ad36-52bbe502f2af x-ms-routing-request-id : USDODEAST:20201106T001739Z:83d80152-58d9-4c8f-ad36-52bbe502f2af Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:17:39 GMT Body: DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: PUT Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourcegroups/auzrbdestyqc?api-version=2020-06-01 Headers: x-ms-client-request-id : 070d1e0d-3c4a-4b59-9f94-9e0f6be19434 accept-language : en-US Body: { "location": "usgovvirginia" } DEBUG: ============================ HTTP RESPONSE ============================ Status Code: Created Headers: Pragma : no-cache x-ms-ratelimit-remaining-subscription-writes: 1198 x-ms-request-id : a4a041b9-498e-4c6f-9453-36fbba389835 x-ms-correlation-request-id : a4a041b9-498e-4c6f-9453-36fbba389835 x-ms-routing-request-id : USDODEAST:20201106T001739Z:a4a041b9-498e-4c6f-9453-36fbba389835 Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:17:39 GMT Body: { "id": "/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/auzrbdestyqc", "name": "auzrbdestyqc", "type": "Microsoft.Resources/resourceGroups", "location": "usgovvirginia", "properties": { "provisioningState": "Succeeded" } } DEBUG: AzureQoSEvent: CommandName - New-AzResourceGroup; IsSuccess - True; Duration - 00:00:00.3159760; DEBUG: Finish sending metric. DEBUG: 12:17:40 AM - NewAzureResourceGroupCmdlet end processing. DEBUG: 12:17:40 AM - NewAzureStorageAccountCommand begin processing with ParameterSet 'AzureActiveDirectoryDomainServicesForFile'. DEBUG: 12:17:40 AM - using account id 'XXXXXXX'... DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: POST Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01 Headers: x-ms-client-request-id : e646e1c6-a67c-4977-931d-122536ee0dc3 accept-language : en-US Body: { "name": "vpaezinborgs", "type": "Microsoft.Storage/storageAccounts" } DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache x-ms-request-id : d007a454-7879-42d1-9f72-2608319e26cb Strict-Transport-Security : max-age=31536000; includeSubDomains x-ms-ratelimit-remaining-subscription-reads: 14998 x-ms-correlation-request-id : 853551be-66de-419f-bda7-9855094afdad x-ms-routing-request-id : USDODEAST:20201106T001740Z:853551be-66de-419f-bda7-9855094afdad X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:17:39 GMT Server : Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Body: { "nameAvailable": true } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: PUT Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/auzrbdestyqc/providers/Microsoft.Storage/storageAccounts/vpaezinborgs?api-version=2019-0 6-01 Headers: x-ms-client-request-id : 6bcb0cd7-549b-425a-834d-fe006fdbc8ad accept-language : en-US Body: { "sku": { "name": "Standard_LRS" }, "kind": "StorageV2", "location": "usgovvirginia" } DEBUG: ============================ HTTP RESPONSE ============================ Status Code: Accepted Headers: Pragma : no-cache Retry-After : 17 x-ms-request-id : ae7c54f9-e83d-479b-a0b7-8236139e22ca Strict-Transport-Security : max-age=31536000; includeSubDomains x-ms-ratelimit-remaining-subscription-writes: 1198 x-ms-correlation-request-id : 7f089753-3a69-4ee0-abe8-a876876a0555 x-ms-routing-request-id : USDODEAST:20201106T001741Z:7f089753-3a69-4ee0-abe8-a876876a0555 X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:17:40 GMT Location : https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/providers/Microsoft.Storage/locations/usgovvirginia/asyncoperations/ae7 c54f9-e83d-479b-a0b7-8236139e22ca?monitor=true&api-version=2019-06-01 Server : Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Body: DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/providers/Microsoft.Storage/locations/usgovvirginia/asyncoperations/ae7c54f9-e83d-479b-a0b7-8236139e22c a?monitor=true&api-version=2019-06-01 Headers: Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache x-ms-request-id : 289e5e31-db51-4693-90ce-9c9e7e52639b Strict-Transport-Security : max-age=31536000; includeSubDomains x-ms-ratelimit-remaining-subscription-reads: 14997 x-ms-correlation-request-id : 01b9808b-a6d6-4ab9-a276-2c34b4e94f02 x-ms-routing-request-id : USDODEAST:20201106T001758Z:01b9808b-a6d6-4ab9-a276-2c34b4e94f02 X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:17:57 GMT Server : Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Body: { "sku": { "name": "Standard_LRS", "tier": "Standard" }, "kind": "StorageV2", "id": "/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/auzrbdestyqc/providers/Microsoft.Storage/storageAccounts/vpaezinborgs", "name": "vpaezinborgs", "type": "Microsoft.Storage/storageAccounts", "location": "usgovvirginia", "tags": {}, "properties": { "privateEndpointConnections": [], "networkAcls": { "bypass": "AzureServices", "virtualNetworkRules": [], "ipRules": [], "defaultAction": "Allow" }, "supportsHttpsTrafficOnly": true, "encryption": { "services": { "file": { "keyType": "Account", "enabled": true, "lastEnabledTime": "2020-11-06T00:17:40.823736Z" }, "blob": { "keyType": "Account", "enabled": true, "lastEnabledTime": "2020-11-06T00:17:40.823736Z" } }, "keySource": "Microsoft.Storage" }, "accessTier": "Hot", "provisioningState": "Succeeded", "creationTime": "2020-11-06T00:17:40.7768589Z", "primaryEndpoints": { "dfs": "https://vpaezinborgs.dfs.core.usgovcloudapi.net/", "web": "https://vpaezinborgs.z2.web.core.usgovcloudapi.net/", "blob": "https://vpaezinborgs.blob.core.usgovcloudapi.net/", "queue": "https://vpaezinborgs.queue.core.usgovcloudapi.net/", "table": "https://vpaezinborgs.table.core.usgovcloudapi.net/", "file": "https://vpaezinborgs.file.core.usgovcloudapi.net/" }, "primaryLocation": "usgovvirginia", "statusOfPrimary": "available" } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/auzrbdestyqc/providers/Microsoft.Storage/storageAccounts/vpaezinborgs?api-version=2019-0 6-01 Headers: x-ms-client-request-id : f9f98d9a-7bf0-4798-8671-a80efc99ca3a accept-language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache x-ms-request-id : 5c8cbaa6-1d84-4f4d-8c55-72a3565a96c2 Strict-Transport-Security : max-age=31536000; includeSubDomains x-ms-ratelimit-remaining-subscription-reads: 14996 x-ms-correlation-request-id : ab789b6b-9b51-473b-8a39-0f4560ef9139 x-ms-routing-request-id : USDODEAST:20201106T001758Z:ab789b6b-9b51-473b-8a39-0f4560ef9139 X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:17:57 GMT Server : Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Body: { "sku": { "name": "Standard_LRS", "tier": "Standard" }, "kind": "StorageV2", "id": "/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/auzrbdestyqc/providers/Microsoft.Storage/storageAccounts/vpaezinborgs", "name": "vpaezinborgs", "type": "Microsoft.Storage/storageAccounts", "location": "usgovvirginia", "tags": {}, "properties": { "privateEndpointConnections": [], "networkAcls": { "bypass": "AzureServices", "virtualNetworkRules": [], "ipRules": [], "defaultAction": "Allow" }, "supportsHttpsTrafficOnly": true, "encryption": { "services": { "file": { "keyType": "Account", "enabled": true, "lastEnabledTime": "2020-11-06T00:17:40.823736Z" }, "blob": { "keyType": "Account", "enabled": true, "lastEnabledTime": "2020-11-06T00:17:40.823736Z" } }, "keySource": "Microsoft.Storage" }, "accessTier": "Hot", "provisioningState": "Succeeded", "creationTime": "2020-11-06T00:17:40.7768589Z", "primaryEndpoints": { "dfs": "https://vpaezinborgs.dfs.core.usgovcloudapi.net/", "web": "https://vpaezinborgs.z2.web.core.usgovcloudapi.net/", "blob": "https://vpaezinborgs.blob.core.usgovcloudapi.net/", "queue": "https://vpaezinborgs.queue.core.usgovcloudapi.net/", "table": "https://vpaezinborgs.table.core.usgovcloudapi.net/", "file": "https://vpaezinborgs.file.core.usgovcloudapi.net/" }, "primaryLocation": "usgovvirginia", "statusOfPrimary": "available" } } DEBUG: AzureQoSEvent: CommandName - New-AzStorageAccount; IsSuccess - True; Duration - 00:00:18.0995592; DEBUG: Finish sending metric. DEBUG: 12:17:58 AM - NewAzureStorageAccountCommand end processing. DEBUG: 12:17:58 AM - Init Operation Context for 'NewAzureStorageContainerCommand' with client request id Azure-Storage-PowerShell-64eb9864-6608-4078-8310-5734c066f7a8. If you want to get mor e details, please add "-Debug" to your command. DEBUG: 12:17:58 AM - NewAzureStorageContainerCommand begin processing with ParameterSet '__AllParameterSets'. DEBUG: 12:17:58 AM - Use storage account 'vpaezinborgs' from storage context. DEBUG: 12:17:58 AM - Start 3th remote call, method: , destination: https://vpaezinborgs.blob.core.usgovcloudapi.net/bacpac?restype=container. DEBUG: Request [23938133-bed5-418d-84af-48a8d55b246b] GET https://vpaezinborgs.blob.core.usgovcloudapi.net/bacpac?restype=container x-ms-version:2020-02-10 x-ms-client-request-id:23938133-bed5-418d-84af-48a8d55b246b x-ms-return-client-request-id:true User-Agent:azsdk-net-Storage.Blobs/12.7.0-preview.1 (.NET Framework 4.8.3928.0; Microsoft Windows 6.3.9600 ) x-ms-date:Fri, 06 Nov 2020 00:17:59 GMT Authorization:REDACTED client assembly: Azure.Storage.Blobs DEBUG: Response [23938133-bed5-418d-84af-48a8d55b246b] 200 OK (00.0s) x-ms-request-id:6bd72b92-d01e-000e-54d2-b3de62000000 x-ms-client-request-id:23938133-bed5-418d-84af-48a8d55b246b x-ms-version:2020-02-10 x-ms-lease-status:unlocked x-ms-lease-state:available x-ms-has-immutability-policy:false x-ms-has-legal-hold:false x-ms-blob-public-access:blob x-ms-default-encryption-scope:$account-encryption-key x-ms-deny-encryption-scope-override:false Content-Length:0 Date:Fri, 06 Nov 2020 00:17:59 GMT ETag:"0x8D881E96AE43B2D" Last-Modified:Fri, 06 Nov 2020 00:17:59 GMT Server:Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 DEBUG: 12:17:59 AM - NewAzureStorageContainerCommand end processing, Start 3 remote calls. Finish 3 remote calls. Elapsed time 426344.32 ms. Client operation id: Azure-Storage-PowerShell-64eb 9864-6608-4078-8310-5734c066f7a8. DEBUG: AzureQoSEvent: CommandName - New-AzStorageContainer; IsSuccess - True; Duration - 00:00:00.5648482; DEBUG: Finish sending metric. DEBUG: 12:17:59 AM - NewAzureStorageContainerCommand end processing. DEBUG: 12:17:59 AM - Init Operation Context for 'SetAzureBlobContentCommand' with client request id Azure-Storage-PowerShell-64eb9864-6608-4078-8310-5734c066f7a8. If you want to get more det ails, please add "-Debug" to your command. DEBUG: 12:17:59 AM - Use storage account 'vpaezinborgs' from storage context. DEBUG: 12:18:01 AM - SetAzureBlobContentCommand end processing, Start 4 remote calls. Finish 4 remote calls. Elapsed time 428328.81 ms. Client operation id: Azure-Storage-PowerShell-64eb9864- 6608-4078-8310-5734c066f7a8. DEBUG: 12:18:01 AM - SetAzureBlobContentCommand end processing. DEBUG: 12:18:01 AM - GetAzureStorageAccountKeyCommand begin processing with ParameterSet '__AllParameterSets'. DEBUG: 12:18:01 AM - using account id 'XXXXXXX'... DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: POST Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/auzrbdestyqc/providers/Microsoft.Storage/storageAccounts/vpaezinborgs/listKeys?api-versi on=2019-06-01 Headers: x-ms-client-request-id : 6d76d537-2abe-404a-b4f7-fd2f638190d9 accept-language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache x-ms-request-id : a2e14521-808e-4925-9c24-6075a44fe47e Strict-Transport-Security : max-age=31536000; includeSubDomains x-ms-ratelimit-remaining-subscription-writes: 1197 x-ms-correlation-request-id : 6b352ca2-45c5-46ae-b760-045b7dd4c54c x-ms-routing-request-id : USDODEAST:20201106T001801Z:6b352ca2-45c5-46ae-b760-045b7dd4c54c X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:18:00 GMT Server : Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 Body: { "keys": [ { "keyName": "key1", "value": "H1uiLhB8z4eRr/vhChXuOVwKHc/M8651dE9AIupOqAVVGZqZ10Yy4YHRAaFy6vHxk3EbhOANu7nSmKEJFsZTzQ==", "permissions": "FULL" }, { "keyName": "key2", "value": "ls0s+eBmg1h/7xsZrUchgTISXskAw2zUy+sp5dv0pR+eWWv0/lVy1dnoHlb83APcffwzTFOfAeHXNkM8sJLfMw==", "permissions": "FULL" } ] } DEBUG: AzureQoSEvent: CommandName - Get-AzStorageAccountKey; IsSuccess - True; Duration - 00:00:00.0948778; DEBUG: Finish sending metric. DEBUG: 12:18:01 AM - GetAzureStorageAccountKeyCommand end processing. DEBUG: 12:18:01 AM - NewAzureSqlDatabase begin processing with ParameterSet 'DtuBasedDatabase'. DEBUG: 12:18:01 AM - using account id 'XXXXXXX'... DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX?api-version=2019-06-01-previe w Headers: x-ms-client-request-id : bbe97bb7-189b-4a6e-b986-8c60187e98d2 accept-language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache x-ms-request-id : ac8ef1f9-4388-4666-ab3a-a68fe53608d0 x-ms-ratelimit-remaining-subscription-reads: 14994 x-ms-correlation-request-id : b6679d11-b307-46b4-9827-2d07caaa94f6 x-ms-routing-request-id : USDODEAST:20201106T001801Z:b6679d11-b307-46b4-9827-2d07caaa94f6 Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:18:00 GMT Server : Microsoft-HTTPAPI/2.0 Body: { "kind": "v12.0", "properties": { "administratorLogin": "XXXXXXX", "version": "12.0", "state": "Ready", "fullyQualifiedDomainName": "XXXXXXX.database.usgovcloudapi.net", "privateEndpointConnections": [], "publicNetworkAccess": "Enabled" }, "location": "usgovvirginia", "tags": {}, "id": "/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX", "name": "XXXXXXX", "type": "Microsoft.Sql/servers" } DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX/databases/V3_MSCRM_CLOUD_Auto ?api-version=2019-06-01-preview Headers: x-ms-client-request-id : 0c647998-059b-40ac-a0df-009462f280ef accept-language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: NotFound Headers: Pragma : no-cache x-ms-failure-cause : gateway x-ms-request-id : ba0c4acc-97e4-4795-9a16-297f0758498d x-ms-correlation-request-id : ba0c4acc-97e4-4795-9a16-297f0758498d x-ms-routing-request-id : USDODEAST:20201106T001801Z:ba0c4acc-97e4-4795-9a16-297f0758498d Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:18:01 GMT Body: { "error": { "code": "ResourceNotFound", "message": "The Resource 'Microsoft.Sql/servers/XXXXXXX/databases/V3_MSCRM_CLOUD_Auto' under resource group 'cdc-ipsas-rg-vm-01' was not found. For more details please go to https://aka.m s/ARMResourceNotFoundFix" } } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX?api-version=2019-06-01-previe w Headers: x-ms-client-request-id : 18598dcd-fc42-41bd-a3d2-9e351a5e4b4c accept-language : en-US Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache x-ms-request-id : 57701ec9-3a09-468f-bbea-d2a7b96d6982 x-ms-ratelimit-remaining-subscription-reads: 14993 x-ms-correlation-request-id : fbc67a9b-cf46-4ef6-a6e8-0aaaf019b49c x-ms-routing-request-id : USDODEAST:20201106T001802Z:fbc67a9b-cf46-4ef6-a6e8-0aaaf019b49c Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:18:01 GMT Server : Microsoft-HTTPAPI/2.0 Body: { "kind": "v12.0", "properties": { "administratorLogin": "XXXXXXX", "version": "12.0", "state": "Ready", "fullyQualifiedDomainName": "XXXXXXX.database.usgovcloudapi.net", "privateEndpointConnections": [], "publicNetworkAccess": "Enabled" }, "location": "usgovvirginia", "tags": {}, "id": "/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX", "name": "XXXXXXX", "type": "Microsoft.Sql/servers" } DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: PUT Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX/databases/V3_MSCRM_CLOUD_Auto ?api-version=2019-06-01-preview Headers: x-ms-client-request-id : 550eeeaa-a870-4824-8f62-a916376c85e8 accept-language : en-US Body: { "sku": { "name": "S0" }, "properties": { "maxSizeBytes": 0, "readScale": "" }, "location": "usgovvirginia" } DEBUG: ============================ HTTP RESPONSE ============================ Status Code: Accepted Headers: Pragma : no-cache Retry-After : 15 Azure-AsyncOperation : https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/locations/usg ovvirginia/databaseAzureAsyncOperation/e01de695-8506-4d26-ba72-c850bab993d9?api-version=2019-06-01-preview x-ms-request-id : e01de695-8506-4d26-ba72-c850bab993d9 x-ms-ratelimit-remaining-subscription-writes: 1199 x-ms-correlation-request-id : 492a7b64-13a2-4541-8682-f46222966489 x-ms-routing-request-id : USDODEAST:20201106T001802Z:492a7b64-13a2-4541-8682-f46222966489 Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:18:01 GMT Location : https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/locations/usg ovvirginia/databaseOperationResults/e01de695-8506-4d26-ba72-c850bab993d9?api-version=2019-06-01-preview Server : Microsoft-HTTPAPI/2.0 Body: { "operation": "CreateLogicalDatabase", "startTime": "2020-11-06T00:18:02.347Z" } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/locations/usgovvirginia/databaseAzureAsyncOpe ration/e01de695-8506-4d26-ba72-c850bab993d9?api-version=2019-06-01-preview Headers: Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache Retry-After : 15 x-ms-request-id : 86b45cee-7257-4591-918d-f517085c5ca8 x-ms-ratelimit-remaining-subscription-reads: 14998 x-ms-correlation-request-id : 0fa2e86c-dd7a-49c9-9282-bf9573b031bb x-ms-routing-request-id : USDODEAST:20201106T001817Z:0fa2e86c-dd7a-49c9-9282-bf9573b031bb Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:18:16 GMT Server : Microsoft-HTTPAPI/2.0 Body: { "name": "e01de695-8506-4d26-ba72-c850bab993d9", "status": "InProgress", "startTime": "2020-11-06T00:18:02.347Z" } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/locations/usgovvirginia/databaseAzureAsyncOpe ration/e01de695-8506-4d26-ba72-c850bab993d9?api-version=2019-06-01-preview Headers: Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache Retry-After : 15 x-ms-request-id : f0362fba-4b44-4b43-a716-bfc746b126fa x-ms-ratelimit-remaining-subscription-reads: 14997 x-ms-correlation-request-id : 573bd826-dc1a-469b-89e5-226ab4ad0f42 x-ms-routing-request-id : USDODEAST:20201106T001832Z:573bd826-dc1a-469b-89e5-226ab4ad0f42 Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:18:32 GMT Server : Microsoft-HTTPAPI/2.0 Body: { "name": "e01de695-8506-4d26-ba72-c850bab993d9", "status": "InProgress", "startTime": "2020-11-06T00:18:02.347Z" } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/locations/usgovvirginia/databaseAzureAsyncOpe ration/e01de695-8506-4d26-ba72-c850bab993d9?api-version=2019-06-01-preview Headers: Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache Retry-After : 15 x-ms-request-id : 0de769c8-527a-4cb6-9a85-5d63932d1241 x-ms-ratelimit-remaining-subscription-reads: 14996 x-ms-correlation-request-id : ab1e53b5-8b6a-435c-8583-7cad64a9de19 x-ms-routing-request-id : USDODEAST:20201106T001847Z:ab1e53b5-8b6a-435c-8583-7cad64a9de19 Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:18:47 GMT Server : Microsoft-HTTPAPI/2.0 Body: { "name": "e01de695-8506-4d26-ba72-c850bab993d9", "status": "InProgress", "startTime": "2020-11-06T00:18:02.347Z" } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/locations/usgovvirginia/databaseAzureAsyncOpe ration/e01de695-8506-4d26-ba72-c850bab993d9?api-version=2019-06-01-preview Headers: Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache Retry-After : 15 x-ms-request-id : 245e7927-9df4-49c9-ac0f-816f2b3a1cfc x-ms-ratelimit-remaining-subscription-reads: 14995 x-ms-correlation-request-id : 9968ae6e-1ca9-4a22-839c-64acb4e9e9d9 x-ms-routing-request-id : USDODEAST:20201106T001902Z:9968ae6e-1ca9-4a22-839c-64acb4e9e9d9 Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:19:02 GMT Server : Microsoft-HTTPAPI/2.0 Body: { "name": "e01de695-8506-4d26-ba72-c850bab993d9", "status": "Succeeded", "startTime": "2020-11-06T00:18:02.347Z" } DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX/databases/V3_MSCRM_CLOUD_Auto ?api-version=2019-06-01-preview Headers: Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: OK Headers: Pragma : no-cache x-ms-request-id : fa725cef-0a03-4fa2-b97e-121e1ae294e9 x-ms-ratelimit-remaining-subscription-reads: 14994 x-ms-correlation-request-id : e9c39bd4-e77c-4164-b761-c9ffecc42f96 x-ms-routing-request-id : USDODEAST:20201106T001902Z:e9c39bd4-e77c-4164-b761-c9ffecc42f96 Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:19:02 GMT Server : Microsoft-HTTPAPI/2.0 Body: { "sku": { "name": "Standard", "tier": "Standard", "capacity": 10 }, "kind": "v12.0,user", "properties": { "collation": "SQL_Latin1_General_CP1_CI_AS", "maxSizeBytes": 268435456000, "status": "Online", "databaseId": "d2a4dffa-bf29-4240-bec6-db6de42f442b", "creationDate": "2020-11-06T00:18:59.21Z", "currentServiceObjectiveName": "S0", "requestedServiceObjectiveName": "S0", "defaultSecondaryLocation": "usgoviowa", "catalogCollation": "SQL_Latin1_General_CP1_CI_AS", "zoneRedundant": false, "earliestRestoreDate": "2020-11-06T00:48:59.21Z", "readScale": "Disabled", "readReplicaCount": 0, "currentSku": { "name": "Standard", "tier": "Standard", "capacity": 10 }, "storageAccountType": "GRS" }, "location": "usgovvirginia", "id": "/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX/databases/V3_MSCRM_CLOUD_Auto", "name": "V3_MSCRM_CLOUD_Auto", "type": "Microsoft.Sql/servers/databases" } DEBUG: AzureQoSEvent: CommandName - New-AzSqlDatabase; IsSuccess - True; Duration - 00:01:00.8657856; DEBUG: Finish sending metric. DEBUG: 12:19:03 AM - NewAzureSqlDatabase end processing. DEBUG: 12:19:03 AM - NewAzureSqlDatabaseImport begin processing with ParameterSet '__AllParameterSets'. DEBUG: 12:19:03 AM - using account id 'XXXXXXX'... DEBUG: [Common.Authentication]: Authenticating using Account: 'XXXXXXX', environment: 'AzureUSGovernment', tenant: 'XXXXXX' DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: SharedTokenCacheCredential.GetToken invoked. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: DEBUG: SharedTokenCacheCredential.GetToken succeeded. Scopes: [ https://management.core.usgovcloudapi.net//.default ] ParentRequestId: ExpiresOn: 2020-11-06T01:17:33.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: 'XXXXXX', UserId: 'XXXXXXX' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: POST Absolute Uri: https://management.usgovcloudapi.net/subscriptions/a4404073-3a18-4709-a0d6-4dc70b3a4dcd/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/XXXXXXX/import?api-version=2020-02-02 -preview Headers: x-ms-client-request-id : 4edb19bb-6adb-426e-bd62-e2dedfebb38d accept-language : en-US Body: { "databaseName": "V3_MSCRM_CLOUD_Auto", "edition": "Standard", "serviceObjectiveName": "S0", "maxSizeBytes": "10737418240", "storageKeyType": "StorageAccessKey", "storageKey": "H1uiLhB8z4eRr/vhChXuOVwKHc/M8651dE9AIupOqAVVGZqZ10Yy4YHRAaFy6vHxk3EbhOANu7nSmKEJFsZTzQ==", "storageUri": "https://vpaezinborgs.blob.core.windows.net/bacpac/V3_MSCRM_CLOUD-20201104064413.bacpac", "administratorLogin": "XXXXXXX", "administratorLoginPassword": "XXXXXXX", "networkIsolation": {} } DEBUG: ============================ HTTP RESPONSE ============================ Status Code: BadRequest Headers: Pragma : no-cache x-ms-failure-cause : gateway x-ms-request-id : 6f51a1e8-6d4b-4cdc-a57d-7c7ed76fb4da x-ms-correlation-request-id : 6f51a1e8-6d4b-4cdc-a57d-7c7ed76fb4da x-ms-routing-request-id : USDODEAST:20201106T001903Z:6f51a1e8-6d4b-4cdc-a57d-7c7ed76fb4da Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff Cache-Control : no-cache Date : Fri, 06 Nov 2020 00:19:02 GMT Body: { "error": { "code": "NoRegisteredProviderFound", "message": "No registered resource provider found for location 'usgovvirginia' and API version '2020-02-02-preview' for type 'servers/import'. The supported api-versions are '2014-01-01, 2014-04-01, 2014-04-01-preview'. The supported locations are 'usdodcentral, usdodeast, usgovarizona, usgoviowa, usgovtexas, usgovvirginia'." } } New-AzSqlDatabaseImport : No registered resource provider found for location 'usgovvirginia' and API version '2020-02-02-preview' for type 'servers/import'. The supported api-versions are '2014-01-01, 2014-04-01, 2014-04-01-preview'. The supported locations are 'usdodcentral, usdodeast, usgovarizona, usgoviowa, usgovtexas, usgovvirginia'. At C:\Users\CRMAdmin\Desktop\DB Import\Import.ps1:81 char:18 + $importRequest = New-AzSqlDatabaseImport ` + ~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [New-AzSqlDatabaseImport], CloudException + FullyQualifiedErrorId : Microsoft.Azure.Commands.Sql.ImportExport.Cmdlet.NewAzureSqlDatabaseImport DEBUG: AzureQoSEvent: CommandName - New-AzSqlDatabaseImport; IsSuccess - False; Duration - 00:00:00.1155946;; Exception - Microsoft.Rest.Azure.CloudException: No registered resource provider found for location 'usgovvirginia' and API version '2020-02-02-preview' for type 'servers/import'. The supported api-versions are '2014-01-01, 2014-04-01, 2014-04-01-preview'. The supported l ocations are 'usdodcentral, usdodeast, usgovarizona, usgoviowa, usgovtexas, usgovvirginia'. at Microsoft.Azure.Management.Sql.ServersOperations.d__16.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Azure.Management.Sql.ServersOperationsExtensions.d__23.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Azure.Management.Sql.ServersOperationsExtensions.BeginImportDatabase(IServersOperations operations, String resourceGroupName, String serverName, ImportNewDatabaseDefinition pa rameters) at Microsoft.Azure.Commands.Sql.Database.Services.ImportExportDatabaseCommunicator.BeginImportNewDatabase(String resourceGroupName, String serverName, ImportNewDatabaseDefinition parameter s, Uri& operationStatusLink) at Microsoft.Azure.Commands.Sql.ImportExport.Service.ImportExportDatabaseAdapter.ImportNewDatabase(AzureSqlDatabaseImportModel importRequest) at Microsoft.Azure.Commands.Sql.Common.AzureSqlCmdletBase`2.<>c__DisplayClass16_0.b__0() at Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet.ConfirmAction(String processMessage, String target, Action action) at Microsoft.Azure.Commands.Sql.Common.AzureSqlCmdletBase`2.ExecuteCmdlet() at Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet.ProcessRecord(); DEBUG: Finish sending metric. DEBUG: 12:19:03 AM - NewAzureSqlDatabaseImport end processing. ``` ## Error output ``` DEBUG: 12:38:12 AM - ResolveError begin processing with ParameterSet 'AnyErrorParameterSet'. DEBUG: 12:38:12 AM - using account id 'XXXXX'... WARNING: Upcoming breaking changes in the cmdlet 'Resolve-AzError' : The `Resolve-Error` alias will be removed in a future release. Please change any scripts that use this alias to use `Resolve-AzError` instead. Note : Go to https://aka.ms/azps-changewarnings for steps to suppress this breaking change warning, and other information on breaking changes in Azure PowerShell. HistoryId: 1 RequestId : 92d64976-a871-4eaa-81df-b6733560bc6c Message : No registered resource provider found for location 'usgovvirginia' and API version '2020-02-02-preview' for type 'servers/import'. The supported api-versions are '2014-01-01, 2014-04-01, 2014-04-01-preview'. The supported locations are 'usdodcentral, usdodeast, usgovarizona, usgoviowa, usgovtexas, usgovvirginia'. ServerMessage : NoRegisteredProviderFound: No registered resource provider found for location 'usgovvirginia' and API version '2020-02-02-preview' for type 'servers/import'. The supported api-versions are '2014-01-01, 2014-04-01, 2014-04-01-preview'. The supported locations are 'usdodcentral, usdodeast, usgovarizona, usgoviowa, usgovtexas, usgovvirginia'. (System.Collections.Generic.List`1[Microsoft.Rest.Azure.CloudError]) ServerResponse : {BadRequest} RequestMessage : {POST https://management.usgovcloudapi.net/subscriptions/XXXXXXXXX/resourceGroups/cdc-ipsas-rg-vm-01/providers/Microsoft.Sql/servers/ipsasdb/impor t?api-version=2020-02-02-preview} InvocationInfo : {New-AzSqlDatabaseImport} Line : $importRequest = New-AzSqlDatabaseImport ` Position : At C:\Users\CRMAdmin\Desktop\DB Import\Import.ps1:81 char:18 + $importRequest = New-AzSqlDatabaseImport ` + ~~~~~~~~~~~~~~~~~~~~~~~~~ StackTrace : at Microsoft.Azure.Management.Sql.ServersOperations.d__16.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Azure.Management.Sql.ServersOperationsExtensions.d__23.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Azure.Management.Sql.ServersOperationsExtensions.BeginImportDatabase(IServersOperations operations, String resourceGroupName, String serverName, ImportNewDatabaseDefinition parameters) at Microsoft.Azure.Commands.Sql.Database.Services.ImportExportDatabaseCommunicator.BeginImportNewDatabase(String resourceGroupName, String serverName, ImportNewDatabaseDefinition parameters, Uri& operationStatusLink) at Microsoft.Azure.Commands.Sql.ImportExport.Service.ImportExportDatabaseAdapter.ImportNewDatabase(AzureSqlDatabaseImportModel importRequest) at Microsoft.Azure.Commands.Sql.Common.AzureSqlCmdletBase`2.<>c__DisplayClass16_0.b__0() at Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet.ConfirmAction(String processMessage, String target, Action action) at Microsoft.Azure.Commands.Sql.Common.AzureSqlCmdletBase`2.ExecuteCmdlet() at Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet.ProcessRecord() HistoryId : 1 The Azure PowerShell team is listening, please let us know how we are doing: https://aka.ms/azpssurvey?Q_CHL=ERROR. DEBUG: AzureQoSEvent: CommandName - Resolve-AzError; IsSuccess - True; Duration - 00:00:00.0752499; DEBUG: Finish sending metric. DEBUG: 12:38:13 AM - ResolveError end processing. ```
Author: mslentz
Assignees: -
Labels: `SQL`, `Service Attention`, `question`, `customer-reported`, `needs-author-feedback`
Milestone: -
mslentz commented 2 years ago

No, the issue has been resolved.

On Sat, Oct 30, 2021 at 5:11 PM SatishBoddu @.***> wrote:

Hello @mslentz https://github.com/mslentz @mrpullen https://github.com/mrpullen Apologies for the delayed response. I see that this issue is opened a long time ago and no further activity had taken place. So wanted to check if you are still looking for assistance on this query? Please let us know.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Azure/azure-powershell/issues/13432#issuecomment-955611509, or unsubscribe https://github.com/notifications/unsubscribe-auth/AELQYJGAW2JAXUTZJQBA3Y3UJSCSBANCNFSM4TMBWJFQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

SatishBoddu-MSFT commented 2 years ago

We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.

Please also do visit Microsoft Q&A the home for technical questions and answers at Microsoft.