From 9fa0603403c9e0227efca84047f3f1320259cc99 Mon Sep 17 00:00:00 2001 From: Yanqiong Chen Date: Tue, 22 Mar 2022 14:40:03 +0800 Subject: [PATCH] Revert "Merge pull request #141 from yanqiongchen/backup-admin-update" This reverts commit a0a7823e7b44537014b1148c2a8d3b15e78ed2a6. --- .../custom/Clear-AzsBackupConfiguration.ps1 | 135 -- src/Azs.Backup.Admin/custom/Get-AzsBackup.ps1 | 20 +- .../custom/Restore-AzsBackup.ps1 | 43 +- ...ion.ps1 => Set-AzsBackupConfiguration.ps1} | 144 +- src/Azs.Backup.Admin/custom/readme.md | 41 - src/Azs.Backup.Admin/docs/Azs.Backup.Admin.md | 11 +- .../docs/Clear-AzsBackupConfiguration.md | 173 -- src/Azs.Backup.Admin/docs/Get-AzsBackup.md | 2 +- .../docs/Get-AzsBackupConfiguration.md | 2 +- ...oke-AzsPruneBackupLocationExternalStore.md | 33 +- .../docs/Restore-AzsBackup.md | 2 +- ...ation.md => Set-AzsBackupConfiguration.md} | 158 +- src/Azs.Backup.Admin/docs/Start-AzsBackup.md | 2 +- src/Azs.Backup.Admin/docs/readme.md | 2 +- .../examples/Clear-AzsBackupConfiguration.md | 8 - ...oke-AzsPruneBackupLocationExternalStore.md | 3 +- .../examples/Restore-AzsBackup.md | 1 - .../examples/Set-AzsBackupConfiguration.md | 7 + .../examples/Start-AzsBackup.md | 1 - .../examples/Update-AzsBackupConfiguration.md | 17 - src/Azs.Backup.Admin/readme.md | 34 +- ...lear-AzsBackupConfiguration.Recording.json | 125 - .../Clear-AzsBackupConfiguration.Tests.ps1 | 35 - src/Azs.Backup.Admin/test/Common.ps1 | 8 +- .../test/Get-AzsBackup.Recording.json | 674 +----- .../Get-AzsBackupConfiguration.Recording.json | 150 +- ...BackupLocationExternalStore.Recording.json | 284 ++- ...PruneBackupLocationExternalStore.Tests.ps1 | 4 +- .../test/Restore-AzsBackup.Recording.json | 2105 +++++------------ .../Set-AzsBackupConfiguration.Recording.json | 208 ++ .../test/Set-AzsBackupConfiguration.Tests.ps1 | 79 + .../test/Start-AzsBackup.Recording.json | 410 ++-- ...date-AzsBackupConfiguration.Recording.json | 836 ------- .../Update-AzsBackupConfiguration.Tests.ps1 | 183 -- src/Azs.Backup.Admin/test/Utils.ps1 | 5 +- src/Azs.Backup.Admin/test/env.json | 4 +- src/Azs.Backup.Admin/test/readme.md | 17 - src/AzureStack/AzureStack.nuspec | 4 +- src/AzureStack/AzureStack.psd1 | 4 +- src/changelog.md | 39 - 40 files changed, 1467 insertions(+), 4546 deletions(-) delete mode 100644 src/Azs.Backup.Admin/custom/Clear-AzsBackupConfiguration.ps1 rename src/Azs.Backup.Admin/custom/{Update-AzsBackupConfiguration.ps1 => Set-AzsBackupConfiguration.ps1} (53%) delete mode 100644 src/Azs.Backup.Admin/custom/readme.md delete mode 100644 src/Azs.Backup.Admin/docs/Clear-AzsBackupConfiguration.md rename src/Azs.Backup.Admin/docs/{Update-AzsBackupConfiguration.md => Set-AzsBackupConfiguration.md} (51%) delete mode 100644 src/Azs.Backup.Admin/examples/Clear-AzsBackupConfiguration.md create mode 100644 src/Azs.Backup.Admin/examples/Set-AzsBackupConfiguration.md delete mode 100644 src/Azs.Backup.Admin/examples/Update-AzsBackupConfiguration.md delete mode 100644 src/Azs.Backup.Admin/test/Clear-AzsBackupConfiguration.Recording.json delete mode 100644 src/Azs.Backup.Admin/test/Clear-AzsBackupConfiguration.Tests.ps1 create mode 100644 src/Azs.Backup.Admin/test/Set-AzsBackupConfiguration.Recording.json create mode 100644 src/Azs.Backup.Admin/test/Set-AzsBackupConfiguration.Tests.ps1 delete mode 100644 src/Azs.Backup.Admin/test/Update-AzsBackupConfiguration.Recording.json delete mode 100644 src/Azs.Backup.Admin/test/Update-AzsBackupConfiguration.Tests.ps1 delete mode 100644 src/Azs.Backup.Admin/test/readme.md diff --git a/src/Azs.Backup.Admin/custom/Clear-AzsBackupConfiguration.ps1 b/src/Azs.Backup.Admin/custom/Clear-AzsBackupConfiguration.ps1 deleted file mode 100644 index 7b520607..00000000 --- a/src/Azs.Backup.Admin/custom/Clear-AzsBackupConfiguration.ps1 +++ /dev/null @@ -1,135 +0,0 @@ - -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - -<# -.Synopsis -Clear a backup location. -.Description -Clear a backup location. -.Example -PS C:\> {{ Add code here }} - -{{ Add output here }} -.Example -PS C:\> {{ Add code here }} - -{{ Add output here }} - -.Inputs -Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackupLocation -.Outputs -Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackupLocation -.Notes -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - -.Link -https://docs.microsoft.com/en-us/powershell/module/azs.backup.admin/clear-azsbackupconfiguration -#> -function Clear-AzsBackupConfiguration { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackupLocation])] -[CmdletBinding(PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] -param( - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Runtime.DefaultInfo(Script='(Get-AzLocation)[0].Location')] - [System.String] - # Name of the backup location. - ${Location}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Runtime.DefaultInfo(Script='"system.$((Get-AzLocation)[0].Location)"')] - [System.String] - # Name of the resource group. - ${ResourceGroupName}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # Subscription credentials that uniquely identify Microsoft Azure subscription. - # The subscription ID forms part of the URI for every service call. - ${SubscriptionId}, - - [Parameter()] - [Alias('AzureRMContext', 'AzureCredential')] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Azure')] - [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. - ${DefaultProfile}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Wait for .NET debugger to attach - ${Break}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be appended to the front of the pipeline - ${HttpPipelineAppend}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Runtime')] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Runtime.SendAsyncStep[]] - # SendAsync Pipeline Steps to be prepended to the front of the pipeline - ${HttpPipelinePrepend}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Runtime')] - [System.Uri] - # The URI for the proxy server to use - ${Proxy}, - - [Parameter(DontShow)] - [ValidateNotNull()] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Runtime')] - [System.Management.Automation.PSCredential] - # Credentials for a proxy server to use for the remote call - ${ProxyCredential}, - - [Parameter(DontShow)] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Use the default credentials for the proxy - ${ProxyUseDefaultCredentials} -) - -process { - # Restrict the cmdlet to being a blank PUT operation to clear the backup configuration - $PSBoundParameters.Add('Location1', $Location) - $PSBoundParameters.Add('UserName', $null) - - Azs.Backup.Admin.internal\Clear-AzsBackupConfiguration @PSBoundParameters -} -} diff --git a/src/Azs.Backup.Admin/custom/Get-AzsBackup.ps1 b/src/Azs.Backup.Admin/custom/Get-AzsBackup.ps1 index bebe3bae..a242c953 100644 --- a/src/Azs.Backup.Admin/custom/Get-AzsBackup.ps1 +++ b/src/Azs.Backup.Admin/custom/Get-AzsBackup.ps1 @@ -1,18 +1,3 @@ - -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - <# .Synopsis Returns a backup from a location based on name. @@ -23,10 +8,9 @@ To view examples, please use the -Online parameter with Get-Help or navigate to: .Inputs Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.IBackupAdminIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackup +Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IBackup .Notes COMPLEX PARAMETER PROPERTIES - To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT : Identity Parameter @@ -39,7 +23,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/azs.backup.admin/get-azsbackup #> function Get-AzsBackup { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackup])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IBackup])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get')] diff --git a/src/Azs.Backup.Admin/custom/Restore-AzsBackup.ps1 b/src/Azs.Backup.Admin/custom/Restore-AzsBackup.ps1 index b15bef5e..f24240df 100644 --- a/src/Azs.Backup.Admin/custom/Restore-AzsBackup.ps1 +++ b/src/Azs.Backup.Admin/custom/Restore-AzsBackup.ps1 @@ -1,41 +1,18 @@ - -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - <# .Synopsis Restore a backup. .Description Restore a backup. .Example -PS C:\> {{ Add code here }} - -{{ Add output here }} -.Example -PS C:\> {{ Add code here }} - -{{ Add output here }} - +To view examples, please use the -Online parameter with Get-Help or navigate to: https://docs.microsoft.com/en-us/powershell/module/azs.backup.admin/restore-azsbackup .Inputs -Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IRestoreOptions +Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IRestoreOptions .Inputs Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.IBackupAdminIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES - To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT : Identity Parameter @@ -56,6 +33,13 @@ function Restore-AzsBackup { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='RestoreExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( + [Parameter(ParameterSetName='Restore', Mandatory)] + [Parameter(ParameterSetName='RestoreExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Path')] + [System.String] + # Name of the backup. + ${Name}, + [Parameter(ParameterSetName='Restore')] [Parameter(ParameterSetName='RestoreExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Path')] @@ -64,13 +48,6 @@ param( # Name of the backup location. ${Location}, - [Parameter(ParameterSetName='Restore', Mandatory)] - [Parameter(ParameterSetName='RestoreExpanded', Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Path')] - [System.String] - # Name of the backup. - ${Name}, - [Parameter(ParameterSetName='Restore')] [Parameter(ParameterSetName='RestoreExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Path')] @@ -99,7 +76,7 @@ param( [Parameter(ParameterSetName='Restore', Mandatory)] [Parameter(ParameterSetName='RestoreViaIdentity', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IRestoreOptions] + [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IRestoreOptions] # Properties for restore options. # To construct, see NOTES section for RESTOREOPTION properties and create a hash table. ${RestoreOption}, diff --git a/src/Azs.Backup.Admin/custom/Update-AzsBackupConfiguration.ps1 b/src/Azs.Backup.Admin/custom/Set-AzsBackupConfiguration.ps1 similarity index 53% rename from src/Azs.Backup.Admin/custom/Update-AzsBackupConfiguration.ps1 rename to src/Azs.Backup.Admin/custom/Set-AzsBackupConfiguration.ps1 index 9086daf6..ee9225f2 100644 --- a/src/Azs.Backup.Admin/custom/Update-AzsBackupConfiguration.ps1 +++ b/src/Azs.Backup.Admin/custom/Set-AzsBackupConfiguration.ps1 @@ -1,41 +1,16 @@ - -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - <# .Synopsis -Patch update a backup location. +Update a backup location. .Description -Patch update a backup location. +Update a backup location. .Example -PS C:\> {{ Add code here }} - -{{ Add output here }} -.Example -PS C:\> {{ Add code here }} - -{{ Add output here }} - -.Inputs -Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackupLocation +To view examples, please use the -Online parameter with Get-Help or navigate to: https://docs.microsoft.com/en-us/powershell/module/azs.backup.admin/set-azsbackupconfiguration .Inputs -Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.IBackupAdminIdentity +Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IBackupLocation .Outputs -Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackupLocation +Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IBackupLocation .Notes COMPLEX PARAMETER PROPERTIES - To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. BACKUP : Information about the backup location. @@ -44,50 +19,33 @@ BACKUP : Information about the backup location. [(Any) ]: This indicates any property can be added to this object. [BackupFrequencyInHours ]: The interval, in hours, for the frequency that the scheduler takes a backup. [BackupRetentionPeriodInDays ]: The retention period, in days, for backs in the storage location. - [BlobStorageKey ]: Key to access the blob location. - [BlobStorageUrl ]: Url to the update blob location [EncryptionCertBase64 ]: The base64 raw data for the backup encryption certificate. [IsBackupSchedulerEnabled ]: True if the backup scheduler is enabled. - [Password ]: Password to access the fileshare location. - [Path ]: Path to the update fileshare location - [UserName ]: Username to access the fileshare location. - -INPUTOBJECT : Identity Parameter - [Backup ]: Name of the backup. - [Id ]: Resource identity path - [Location ]: Name of the backup location. - [ResourceGroupName ]: Name of the resource group. - [SubscriptionId ]: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + [Password ]: Password to access the location. + [Path ]: Path to the update location + [UserName ]: Username to access the location. .Link -https://docs.microsoft.com/en-us/powershell/module/azs.backup.admin/update-azsbackupconfiguration +https://docs.microsoft.com/en-us/powershell/module/azs.backup.admin/set-azsbackupconfiguration #> -function Update-AzsBackupConfiguration { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackupLocation])] -[CmdletBinding(PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] +function Set-AzsBackupConfiguration { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IBackupLocation])] +[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( - [Parameter(ParameterSetName='Update')] - [Parameter(ParameterSetName='UpdateBlobExpanded')] - [Parameter(ParameterSetName='UpdateFileshareExpanded')] - [Parameter(ParameterSetName='UpdateBlobViaIdentityExpanded')] - [Parameter(ParameterSetName='UpdateFileshareViaIdentityExpanded')] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Runtime.DefaultInfo(Script='(Get-AzLocation)[0].Location')] [System.String] # Name of the backup location. ${Location}, - [Parameter(ParameterSetName='Update')] - [Parameter(ParameterSetName='UpdateBlobExpanded')] - [Parameter(ParameterSetName='UpdateFileshareExpanded')] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Runtime.DefaultInfo(Script='"system.$((Get-AzLocation)[0].Location)"')] [System.String] # Name of the resource group. ${ResourceGroupName}, - [Parameter(ParameterSetName='Update')] - [Parameter(ParameterSetName='UpdateBlobExpanded')] - [Parameter(ParameterSetName='UpdateFileshareExpanded')] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Path')] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] [System.String] @@ -95,102 +53,60 @@ param( # The subscription ID forms part of the URI for every service call. ${SubscriptionId}, - [Parameter(ParameterSetName='UpdateViaIdentity', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='UpdateBlobViaIdentityExpanded')] - [Parameter(ParameterSetName='UpdateFileshareViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.IBackupAdminIdentity] - # Identity Parameter - # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - ${InputObject}, - [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] - [Parameter(ParameterSetName='UpdateViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackupLocation] + [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IBackupLocation] # Information about the backup location. # To construct, see NOTES section for BACKUP properties and create a hash table. ${Backup}, - [Parameter(ParameterSetName='UpdateBlobExpanded')] - [Parameter(ParameterSetName='UpdateFileshareExpanded')] - [Parameter(ParameterSetName='UpdateBlobViaIdentityExpanded')] - [Parameter(ParameterSetName='UpdateFileshareViaIdentityExpanded')] + [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Body')] [System.Int32] # The interval, in hours, for the frequency that the scheduler takes a backup. ${BackupFrequencyInHours}, - [Parameter(ParameterSetName='UpdateBlobExpanded')] - [Parameter(ParameterSetName='UpdateFileshareExpanded')] - [Parameter(ParameterSetName='UpdateBlobViaIdentityExpanded')] - [Parameter(ParameterSetName='UpdateFileshareViaIdentityExpanded')] + [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Body')] [System.Int32] # The retention period, in days, for backs in the storage location. ${BackupRetentionPeriodInDays}, - [Parameter(ParameterSetName='UpdateBlobExpanded')] - [Parameter(ParameterSetName='UpdateBlobViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Body')] - [System.String] - # Key to access the blob location. - ${BlobStorageKey}, - - [Parameter(ParameterSetName='UpdateBlobExpanded')] - [Parameter(ParameterSetName='UpdateBlobViaIdentityExpanded')] - [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Body')] - [System.String] - # Url to the update blob location - ${BlobStorageUrl}, - - [Parameter(ParameterSetName='UpdateBlobExpanded')] - [Parameter(ParameterSetName='UpdateFileshareExpanded')] - [Parameter(ParameterSetName='UpdateBlobViaIdentityExpanded')] - [Parameter(ParameterSetName='UpdateFileshareViaIdentityExpanded')] + [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Body')] [System.String] # Path to the encryption cert file with public key (.cer). ${EncryptionCertPath}, - [Parameter(ParameterSetName='UpdateBlobExpanded')] - [Parameter(ParameterSetName='UpdateFileshareExpanded')] - [Parameter(ParameterSetName='UpdateBlobViaIdentityExpanded')] - [Parameter(ParameterSetName='UpdateFileshareViaIdentityExpanded')] + [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Body')] [System.Management.Automation.SwitchParameter] # True if the backup scheduler is enabled. ${IsBackupSchedulerEnabled}, - [Parameter(ParameterSetName='UpdateFileshareExpanded')] - [Parameter(ParameterSetName='UpdateFileshareViaIdentityExpanded')] + [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Body')] [SecureString] - # Password to access the fileshare location. + # Password to access the location. ${Password}, - [Parameter(ParameterSetName='UpdateFileshareExpanded')] - [Parameter(ParameterSetName='UpdateFileshareViaIdentityExpanded')] + [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Body')] [System.String] - # Path to the update fileshare location + # Path to the update location ${Path}, - [Parameter(ParameterSetName='UpdateBlobExpanded')] - [Parameter(ParameterSetName='UpdateFileshareExpanded')] - [Parameter(ParameterSetName='UpdateBlobViaIdentityExpanded')] - [Parameter(ParameterSetName='UpdateFileshareViaIdentityExpanded')] + [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IResourceTags]))] [System.Collections.Hashtable] # List of key value pairs. ${Tag}, - [Parameter(ParameterSetName='UpdateFileshareExpanded')] - [Parameter(ParameterSetName='UpdateFileshareViaIdentityExpanded')] + [Parameter(ParameterSetName='UpdateExpanded')] [Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Category('Body')] [System.String] - # Username to access the fileshare location. + # Username to access the location. ${UserName}, [Parameter()] @@ -254,9 +170,9 @@ param( ) process { - if ($PSCmdlet.ParameterSetName -eq 'UpdateBlobExpanded' -or $PSCmdlet.ParameterSetName -eq 'UpdateFileshareExpanded') + if ($PSCmdlet.ParameterSetName -eq 'UpdateExpanded') { - $PSBoundParameters.Add('Location1', $PSBoundParameters['Location']) + $PSBoundParameters.Add('Location1', $Location) } if ($PSBoundParameters.ContainsKey(('Password'))) @@ -280,6 +196,6 @@ process { $PSBoundParameters.Add('EncryptionCertBase64', $EncryptionCertBase64) } - Azs.Backup.Admin.internal\Update-AzsBackupConfiguration @PSBoundParameters + Azs.Backup.Admin.internal\Set-AzsBackupConfiguration @PSBoundParameters } } diff --git a/src/Azs.Backup.Admin/custom/readme.md b/src/Azs.Backup.Admin/custom/readme.md deleted file mode 100644 index 8c92d860..00000000 --- a/src/Azs.Backup.Admin/custom/readme.md +++ /dev/null @@ -1,41 +0,0 @@ -# Custom -This directory contains custom implementation for non-generated cmdlets for the `Azs.Backup.Admin` module. Both scripts (`.ps1`) and C# files (`.cs`) can be implemented here. They will be used during the build process in `build-module.ps1`, and create cmdlets into the `..\exports` folder. The only generated file into this folder is the `Azs.Backup.Admin.custom.psm1`. This file should not be modified. - -## Info -- Modifiable: yes -- Generated: partial -- Committed: yes -- Packaged: yes - -## Details -For `Azs.Backup.Admin` to use custom cmdlets, it does this two different ways. We **highly recommend** creating script cmdlets, as they are easier to write and allow access to the other exported cmdlets. C# cmdlets *cannot access exported cmdlets*. - -For C# cmdlets, they are compiled with the rest of the generated low-level cmdlets into the `./bin/Azs.Backup.Admin.private.dll`. The names of the cmdlets (methods) and files must follow the `[cmdletName]_[variantName]` syntax used for generated cmdlets. The `variantName` is used as the `ParameterSetName`, so use something appropriate that doesn't clash with already created variant or parameter set names. You cannot use the `ParameterSetName` property in the `Parameter` attribute on C# cmdlets. Each cmdlet must be separated into variants using the same pattern as seen in the `generated/cmdlets` folder. - -For script cmdlets, these are loaded via the `Azs.Backup.Admin.custom.psm1`. Then, during the build process, this module is loaded and processed in the same manner as the C# cmdlets. The fundemental difference is the script cmdlets use the `ParameterSetName` attribute and C# cmdlets do not. To create a script cmdlet variant of a generated cmdlet, simply decorate all parameters in the script with the new `ParameterSetName` in the `Parameter` attribute. This will appropriately treat each parameter set as a separate variant when processed to be exported during the build. - -## Purpose -This allows the modules to have cmdlets that were not defined in the REST specification. It also allows combining logic using generated cmdlets. This is a level of customization beyond what can be done using the [readme configuration options](https://github.com/Azure/autorest/blob/master/docs/powershell/options.md) that are currently available. These custom cmdlets are then referenced by the cmdlets created at build-time in the `..\exports` folder. - -## Usage -The easiest way currently to start developing custom cmdlets is to copy an existing cmdlet. For C# cmdlets, copy one from the `generated/cmdlets` folder. For script cmdlets, build the project using `build-module.ps1` and copy one of the scripts from the `..\exports` folder. After that, if you want to add new parameter sets, follow the guidelines in the `Details` section above. For implementing a new cmdlets, at minimum, please keep these parameters: -- Break -- DefaultProfile -- HttpPipelineAppend -- HttpPipelinePrepend -- Proxy -- ProxyCredential -- ProxyUseDefaultCredentials - -These provide functionality to our HTTP pipeline and other useful features. In script, you can forward these parameters using `$PSBoundParameters` to the other cmdlets you're calling within `Azs.Backup.Admin`. For C#, follow the usage seen in the `ProcessRecordAsync` method. - -### Attributes -For processing the cmdlets, we've created some additional attributes: -- `Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.DescriptionAttribute` - - Used in C# cmdlets to provide a high-level description of the cmdlet. This is propegated to reference documentation via [help comments](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) in the exported scripts. -- `Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.DoNotExportAttribute` - - Used in C# and script cmdlets to suppress creating an exported cmdlet at build-time. These cmdlets will *not be exposed* by `Azs.Backup.Admin`. -- `Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.InternalExportAttribute` - - Used in C# cmdlets to route exported cmdlets to the `..\internal`, which are *not exposed* by `Azs.Backup.Admin`. For more information, see [readme.md](..\internal/readme.md) in the `..\internal` folder. -- `Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.ProfileAttribute` - - Used in C# and script cmdlets to define which Azure profiles the cmdlet supports. This is only supported for Azure (`--azure`) modules. \ No newline at end of file diff --git a/src/Azs.Backup.Admin/docs/Azs.Backup.Admin.md b/src/Azs.Backup.Admin/docs/Azs.Backup.Admin.md index 3a4d796f..15e60170 100644 --- a/src/Azs.Backup.Admin/docs/Azs.Backup.Admin.md +++ b/src/Azs.Backup.Admin/docs/Azs.Backup.Admin.md @@ -1,6 +1,6 @@ --- Module Name: Azs.Backup.Admin -Module Guid: 8aa3e34d-0ec9-4787-accb-9eb57f3ff7fe +Module Guid: af181060-8c4d-4143-9bb9-2145377fd72c Download Help Link: https://docs.microsoft.com/en-us/powershell/module/azs.backup.admin Help Version: 1.0.0.0 Locale: en-US @@ -11,9 +11,6 @@ Locale: en-US Microsoft AzureStack PowerShell: Backup Admin cmdlets ## Azs.Backup.Admin Cmdlets -### [Clear-AzsBackupConfiguration](Clear-AzsBackupConfiguration.md) -Clear a backup location. - ### [Get-AzsBackup](Get-AzsBackup.md) Returns a backup from a location based on name. @@ -26,9 +23,9 @@ Prune the external backup store. ### [Restore-AzsBackup](Restore-AzsBackup.md) Restore a backup. +### [Set-AzsBackupConfiguration](Set-AzsBackupConfiguration.md) +Update a backup location. + ### [Start-AzsBackup](Start-AzsBackup.md) Back up a specific location. -### [Update-AzsBackupConfiguration](Update-AzsBackupConfiguration.md) -Patch update a backup location. - diff --git a/src/Azs.Backup.Admin/docs/Clear-AzsBackupConfiguration.md b/src/Azs.Backup.Admin/docs/Clear-AzsBackupConfiguration.md deleted file mode 100644 index 25d2f6d6..00000000 --- a/src/Azs.Backup.Admin/docs/Clear-AzsBackupConfiguration.md +++ /dev/null @@ -1,173 +0,0 @@ ---- -external help file: -Module Name: Azs.Backup.Admin -online version: https://docs.microsoft.com/en-us/powershell/module/azs.backup.admin/clear-azsbackupconfiguration -schema: 2.0.0 ---- - -# Clear-AzsBackupConfiguration - -## SYNOPSIS -Clear a backup location. - -## SYNTAX - -``` -Clear-AzsBackupConfiguration [-Location ] [-ResourceGroupName ] [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -Clear a backup location. - -## EXAMPLES - -### Example 1: Clear backup configuration -```powershell -PS C:\> Clear-AzsBackupConfiguration - -``` - -Clear Azure Stack backup configuration. - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Location -Name of the backup location. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: (Get-AzLocation)[0].Location -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -Name of the resource group. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: "system.$((Get-AzLocation)[0].Location)" -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -Subscription credentials that uniquely identify Microsoft Azure subscription. -The subscription ID forms part of the URI for every service call. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackupLocation - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackupLocation - -## NOTES - -ALIASES - -## RELATED LINKS - diff --git a/src/Azs.Backup.Admin/docs/Get-AzsBackup.md b/src/Azs.Backup.Admin/docs/Get-AzsBackup.md index b1a6d5ba..b879d958 100644 --- a/src/Azs.Backup.Admin/docs/Get-AzsBackup.md +++ b/src/Azs.Backup.Admin/docs/Get-AzsBackup.md @@ -183,7 +183,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackup +### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IBackup ## NOTES diff --git a/src/Azs.Backup.Admin/docs/Get-AzsBackupConfiguration.md b/src/Azs.Backup.Admin/docs/Get-AzsBackupConfiguration.md index e0d3880d..0fb3856d 100644 --- a/src/Azs.Backup.Admin/docs/Get-AzsBackupConfiguration.md +++ b/src/Azs.Backup.Admin/docs/Get-AzsBackupConfiguration.md @@ -161,7 +161,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackupLocation +### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IBackupLocation ## NOTES diff --git a/src/Azs.Backup.Admin/docs/Invoke-AzsPruneBackupLocationExternalStore.md b/src/Azs.Backup.Admin/docs/Invoke-AzsPruneBackupLocationExternalStore.md index 3627398a..57f80931 100644 --- a/src/Azs.Backup.Admin/docs/Invoke-AzsPruneBackupLocationExternalStore.md +++ b/src/Azs.Backup.Admin/docs/Invoke-AzsPruneBackupLocationExternalStore.md @@ -16,28 +16,28 @@ Prune the external backup store. ``` Invoke-AzsPruneBackupLocationExternalStore [-Location ] [-ResourceGroupName ] [-SubscriptionId ] [-OperationType ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Prune ``` Invoke-AzsPruneBackupLocationExternalStore -Option [-Location ] [-ResourceGroupName ] [-SubscriptionId ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### PruneViaIdentity ``` Invoke-AzsPruneBackupLocationExternalStore -InputObject - -Option [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] + -Option [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ### PruneViaIdentityExpanded ``` Invoke-AzsPruneBackupLocationExternalStore -InputObject - [-OperationType ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] + [-OperationType ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -162,7 +162,7 @@ Prune backup store operation model. To construct, see NOTES section for OPTION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IPruneBackupStoreOperationOptionModel +Type: Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IPruneBackupStoreOperationOptionModel Parameter Sets: Prune, PruneViaIdentity Aliases: @@ -173,6 +173,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Name of the resource group. @@ -240,13 +255,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IPruneBackupStoreOperationOptionModel +### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IPruneBackupStoreOperationOptionModel ### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.IBackupAdminIdentity ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IPruneModel +### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IPruneModel ## NOTES diff --git a/src/Azs.Backup.Admin/docs/Restore-AzsBackup.md b/src/Azs.Backup.Admin/docs/Restore-AzsBackup.md index ce32651e..f9278f77 100644 --- a/src/Azs.Backup.Admin/docs/Restore-AzsBackup.md +++ b/src/Azs.Backup.Admin/docs/Restore-AzsBackup.md @@ -227,7 +227,7 @@ Properties for restore options. To construct, see NOTES section for RESTOREOPTION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IRestoreOptions +Type: Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IRestoreOptions Parameter Sets: Restore, RestoreViaIdentity Aliases: diff --git a/src/Azs.Backup.Admin/docs/Update-AzsBackupConfiguration.md b/src/Azs.Backup.Admin/docs/Set-AzsBackupConfiguration.md similarity index 51% rename from src/Azs.Backup.Admin/docs/Update-AzsBackupConfiguration.md rename to src/Azs.Backup.Admin/docs/Set-AzsBackupConfiguration.md index 533b9186..faf0e954 100644 --- a/src/Azs.Backup.Admin/docs/Update-AzsBackupConfiguration.md +++ b/src/Azs.Backup.Admin/docs/Set-AzsBackupConfiguration.md @@ -1,20 +1,20 @@ --- external help file: Module Name: Azs.Backup.Admin -online version: https://docs.microsoft.com/en-us/powershell/module/azs.backup.admin/update-azsbackupconfiguration +online version: https://docs.microsoft.com/en-us/powershell/module/azs.backup.admin/set-azsbackupconfiguration schema: 2.0.0 --- -# Update-AzsBackupConfiguration +# Set-AzsBackupConfiguration ## SYNOPSIS -Patch update a backup location. +Update a backup location. ## SYNTAX -### UpdateFileshareViaIdentityExpanded (Default) +### UpdateExpanded (Default) ``` -Update-AzsBackupConfiguration [-InputObject ] [-Location ] +Set-AzsBackupConfiguration [-Location ] [-ResourceGroupName ] [-SubscriptionId ] [-BackupFrequencyInHours ] [-BackupRetentionPeriodInDays ] [-EncryptionCertPath ] [-IsBackupSchedulerEnabled] [-Password ] [-Path ] [-Tag ] [-UserName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] @@ -23,62 +23,23 @@ Update-AzsBackupConfiguration [-InputObject ] [-Location < ### Update ``` -Update-AzsBackupConfiguration -Backup [-Location ] [-ResourceGroupName ] +Set-AzsBackupConfiguration -Backup [-Location ] [-ResourceGroupName ] [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` -### UpdateBlobExpanded -``` -Update-AzsBackupConfiguration [-Location ] [-ResourceGroupName ] [-SubscriptionId ] - [-BackupFrequencyInHours ] [-BackupRetentionPeriodInDays ] [-BlobStorageKey ] - [-BlobStorageUrl ] [-EncryptionCertPath ] [-IsBackupSchedulerEnabled] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - -### UpdateBlobViaIdentityExpanded -``` -Update-AzsBackupConfiguration [-InputObject ] [-Location ] - [-BackupFrequencyInHours ] [-BackupRetentionPeriodInDays ] [-BlobStorageKey ] - [-BlobStorageUrl ] [-EncryptionCertPath ] [-IsBackupSchedulerEnabled] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - -### UpdateFileshareExpanded -``` -Update-AzsBackupConfiguration [-Location ] [-ResourceGroupName ] [-SubscriptionId ] - [-BackupFrequencyInHours ] [-BackupRetentionPeriodInDays ] [-EncryptionCertPath ] - [-IsBackupSchedulerEnabled] [-Password ] [-Path ] [-Tag ] - [-UserName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] -``` - -### UpdateViaIdentity -``` -Update-AzsBackupConfiguration -InputObject -Backup - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - ## DESCRIPTION -Patch update a backup location. +Update a backup location. ## EXAMPLES -### Example 1: Update backup configuration which uses fileshare as backup location -```powershell -PS C:\> Update-AzsBackupConfiguration -Path "\\***.***.***.***\Share" -Username "asdomain1\azurestackadmin" -Password $password -EncryptionCertPath $encryptionCertPath - -``` - -Set Azure Stack backup configuration to use fileshare as backup location. - -### Example 2: Update backup configuration which uses blob as backup location +### Example 1: Set backup configuration ```powershell -PS C:\> Update-AzsBackupConfiguration -BlobStorageUrl $blobStorageUrl -BlobStorageKey $blobStorageKey -EncryptionCertPath $encryptionCertPath +PS C:\> Set-AzsBackupConfiguration -Path "\\***.***.***.***\Share" -Username "asdomain1\azurestackadmin" -Password $password -EncryptionCertPath $encryptionCertPath ``` -Set Azure Stack backup configuration to use blob storage as backup location. +Set Azure Stack backup configuration. ## PARAMETERS @@ -102,8 +63,8 @@ Information about the backup location. To construct, see NOTES section for BACKUP properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackupLocation -Parameter Sets: Update, UpdateViaIdentity +Type: Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IBackupLocation +Parameter Sets: Update Aliases: Required: True @@ -118,7 +79,7 @@ The interval, in hours, for the frequency that the scheduler takes a backup. ```yaml Type: System.Int32 -Parameter Sets: UpdateBlobExpanded, UpdateBlobViaIdentityExpanded, UpdateFileshareExpanded, UpdateFileshareViaIdentityExpanded +Parameter Sets: UpdateExpanded Aliases: Required: False @@ -133,37 +94,7 @@ The retention period, in days, for backs in the storage location. ```yaml Type: System.Int32 -Parameter Sets: UpdateBlobExpanded, UpdateBlobViaIdentityExpanded, UpdateFileshareExpanded, UpdateFileshareViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BlobStorageKey -Key to access the blob location. - -```yaml -Type: System.String -Parameter Sets: UpdateBlobExpanded, UpdateBlobViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BlobStorageUrl -Url to the update blob location - -```yaml -Type: System.String -Parameter Sets: UpdateBlobExpanded, UpdateBlobViaIdentityExpanded +Parameter Sets: UpdateExpanded Aliases: Required: False @@ -193,7 +124,7 @@ Path to the encryption cert file with public key (.cer). ```yaml Type: System.String -Parameter Sets: UpdateBlobExpanded, UpdateBlobViaIdentityExpanded, UpdateFileshareExpanded, UpdateFileshareViaIdentityExpanded +Parameter Sets: UpdateExpanded Aliases: Required: False @@ -203,28 +134,12 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.IBackupAdminIdentity -Parameter Sets: UpdateBlobViaIdentityExpanded, UpdateFileshareViaIdentityExpanded, UpdateViaIdentity -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - ### -IsBackupSchedulerEnabled True if the backup scheduler is enabled. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: UpdateBlobExpanded, UpdateBlobViaIdentityExpanded, UpdateFileshareExpanded, UpdateFileshareViaIdentityExpanded +Parameter Sets: UpdateExpanded Aliases: Required: False @@ -239,7 +154,7 @@ Name of the backup location. ```yaml Type: System.String -Parameter Sets: Update, UpdateBlobExpanded, UpdateBlobViaIdentityExpanded, UpdateFileshareExpanded, UpdateFileshareViaIdentityExpanded +Parameter Sets: (All) Aliases: Required: False @@ -265,11 +180,11 @@ Accept wildcard characters: False ``` ### -Password -Password to access the fileshare location. +Password to access the location. ```yaml Type: System.Security.SecureString -Parameter Sets: UpdateFileshareExpanded, UpdateFileshareViaIdentityExpanded +Parameter Sets: UpdateExpanded Aliases: Required: False @@ -280,11 +195,11 @@ Accept wildcard characters: False ``` ### -Path -Path to the update fileshare location +Path to the update location ```yaml Type: System.String -Parameter Sets: UpdateFileshareExpanded, UpdateFileshareViaIdentityExpanded +Parameter Sets: UpdateExpanded Aliases: Required: False @@ -299,7 +214,7 @@ Name of the resource group. ```yaml Type: System.String -Parameter Sets: Update, UpdateBlobExpanded, UpdateFileshareExpanded +Parameter Sets: (All) Aliases: Required: False @@ -315,7 +230,7 @@ The subscription ID forms part of the URI for every service call. ```yaml Type: System.String -Parameter Sets: Update, UpdateBlobExpanded, UpdateFileshareExpanded +Parameter Sets: (All) Aliases: Required: False @@ -330,7 +245,7 @@ List of key value pairs. ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateBlobExpanded, UpdateBlobViaIdentityExpanded, UpdateFileshareExpanded, UpdateFileshareViaIdentityExpanded +Parameter Sets: UpdateExpanded Aliases: Required: False @@ -341,11 +256,11 @@ Accept wildcard characters: False ``` ### -UserName -Username to access the fileshare location. +Username to access the location. ```yaml Type: System.String -Parameter Sets: UpdateFileshareExpanded, UpdateFileshareViaIdentityExpanded +Parameter Sets: UpdateExpanded Aliases: Required: False @@ -391,13 +306,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackupLocation - -### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.IBackupAdminIdentity +### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IBackupLocation ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackupLocation +### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IBackupLocation ## NOTES @@ -414,20 +327,11 @@ BACKUP : Information about the backup location. - `[(Any) ]`: This indicates any property can be added to this object. - `[BackupFrequencyInHours ]`: The interval, in hours, for the frequency that the scheduler takes a backup. - `[BackupRetentionPeriodInDays ]`: The retention period, in days, for backs in the storage location. - - `[BlobStorageKey ]`: Key to access the blob location. - - `[BlobStorageUrl ]`: Url to the update blob location - `[EncryptionCertBase64 ]`: The base64 raw data for the backup encryption certificate. - `[IsBackupSchedulerEnabled ]`: True if the backup scheduler is enabled. - - `[Password ]`: Password to access the fileshare location. - - `[Path ]`: Path to the update fileshare location - - `[UserName ]`: Username to access the fileshare location. - -INPUTOBJECT : Identity Parameter - - `[Backup ]`: Name of the backup. - - `[Id ]`: Resource identity path - - `[Location ]`: Name of the backup location. - - `[ResourceGroupName ]`: Name of the resource group. - - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + - `[Password ]`: Password to access the location. + - `[Path ]`: Path to the update location + - `[UserName ]`: Username to access the location. ## RELATED LINKS diff --git a/src/Azs.Backup.Admin/docs/Start-AzsBackup.md b/src/Azs.Backup.Admin/docs/Start-AzsBackup.md index ce9c7777..4753d602 100644 --- a/src/Azs.Backup.Admin/docs/Start-AzsBackup.md +++ b/src/Azs.Backup.Admin/docs/Start-AzsBackup.md @@ -186,7 +186,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20210901.IBackup +### Microsoft.Azure.PowerShell.Cmdlets.BackupAdmin.Models.Api20180901.IBackup ## NOTES diff --git a/src/Azs.Backup.Admin/docs/readme.md b/src/Azs.Backup.Admin/docs/readme.md index 8ff7a9e4..57b94936 100644 --- a/src/Azs.Backup.Admin/docs/readme.md +++ b/src/Azs.Backup.Admin/docs/readme.md @@ -8,4 +8,4 @@ This directory contains the documentation of the cmdlets for the `Azs.Backup.Adm - Packaged: yes ## Details -The process of documentation generation loads `Azs.Backup.Admin` and analyzes the exported cmdlets from the module. It recognizes the [help comments](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) that are generated into the scripts in the `..\exports` folder. Additionally, when writing custom cmdlets in the `..\custom` folder, you can use the help comments syntax, which decorate the exported scripts at build-time. The documentation examples are taken from the `..\examples` folder. \ No newline at end of file +The process of documentation generation loads `Azs.Backup.Admin` and analyzes the exported cmdlets from the module. It recognizes the [help comments](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_comment_based_help) that are generated into the scripts in the `..\exports` folder. Additionally, when writing custom cmdlets in the `..\custom` folder, you can use the help comments syntax, which decorate the exported scripts at build-time. The documentation examples are taken from the `..\examples` folder. \ No newline at end of file diff --git a/src/Azs.Backup.Admin/examples/Clear-AzsBackupConfiguration.md b/src/Azs.Backup.Admin/examples/Clear-AzsBackupConfiguration.md deleted file mode 100644 index 2e8f36c4..00000000 --- a/src/Azs.Backup.Admin/examples/Clear-AzsBackupConfiguration.md +++ /dev/null @@ -1,8 +0,0 @@ -### Example 1: Clear backup configuration -```powershell -PS C:\> Clear-AzsBackupConfiguration - -``` - -Clear Azure Stack backup configuration. - diff --git a/src/Azs.Backup.Admin/examples/Invoke-AzsPruneBackupLocationExternalStore.md b/src/Azs.Backup.Admin/examples/Invoke-AzsPruneBackupLocationExternalStore.md index ba859a88..6d04620a 100644 --- a/src/Azs.Backup.Admin/examples/Invoke-AzsPruneBackupLocationExternalStore.md +++ b/src/Azs.Backup.Admin/examples/Invoke-AzsPruneBackupLocationExternalStore.md @@ -16,5 +16,4 @@ masbackup/progressivebackup/garbage ``` -Perform a dry run that does not actually remove the garbage - +Perform a dry run that does not actually remove the garbage \ No newline at end of file diff --git a/src/Azs.Backup.Admin/examples/Restore-AzsBackup.md b/src/Azs.Backup.Admin/examples/Restore-AzsBackup.md index 125dcd40..12258297 100644 --- a/src/Azs.Backup.Admin/examples/Restore-AzsBackup.md +++ b/src/Azs.Backup.Admin/examples/Restore-AzsBackup.md @@ -5,4 +5,3 @@ PS C:\> Restore-AzsBackup -Name $backupResourceName -DecryptionCertPath $decrypt ``` Restore from an Azure Stack backup. - diff --git a/src/Azs.Backup.Admin/examples/Set-AzsBackupConfiguration.md b/src/Azs.Backup.Admin/examples/Set-AzsBackupConfiguration.md new file mode 100644 index 00000000..e0443d37 --- /dev/null +++ b/src/Azs.Backup.Admin/examples/Set-AzsBackupConfiguration.md @@ -0,0 +1,7 @@ +### Example 1: Set backup configuration +```powershell +PS C:\> Set-AzsBackupConfiguration -Path "\\***.***.***.***\Share" -Username "asdomain1\azurestackadmin" -Password $password -EncryptionCertPath $encryptionCertPath + +``` + +Set Azure Stack backup configuration. diff --git a/src/Azs.Backup.Admin/examples/Start-AzsBackup.md b/src/Azs.Backup.Admin/examples/Start-AzsBackup.md index 08c887d9..6f72b82b 100644 --- a/src/Azs.Backup.Admin/examples/Start-AzsBackup.md +++ b/src/Azs.Backup.Admin/examples/Start-AzsBackup.md @@ -5,4 +5,3 @@ PS C:\>Start-AzsBackup ``` Start an Azure Stack backup. - diff --git a/src/Azs.Backup.Admin/examples/Update-AzsBackupConfiguration.md b/src/Azs.Backup.Admin/examples/Update-AzsBackupConfiguration.md deleted file mode 100644 index 69bf81b3..00000000 --- a/src/Azs.Backup.Admin/examples/Update-AzsBackupConfiguration.md +++ /dev/null @@ -1,17 +0,0 @@ -### Example 1: Update backup configuration which uses fileshare as backup location -```powershell -PS C:\> Update-AzsBackupConfiguration -Path "\\***.***.***.***\Share" -Username "asdomain1\azurestackadmin" -Password $password -EncryptionCertPath $encryptionCertPath - -``` - -Set Azure Stack backup configuration to use fileshare as backup location. - - -### Example 2: Update backup configuration which uses blob as backup location -```powershell -PS C:\> Update-AzsBackupConfiguration -BlobStorageUrl $blobStorageUrl -BlobStorageKey $blobStorageKey -EncryptionCertPath $encryptionCertPath - -``` - -Set Azure Stack backup configuration to use blob storage as backup location. - diff --git a/src/Azs.Backup.Admin/readme.md b/src/Azs.Backup.Admin/readme.md index 0009b168..0b3425c2 100644 --- a/src/Azs.Backup.Admin/readme.md +++ b/src/Azs.Backup.Admin/readme.md @@ -54,7 +54,7 @@ metadata: description: 'Microsoft AzureStack PowerShell: Backup Admin cmdlets' subject-prefix: '' -module-version: 2.0.0 +module-version: 1.0.2 service-name: BackupAdmin ### File Renames @@ -146,24 +146,6 @@ directive: parameter-name: BackupRetentionPeriodInDay set: parameter-name: BackupRetentionPeriodInDays - - where: - verb: Update - subject: BackupConfiguration - parameter-name: ^ExternalStoreDefault(.+) - set: - parameter-name: $1 - - where: - verb: Update - subject: BackupConfiguration - parameter-name: BackupFrequencyInHour - set: - parameter-name: BackupFrequencyInHours - - where: - verb: Update - subject: BackupConfiguration - parameter-name: BackupRetentionPeriodInDay - set: - parameter-name: BackupRetentionPeriodInDays # Hide the auto-generated Set-AzsBackupConfiguration and expose it through customized one - where: @@ -171,12 +153,6 @@ directive: subject: BackupConfiguration hide: true - # Hide the auto-generated Update-AzsBackupConfiguration and expose it through customized one - - where: - verb: Update - subject: BackupConfiguration - hide: true - # Hide the auto-generated Restore-AzsBackup and expose it through customized one - where: verb: Restore @@ -197,14 +173,6 @@ directive: verb: Start subject: Backup - # Rename Set-AzsBackupConfiguration to Clear-AzsBackupConfiguration - - where: - verb: Set - subject: BackupConfiguration - set: - verb: Clear - subject: BackupConfiguration - # Add release notes - from: Azs.Backup.Admin.nuspec where: $ diff --git a/src/Azs.Backup.Admin/test/Clear-AzsBackupConfiguration.Recording.json b/src/Azs.Backup.Admin/test/Clear-AzsBackupConfiguration.Recording.json deleted file mode 100644 index 45e33106..00000000 --- a/src/Azs.Backup.Admin/test/Clear-AzsBackupConfiguration.Recording.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "Clear-AzsBackupConfiguration+[NoContext]+TestClearBackupLocation+$PUT+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01+1": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01", - "Content": "{\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"externalStoreDefault\": {\r\n \"userName\": \"\"\r\n }\r\n }\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "114" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/a9837eaf-5199-4440-be05-cdc56ae91f6f?api-version=2021-09-01" ], - "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/a9837eaf-5199-4440-be05-cdc56ae91f6f?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "5ff48514-d156-4988-81c4-6f80919ef7b6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJ6ZH1da+b8hU34AvZVdgMHmxcUrko5D8PC08IFZILEJkwEEG7TLD9p00mV9W2VTkjAOkDj0tBR55C8TX7OjLFknzxDMeZezv1FTZnOzaFUBkV8o8aOoHLSC5Aw7cIk4sjjHTT8DDiHHC/8CK/NkL" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "5ff48514-d156-4988-81c4-6f80919ef7b6" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T022321Z:5ff48514-d156-4988-81c4-6f80919ef7b6" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 02:23:21 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null, - "isContentBase64": false - } - }, - "Clear-AzsBackupConfiguration+[NoContext]+TestClearBackupLocation+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/a9837eaf-5199-4440-be05-cdc56ae91f6f?api-version=2021-09-01\u0026IsAsyncOperation=1+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/a9837eaf-5199-4440-be05-cdc56ae91f6f?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "ab7c5d55-4a5d-41ab-a248-4d2993353569" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Clear-AzsBackupConfiguration" ], - "FullCommandName": [ "Clear-AzsBackupConfiguration_SetExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "44bf0b9d-3455-4459-8b05-1e04afab9d84" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuuT62NyGvXX0uAnpF4D3EW5liXZo2djGsyX9mWNOsPK87Oi8/RYGC8+TC19MiaPVNVDzgIDfzzxnaGODipNrBfdADjQrk/oryGomhskchJzqR3aK4ooe9z7TR7iIv0S2h136n1ui6xlTDsPlJyb8" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14993" ], - "x-ms-request-id": [ "44bf0b9d-3455-4459-8b05-1e04afab9d84" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T022421Z:44bf0b9d-3455-4459-8b05-1e04afab9d84" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 02:24:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "588" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"properties\":{\"externalStoreDefault\":{\"path\":\"\",\"userName\":\"\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":null,\"backupFrequencyInHours\":12,\"availableCapacity\":null,\"isBackupSchedulerEnabled\":null,\"nextBackupTime\":null,\"lastBackupTime\":\"2021-10-31T13:29:51.5309543Z\",\"backupRetentionPeriodInDays\":7,\"blobStorageUrl\":null,\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - }, - "Clear-AzsBackupConfiguration+[NoContext]+TestClearBackupLocation+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/a9837eaf-5199-4440-be05-cdc56ae91f6f?api-version=2021-09-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/a9837eaf-5199-4440-be05-cdc56ae91f6f?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "ab7c5d55-4a5d-41ab-a248-4d2993353569" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Clear-AzsBackupConfiguration" ], - "FullCommandName": [ "Clear-AzsBackupConfiguration_SetExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "8d0024c1-fb0e-44fb-a122-e64abf83cab8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvt4JRQs/tN7yOFlsDsxvfsjmv3Y21PrYx2HAtyrm/WDdbZaCk6AgMHzI/nx6Mz17E3yk2ODDvn2WGEZJAMaRHyIVaFNEUBo3AVLXilkzQlL7A7mxqvI5drAbZ+roEybx7iMgbvxHpEiF6X/okHt7F" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14992" ], - "x-ms-request-id": [ "8d0024c1-fb0e-44fb-a122-e64abf83cab8" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T022422Z:8d0024c1-fb0e-44fb-a122-e64abf83cab8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 02:24:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "646" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":\"\",\"userName\":\"\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":null,\"backupFrequencyInHours\":12,\"availableCapacity\":null,\"isBackupSchedulerEnabled\":null,\"nextBackupTime\":null,\"lastBackupTime\":\"2021-10-31T13:29:51.5309543Z\",\"backupRetentionPeriodInDays\":7,\"blobStorageUrl\":null,\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - } -} \ No newline at end of file diff --git a/src/Azs.Backup.Admin/test/Clear-AzsBackupConfiguration.Tests.ps1 b/src/Azs.Backup.Admin/test/Clear-AzsBackupConfiguration.Tests.ps1 deleted file mode 100644 index 71c4aea9..00000000 --- a/src/Azs.Backup.Admin/test/Clear-AzsBackupConfiguration.Tests.ps1 +++ /dev/null @@ -1,35 +0,0 @@ -. (Join-Path $PSScriptRoot 'loadEnvJson.ps1') - -$TestRecordingFile = Join-Path $PSScriptRoot 'Clear-AzsBackupConfiguration.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Clear-AzsBackupConfiguration' { - . $PSScriptRoot\Common.ps1 - - AfterEach { - $global:Client = $null - } - - It "TestClearBackupLocation" -Skip:$('TestClearBackupLocation' -in $global:SkippedTests) { - $global:TestName = 'TestClearBackupLocation' - - $location = Clear-AzsBackupConfiguration - ValidateBackupLocation -BackupLocation $location - - $location | Should Not Be $Null - $location.Path | Should -BeNullOrEmpty - $location.Username | Should -BeNullOrEmpty - $location.Password | Should -BeNullOrEmpty - $location.BlobStorageKey | Should -BeNullOrEmpty - $location.BlobStorageUrl | Should -BeNullOrEmpty - $location.EncryptionCertBase64 | Should -BeNullOrEmpty - $location.IsBackupSchedulerEnabled | Should -BeNullOrEmpty - $location.BackupFrequencyInHours | Should be $global:backupFrequencyInHoursDefaultValue - $location.BackupRetentionPeriodInDays | Should be $global:backupRetentionPeriodInDaysDefaultValue - } -} diff --git a/src/Azs.Backup.Admin/test/Common.ps1 b/src/Azs.Backup.Admin/test/Common.ps1 index ee84382f..7ff009cb 100644 --- a/src/Azs.Backup.Admin/test/Common.ps1 +++ b/src/Azs.Backup.Admin/test/Common.ps1 @@ -6,15 +6,11 @@ $global:username = "AzureStackAdmin" $global:passwordStr = "password" [SecureString]$global:password = ConvertTo-SecureString -String $global:passwordStr -AsPlainText -Force $global:path = "\\su1fileserver\SU1_Infrastructure_1\BackupStore" -$global:blobStorageUrl = "https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32" -$global:blobStorageKey = "hJW2t+LDs2JuF2uw==" $global:encryptionCertBase64 = "ZW5jcnlwdGlvbkNlcnQ=" $global:encryptionCertPath = "$env:temp\encryptionCert.cer" $global:isBackupSchedulerEnabled = $false $global:backupFrequencyInHours = 10 $global:backupRetentionPeriodInDays = 6 -$global:backupFrequencyInHoursDefaultValue = 12 -$global:backupRetentionPeriodInDaysDefaultValue = 7 $global:decryptionCertBase64 = "ZGVjcnlwdGlvbkNlcnQ=" $global:decryptionCertPath = "$env:temp\decryptionCert.pfx" $global:decryptionCertPassword = ConvertTo-SecureString -String "decryptionCertPassword" -AsPlainText -Force @@ -103,11 +99,9 @@ function AssertBackupLocationsAreEqual { $expected.IsBackupSchedulerEnabled | Should Be $found.IsBackupSchedulerEnabled $expected.LastBackupTime | Should Be $found.LastBackupTime $expected.NextBackupTime | Should Be $found.NextBackupTime - $expected.BackupRetentionPeriodInDays | Should Be $found.BackupRetentionPeriodInDays + $expected.LastBackupTime | Should Be $found.LastBackupTime $expected.Password | Should Be $found.Password $expected.Path | Should Be $found.Path $expected.UserName | Should Be $found.UserName - $expected.BlobStorageKey | Should Be $found.BlobStorageKey - $expected.BlobStorageUrl | Should Be $found.BlobStorageUrl } } diff --git a/src/Azs.Backup.Admin/test/Get-AzsBackup.Recording.json b/src/Azs.Backup.Admin/test/Get-AzsBackup.Recording.json index bd3c82db..2f8a98a1 100644 --- a/src/Azs.Backup.Admin/test/Get-AzsBackup.Recording.json +++ b/src/Azs.Backup.Admin/test/Get-AzsBackup.Recording.json @@ -1,17 +1,16 @@ { - "Get-AzsBackup+[NoContext]+TestListBackups+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups?api-version=2021-09-01+1": { + "Get-AzsBackup+[NoContext]+TestListBackups+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups?api-version=2018-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "b7d7b3c7-347a-494e-872f-09dc3f611175" ], + "x-ms-unique-id": [ "42" ], + "x-ms-client-request-id": [ "bead2ddc-724f-44d8-986a-98bd91d7d31a" ], "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], "FullCommandName": [ "Get-AzsBackup_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -20,82 +19,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "08f63b2c-79dd-447e-8be0-89f6348cf18f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7WFm9i0zuiWPcs8SChFe+ASEmjU0fGB87OXLgWrIwgGkGxHnJtytcDcOm7yIqZCDlbwPw9pF8WkP3V9519m/L9hFDfGgbcUCd5g2zq3m+P2zUHYRXUCeD1Pi+f0D8dsQ5Ly5bIeGkfw9NpJ5DSfH" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14898" ], - "x-ms-request-id": [ "08f63b2c-79dd-447e-8be0-89f6348cf18f" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132148Z:08f63b2c-79dd-447e-8be0-89f6348cf18f" ], + "x-ms-correlation-request-id": [ "8df95a8f-6e07-4cca-a8ac-b2378be1b0e7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14970" ], + "x-ms-request-id": [ "8df95a8f-6e07-4cca-a8ac-b2378be1b0e7" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T125007Z:8df95a8f-6e07-4cca-a8ac-b2378be1b0e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:48 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "44242" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/02dad34f-d539-4879-98cf-52d5e2447a9c\",\"name\":\"redmond/02dad34f-d539-4879-98cf-52d5e2447a9c\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"02dad34f-d539-4879-98cf-52d5e2447a9c\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-30T14:27:39.2716467Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/09dbb597-fd9c-4e89-9bb1-673676620b21\",\"name\":\"redmond/09dbb597-fd9c-4e89-9bb1-673676620b21\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"09dbb597-fd9c-4e89-9bb1-673676620b21\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T00:22:07.6635047Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":true,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"name\":\"redmond/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2021-10-31T13:17:57.1251584Z\",\"timeTakenToCreate\":\"PT4M6.8702613S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":true}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"name\":\"redmond/65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:21:22.6433004Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/9a43c221-9a4b-45ce-9e84-d4041558147b\",\"name\":\"redmond/9a43c221-9a4b-45ce-9e84-d4041558147b\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"9a43c221-9a4b-45ce-9e84-d4041558147b\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:35:21.8587954Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"name\":\"redmond/c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:41:06.2024616Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/e5f29854-6021-4804-b844-745dfda728c7\",\"name\":\"redmond/e5f29854-6021-4804-b844-745dfda728c7\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"e5f29854-6021-4804-b844-745dfda728c7\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T13:03:39.9339885Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"name\":\"redmond/eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-30T03:43:04.4987803Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":true,\"isCloudRecoveryReady\":false}}}],\"nextLink\":null}", - "isContentBase64": false - } - }, - "Get-AzsBackup+[NoContext]+TestGetBackup+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups?api-version=2021-09-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "61b14c45-4b2c-4779-a367-1cb7a8784ed4" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], - "FullCommandName": [ "Get-AzsBackup_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "9a7014f8-d18f-41f6-a990-946bfb14be5a" ], + "Date": [ "Wed, 04 Mar 2020 12:50:07 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvT7wiTE/5mSkONbFBOhWqLq2DtuS+Z/Aj3O1Ak60vXwyLTKAbTUe4b8buLwNUkpNjQvxZHNeVK8O/lVDsbgvNpVIYoVO7Gm0hRt3Nr45zvkrLI3fTkk7FZEudGzPpCpRI4si5LjTOMxtfWHmTKrmo" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14897" ], - "x-ms-request-id": [ "9a7014f8-d18f-41f6-a990-946bfb14be5a" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132149Z:9a7014f8-d18f-41f6-a990-946bfb14be5a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:49 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvU16FIS3b3KDrSevEjc2qMbT4ogLwl5lsqN+KO8A15nzmYisMiLd9xTENV8PSEaldS3Q8niVwNZ5a+KnGy+of8tcWFTJVivZwnfolRZfKOwY1p+/DYhhgh7AVjeLB91NdKRJq0mIJRQfqnzELYrju" ] }, "ContentHeaders": { - "Content-Length": [ "44242" ], + "Content-Length": [ "2621" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/02dad34f-d539-4879-98cf-52d5e2447a9c\",\"name\":\"redmond/02dad34f-d539-4879-98cf-52d5e2447a9c\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"02dad34f-d539-4879-98cf-52d5e2447a9c\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-30T14:27:39.2716467Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/09dbb597-fd9c-4e89-9bb1-673676620b21\",\"name\":\"redmond/09dbb597-fd9c-4e89-9bb1-673676620b21\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"09dbb597-fd9c-4e89-9bb1-673676620b21\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T00:22:07.6635047Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":true,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"name\":\"redmond/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2021-10-31T13:17:57.1251584Z\",\"timeTakenToCreate\":\"PT4M6.8702613S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":true}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"name\":\"redmond/65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:21:22.6433004Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/9a43c221-9a4b-45ce-9e84-d4041558147b\",\"name\":\"redmond/9a43c221-9a4b-45ce-9e84-d4041558147b\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"9a43c221-9a4b-45ce-9e84-d4041558147b\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:35:21.8587954Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"name\":\"redmond/c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:41:06.2024616Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/e5f29854-6021-4804-b844-745dfda728c7\",\"name\":\"redmond/e5f29854-6021-4804-b844-745dfda728c7\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"e5f29854-6021-4804-b844-745dfda728c7\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T13:03:39.9339885Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"name\":\"redmond/eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-30T03:43:04.4987803Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":true,\"isCloudRecoveryReady\":false}}}],\"nextLink\":null}", - "isContentBase64": false + "Content": "{\"value\":[{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/08b92613-837a-43cd-86b5-1212ef954384\",\"name\":\"redmond/08b92613-837a-43cd-86b5-1212ef954384\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"08b92613-837a-43cd-86b5-1212ef954384\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:22:18.7883083Z\",\"timeTakenToCreate\":\"PT6M35.345912S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"name\":\"redmond/0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:32:38.8094127Z\",\"timeTakenToCreate\":\"PT5M16.0605282S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/69ebefe9-7b1b-414a-99ad-49edf061d845\",\"name\":\"redmond/69ebefe9-7b1b-414a-99ad-49edf061d845\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"69ebefe9-7b1b-414a-99ad-49edf061d845\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:42:50.0310854Z\",\"timeTakenToCreate\":\"PT5M15.1452343S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}],\"nextLink\":null}" } }, - "Get-AzsBackup+[NoContext]+TestGetBackup+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/02dad34f-d539-4879-98cf-52d5e2447a9c?api-version=2021-09-01+2": { + "Get-AzsBackup+[NoContext]+TestGetBackup+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups?api-version=2018-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/02dad34f-d539-4879-98cf-52d5e2447a9c?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "b13f4ef3-9fb7-4f81-aa39-53bb40dd79fc" ], + "x-ms-unique-id": [ "43" ], + "x-ms-client-request-id": [ "de4836fd-3f12-4b2b-a70b-773d930e7d48" ], "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], - "FullCommandName": [ "Get-AzsBackup_Get" ], + "FullCommandName": [ "Get-AzsBackup_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -104,82 +59,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "8b705a17-47aa-4a86-8f31-72bd1ab3480f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZJvOW1WRhz2Ui7lNUN+ZsQNxPPrO13oU1CviCxAYHNOUNzx9uK/WbW2Q2aMpI2u0n8uKfFemxisAZBIngStj0YpTLrBFFX4eLZbbbd1KB6YaQuSGMkTY/7cXJ2CuoORW1q2uFBKhp0xNQPddaFAC" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14896" ], - "x-ms-request-id": [ "8b705a17-47aa-4a86-8f31-72bd1ab3480f" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132150Z:8b705a17-47aa-4a86-8f31-72bd1ab3480f" ], + "x-ms-correlation-request-id": [ "f3810135-4d30-4f76-9af1-0f2f08d4bf9a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14967" ], + "x-ms-request-id": [ "f3810135-4d30-4f76-9af1-0f2f08d4bf9a" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T125010Z:f3810135-4d30-4f76-9af1-0f2f08d4bf9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:49 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "6172" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/02dad34f-d539-4879-98cf-52d5e2447a9c\",\"name\":\"redmond/02dad34f-d539-4879-98cf-52d5e2447a9c\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"02dad34f-d539-4879-98cf-52d5e2447a9c\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-30T14:27:39.2716467Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}", - "isContentBase64": false - } - }, - "Get-AzsBackup+[NoContext]+TestGetBackup+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/09dbb597-fd9c-4e89-9bb1-673676620b21?api-version=2021-09-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/09dbb597-fd9c-4e89-9bb1-673676620b21?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "30f6ffde-0e5f-4e7c-a68b-f3871e767955" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], - "FullCommandName": [ "Get-AzsBackup_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "9ee2a4d4-f807-4202-9478-7b0752cf6ae0" ], + "Date": [ "Wed, 04 Mar 2020 12:50:10 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv23V5w7/1FlX4OlMzpjy7VhjP5/FPnJEbRg+sB/MYqGgfeApFYeJ5XtonY28NONCbTEnPRPmwfDOCqnzE7gTmGTruV32MkLnUR2BxmYW+r346HPAUaj9VADgbKs7kr3vnnKhb9Nil28iWx2SVLv4y" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14895" ], - "x-ms-request-id": [ "9ee2a4d4-f807-4202-9478-7b0752cf6ae0" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132151Z:9ee2a4d4-f807-4202-9478-7b0752cf6ae0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:51 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjlklZY1+3HUZvxgttIvhAeCJnm1fB2lcl2+i4ZvKn18e/fD8cGiDpPTCDJQXdgDgBhNwvAfNbPs/ymDbhJM6ISnx8L4LTast9sZds+b7asPGavaVRIrFCvnfrgkS3CxrlPATYJpXpK/qfWU5g6Wx" ] }, "ContentHeaders": { - "Content-Length": [ "6171" ], + "Content-Length": [ "2621" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/09dbb597-fd9c-4e89-9bb1-673676620b21\",\"name\":\"redmond/09dbb597-fd9c-4e89-9bb1-673676620b21\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"09dbb597-fd9c-4e89-9bb1-673676620b21\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T00:22:07.6635047Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":true,\"isCloudRecoveryReady\":false}}}", - "isContentBase64": false + "Content": "{\"value\":[{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/08b92613-837a-43cd-86b5-1212ef954384\",\"name\":\"redmond/08b92613-837a-43cd-86b5-1212ef954384\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"08b92613-837a-43cd-86b5-1212ef954384\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:22:18.7883083Z\",\"timeTakenToCreate\":\"PT6M35.345912S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"name\":\"redmond/0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:32:38.8094127Z\",\"timeTakenToCreate\":\"PT5M16.0605282S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/69ebefe9-7b1b-414a-99ad-49edf061d845\",\"name\":\"redmond/69ebefe9-7b1b-414a-99ad-49edf061d845\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"69ebefe9-7b1b-414a-99ad-49edf061d845\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:42:50.0310854Z\",\"timeTakenToCreate\":\"PT5M15.1452343S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}],\"nextLink\":null}" } }, - "Get-AzsBackup+[NoContext]+TestGetBackup+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01+4": { + "Get-AzsBackup+[NoContext]+TestGetBackup+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "08295bb9-93f9-4f03-b401-69f3b04d1ae7" ], + "x-ms-unique-id": [ "44" ], + "x-ms-client-request-id": [ "5380f10c-521e-40bf-adcc-879caf8f99c1" ], "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], "FullCommandName": [ "Get-AzsBackup_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -188,82 +99,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5b5d86b1-55f2-4a34-82d1-45cf5f9c14cb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTnx0da4Qyoa/Bt1m0wE7/iR22S9AaK43d8uNMja8WUC5RUOC4MbuKcsXJtaxQCORVFDf3YiwlHwFXCD/31zC56r5UjZ2n2iKYSfTVSgE8rig66frau05gXWybrwCRHQVIBIDzn7P8hNcno85vsMc" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14894" ], - "x-ms-request-id": [ "5b5d86b1-55f2-4a34-82d1-45cf5f9c14cb" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132151Z:5b5d86b1-55f2-4a34-82d1-45cf5f9c14cb" ], + "x-ms-correlation-request-id": [ "8f1642b7-0519-403a-93d7-eadc7955c594" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14964" ], + "x-ms-request-id": [ "8f1642b7-0519-403a-93d7-eadc7955c594" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T125014Z:8f1642b7-0519-403a-93d7-eadc7955c594" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:51 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "1005" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"name\":\"redmond/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2021-10-31T13:17:57.1251584Z\",\"timeTakenToCreate\":\"PT4M6.8702613S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":true}}}", - "isContentBase64": false - } - }, - "Get-AzsBackup+[NoContext]+TestGetBackup+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/65db558c-f3e5-48d5-8038-9e9cf4fcd5e7?api-version=2021-09-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/65db558c-f3e5-48d5-8038-9e9cf4fcd5e7?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "30cffbe7-e83f-407d-8646-5548638c1103" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], - "FullCommandName": [ "Get-AzsBackup_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "494462c6-f388-4f2d-9da9-1508a727a3b2" ], + "Date": [ "Wed, 04 Mar 2020 12:50:13 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv9EZQj+C6R7GPu5In8jZQ963sDnrCHAN6RU6AAMFskHJ070jcqi0wiNY0jWNX7BsbnZYO2+rLsAghqU9uE1sK0gOwsZ92H4bCN+Z+aVFo3XKUg0S68bIJyTpeflhTNBo6jL5KNVVvER20gWOmoNZ+" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14893" ], - "x-ms-request-id": [ "494462c6-f388-4f2d-9da9-1508a727a3b2" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132151Z:494462c6-f388-4f2d-9da9-1508a727a3b2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:51 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvURsIYjHVcOBUyVXOD8Xx15xPizrsa2SWR4MfrLFhr8+RovuMDoTLad51KB7g4ldJ6tZjNxA1JWOjp8dTTyTylARdcU7NjkdrigTcfnNw5eWoAlurLzF0rsQAQGEGlsCbfS3GI/GPL6v+deRDT7EF" ] }, "ContentHeaders": { - "Content-Length": [ "6172" ], + "Content-Length": [ "863" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"name\":\"redmond/65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:21:22.6433004Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}", - "isContentBase64": false + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/08b92613-837a-43cd-86b5-1212ef954384\",\"name\":\"redmond/08b92613-837a-43cd-86b5-1212ef954384\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"08b92613-837a-43cd-86b5-1212ef954384\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:22:18.7883083Z\",\"timeTakenToCreate\":\"PT6M35.345912S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}" } }, - "Get-AzsBackup+[NoContext]+TestGetBackup+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/9a43c221-9a4b-45ce-9e84-d4041558147b?api-version=2021-09-01+6": { + "Get-AzsBackup+[NoContext]+TestGetBackup+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/9a43c221-9a4b-45ce-9e84-d4041558147b?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "92e633f5-e0db-497d-a089-25ab3b3d6b6b" ], + "x-ms-unique-id": [ "45" ], + "x-ms-client-request-id": [ "6d4e5907-95d0-4812-9feb-922915954f75" ], "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], "FullCommandName": [ "Get-AzsBackup_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -272,82 +139,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3e701554-8cc8-46e6-b5b7-e10964f0d8d9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvOyefl6C9Aq57770zW+zJsCdGfiywcaA99QKnDxwgDkg1stOQiJjXBfVpmy/a6bDCO4T2SHaRVtbS/Hj8ZFtX7Eg5zetBRpnKVCpwj6vGEtddDPejx2coOmNcVhdKr4yWjTHG83T2VpIdhupPP5fR" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14892" ], - "x-ms-request-id": [ "3e701554-8cc8-46e6-b5b7-e10964f0d8d9" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132152Z:3e701554-8cc8-46e6-b5b7-e10964f0d8d9" ], + "x-ms-correlation-request-id": [ "2a6c42f3-193c-4d88-9026-23eee1b595ea" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14961" ], + "x-ms-request-id": [ "2a6c42f3-193c-4d88-9026-23eee1b595ea" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T125018Z:2a6c42f3-193c-4d88-9026-23eee1b595ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "6172" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/9a43c221-9a4b-45ce-9e84-d4041558147b\",\"name\":\"redmond/9a43c221-9a4b-45ce-9e84-d4041558147b\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"9a43c221-9a4b-45ce-9e84-d4041558147b\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:35:21.8587954Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}", - "isContentBase64": false - } - }, - "Get-AzsBackup+[NoContext]+TestGetBackup+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/c5eeeeee-fddc-4729-af7b-bee63f94ff62?api-version=2021-09-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/c5eeeeee-fddc-4729-af7b-bee63f94ff62?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "1281f0dd-3565-48c1-9b12-641b8ad779ca" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], - "FullCommandName": [ "Get-AzsBackup_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "319cbedc-e7e0-4194-804b-5f05aad0428e" ], + "Date": [ "Wed, 04 Mar 2020 12:50:17 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvD/3VKP+rzWBf+VMA4fv5mKIVnalePDbUpcgpFasyiR4ffddijuGuv/lgmAzsqi7deyQ8piKngy6bl5V6Of91jDAZJJW9XFxgzQBqitewPCOaoYm1J0A8414lYvei5BeFuBHwBubTimw0H0+c1Ub+" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14891" ], - "x-ms-request-id": [ "319cbedc-e7e0-4194-804b-5f05aad0428e" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132153Z:319cbedc-e7e0-4194-804b-5f05aad0428e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:52 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIQWhrjw+TKQpiZDkG4AQNSM09zqR6bBdnLnTo7Y09S1ZqcU5DkaYKIhk1pPirWQgVzDs80DtGPlawQarkE45vNeOEEl8iv6SgM8NwcCszPqIFpXi8BuZv9nBAYSmrBag6gaNQm/9Ylh3qI2IUkHa" ] }, "ContentHeaders": { - "Content-Length": [ "6172" ], + "Content-Length": [ "864" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"name\":\"redmond/c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:41:06.2024616Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}", - "isContentBase64": false + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"name\":\"redmond/0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:32:38.8094127Z\",\"timeTakenToCreate\":\"PT5M16.0605282S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}" } }, - "Get-AzsBackup+[NoContext]+TestGetBackup+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/e5f29854-6021-4804-b844-745dfda728c7?api-version=2021-09-01+8": { + "Get-AzsBackup+[NoContext]+TestGetBackup+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/e5f29854-6021-4804-b844-745dfda728c7?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "66fe1871-04c6-4148-a5ad-ed24b5ee9def" ], + "x-ms-unique-id": [ "46" ], + "x-ms-client-request-id": [ "d0392d57-9885-4e91-806e-ea827e153be4" ], "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], "FullCommandName": [ "Get-AzsBackup_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -356,124 +179,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7bb2084a-eb0b-472f-8f61-ebe022047458" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhKkyQZ1QtDU9UD+3zHRdRpRQDzHZ8MWK/knRf6hWQNGocb4BHaskZwNZDdkBOyeFSUsUsYbsAw8j9J7A5yFwNQcFDkQZmmPlWqb/kxDPqX91xP8LrZ3HEhnsd0hxp10FdhqegC0avJ/K0Ugj5V1z" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14890" ], - "x-ms-request-id": [ "7bb2084a-eb0b-472f-8f61-ebe022047458" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132153Z:7bb2084a-eb0b-472f-8f61-ebe022047458" ], + "x-ms-correlation-request-id": [ "2c44cac3-fa4f-4b10-9df5-7c9f68266677" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14958" ], + "x-ms-request-id": [ "2c44cac3-fa4f-4b10-9df5-7c9f68266677" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T125023Z:2c44cac3-fa4f-4b10-9df5-7c9f68266677" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "6172" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/e5f29854-6021-4804-b844-745dfda728c7\",\"name\":\"redmond/e5f29854-6021-4804-b844-745dfda728c7\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"e5f29854-6021-4804-b844-745dfda728c7\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T13:03:39.9339885Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}", - "isContentBase64": false - } - }, - "Get-AzsBackup+[NoContext]+TestGetBackup+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/eb9346ce-f024-41fe-874c-0306bf1d9f3b?api-version=2021-09-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/eb9346ce-f024-41fe-874c-0306bf1d9f3b?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "140f9e18-2895-4f7b-b037-395e1c25dc2e" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], - "FullCommandName": [ "Get-AzsBackup_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3e417169-8993-4846-a292-1bfee1f93159" ], + "Date": [ "Wed, 04 Mar 2020 12:50:23 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2ZmiwaHn0qIShkO+SuxA56cQK86m+dTj4i19xS9NDVuxWPyQKo+3QVYbAj4HjKisC5CkNlRxkDQLOK9SArX4DcxXnPpXA9JHxkT3qY+qM0ro1UaIylluSGbCysD7Ix/9gOal7OSFxKmoqJFukLbo" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14889" ], - "x-ms-request-id": [ "3e417169-8993-4846-a292-1bfee1f93159" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132154Z:3e417169-8993-4846-a292-1bfee1f93159" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:53 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIDRphzpxYCAkKsUmdHa93A5AB0Vxry2lNBmQAHrfeXJ9kUL/CvUTzaLHcR6zmgvXkQQ0dEOc3+pXP/DkzSFuRUrLhQeF2iAW7mXVzCq70xtW86t3V9N0rKkb8UwvjcQor1PkSevo/UaIKZX1huOS" ] }, "ContentHeaders": { - "Content-Length": [ "6171" ], + "Content-Length": [ "864" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"name\":\"redmond/eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-30T03:43:04.4987803Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":true,\"isCloudRecoveryReady\":false}}}", - "isContentBase64": false + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/69ebefe9-7b1b-414a-99ad-49edf061d845\",\"name\":\"redmond/69ebefe9-7b1b-414a-99ad-49edf061d845\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"69ebefe9-7b1b-414a-99ad-49edf061d845\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:42:50.0310854Z\",\"timeTakenToCreate\":\"PT5M15.1452343S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}" } }, - "Get-AzsBackup+[NoContext]+TestGetBackupViaIdentity+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups?api-version=2021-09-01+1": { + "Get-AzsBackup+[NoContext]+TestGetBackupViaIdentity+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups?api-version=2018-09-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "bdbd69e9-4678-4761-bf28-1e3a5fae65f1" ], + "x-ms-unique-id": [ "47" ], + "x-ms-client-request-id": [ "e74988c5-544e-4939-96d5-97863cc8a9dd" ], "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], "FullCommandName": [ "Get-AzsBackup_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "73e4bc44-cdad-45de-99f9-7d66b795d81e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvqkrcG2rEtaBeKZ+D14vomGjPAV/AkJdpEXV7LAi7dt3974GTmsB6zAwpa3/zX9o0dK5fcYZGRwr3DfSInv1gXwB98WMv1h4TqdeYdTkQZLEWgXA3QzeekyBI2H6G0r0dwpsTqsmG6CNT5Wuwcm8r" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14888" ], - "x-ms-request-id": [ "73e4bc44-cdad-45de-99f9-7d66b795d81e" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132155Z:73e4bc44-cdad-45de-99f9-7d66b795d81e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:55 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "44242" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/02dad34f-d539-4879-98cf-52d5e2447a9c\",\"name\":\"redmond/02dad34f-d539-4879-98cf-52d5e2447a9c\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"02dad34f-d539-4879-98cf-52d5e2447a9c\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-30T14:27:39.2716467Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/09dbb597-fd9c-4e89-9bb1-673676620b21\",\"name\":\"redmond/09dbb597-fd9c-4e89-9bb1-673676620b21\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"09dbb597-fd9c-4e89-9bb1-673676620b21\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T00:22:07.6635047Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":true,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"name\":\"redmond/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2021-10-31T13:17:57.1251584Z\",\"timeTakenToCreate\":\"PT4M6.8702613S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":true}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"name\":\"redmond/65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:21:22.6433004Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/9a43c221-9a4b-45ce-9e84-d4041558147b\",\"name\":\"redmond/9a43c221-9a4b-45ce-9e84-d4041558147b\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"9a43c221-9a4b-45ce-9e84-d4041558147b\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:35:21.8587954Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"name\":\"redmond/c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:41:06.2024616Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/e5f29854-6021-4804-b844-745dfda728c7\",\"name\":\"redmond/e5f29854-6021-4804-b844-745dfda728c7\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"e5f29854-6021-4804-b844-745dfda728c7\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T13:03:39.9339885Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"name\":\"redmond/eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-30T03:43:04.4987803Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":true,\"isCloudRecoveryReady\":false}}}],\"nextLink\":null}", - "isContentBase64": false - } - }, - "Get-AzsBackup+[NoContext]+TestGetBackupViaIdentity+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/02dad34f-d539-4879-98cf-52d5e2447a9c?api-version=2021-09-01+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/02dad34f-d539-4879-98cf-52d5e2447a9c?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "9039c596-3c99-48a3-b6b3-ffa6e4773a11" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], - "FullCommandName": [ "Get-AzsBackup_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -482,82 +219,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d97d96b8-7c21-4090-a852-bb701e007325" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWr+YpZ8a7Fep3PeRk5v0lbzWFYxVkLBzfbYNMuHLtjrGTBRJgnY5olB2wPG+0u5V+atIUTx1VASN7/FN3MP0a40j5cDGIShSqgyr16idrzD2WJ5Lrq1ckusnnXqb1zeDw5I1Qy9LvJpPoIJWD7CM" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14887" ], - "x-ms-request-id": [ "d97d96b8-7c21-4090-a852-bb701e007325" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132156Z:d97d96b8-7c21-4090-a852-bb701e007325" ], + "x-ms-correlation-request-id": [ "731d827b-70ff-418b-a0ea-349e1c026646" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14955" ], + "x-ms-request-id": [ "731d827b-70ff-418b-a0ea-349e1c026646" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T125027Z:731d827b-70ff-418b-a0ea-349e1c026646" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:55 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "6172" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/02dad34f-d539-4879-98cf-52d5e2447a9c\",\"name\":\"redmond/02dad34f-d539-4879-98cf-52d5e2447a9c\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"02dad34f-d539-4879-98cf-52d5e2447a9c\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-30T14:27:39.2716467Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}", - "isContentBase64": false - } - }, - "Get-AzsBackup+[NoContext]+TestGetBackupViaIdentity+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/09dbb597-fd9c-4e89-9bb1-673676620b21?api-version=2021-09-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/09dbb597-fd9c-4e89-9bb1-673676620b21?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "066be288-5043-430a-9ccf-f52dd4e92245" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], - "FullCommandName": [ "Get-AzsBackup_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1fe2f4b7-2930-49ce-bb0c-cba3f038feb0" ], + "Date": [ "Wed, 04 Mar 2020 12:50:26 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvEZPUotfpLMX0A35QKQ9LV925T6rYCZpTu2rwrWyiQBXGXz4hKZP3VauvMCA/0Zz3rDGwe7fh1/T0dQ4TKpor7idnVVjssUdbBwTHUdg1qyNv/MI8NI/5YqhkA7f8ongBFSjtPKMLv59HqYd8ph4M" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14886" ], - "x-ms-request-id": [ "1fe2f4b7-2930-49ce-bb0c-cba3f038feb0" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132156Z:1fe2f4b7-2930-49ce-bb0c-cba3f038feb0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:56 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtH/ecfIUohzjSX0NFZvTzJmrW7f17mVCE11oOkcXqdiqnlvsyV9s+S3eZAHn/VGr2DW2f/pyCE/qTV1okTACZpAdyPKDxrMjLEY4oJt/mUSOn8R4LaV39aUkgBy0QElE3939CYUpSNzCRq1gJ7rl" ] }, "ContentHeaders": { - "Content-Length": [ "6171" ], + "Content-Length": [ "2621" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/09dbb597-fd9c-4e89-9bb1-673676620b21\",\"name\":\"redmond/09dbb597-fd9c-4e89-9bb1-673676620b21\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"09dbb597-fd9c-4e89-9bb1-673676620b21\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T00:22:07.6635047Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":true,\"isCloudRecoveryReady\":false}}}", - "isContentBase64": false + "Content": "{\"value\":[{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/08b92613-837a-43cd-86b5-1212ef954384\",\"name\":\"redmond/08b92613-837a-43cd-86b5-1212ef954384\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"08b92613-837a-43cd-86b5-1212ef954384\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:22:18.7883083Z\",\"timeTakenToCreate\":\"PT6M35.345912S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"name\":\"redmond/0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:32:38.8094127Z\",\"timeTakenToCreate\":\"PT5M16.0605282S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}},{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/69ebefe9-7b1b-414a-99ad-49edf061d845\",\"name\":\"redmond/69ebefe9-7b1b-414a-99ad-49edf061d845\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"69ebefe9-7b1b-414a-99ad-49edf061d845\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:42:50.0310854Z\",\"timeTakenToCreate\":\"PT5M15.1452343S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}],\"nextLink\":null}" } }, - "Get-AzsBackup+[NoContext]+TestGetBackupViaIdentity+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01+4": { + "Get-AzsBackup+[NoContext]+TestGetBackupViaIdentity+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "c48ef308-1b47-4dbc-9717-d4e3478940d1" ], + "x-ms-unique-id": [ "48" ], + "x-ms-client-request-id": [ "3488eec0-c03c-4dcf-9c52-09b05df1786b" ], "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], "FullCommandName": [ "Get-AzsBackup_GetViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -566,82 +259,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "02f054b6-6ac2-4342-a16a-1ec3424a51dd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvDNDzmZQEC9kIjHNVafyDJiarD8bLNfh5yARKw5BU+6OLDaXhntdpubhQJCzPo/XysqvusmuoBRlcROcMwDCqMULQmGOt2w7a6w7j1jUsDGArXFqRQasUcEwUwTg0Rcutwo+pTAuGMgnoCAzhYmzv" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14885" ], - "x-ms-request-id": [ "02f054b6-6ac2-4342-a16a-1ec3424a51dd" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132156Z:02f054b6-6ac2-4342-a16a-1ec3424a51dd" ], + "x-ms-correlation-request-id": [ "1356d1b2-3cb0-4eb3-a431-e6ba159c36cc" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14954" ], + "x-ms-request-id": [ "1356d1b2-3cb0-4eb3-a431-e6ba159c36cc" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T125027Z:1356d1b2-3cb0-4eb3-a431-e6ba159c36cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:56 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "1005" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"name\":\"redmond/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2021-10-31T13:17:57.1251584Z\",\"timeTakenToCreate\":\"PT4M6.8702613S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":true}}}", - "isContentBase64": false - } - }, - "Get-AzsBackup+[NoContext]+TestGetBackupViaIdentity+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/65db558c-f3e5-48d5-8038-9e9cf4fcd5e7?api-version=2021-09-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/65db558c-f3e5-48d5-8038-9e9cf4fcd5e7?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "15" ], - "x-ms-client-request-id": [ "1c520ccb-80bd-4769-8869-5c29eb70a69c" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], - "FullCommandName": [ "Get-AzsBackup_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "19d8595a-e3fa-4cf7-ba15-478095ff235b" ], + "Date": [ "Wed, 04 Mar 2020 12:50:27 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGOdbJQQJCNaaCj4x9MNS2LlzWbysQgJ4J/RU6KnYye5Bz1nLLl5ibgR52L0hZTKTkhvNPRgGHY4rgogYvUGK3JWtN1IkTFSe6O9uOK9FpeuadBJyJr5eRcB1Lt2lncSZAGpXMwjV6UpdDaqSC9CP" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14884" ], - "x-ms-request-id": [ "19d8595a-e3fa-4cf7-ba15-478095ff235b" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132157Z:19d8595a-e3fa-4cf7-ba15-478095ff235b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:56 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHIpbsfv4sgSIz/P0DIQbrDmjnCS0RVVVRUEVx7QY8kk6Dc/VfFm+tNBcpxybdQoS/9j5tMiX5MmdaDNmjDFyqfF8vMaqKkxOYj9XhjPLzjCDT3Yrm4CZaD3i20JYVy0DenMbb74ctDXymf+njEnG" ] }, "ContentHeaders": { - "Content-Length": [ "6172" ], + "Content-Length": [ "863" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"name\":\"redmond/65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"65db558c-f3e5-48d5-8038-9e9cf4fcd5e7\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:21:22.6433004Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}", - "isContentBase64": false + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/08b92613-837a-43cd-86b5-1212ef954384\",\"name\":\"redmond/08b92613-837a-43cd-86b5-1212ef954384\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"08b92613-837a-43cd-86b5-1212ef954384\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:22:18.7883083Z\",\"timeTakenToCreate\":\"PT6M35.345912S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}" } }, - "Get-AzsBackup+[NoContext]+TestGetBackupViaIdentity+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/9a43c221-9a4b-45ce-9e84-d4041558147b?api-version=2021-09-01+6": { + "Get-AzsBackup+[NoContext]+TestGetBackupViaIdentity+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/9a43c221-9a4b-45ce-9e84-d4041558147b?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "ae7bb5c3-02ef-4633-ad1a-9e80646d4259" ], + "x-ms-unique-id": [ "49" ], + "x-ms-client-request-id": [ "e2e91d79-3dbd-4c47-bd06-41da189a0d5f" ], "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], "FullCommandName": [ "Get-AzsBackup_GetViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -650,82 +299,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7bcdf183-cea7-4d10-9a18-46b980f6e3d7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvpm5euspHzoZtnXAds8vm76HQ60fImysBk918ib1Ugt+ilGpnJ0EwrkpTZIlt6GVfaufT7L6Un+Egzo6GCiDc2w/vfEi7arnEeDcTqxeHoh7aBY3euTwg/ockAeuztZnwc8GheNx3vxydEyPNy2d4" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14883" ], - "x-ms-request-id": [ "7bcdf183-cea7-4d10-9a18-46b980f6e3d7" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132157Z:7bcdf183-cea7-4d10-9a18-46b980f6e3d7" ], + "x-ms-correlation-request-id": [ "3f7ce0bc-5753-4b34-8ea5-3d731d6ac3f0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14953" ], + "x-ms-request-id": [ "3f7ce0bc-5753-4b34-8ea5-3d731d6ac3f0" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T125028Z:3f7ce0bc-5753-4b34-8ea5-3d731d6ac3f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:57 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "6172" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/9a43c221-9a4b-45ce-9e84-d4041558147b\",\"name\":\"redmond/9a43c221-9a4b-45ce-9e84-d4041558147b\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"9a43c221-9a4b-45ce-9e84-d4041558147b\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:35:21.8587954Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}", - "isContentBase64": false - } - }, - "Get-AzsBackup+[NoContext]+TestGetBackupViaIdentity+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/c5eeeeee-fddc-4729-af7b-bee63f94ff62?api-version=2021-09-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/c5eeeeee-fddc-4729-af7b-bee63f94ff62?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "5a570a8c-08d0-4563-9694-abb1361033c5" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], - "FullCommandName": [ "Get-AzsBackup_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "56c47805-0afb-4d6c-a5dc-c70e3f3ef278" ], + "Date": [ "Wed, 04 Mar 2020 12:50:27 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvofcWR/+llR6cR9k/xqoZo3RNvNLYXQ3ulKJ0aCuIqNCq9dil1Aw/ixxsM/WbnUuPOYPEIt9Q0JbdpVQgLRRbjz3fJtkQ/8UPVflp78TKZ/3G1gDYBYpOEZMt7ZhuaRSzh3p+nfdteND5t4U0pC6i" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14882" ], - "x-ms-request-id": [ "56c47805-0afb-4d6c-a5dc-c70e3f3ef278" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132158Z:56c47805-0afb-4d6c-a5dc-c70e3f3ef278" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:57 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgFpqb1ndrl/L/qOB8ldPmX2JWOCzwyfsWw6RginGdVpMfChrzEP98K0GIUc8g6FGksdLRNxu21M9Oobjr/A30CkCVd4or7iND3SM+k/qSPUExJrc0ENXxPXoKuOg1HfWXl2OvisoqnzLtVHahH8F" ] }, "ContentHeaders": { - "Content-Length": [ "6172" ], + "Content-Length": [ "864" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"name\":\"redmond/c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"c5eeeeee-fddc-4729-af7b-bee63f94ff62\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T11:41:06.2024616Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"D9269CB9976D0EB0EE777D19E2FDF6A67228E562\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}", - "isContentBase64": false + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"name\":\"redmond/0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:32:38.8094127Z\",\"timeTakenToCreate\":\"PT5M16.0605282S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}" } }, - "Get-AzsBackup+[NoContext]+TestGetBackupViaIdentity+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/e5f29854-6021-4804-b844-745dfda728c7?api-version=2021-09-01+8": { + "Get-AzsBackup+[NoContext]+TestGetBackupViaIdentity+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/e5f29854-6021-4804-b844-745dfda728c7?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "c9c6e5a8-cf79-454c-856b-df3777d3b9f6" ], + "x-ms-unique-id": [ "50" ], + "x-ms-client-request-id": [ "de3daaec-6df4-4e13-80c7-a431cfee66cb" ], "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], "FullCommandName": [ "Get-AzsBackup_GetViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -734,67 +339,24 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "38fa9144-9c56-4d1b-bbb1-b8e3e3a0d6c7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvl+rLi7v3NJqKhztdbwsLKUOYX1/opOA/M7u6b4UWbydhauURK+ELSqdkIKyoRELvQjUl1aBZwU4pfFYwUCb4IuBBtjVoGZsev86o00QEgSVnMcXGKZo8P1Mvn3bobxlkM/UDBCG5RelCY9Ei9Xzx" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14881" ], - "x-ms-request-id": [ "38fa9144-9c56-4d1b-bbb1-b8e3e3a0d6c7" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132158Z:38fa9144-9c56-4d1b-bbb1-b8e3e3a0d6c7" ], + "x-ms-correlation-request-id": [ "966d5fbc-653b-4de5-bf64-25e9396dd6fd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14952" ], + "x-ms-request-id": [ "966d5fbc-653b-4de5-bf64-25e9396dd6fd" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T125028Z:966d5fbc-653b-4de5-bf64-25e9396dd6fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:58 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "6172" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/e5f29854-6021-4804-b844-745dfda728c7\",\"name\":\"redmond/e5f29854-6021-4804-b844-745dfda728c7\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"e5f29854-6021-4804-b844-745dfda728c7\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-31T13:03:39.9339885Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}", - "isContentBase64": false - } - }, - "Get-AzsBackup+[NoContext]+TestGetBackupViaIdentity+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/eb9346ce-f024-41fe-874c-0306bf1d9f3b?api-version=2021-09-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/eb9346ce-f024-41fe-874c-0306bf1d9f3b?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "5579d7e7-bba7-4941-aca0-74969db5025b" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Get-AzsBackup" ], - "FullCommandName": [ "Get-AzsBackup_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d6494dd4-64c8-4a23-a14e-51703f2246e8" ], + "Date": [ "Wed, 04 Mar 2020 12:50:28 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+O6WXyX09otgqVr7W/A/yuMRr8VL++Xl8im6XK6ER0sLE14G7RBt31/8RaroJ6tDyHsfw35x+WNGe+sKQ2CTdSQeDRQa60yMwifxNaigar/ov0F9HTLKAuNtd2JVptAkD1xG2eTnwFIxpJicWVs4" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14880" ], - "x-ms-request-id": [ "d6494dd4-64c8-4a23-a14e-51703f2246e8" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T132159Z:d6494dd4-64c8-4a23-a14e-51703f2246e8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:21:58 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvSzcX48OwpUEUys98E9nvBMKG8UhMHs8s6qSI9x0BJUISli1CMItmXVZ7wXd/5QAZ0FEfOz0cElmDZP4j+xFnYTDsgpAEGxPdlX85KgowryoiCQAzb2cw1gjW/ADDOKe1F9reqE4DiAaBaJqFbTX9" ] }, "ContentHeaders": { - "Content-Length": [ "6171" ], + "Content-Length": [ "864" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"name\":\"redmond/eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"eb9346ce-f024-41fe-874c-0306bf1d9f3b\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"},{\"roleName\":\"CertificateManagement\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CertificateManagement;CertificateManagement;-;Certificates\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CPI\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CPI;AvailabilitySetController;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;ClusterOrchestrator;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;DataService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;TopologyManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CPI;VmOrchestrator;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Domain\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Domain;ServerBackup;-;DomainController\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DeploymentProvider\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;TableStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrp\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"DeploymentProvider;DeploymentProvider;-;BlobStore_deploymentrpcrl\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"WAS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"WAS;WasService;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Subscriptions\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"WAS;WasService;-;Microsoft.AzureStack.Commerce\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SupportBridgeController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SupportBridgeController;SupportBridgeController;-;SupportBridge\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"SRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"SRP;SRP;-;-\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"SRP;SrpStatefulService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalControlPlane;KeyVaultInternalControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ECE\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ECE;ECE;-;ECEDeploymentParameters\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"ECE;EnterpriseCloudEngineService;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultInternalDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultInternalDataPlane;KeyVaultInternalDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"InfraServiceController\",\"repositoryStatus\":[{\"fullRepositoryName\":\"InfraServiceController;ISManager;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NRP;Microsoft.Network.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;FrontendService;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"NRP;DnsOrchestrator;-;RC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"IBC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"IBC;IBC;-;Configs\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"DiskRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"DiskRP;DiskManagerService;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"AzureStackBitlocker\",\"repositoryStatus\":[{\"fullRepositoryName\":\"AzureStackBitlocker;Bitlocker;-;RecoveryKeys\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACS\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACS;WAC;-;WAC\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"ACSSettingsService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"ACSSettingsService;SettingsService;-;Settings\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultDataPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultDataPlane;KeyVaultDataPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"CRP\",\"repositoryStatus\":[{\"fullRepositoryName\":\"CRP;Microsoft.Compute.Admin;-;Quota\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CARP;-;RC\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;CRP;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;DiagnosabilityManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;ExtensionManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;IsoManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;MetadataServer;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;NetworkManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;PlatformImageRepository;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;StorageContainerLeaser;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UsageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;UserImageManager;-;KVS\",\"status\":\"Failed\"},{\"fullRepositoryName\":\"CRP;BlobSasManager;-;KVS\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"Cluster\",\"repositoryStatus\":[{\"fullRepositoryName\":\"Cluster;ClusterDB;-;ClusterDB\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"KeyVaultControlPlane\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultControlPlane;KeyVaultControlPlane;-;-\",\"status\":\"Failed\"}],\"status\":\"Failed\"},{\"roleName\":\"NC\",\"repositoryStatus\":[{\"fullRepositoryName\":\"NC;NC;-;IBCBackup\",\"status\":\"Failed\"}],\"status\":\"Failed\"}],\"status\":\"PartialSucceeded\",\"createdDateTime\":\"2021-10-30T03:43:04.4987803Z\",\"timeTakenToCreate\":\"PT0S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptionCertThumbprint\":\"67DB85A6E700C72032B4C5A92357AA94022DA06E\",\"completelyUploaded\":true,\"isAutomaticBackup\":true,\"isCloudRecoveryReady\":false}}}", - "isContentBase64": false + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/69ebefe9-7b1b-414a-99ad-49edf061d845\",\"name\":\"redmond/69ebefe9-7b1b-414a-99ad-49edf061d845\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"69ebefe9-7b1b-414a-99ad-49edf061d845\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:42:50.0310854Z\",\"timeTakenToCreate\":\"PT5M15.1452343S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}" } } } \ No newline at end of file diff --git a/src/Azs.Backup.Admin/test/Get-AzsBackupConfiguration.Recording.json b/src/Azs.Backup.Admin/test/Get-AzsBackupConfiguration.Recording.json index 3df4b45b..62b98213 100644 --- a/src/Azs.Backup.Admin/test/Get-AzsBackupConfiguration.Recording.json +++ b/src/Azs.Backup.Admin/test/Get-AzsBackupConfiguration.Recording.json @@ -1,17 +1,16 @@ { - "Get-AzsBackupConfiguration+[NoContext]+TestListBackupLocation+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations?api-version=2021-09-01\u0026$top=10+1": { + "Get-AzsBackupConfiguration+[NoContext]+TestListBackupLocation+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations?api-version=2018-09-01\u0026$top=10+1": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations?api-version=2021-09-01\u0026$top=10", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations?api-version=2018-09-01\u0026$top=10", "Content": null, - "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "8308d321-7e1d-4eac-ab72-4cc84b4654ca" ], + "x-ms-client-request-id": [ "a6850a4f-f255-4803-b7a4-2257fc7cbeac" ], "CommandName": [ "Get-AzsBackupConfiguration" ], "FullCommandName": [ "Get-AzsBackupConfiguration_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -20,40 +19,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e2c0e7d9-3b7f-413c-9852-3ec41d9084f0" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCzj8mWUnMhT0Kj+G4h93S8M8mHTU86dfwVkbyWvK48J1SKihSGDLPWEDteZ1btgFBPTltNpVS1LmbZzXqHayE++ydCuH91PKL43I2KCqnO7ZjCFSWgSne66UsLxBHnMJQU/HMgUVabNaj1qJm3ou" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14950" ], - "x-ms-request-id": [ "e2c0e7d9-3b7f-413c-9852-3ec41d9084f0" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125746Z:e2c0e7d9-3b7f-413c-9852-3ec41d9084f0" ], + "x-ms-correlation-request-id": [ "fbdee304-a67e-468f-9ccb-f1ed7189d973" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14963" ], + "x-ms-request-id": [ "fbdee304-a67e-468f-9ccb-f1ed7189d973" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T121450Z:fbdee304-a67e-468f-9ccb-f1ed7189d973" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:57:46 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:14:50 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvDgszoa7sPqaRi/VNLnoKGJvBwwxJ5U92QeEq7zjb08XwKn04I/z5JM2dTV87k++GhPRLOj/uZg7NJGRFiSdf8A9y8b2fDdKbMd0LbWHRIdQZpr/UFREIziU2pu0l91Xk0yCN78WDbHj/xYGrZJ4K" ] }, "ContentHeaders": { - "Content-Length": [ "813" ], + "Content-Length": [ "709" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":null,\"userName\":null,\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":null,\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":\"2021-10-31T00:22:07.6635047Z\",\"backupRetentionPeriodInDays\":6,\"blobStorageUrl\":\"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}],\"nextLink\":null}", - "isContentBase64": false + "Content": "{\"value\":[{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":\"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\"userName\":\"AzureStackAdmin\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"backupFrequencyInHours\":10,\"availableCapacity\":\"1.00 TB\",\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2020-03-04T21:19:26.9917619Z\",\"lastBackupTime\":null,\"backupRetentionPeriodInDays\":6}}}],\"nextLink\":null}" } }, - "Get-AzsBackupConfiguration+[NoContext]+TestGetBackupLocation+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations?api-version=2021-09-01\u0026$top=10+1": { + "Get-AzsBackupConfiguration+[NoContext]+TestGetBackupLocation+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations?api-version=2018-09-01\u0026$top=10+1": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations?api-version=2021-09-01\u0026$top=10", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations?api-version=2018-09-01\u0026$top=10", "Content": null, - "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "c6f22d74-ed3a-41c2-8b4e-9e6b0f7b5d30" ], + "x-ms-client-request-id": [ "e8a0e95a-9923-440f-8be6-3859776d31ed" ], "CommandName": [ "Get-AzsBackupConfiguration" ], "FullCommandName": [ "Get-AzsBackupConfiguration_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -62,40 +59,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "2725a8bc-0930-4d78-83e0-223ad7493fa2" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVVXNeEQUo8pzBrKRimVTDb4RRQXD+NFg8Rgxj405op9/9FKnBDUS/227TKWB0CVKFZl87TEY4BvdaaasiI+GGHk31P2RCNvyp0BCyZtahHi98G3P/xXxcm1I7aRv5UdYlcWZDlv5wUNntvCYl3J4" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14949" ], - "x-ms-request-id": [ "2725a8bc-0930-4d78-83e0-223ad7493fa2" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125747Z:2725a8bc-0930-4d78-83e0-223ad7493fa2" ], + "x-ms-correlation-request-id": [ "22be3084-b538-42ce-acc1-566974f1c35d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14961" ], + "x-ms-request-id": [ "22be3084-b538-42ce-acc1-566974f1c35d" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T121452Z:22be3084-b538-42ce-acc1-566974f1c35d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:57:46 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:14:52 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv63dTpvAd8EwXOacbonDG6p/N3Rz2Otc+TEYvxaOEVb3Eq6bAa2/D9UdEexIHvOPC6EfOkX6at4BsM9Gnz0ERYQO0DZ381LwzV6YDZacgs1SJK89DJcpDVoAV/fmKO3WZK+j0qGIgXtE2L9D5522z" ] }, "ContentHeaders": { - "Content-Length": [ "813" ], + "Content-Length": [ "709" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":null,\"userName\":null,\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":null,\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":\"2021-10-31T00:22:07.6635047Z\",\"backupRetentionPeriodInDays\":6,\"blobStorageUrl\":\"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}],\"nextLink\":null}", - "isContentBase64": false + "Content": "{\"value\":[{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":\"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\"userName\":\"AzureStackAdmin\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"backupFrequencyInHours\":10,\"availableCapacity\":\"1.00 TB\",\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2020-03-04T21:19:26.9917619Z\",\"lastBackupTime\":null,\"backupRetentionPeriodInDays\":6}}}],\"nextLink\":null}" } }, - "Get-AzsBackupConfiguration+[NoContext]+TestGetBackupLocation+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01+2": { + "Get-AzsBackupConfiguration+[NoContext]+TestGetBackupLocation+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2018-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "8173a8ba-c4ad-40a1-9d17-a22c3eaf1737" ], + "x-ms-client-request-id": [ "a3029a3b-d30d-48ba-abf4-8884f7577052" ], "CommandName": [ "Get-AzsBackupConfiguration" ], "FullCommandName": [ "Get-AzsBackupConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -104,40 +99,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a01aa851-c4b2-4bf9-92f1-5c75618b66ac" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhscfpd9JaGYeYhh7POViwWPxmr5EtPYU+wSkweubGFo2yvV7Mmi8hNiQI7zM0hMlMJv5p6gX/4IV2KXAAqiLdpqLz69ESVKUnOHvrH3eV9sNvMNZ9as1D+A+fUKl1r1+dnnBaNtb6iuohfQtlW4v" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14948" ], - "x-ms-request-id": [ "a01aa851-c4b2-4bf9-92f1-5c75618b66ac" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125747Z:a01aa851-c4b2-4bf9-92f1-5c75618b66ac" ], + "x-ms-correlation-request-id": [ "2109400f-b06b-4553-8f7d-e87e994f3b4f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14959" ], + "x-ms-request-id": [ "2109400f-b06b-4553-8f7d-e87e994f3b4f" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T121454Z:2109400f-b06b-4553-8f7d-e87e994f3b4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:57:47 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:14:54 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1D5hBZA/z1ZkOAklY4/+5d/cZyjRW9U0q9sqXjJLab+EKZHDrKR3zqHJw0tjlUZ3ixsactgPNb/DrHkcH3kpmfRebYVItQifEk4+/vIQyP316SBwr+5RJu+mAS368lEbH5+84GSfF5wayi3TcjjE" ] }, "ContentHeaders": { - "Content-Length": [ "785" ], + "Content-Length": [ "681" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":null,\"userName\":null,\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":null,\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":\"2021-10-31T00:22:07.6635047Z\",\"backupRetentionPeriodInDays\":6,\"blobStorageUrl\":\"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":\"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\"userName\":\"AzureStackAdmin\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"backupFrequencyInHours\":10,\"availableCapacity\":\"1.00 TB\",\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2020-03-04T21:19:26.9917619Z\",\"lastBackupTime\":null,\"backupRetentionPeriodInDays\":6}}}" } }, - "Get-AzsBackupConfiguration+[NoContext]+TestGetBackupLocationViaIdentity+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations?api-version=2021-09-01\u0026$top=10+1": { + "Get-AzsBackupConfiguration+[NoContext]+TestGetBackupLocationViaIdentity+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations?api-version=2018-09-01\u0026$top=10+1": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations?api-version=2021-09-01\u0026$top=10", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations?api-version=2018-09-01\u0026$top=10", "Content": null, - "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "f9567231-eeac-4fef-b604-50f5a56f984f" ], + "x-ms-client-request-id": [ "c20ed344-1a82-4caa-9589-911de7809afa" ], "CommandName": [ "Get-AzsBackupConfiguration" ], "FullCommandName": [ "Get-AzsBackupConfiguration_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -146,40 +139,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7935ce59-6285-4884-9148-d3b99b4ad89d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZmu+gCMnNyNINwkDHX1OrNS1SynpEvF3ByDYliPuve+UWV2a5KNRtsC7fZ7nZGMdoHUfD4qj+eOKMzV2DCTW01fU3pbv+udySQf33hhenOWFl+fBel3ZvWlILgUguGPlMuP00W4Csh9/kx+zAxdz" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14947" ], - "x-ms-request-id": [ "7935ce59-6285-4884-9148-d3b99b4ad89d" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125748Z:7935ce59-6285-4884-9148-d3b99b4ad89d" ], + "x-ms-correlation-request-id": [ "a4a10098-462d-49fe-ad44-ebdfcddbc090" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14957" ], + "x-ms-request-id": [ "a4a10098-462d-49fe-ad44-ebdfcddbc090" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T121456Z:a4a10098-462d-49fe-ad44-ebdfcddbc090" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:57:47 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:14:56 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTC9lQnRmBr5yLocuUJuEQtUUYsvnpbSJ9MCaSwbwbuN+IJ6L3Itx6kZjiUFIWfK10xf9Tm0vQ1z7LYmaowNgh6oSIYEMkOsp/IQBA4GnpYFSdtOtHg4ycyU61IfrVEB2XENho14mcw95LW4OKO+a" ] }, "ContentHeaders": { - "Content-Length": [ "813" ], + "Content-Length": [ "709" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":null,\"userName\":null,\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":null,\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":\"2021-10-31T00:22:07.6635047Z\",\"backupRetentionPeriodInDays\":6,\"blobStorageUrl\":\"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}],\"nextLink\":null}", - "isContentBase64": false + "Content": "{\"value\":[{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":\"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\"userName\":\"AzureStackAdmin\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"backupFrequencyInHours\":10,\"availableCapacity\":\"1.00 TB\",\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2020-03-04T21:19:26.9917619Z\",\"lastBackupTime\":null,\"backupRetentionPeriodInDays\":6}}}],\"nextLink\":null}" } }, - "Get-AzsBackupConfiguration+[NoContext]+TestGetBackupLocationViaIdentity+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01+2": { + "Get-AzsBackupConfiguration+[NoContext]+TestGetBackupLocationViaIdentity+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2018-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "b4dd34f5-10d4-4b4a-93ed-1f19d26abc38" ], + "x-ms-client-request-id": [ "b3dc7016-8c8d-42f8-855b-8d9dab6bc5d4" ], "CommandName": [ "Get-AzsBackupConfiguration" ], "FullCommandName": [ "Get-AzsBackupConfiguration_GetViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -188,25 +179,24 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "729e1792-2200-406c-8d7d-d5a540a7282b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvxxbA0VEOKAe1ihKzGT1xGY+lVt0ZLy5SMz9M1Oy+FEfJpxt81u/kfW8/qgtKYH7NWUessJePHeaftw+yqPHVU3P+IyZLs98TW0/WxkUogRhhbWV2w+10l48PqVCxv/sDoBScp3oBD+D1tAJIK1b8" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14946" ], - "x-ms-request-id": [ "729e1792-2200-406c-8d7d-d5a540a7282b" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125748Z:729e1792-2200-406c-8d7d-d5a540a7282b" ], + "x-ms-correlation-request-id": [ "5766f75e-0e17-4e88-a09f-b09f22cce90c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14956" ], + "x-ms-request-id": [ "5766f75e-0e17-4e88-a09f-b09f22cce90c" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T121457Z:5766f75e-0e17-4e88-a09f-b09f22cce90c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:57:48 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:14:56 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzs5du/ImFyZNC8qP9bDFs8s/PDzJPNbNjNDGYvLCMo/6QVokVlxFvhVdNHd3t0tkGe45U7ToNOSGauvzbk5l6XyNjOWhU3s8wwjGjtHet63KcuDYwpq2eyO8XUD6cj/CvQndCD1AJfESDYBx4oA4" ] }, "ContentHeaders": { - "Content-Length": [ "785" ], + "Content-Length": [ "681" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":null,\"userName\":null,\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":null,\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":\"2021-10-31T00:22:07.6635047Z\",\"backupRetentionPeriodInDays\":6,\"blobStorageUrl\":\"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":\"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\"userName\":\"AzureStackAdmin\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"backupFrequencyInHours\":10,\"availableCapacity\":\"1.00 TB\",\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2020-03-04T21:19:26.9917619Z\",\"lastBackupTime\":null,\"backupRetentionPeriodInDays\":6}}}" } } } \ No newline at end of file diff --git a/src/Azs.Backup.Admin/test/Invoke-AzsPruneBackupLocationExternalStore.Recording.json b/src/Azs.Backup.Admin/test/Invoke-AzsPruneBackupLocationExternalStore.Recording.json index ec72026f..f840ef92 100644 --- a/src/Azs.Backup.Admin/test/Invoke-AzsPruneBackupLocationExternalStore.Recording.json +++ b/src/Azs.Backup.Admin/test/Invoke-AzsPruneBackupLocationExternalStore.Recording.json @@ -1,10 +1,9 @@ { - "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$POST+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/pruneExternalStore?api-version=2021-09-01+1": { + "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$POST+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/pruneExternalStore?api-version=2018-09-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/pruneExternalStore?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/pruneExternalStore?api-version=2018-09-01", "Content": "{\r\n \"operationType\": \"DryRun\"\r\n}", - "isContentBase64": false, "Headers": { }, "ContentHeaders": { @@ -15,43 +14,41 @@ "Response": { "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/b5638817-a568-44c6-b556-a2655e1d2a9c?api-version=2021-09-01" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/b5638817-a568-44c6-b556-a2655e1d2a9c?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "30a31afb-0618-45e6-9031-d3a8d3885381" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvoNsIdHTPJpPsSp3nZ0kd4jA4hHmBhP0aHiYTOQVYsEh0Sp2clmzEhIP/KDWujKJmsxmW6Iv2aP/s1TP0LeI9VP7rLXSFD5/CL4Mi26wEDlzQRq7QmsFSayJm4lmHG3hsXggOMGcsRqQ12McTd2G3" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-request-id": [ "30a31afb-0618-45e6-9031-d3a8d3885381" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T034808Z:30a31afb-0618-45e6-9031-d3a8d3885381" ], + "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6253763c-81c5-4301-ab5e-4986f955603c?api-version=2018-09-01\u0026IsAsyncOperation=1" ], + "x-ms-correlation-request-id": [ "81714503-3d4b-4348-b154-12897719e43b" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], + "x-ms-request-id": [ "81714503-3d4b-4348-b154-12897719e43b" ], + "x-ms-routing-request-id": [ "REDMOND:20201126T032850Z:81714503-3d4b-4348-b154-12897719e43b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 03:48:07 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 26 Nov 2020 03:28:50 GMT" ], + "Location": [ "https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6253763c-81c5-4301-ab5e-4986f955603c?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvR6PI5alfqfl6Z+ncGc8awEvB8rqOb/rpcRismNCa1yX+9IkLD7R71E80frpdRUB8306XlxQC4K9XOl49bQbFxbBgi5yR7Nko+5UNjJo8Qb7fHKdAZvUEFBg2hv6oKS/Evtu+rrScnKZE9gZy77H8" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null, - "isContentBase64": false + "Content": null } }, - "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/b5638817-a568-44c6-b556-a2655e1d2a9c?api-version=2021-09-01\u0026IsAsyncOperation=1+2": { + "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$GET+https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6253763c-81c5-4301-ab5e-4986f955603c?api-version=2018-09-01\u0026IsAsyncOperation=1+2": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/b5638817-a568-44c6-b556-a2655e1d2a9c?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6253763c-81c5-4301-ab5e-4986f955603c?api-version=2018-09-01\u0026IsAsyncOperation=1", "Content": null, - "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "41c347af-f4a2-4a5e-b99d-c2dc4c3e6a6a" ], + "x-ms-unique-id": [ "43" ], + "x-ms-client-request-id": [ "8a209d7e-0838-4b78-ad58-7af12c0154a9" ], "CommandName": [ "Invoke-AzsPruneBackupLocationExternalStore" ], "FullCommandName": [ "Invoke-AzsPruneBackupLocationExternalStore_PruneExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ] }, "ContentHeaders": { } @@ -59,41 +56,39 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4d0947bc-26ba-459b-a100-315bed6dd0d0" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBjVmteXYmUXRQe0c7xULaUWkGZeVt5R/CUYL29/hb1qJgRx8cSyHUfnLnvVi2/JMPGylGOnwHZCTRC329Y11nvog1UcTEWLxi56rMGyEm3SRjbMdqFsXitcG5g7L0atmYc8JY5Nhi3Uw97vX2vI5" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14281" ], - "x-ms-request-id": [ "4d0947bc-26ba-459b-a100-315bed6dd0d0" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T034909Z:4d0947bc-26ba-459b-a100-315bed6dd0d0" ], + "x-ms-correlation-request-id": [ "886022d1-e017-4c54-8bf5-db2d9dceb722" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14843" ], + "x-ms-request-id": [ "886022d1-e017-4c54-8bf5-db2d9dceb722" ], + "x-ms-routing-request-id": [ "REDMOND:20201126T032951Z:886022d1-e017-4c54-8bf5-db2d9dceb722" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 03:49:08 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 26 Nov 2020 03:29:50 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLeG35wb3iOEeACmfKXWc7LICUKuvuhQ7eheiL5TLFy/bOyzD1Vu+ht8PCEI/QcXARj2z65PGQ1ITSTlGsX9yebDA7szD3+RhWNNh34U5s3Ltq+BlyUFvAg0apUDwx9K+/Xn+6wbLYa/A9cmxcHwV" ] }, "ContentHeaders": { - "Content-Length": [ "285" ], + "Content-Length": [ "273" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"properties\":{\"pathsToDelete\":[\"masbackup/progressivebackup/1.2108.0.32/BackupEncryptionCert.pfx\"]}}", - "isContentBase64": false + "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"properties\":{\"pathsToDelete\":[\"masbackup/progressivebackup/BackupEncryptionCert.pfx\"]}}" } }, - "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/b5638817-a568-44c6-b556-a2655e1d2a9c?api-version=2021-09-01+3": { + "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$GET+https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6253763c-81c5-4301-ab5e-4986f955603c?api-version=2018-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/b5638817-a568-44c6-b556-a2655e1d2a9c?api-version=2021-09-01", + "RequestUri": "https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6253763c-81c5-4301-ab5e-4986f955603c?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "41c347af-f4a2-4a5e-b99d-c2dc4c3e6a6a" ], + "x-ms-unique-id": [ "44" ], + "x-ms-client-request-id": [ "8a209d7e-0838-4b78-ad58-7af12c0154a9" ], "CommandName": [ "Invoke-AzsPruneBackupLocationExternalStore" ], "FullCommandName": [ "Invoke-AzsPruneBackupLocationExternalStore_PruneExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ] }, "ContentHeaders": { } @@ -101,33 +96,31 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ca61760f-8544-4d40-b7ae-15a21fa2ec1d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv337Ixi6clfY+NuvbcZD3q8d1uVEuGMsK8zZUt9kYysVcDH5QqZ+55AljjyUc6aRXfvniKGk80+QWCblHYIMsZvOCydq+RVE60digvRdHl8FFMVtbl8PXI6EKfn+xfAQrqEaA22xOiTBwa/hyekmf" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14280" ], - "x-ms-request-id": [ "ca61760f-8544-4d40-b7ae-15a21fa2ec1d" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T034909Z:ca61760f-8544-4d40-b7ae-15a21fa2ec1d" ], + "x-ms-correlation-request-id": [ "2d0a8e7b-5661-41fe-8978-5b6456cdf837" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14842" ], + "x-ms-request-id": [ "2d0a8e7b-5661-41fe-8978-5b6456cdf837" ], + "x-ms-routing-request-id": [ "REDMOND:20201126T032951Z:2d0a8e7b-5661-41fe-8978-5b6456cdf837" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 03:49:09 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 26 Nov 2020 03:29:51 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvMAw2FnOHZAROvQbHywuFfTcFMI+c04JCp/dGVd2jRozUf+5xKl6xDpp7/JS/SkrQA5C/zR+9FfjR20wfO6u4QJh60xOUYqQLb/jGYEoD/fJaWsAOQyKbmCflzO8onIOfOwdnvwTmI4l38zmG2zX" ] }, "ContentHeaders": { - "Content-Length": [ "343" ], + "Content-Length": [ "331" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"pathsToDelete\":[\"masbackup/progressivebackup/1.2108.0.32/BackupEncryptionCert.pfx\"]}}", - "isContentBase64": false + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"pathsToDelete\":[\"masbackup/progressivebackup/BackupEncryptionCert.pfx\"]}}" } }, - "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$POST+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/pruneExternalStore?api-version=2021-09-01+4": { + "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$POST+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/pruneExternalStore?api-version=2018-09-01+4": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/pruneExternalStore?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/pruneExternalStore?api-version=2018-09-01", "Content": "{\r\n}", - "isContentBase64": false, "Headers": { }, "ContentHeaders": { @@ -138,43 +131,41 @@ "Response": { "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/99c95614-2927-42fa-8237-9c6f24b20723?api-version=2021-09-01" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/99c95614-2927-42fa-8237-9c6f24b20723?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "64865bfe-d97b-43cc-8c65-0fcab1600973" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5VFVJeNzRXm9+o43ehsoNfx73lwYx+SE2/0Xy5xglHRhFPf1aAKGFDIW5q/+GuAahAMtU68W/r16NYPUPaYV2RqAFO05j06QNmMsgFq+7v/uT/mEsvZpICtaqTEnIuFUB3/4ISBj2nt+1Yz89EwB" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-request-id": [ "64865bfe-d97b-43cc-8c65-0fcab1600973" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T034909Z:64865bfe-d97b-43cc-8c65-0fcab1600973" ], + "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/f1d19191-1fda-4526-9957-77fcb7d04346?api-version=2018-09-01\u0026IsAsyncOperation=1" ], + "x-ms-correlation-request-id": [ "00b9cf33-a53d-4482-b8c4-ec21b86beb74" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], + "x-ms-request-id": [ "00b9cf33-a53d-4482-b8c4-ec21b86beb74" ], + "x-ms-routing-request-id": [ "REDMOND:20201126T032957Z:00b9cf33-a53d-4482-b8c4-ec21b86beb74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 03:49:09 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 26 Nov 2020 03:29:57 GMT" ], + "Location": [ "https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/f1d19191-1fda-4526-9957-77fcb7d04346?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvDgPpcyEKcGKzfBSBoKNCaEmh71+EZEVapjhpMjgaSacR17k2c3FFrILEchlnYRVVwP8MwQJ3k4WJbmCUyWSZPStLyVrAfS56bicGyrRzLOjIHUnFtCnxY/vw2ZF/STPiNRizLa02eG4DT5yR+hNn" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null, - "isContentBase64": false + "Content": null } }, - "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/99c95614-2927-42fa-8237-9c6f24b20723?api-version=2021-09-01\u0026IsAsyncOperation=1+5": { + "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$GET+https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/f1d19191-1fda-4526-9957-77fcb7d04346?api-version=2018-09-01\u0026IsAsyncOperation=1+5": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/99c95614-2927-42fa-8237-9c6f24b20723?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/f1d19191-1fda-4526-9957-77fcb7d04346?api-version=2018-09-01\u0026IsAsyncOperation=1", "Content": null, - "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "63813cd1-9e20-4279-a997-03efe6e6d2d9" ], + "x-ms-unique-id": [ "46" ], + "x-ms-client-request-id": [ "32de23e4-9fb4-46f4-919b-2ff2d1ef3bb4" ], "CommandName": [ "Invoke-AzsPruneBackupLocationExternalStore" ], "FullCommandName": [ "Invoke-AzsPruneBackupLocationExternalStore_PruneExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ] }, "ContentHeaders": { } @@ -182,41 +173,39 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "70e42522-02b0-4f09-9fb0-d7cf75947ab7" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14344" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7AalztBSw/NKXiFahVpZdQ3hfnprZhC4QUFTmp/GV1ybjSglWOVo59vaTAOnEXdnxGJO7IeB8QtEcgY/8DYVS3v/55UfvkNC+aMUdHldt9CRDZi+8x3UTj+Gt2PBWWEJYoyFcfrVhFHesM5FEvkr" ], - "x-ms-request-id": [ "70e42522-02b0-4f09-9fb0-d7cf75947ab7" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T035010Z:70e42522-02b0-4f09-9fb0-d7cf75947ab7" ], + "x-ms-correlation-request-id": [ "18d077e8-ca02-4e2b-965d-896058f4f903" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14849" ], + "x-ms-request-id": [ "18d077e8-ca02-4e2b-965d-896058f4f903" ], + "x-ms-routing-request-id": [ "REDMOND:20201126T033058Z:18d077e8-ca02-4e2b-965d-896058f4f903" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 03:50:10 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 26 Nov 2020 03:30:57 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjbPsEYHUtU9E07jmMM9ciDVAOElNS3TVOfvTbvezY0nOEfvnJkLD22S6ghWbnlQF9otnPutHiU5PkYSGv1ooJYa7pJBe9Qqfb1tUKLzxw+ITGROqGZ0YKXDCiN7hiiXHcpnRofb+otNLEiaFYjmD" ] }, "ContentHeaders": { - "Content-Length": [ "285" ], + "Content-Length": [ "273" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"properties\":{\"pathsToDelete\":[\"masbackup/progressivebackup/1.2108.0.32/BackupEncryptionCert.pfx\"]}}", - "isContentBase64": false + "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"properties\":{\"pathsToDelete\":[\"masbackup/progressivebackup/BackupEncryptionCert.pfx\"]}}" } }, - "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/99c95614-2927-42fa-8237-9c6f24b20723?api-version=2021-09-01+6": { + "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$GET+https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/f1d19191-1fda-4526-9957-77fcb7d04346?api-version=2018-09-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/99c95614-2927-42fa-8237-9c6f24b20723?api-version=2021-09-01", + "RequestUri": "https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/f1d19191-1fda-4526-9957-77fcb7d04346?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "63813cd1-9e20-4279-a997-03efe6e6d2d9" ], + "x-ms-unique-id": [ "47" ], + "x-ms-client-request-id": [ "32de23e4-9fb4-46f4-919b-2ff2d1ef3bb4" ], "CommandName": [ "Invoke-AzsPruneBackupLocationExternalStore" ], "FullCommandName": [ "Invoke-AzsPruneBackupLocationExternalStore_PruneExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ] }, "ContentHeaders": { } @@ -224,33 +213,31 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "838d8f4f-570c-4e91-a785-050985745d98" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBjwblBeWzuQwUzM6ZOYKu+T8C0CKlIDH5aRO9XcDbLZZ0EXC1j65PMBOq+cz1a0pCIvJtDPky/cdAn6EufFxmW+bv15Kw0Jb4TgpYoxKhgWQ/8CgQ6AtroKs5JcvuUMzYnvV3s4hTwDOv99fCPNU" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14343" ], - "x-ms-request-id": [ "838d8f4f-570c-4e91-a785-050985745d98" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T035010Z:838d8f4f-570c-4e91-a785-050985745d98" ], + "x-ms-correlation-request-id": [ "bbb8382f-89ea-46cc-9b85-264d31964142" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14848" ], + "x-ms-request-id": [ "bbb8382f-89ea-46cc-9b85-264d31964142" ], + "x-ms-routing-request-id": [ "REDMOND:20201126T033058Z:bbb8382f-89ea-46cc-9b85-264d31964142" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 03:50:10 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 26 Nov 2020 03:30:57 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvtB/Qkp421rtTV53xv4NhP73EbDmVbRDKwLOTCVk1ka4+Dysqzk/IFwRtM7aYFEOdkCb+mB71VrAb++axp7y41AV6wC++kgUUvEoGxNlCJ4yt/t6MOB4wAn1e0FK8M9WPGA+3GwKLtJW+Gcu6UNa" ] }, "ContentHeaders": { - "Content-Length": [ "343" ], + "Content-Length": [ "331" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"pathsToDelete\":[\"masbackup/progressivebackup/1.2108.0.32/BackupEncryptionCert.pfx\"]}}", - "isContentBase64": false + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"pathsToDelete\":[\"masbackup/progressivebackup/BackupEncryptionCert.pfx\"]}}" } }, - "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$POST+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/pruneExternalStore?api-version=2021-09-01+7": { + "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$POST+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/pruneExternalStore?api-version=2018-09-01+7": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/pruneExternalStore?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/pruneExternalStore?api-version=2018-09-01", "Content": "{\r\n}", - "isContentBase64": false, "Headers": { }, "ContentHeaders": { @@ -261,43 +248,41 @@ "Response": { "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/fd5f23ab-3aad-48df-a7b7-1db1467ab30b?api-version=2021-09-01" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/fd5f23ab-3aad-48df-a7b7-1db1467ab30b?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "2ad20ffb-48e7-4b3b-89bf-3b23c315f8af" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvoLRfRPCRRlhx7Q0W9EYm5D6lzPeu0mZAqYNcmsjzMy9aWgZCGF6vkvLq8aV+mukVB+YqPX6DjAwAujx0Hl+4uUJTnIElLhsLD26oAlI8joZsHCXv2uKx6H0K5lT4Z6rCeo6eAdlynFo5IxnqNvo5" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-request-id": [ "2ad20ffb-48e7-4b3b-89bf-3b23c315f8af" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T035010Z:2ad20ffb-48e7-4b3b-89bf-3b23c315f8af" ], + "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6d27a6c8-6f0a-496c-a2d3-ddd88f34fa0d?api-version=2018-09-01\u0026IsAsyncOperation=1" ], + "x-ms-correlation-request-id": [ "db3dcf24-04d1-4e12-88f1-e25c58437cde" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], + "x-ms-request-id": [ "db3dcf24-04d1-4e12-88f1-e25c58437cde" ], + "x-ms-routing-request-id": [ "REDMOND:20201126T033104Z:db3dcf24-04d1-4e12-88f1-e25c58437cde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 03:50:10 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 26 Nov 2020 03:31:03 GMT" ], + "Location": [ "https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6d27a6c8-6f0a-496c-a2d3-ddd88f34fa0d?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHosj4GYBagpr2RwRfwCHdd7PYsIFnt2UOe45hr40cScRPPsKkQ8Fupya2baPqt3Xw8wxD0ak8iTXBlPoWTlykCTJF/G+egux1omb1KtkDYt1e7THe7pTkqeIf/VSJfmOM66Vzw52FhQAeazJzvgg" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null, - "isContentBase64": false + "Content": null } }, - "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/fd5f23ab-3aad-48df-a7b7-1db1467ab30b?api-version=2021-09-01\u0026IsAsyncOperation=1+8": { + "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$GET+https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6d27a6c8-6f0a-496c-a2d3-ddd88f34fa0d?api-version=2018-09-01\u0026IsAsyncOperation=1+8": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/fd5f23ab-3aad-48df-a7b7-1db1467ab30b?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6d27a6c8-6f0a-496c-a2d3-ddd88f34fa0d?api-version=2018-09-01\u0026IsAsyncOperation=1", "Content": null, - "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "b7161aa5-98f4-4cef-a6e1-143d569fceb7" ], + "x-ms-unique-id": [ "49" ], + "x-ms-client-request-id": [ "e088c404-c7e3-45fb-8de3-4097f75efedf" ], "CommandName": [ "Invoke-AzsPruneBackupLocationExternalStore" ], "FullCommandName": [ "Invoke-AzsPruneBackupLocationExternalStore_PruneExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ] }, "ContentHeaders": { } @@ -305,41 +290,39 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d2e8b218-d24e-436a-bca8-f00fa90b3945" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14338" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1Fvd0Yqc3EYwJJTyVuiL/wB+c6tBceCYQrgZBvAngIAeFc8Y0bTK7v3D4HCN7i+gcXEPNjGLL/pP4P4dLKVF1Ri0hZaOossFYu7Se8jP5p+ayRznOUOwZvAim0Jbi2MxXkVxWMni2EWyFC9VDkbV" ], - "x-ms-request-id": [ "d2e8b218-d24e-436a-bca8-f00fa90b3945" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T035111Z:d2e8b218-d24e-436a-bca8-f00fa90b3945" ], + "x-ms-correlation-request-id": [ "3e9dfde5-8407-4c6e-85e7-9eafd419bcfd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14845" ], + "x-ms-request-id": [ "3e9dfde5-8407-4c6e-85e7-9eafd419bcfd" ], + "x-ms-routing-request-id": [ "REDMOND:20201126T033204Z:3e9dfde5-8407-4c6e-85e7-9eafd419bcfd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 03:51:10 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 26 Nov 2020 03:32:04 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvf+8KyYqcOw2RIqimLelujhzndz1bIJGq7sf4zWdOgB6FQz9VdjDgI+fGDpcOldREf548THM13UKKey5h5uTHbhYmdpm1zf+Dn/DG0OEz+wnS5+npo5L+swP3ft6Y9C2fJ6dR/VpaTbsY10Cl03vR" ] }, "ContentHeaders": { "Content-Length": [ "219" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"properties\":{\"pathsToDelete\":[]}}", - "isContentBase64": false + "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"properties\":{\"pathsToDelete\":[]}}" } }, - "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/fd5f23ab-3aad-48df-a7b7-1db1467ab30b?api-version=2021-09-01+9": { + "Invoke-AzsPruneBackupLocationExternalStore+[NoContext]+TestPrune+$GET+https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6d27a6c8-6f0a-496c-a2d3-ddd88f34fa0d?api-version=2018-09-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/fd5f23ab-3aad-48df-a7b7-1db1467ab30b?api-version=2021-09-01", + "RequestUri": "https://adminmanagement.redmond.ext-v.masd.stbtest.microsoft.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6d27a6c8-6f0a-496c-a2d3-ddd88f34fa0d?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "b7161aa5-98f4-4cef-a6e1-143d569fceb7" ], + "x-ms-unique-id": [ "50" ], + "x-ms-client-request-id": [ "e088c404-c7e3-45fb-8de3-4097f75efedf" ], "CommandName": [ "Invoke-AzsPruneBackupLocationExternalStore" ], "FullCommandName": [ "Invoke-AzsPruneBackupLocationExternalStore_PruneExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ] }, "ContentHeaders": { } @@ -347,25 +330,24 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "31835cc0-d2c0-46fe-a485-9fff7f675562" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvon6xLtwXRIf75I4gtuK/Y1QMbYP6iBXGdZbjm18jESpMo5+IURfns9kVLmEb2jEeR6NHLokZ7PWISMQ82dtqmx5MuH6u+qMrV/PhG3WIGKwcGpxNQs0TKalS397Ju5b41EPMK3SZ4huPn0GlL/4+" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14337" ], - "x-ms-request-id": [ "31835cc0-d2c0-46fe-a485-9fff7f675562" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T035111Z:31835cc0-d2c0-46fe-a485-9fff7f675562" ], + "x-ms-correlation-request-id": [ "dbe97585-d57a-4816-ae9f-2e8cb001e4f6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14844" ], + "x-ms-request-id": [ "dbe97585-d57a-4816-ae9f-2e8cb001e4f6" ], + "x-ms-routing-request-id": [ "REDMOND:20201126T033205Z:dbe97585-d57a-4816-ae9f-2e8cb001e4f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 03:51:10 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 26 Nov 2020 03:32:04 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRGUs27ir1MfIPGldd9T3STWK4HgZn6FqegjZ8sfMil69aujlK61+c3n/ad5/EX0JdUZeEaKJg47r/Tufe2lCHzGOctj5YAykbAEcI1+dcEky5RmurfslAhswj0lBXv17fspJNuJ1PGatpdIcRPlh" ] }, "ContentHeaders": { "Content-Length": [ "277" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"pathsToDelete\":[]}}", - "isContentBase64": false + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"pathsToDelete\":[]}}" } } } \ No newline at end of file diff --git a/src/Azs.Backup.Admin/test/Invoke-AzsPruneBackupLocationExternalStore.Tests.ps1 b/src/Azs.Backup.Admin/test/Invoke-AzsPruneBackupLocationExternalStore.Tests.ps1 index 664429aa..c20d1210 100644 --- a/src/Azs.Backup.Admin/test/Invoke-AzsPruneBackupLocationExternalStore.Tests.ps1 +++ b/src/Azs.Backup.Admin/test/Invoke-AzsPruneBackupLocationExternalStore.Tests.ps1 @@ -14,11 +14,11 @@ Describe 'Invoke-AzsPruneBackupLocationExternalStore' { $res = Invoke-AzsPruneBackupLocationExternalStore -OperationType DryRun $res | Should Not Be $null - $res[0] | Should Be "MASBackup/progressivebackup/1.2108.0.32/BackupEncryptionCert.pfx" + $res[0] | Should Be "masbackup/progressivebackup/BackupEncryptionCert.pfx" $res = Invoke-AzsPruneBackupLocationExternalStore $res | Should Not Be $null - $res[0] | Should Be "MASBackup/progressivebackup/1.2108.0.32/BackupEncryptionCert.pfx" + $res[0] | Should Be "masbackup/progressivebackup/BackupEncryptionCert.pfx" $res = Invoke-AzsPruneBackupLocationExternalStore $res | Should Be $null diff --git a/src/Azs.Backup.Admin/test/Restore-AzsBackup.Recording.json b/src/Azs.Backup.Admin/test/Restore-AzsBackup.Recording.json index bf816fb2..49a41a07 100644 --- a/src/Azs.Backup.Admin/test/Restore-AzsBackup.Recording.json +++ b/src/Azs.Backup.Admin/test/Restore-AzsBackup.Recording.json @@ -1,17 +1,16 @@ { - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$POST+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/createBackup?api-version=2021-09-01+1": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$POST+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/createBackup?api-version=2018-09-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/createBackup?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/createBackup?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "9016b044-78e6-4775-89e9-26305a98ecfa" ], + "x-ms-unique-id": [ "15" ], + "x-ms-client-request-id": [ "040d5b8c-a835-4be3-9f5d-0ab95999dda4" ], "CommandName": [ "Start-AzsBackup" ], "FullCommandName": [ "Start-AzsBackup_Create" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -20,1239 +19,286 @@ "Response": { "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "aa44e56b-88a5-4889-8bb3-d8c1353732e1" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJE4X97efeWNwdxhgjM7mRhiZ1BUPbYebEIbjTp+vzrP9rcSOwVv/IF99V6F8PNDwAmhPmXCRalZ+qNorWBA3Ow/+ZxiFNAFlSCaQ9OitSbSKtFzJhtkf++3I0K/EEWRYSKJI/M1fxWsdkX0vk0NI" ], - "x-ms-request-id": [ "aa44e56b-88a5-4889-8bb3-d8c1353732e1" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134238Z:aa44e56b-88a5-4889-8bb3-d8c1353732e1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:42:37 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null, - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "9016b044-78e6-4775-89e9-26305a98ecfa" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "b33967d8-2db2-44c4-8be6-9ac70c055584" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFtPyayzzZnmhSiQ+R42fEaUztdHqKvvE/KD7hJtSwYzIui4HYBDjl94RSQUu/k6hJN0xKbyFxsBY+0NmH8TuFrkp2h75Wd5fHxFv8r/nP1jgpzVo0Uim6SXwVCWYb+AmdybGP8WJNvtHp2O01z2Z" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14933" ], - "x-ms-request-id": [ "b33967d8-2db2-44c4-8be6-9ac70c055584" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134339Z:b33967d8-2db2-44c4-8be6-9ac70c055584" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:43:39 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "9016b044-78e6-4775-89e9-26305a98ecfa" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "019117b5-e5ae-4126-9ec8-d640fd474109" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv6S7kiAZzUYn9fIP+S0ZaiBH02YA6AF6DurT1tp1Lo9MWbNzJStncgl+ci1C5GFS1ONfkuvxD1vCfomgGRe5R/Cb7Tx2QTdH6lP1MgrqDYTFISqJqfJ7msYAxGJmaiKvO+7jf2TjpthY0x8qivi2p" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14932" ], - "x-ms-request-id": [ "019117b5-e5ae-4126-9ec8-d640fd474109" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134410Z:019117b5-e5ae-4126-9ec8-d640fd474109" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:44:10 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "9016b044-78e6-4775-89e9-26305a98ecfa" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "c788c90c-f825-4478-9bb8-c105c3baa467" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14930" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvyBIgTycikiQZu4wserhK48wimtjues84gIYU30MQ9VX8emsWn4V0/ojKNRAbRDnBtr/2EncfZKC/Vqzn5hJvjfVXO4zHhUN8b39LDsDPLLZP7x7YnvnILxvOvVCok9NQUFjlw3euUX81gpopO4hD" ], - "x-ms-request-id": [ "c788c90c-f825-4478-9bb8-c105c3baa467" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134440Z:c788c90c-f825-4478-9bb8-c105c3baa467" ], + "x-ms-correlation-request-id": [ "89826a23-5275-4267-b5fc-3aced6b4498c" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], + "x-ms-request-id": [ "89826a23-5275-4267-b5fc-3aced6b4498c" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T122722Z:89826a23-5275-4267-b5fc-3aced6b4498c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:44:40 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "9016b044-78e6-4775-89e9-26305a98ecfa" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "c9b9acb1-1d00-4d69-a9ed-5d76b29c1a1d" ], + "Date": [ "Wed, 04 Mar 2020 12:27:22 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgZRttqwWIe7JQz9O+n0hwDJpN1tqddhMqmBFxxBq7eEjTWehIe79SzUqTVLlmA5A6bOolTaOT3FaQhPtwqAFbRbry9H8I4bmdl0QSoiiwuDR7cPCdkEreLDg0biRJ5JTKT1WtJqMbBLiu4fefA5d" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14939" ], - "x-ms-request-id": [ "c9b9acb1-1d00-4d69-a9ed-5d76b29c1a1d" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134511Z:c9b9acb1-1d00-4d69-a9ed-5d76b29c1a1d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:45:11 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdGtCr20CCnpDV2XH3GMg2wWVHa2+eMMDlHFA30wOLnXPSUmjjF32tL2fZaBsblX2uXrbVZ8KR6pQbigx3KLEudaKgTcUZmNfPDqxQcbRSQtEQYku11c9Uh8AAiYWUORzS/frPvDRaNzNf3edi5+v" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1+6": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "9016b044-78e6-4775-89e9-26305a98ecfa" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "15", "16" ], + "x-ms-client-request-id": [ "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "2f14ff63-018e-44df-96a5-33751edd978f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZPgaMPgQfi25jA/KGZPVgIHxHNUzgVwjyIbRCXQfyoB53snBweaRkrhOcSTdoeoOFppgCPk0UuhAOkirTCs1+w69JydtzRvtRsdbxNWrbrDVsMTKyO4sVHck7VwqDx5Q/6B0aM7F6iv2BuEzkkNZ" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14938" ], - "x-ms-request-id": [ "2f14ff63-018e-44df-96a5-33751edd978f" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134542Z:2f14ff63-018e-44df-96a5-33751edd978f" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "86cd2494-df50-4e94-8bde-aa2b3654b360" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14965" ], + "x-ms-request-id": [ "86cd2494-df50-4e94-8bde-aa2b3654b360" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T122823Z:86cd2494-df50-4e94-8bde-aa2b3654b360" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:45:42 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "9016b044-78e6-4775-89e9-26305a98ecfa" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "3cf9dc68-c3de-44ef-87e6-0a6d560b3a12" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14934" ], + "Date": [ "Wed, 04 Mar 2020 12:28:23 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuyfZ4JFCuXkKNGol77xainJfoJ7rrxuc0l8qildGu+zkS5Y7wnvjpnZ9vcuGK03rN9gFK7UCBiK1H6Ht+INtqW1K4MbhjnYouQDpb+KALxY3vCDXxOgS/F/U0uMuWqzFefXi8rrc5E+Pw9kApQc1" ], - "x-ms-request-id": [ "3cf9dc68-c3de-44ef-87e6-0a6d560b3a12" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134612Z:3cf9dc68-c3de-44ef-87e6-0a6d560b3a12" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:46:12 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvOuQ+SqrzWenPnDAn9gKDALrn6uMPAHKN5kSjsFUIotLho9Mt7z/V7shVLLbdPhYg+ZcNt//efp58fM6eCbVUfV5xByWai72FW7f/BiMuHp2ktc+VE/UDcWcc/svo77e92WTKCdj4I0dowXIC+DtY" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1+8": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "9016b044-78e6-4775-89e9-26305a98ecfa" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "15", "16", "17" ], + "x-ms-client-request-id": [ "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "842c5f78-f799-4205-81d2-db91ec931b40" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvttuqjSvufVrbndVQAJlP2rB3CabgOZcZAGH/pxG8hrU6c6l/gkihfhGVATgDPxLeenXoyS28xJqbYkMNEyq5Uk0ZnNqiF+cgWbNbvFda2xuuZHJ48ldoAq3LaXtokn8bDGtD3a6S6AzhnXi1ER3L" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14933" ], - "x-ms-request-id": [ "842c5f78-f799-4205-81d2-db91ec931b40" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134643Z:842c5f78-f799-4205-81d2-db91ec931b40" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "082c5144-62e0-454e-89e6-7af5af312677" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14964" ], + "x-ms-request-id": [ "082c5144-62e0-454e-89e6-7af5af312677" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T122923Z:082c5144-62e0-454e-89e6-7af5af312677" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:46:43 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "9016b044-78e6-4775-89e9-26305a98ecfa" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7b7ce206-34d6-4810-8a30-42cbcacb50a7" ], + "Date": [ "Wed, 04 Mar 2020 12:29:23 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvg3n1n2Rj6Dfnd28sBe77/bHPj00rp1y9wGb8X8wZM7J6zoBEXwK8iaCEHXz8hFC2hn69890yq4oYLlBMEVElK3w6kwpbRJAlJGrw0t5HgRSJbWdJkKJigFNZTLDGEpgzozvutfJsQU0r3ci2t/3H" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14932" ], - "x-ms-request-id": [ "7b7ce206-34d6-4810-8a30-42cbcacb50a7" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134713Z:7b7ce206-34d6-4810-8a30-42cbcacb50a7" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:47:13 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRva9vJQpfXe1qXD+RR4PTXp+dEJCUmtpmliU6R5RluY3TvvNYEpNia1V4+RE0WnAgnxxfoaOSqAu5zlL4+oqtZdJgj3eefO/33SmXLDdo40AJlday3z4mJYTehhu/ue5vdbaJ2XCa1pTY05Wdn+wlo" ] }, "ContentHeaders": { - "Content-Length": [ "1024" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf\",\"name\":\"redmond/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf\",\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2021-11-01T13:47:01.1825324Z\",\"timeTakenToCreate\":\"PT4M22.5183437S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptedBackupEncryptionKey\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupSizeInKb\":0,\"compressedBackupSizeInKb\":0,\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":true}}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01+10": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01", "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "9016b044-78e6-4775-89e9-26305a98ecfa" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "59b91344-03c7-4bef-9081-ff6f56d2bbd3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPYNTJj3dOW/V8vDiej/cptNSKque5bsmkO/GMYhHOVxvATt4MoywhR5td9IrR6QDZcBTShcztzOHtdBcCGIsNvM1AEKxoiS2CTIZxEGKWPmlMrGPiVeya041GntjjnyIp7d84Eu4qvrYJwEUI8CS" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14931" ], - "x-ms-request-id": [ "59b91344-03c7-4bef-9081-ff6f56d2bbd3" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134714Z:59b91344-03c7-4bef-9081-ff6f56d2bbd3" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:47:13 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "1090" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf\",\"name\":\"redmond/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2021-11-01T13:47:01.1825324Z\",\"timeTakenToCreate\":\"PT4M22.5183437S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptedBackupEncryptionKey\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupSizeInKb\":0,\"compressedBackupSizeInKb\":0,\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":true}}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$POST+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf/restore?api-version=2021-09-01+11": { - "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/d1a2c909-7f6f-4f76-ad38-1b8a79c70ccf/restore?api-version=2021-09-01", - "Content": "{\r\n \"decryptionCertBase64\": \"MIIKqQIBAzCCCmUGCSqGSIb3DQEHAaCCClYEggpSMIIKTjCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAhQyFPkiSuVcgICB9AEggTYEG/SVAo4Mu02gMFzfbtIoac56ErjzM+WI8VxsPdntUZ8QoiRFcWQo1xaltYnHhvN1QlSQmlxT3oOJqFBTQRILmagbpSrXxG2izE41hkp9iUUcMSYuQ20TpKztumBv0A+1SreT2Wj/EswY8d9WBuBsGhupk8MpIY+6sy1IimZlzL+P5JMdiUS68uM9NhvmQXanYlvaI0bUwj2seAa+67NcQO+TKWoQ8sYOl9y6a9RMVS44JhbRtqJSiDtkzCIzo3trqYqlRR9DBzp4CbVbEwhl0bGbugqORkoQxXOTV41vRvUpl5ztmj1M+d6UDNXXfhToANp1ywxyBb6rmGvUxbKmK9WdwrWAaOhJT6O/OjAh+i0cHw5xU71YX276X2ObBFFgW0KNO2QHscV5qpV6hsez+gMQIoy8lTUmrCIkrUSZJzHGEok37psAehbistF67H1zz3jfFy46JfxLSLJLHV6eTLW/Kd+54s2oyQe9VS1IjogaK5962iD5OvzpIywhr+OjoSHmfgwVKR5W1R4y0BC5owcqYAcycB9Nf9K5GkvNdceL9qsgPVNHi9Y0MVsQ8jEboMtikg49WO/cEysF+A8MzMgmLza3hI6DDit43qBpoRZO6MgQadDBjDzaILG96HRAdefhoFbOZnwfIAAHTAdyoFa+n46wWlq4WnBglOMe7R1UIJVzsn5mz6XPJdwYI/lnVlv1CWPpA1HLWiZ2b5Xo8tsSEoZxYsRy+OZv0cEcY8QsLCICs0Go3bhc1rJpx3uTUki7ncgT9iMGpAe9JEqrTXiUVNfaJk0sMMv5GttRvt75k5xsE0t1s6xLtLP7LPb3wJB9tCFTZa7uH6KJ1uAkhlzIvp6j1hfIeLHdMIqd13g/xBvTyRjaprSNjFIJB5JyHX91NOlgVYlYfskJU7dO4vOdLvYe1PitJUahQ1ux7U2KxXY6DmGR/xdtQhEulhLMqxw35GM1wqJ+w8d4CvdSUkmd7ewvG/IJRXWKrnjy3e1Ta58U1T/+zdsjJH3oGBGTxWvCzewKSDySQJYuX/J1OFyNgbxBq6QAT3AojHRWirDW5tNJ1jHGE1AE9coW65S15cA/BPD4yS0fzwK2ZwsXUG1zY19ixRbA9su4uwglOHiucKxMdiwlLA5g9GKKdMhS1pLSF0zSmmBgXKiEtSvVIpuBX8ZQY4Lk2UnVocgMPbwvRIgHyAKCM+paW+0ukyPhAZJqOgi6X8ZLqTDse9oX/NG12c9YexKHHCwIjgejdcTH20KBkYgkZdLaWeTQL+nhic3sG8TK/+wKxwYBL2OjPQRY853nzcQ6LFSI/M+IaiXOvQXLQOWHsoa0AiUl5OFDTXt3YwIOVT1Gydi/+2d+KihM3n2+bbZRdsyGu4ToJy5Pb84AX+LGYBCIBeHOqnor7bn0F5Jr+GGfNKAuuoe0hqTVndQGKpR0t32dGTI3b/gAj24BGiS+G2tDcSzlmb/+6O66xGnjjGMaw5qKV/plew7jzKOc9Xtlaue66+Q4AbjGftKapWQAmXkNDKLZai2W56zSX9BHQ/Urg8qKlILe+34WRxs0U2DqfHF5y3WOnOZRk3HwG1up85cVb4Trow/GHEDzBP4bEk1w6gqoldGLR1K8AzzpbmEO8S7BbFI4kpyY2Y51R8OCjGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADYAOQAwADMAZgA0ADgAOAAtAGQANQA2ADIALQA0AGQAMgBlAC0AOQA0ADIAMgAtADkAYQA2ADMANQA3AGQAZgA3ADMAYgBmMF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggQ3BgkqhkiG9w0BBwagggQoMIIEJAIBADCCBB0GCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECEG0Pzg3taS6AgIH0ICCA/BKTmHjnIpWcDgLSDYK8T1QUor7K7Y16R3yzygnuNgSLF8HWmhIcpCrEiMVRAtk2NE26qekF56gWge07h1LuIv/qJAeAWojLly75Ng1dUtWSQPypfq6yVkW2B0xbgknhv8Ezm3CENokSihCHczwUl1S2Dw9Ef5tN9E6EmFqzzYG6wGPJayQOlj9G9XilxlQ8VBIA867abyQUGmK2ycWzZpOF+6qRJCXlKfi0WraakNJu7n6r7CIRX+9sfywrN8a2mbnSZMpNWizrbDxcWaNCWwt3m6vERWLqgW59uPGyYbNEye14zcasPH0cc+L/obdbv/hSyZvQkurv8CiotzgI3BXTcbJ6Cr/avCiD5frmXLw+O36J9l8tK5N7IfS38+EKGDf3yhX33g/HWwhkpWhQI98DirAdjIqzBC8tHAlzkw+hYNoUaoVkfHgY7/LvuLKA9Zz1IIv49LfVL6JNOG0c1vXAdAk6BcAMV2AQZmlujMk+cmP7PWph5JN7cw6xNIBwdZ4Zy5xsAQSDbZmlY4/RdUpKBxuz7qERFDHHINb+51ud80Fyxn7v5f73f83lCpmdiCvFsGoROxafttL0NrPnaK+E2nZwjgakcoy8qR5Aj6ayCw8yjXJUHSvmVTfcCakhgw0vK+8qLJNgd0SL6r/P9skbDbor+ltYSV7rlphJtNYLeLDPSTADyARY85QTH7JzysaO9LMnz77dhBgTjgDHOMy7gE9CEcb086iksqXbKsUqV2TWzspMn7unWyvLXp+LDHkM5IWjc6rUt2KeDpuw1yS5XDJ0zL4VYony7G3U8nim+f5rVyt3Ja8OnTRv9rgKfEXkDmm7lTMyI7dExIxAC4+AwQQECSOrzVUbVruJv2XQ7DNQRTTLlj9+zJIAhm0EFUuuQ+zvxOxfbSF68fw5j02U02n6AvD/NXtjgVCNiTviRG+qtKx1vXD4l6BMP8HGT3n99igOykFnNcaBlIsRogzb18gDR+SSEYijXCA9SttQ0ISiwz7dCYO7sng4lTqAtzN+JYiS5saDLDAsklbXTnNvpBdwzGf9BlulgJeeGGzaXWd/7uJwZ8dcNcRso4pI+vV3yIbjMX1YS5DluV1PimWc/Q0fuPsjacEOtukBHvxELF2gJAZu4lTRjXP8fdQWunt/plmS7+YQqkn3bdALFk9EjHA+TqZ57ZeKAeywkOnyJwJCi6YD/EzAQWcOpML1xqdbvdilFWjEGVzs93eHi7vA8Lvp3iY4OUJnvMokjCpNx86tag++g8l9t1/y52SKb+nNC/zWpRs/nQxSxlGU5QhBWHdDq7oTldWqEoA4tMXSuBiSbg04bK7YblzNnUDdD8wOzAfMAcGBSsOAwIaBBSkvLUX6cZffafC6a35Q+pTFz1ngAQUBlz9XA3Beph2JfNfYGw4p4nlG/YCAgfQ\",\r\n \"decryptionCertPassword\": \"decryptionCertPassword\"\r\n}", - "isContentBase64": false, "Headers": { + "x-ms-unique-id": [ "15", "16", "17", "18" ], + "x-ms-client-request-id": [ "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "3733" ] } }, "Response": { "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "60290f59-0b50-442f-85b9-5eb2b672b2bb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvu/hefn5tG21TDlUZqAlXCxbQpg+YM0+P18HkWTekYdKMlsIN2+o8S0BX+aESycqUD0pMpiidM4odag+ZFNPBRYNJ+mPJgvysb+mGX8SdbdnJPjH0FHcI8Nvy3rCBG/fBVobhxvVLMYhmp09HF9xV" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-request-id": [ "60290f59-0b50-442f-85b9-5eb2b672b2bb" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134714Z:60290f59-0b50-442f-85b9-5eb2b672b2bb" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:47:13 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null, - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1+12": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "ad4ede98-ca40-436b-981b-d8ab8d6d2e55" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "b30efe4f-6c81-4fdf-b3cb-e40457793a72" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14929" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNOo8W3rMxApvLEwj6+rv1EQ58JGmsKaxefg4jZp4aEq0MHrw1j5ArWJt82eeKar0GSZ/IxzMKvbK17gKOcsPH4jfxHMD+SiWvz+KI12fn4RnB0CZrtT3DIjgeqd7qIgOitH/6yGynxjaa77K+B9r" ], - "x-ms-request-id": [ "b30efe4f-6c81-4fdf-b3cb-e40457793a72" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134815Z:b30efe4f-6c81-4fdf-b3cb-e40457793a72" ], + "x-ms-correlation-request-id": [ "50e99ea3-9d41-47a4-8916-a7cac3235745" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14963" ], + "x-ms-request-id": [ "50e99ea3-9d41-47a4-8916-a7cac3235745" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T123024Z:50e99ea3-9d41-47a4-8916-a7cac3235745" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:48:14 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1+13": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "ad4ede98-ca40-436b-981b-d8ab8d6d2e55" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "84d5ca78-e866-4816-ba36-e8248e2c7b77" ], + "Date": [ "Wed, 04 Mar 2020 12:30:24 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRve/scAdaJDxdpTm/zHcXU6UzO6tH6kYIi6eS8TuGvMWss2OhL3YOmPVKT6X9AoqOInROpaX7JuqCvm4w7fWJWmYctF5gOzh0hr48NnjGf1qqj5Tw0M3I+TUE3Z6GjDH3M6AFLDuKSIzjfjXGKNxk/" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14928" ], - "x-ms-request-id": [ "84d5ca78-e866-4816-ba36-e8248e2c7b77" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134845Z:84d5ca78-e866-4816-ba36-e8248e2c7b77" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:48:45 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7CmTGL2a47CDrEHMA6aZLQk8EMwYtORQVZvf5gOA2QvtCSjJIChn7vghzL6CKmW1Z//RajDxnI1NfZL5yTMUIIWU997OU54gq60caveN82SUVIa4J545ZlpqjKutpFsx1ejy4SKBdKPkjOY614sv" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1+14": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "ad4ede98-ca40-436b-981b-d8ab8d6d2e55" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "1a0a819f-f8af-4dfe-873e-1ce5981d3d7c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzZCiwzse4fB3HYOIF98rERFLr6AnGk4/ObcjcpbAXz4HwqWYCJn2s/KMrUQtAa1MzN1ixoCuGqjagwOQ6SE98NgxIYpDysv7v/xFanmysFCH1lk4HdSNpDKB5zIJxqpdkS7T121YGmW2+v0sthTS" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14927" ], - "x-ms-request-id": [ "1a0a819f-f8af-4dfe-873e-1ce5981d3d7c" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134916Z:1a0a819f-f8af-4dfe-873e-1ce5981d3d7c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:49:16 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1+15": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "15" ], - "x-ms-client-request-id": [ "ad4ede98-ca40-436b-981b-d8ab8d6d2e55" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "ca42e8f0-1d82-4bb4-8d20-419e6d61cc8a" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14925" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRmR2aPj1AzUByK3fGUMDAvlclqdQzxbhMqoANoGnhLHBBY2T7PMF5kNlD3VBChs5ihvk3jiOLfaARnPCMfr8mXRz4E5T1vaMWzOMmD3T/T3AVm3yf6k9b+yqXVlmaLX08lgZYes7yvgnqsbbPgCx" ], - "x-ms-request-id": [ "ca42e8f0-1d82-4bb4-8d20-419e6d61cc8a" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T134947Z:ca42e8f0-1d82-4bb4-8d20-419e6d61cc8a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:49:47 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1+16": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "ad4ede98-ca40-436b-981b-d8ab8d6d2e55" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "28421d29-9e22-4be1-9e72-909ddf8d793f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPXxNqYikTRJzNOVsec/R7CU7urg4lm2EfxHN+5Sfjk4T3mkbBpYiWeztI1duc5/Q/PXe8kFXQhQpo+UkNit1k8MTQOWdKYEiK935c/MOLxsKmCwDF1m1VYdl9ZyMLxeU/NMCEkg/wawbMpN5O/U6" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14937" ], - "x-ms-request-id": [ "28421d29-9e22-4be1-9e72-909ddf8d793f" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T135017Z:28421d29-9e22-4be1-9e72-909ddf8d793f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:50:17 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1+17": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "ad4ede98-ca40-436b-981b-d8ab8d6d2e55" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "6219c05c-ff56-4f10-a26a-695b2e577e48" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvrPgQJSVayiVpAnbCsbCS8yrGFp5Ir7d7XCuMDjoxTewLXJlgjayZDrPvrQO2nZz0hg9n+YZphdZdIgAuc+CZTsoog3NJFNPBkhky8eOu2k+OYe77AAtdNr7dsilFUyVDato73WtTfM6q5Q0tLfXR" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14936" ], - "x-ms-request-id": [ "6219c05c-ff56-4f10-a26a-695b2e577e48" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T135048Z:6219c05c-ff56-4f10-a26a-695b2e577e48" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:50:48 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1+18": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "ad4ede98-ca40-436b-981b-d8ab8d6d2e55" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "f33f81a9-0f49-454d-b871-f94ff3356920" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14932" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJYHNUHFFyvoQujrxUnXr+GCzR0k8TLbjzKZpM6EPcKSJvALx7ZPXw06vl701uhxWAabB0/2vwPpuq9xAAwdBMlvD/M+T6kaiaM0XWVDFrLamtXJU+4ShiBAmDHJIHGOq57ixaAh8vuNBU4oIN9gX" ], - "x-ms-request-id": [ "f33f81a9-0f49-454d-b871-f94ff3356920" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T135118Z:f33f81a9-0f49-454d-b871-f94ff3356920" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:51:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1+19": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "ad4ede98-ca40-436b-981b-d8ab8d6d2e55" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "bf7c246a-e619-4502-94e2-bcc879ab94ed" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzPLHoRfl4G+ZTXEDnPzI9cR+z92VoPBn8cj7vhp4BD2PHayaW/2LP76NBJdi46w6inY9hbE5DpIPC4z4/sDU//gXw4huEioHWqK7lxOGuTXvUd5lh8GWoNBD6jj4lpdXuqncZlBL03vhfyLlgqij" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14931" ], - "x-ms-request-id": [ "bf7c246a-e619-4502-94e2-bcc879ab94ed" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T135149Z:bf7c246a-e619-4502-94e2-bcc879ab94ed" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:51:48 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1+20": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "20" ], - "x-ms-client-request-id": [ "ad4ede98-ca40-436b-981b-d8ab8d6d2e55" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "86677a38-c089-40d6-b832-aeb68eee2528" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBl1+iip5y4H4DZWucU11CSKU2DOz0+1kS+TXaCUJ5mwsr+OJ1w8xnrKUxjCDWbARVetB/a5qqQx3k9bO8gm2MAkEu6efQcBSUNbJcSW6iTLc9IjeHQ1WvuEwzbI8piszEGQaFq9y6y+oIlNgn7CU" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14930" ], - "x-ms-request-id": [ "86677a38-c089-40d6-b832-aeb68eee2528" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T135219Z:86677a38-c089-40d6-b832-aeb68eee2528" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:52:19 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1+21": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "21" ], - "x-ms-client-request-id": [ "ad4ede98-ca40-436b-981b-d8ab8d6d2e55" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "d735c6ef-758b-499b-b6cf-4f090a6d0e0a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvV/80GttMZeb7c7KgrPiyF9faVowVg5NW5f0wK5odRUj3Ieu4CBhTkbDraHdQ5nVDiYywN+KVlYCjFTtb+lsWrVwPGzcs7HKlto9ZISGSdpACz3wunQFTsI/z4YMT1gqCzO7LGXYWZZNnlNovaSgR" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14928" ], - "x-ms-request-id": [ "d735c6ef-758b-499b-b6cf-4f090a6d0e0a" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T135250Z:d735c6ef-758b-499b-b6cf-4f090a6d0e0a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:52:49 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1+22": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "ad4ede98-ca40-436b-981b-d8ab8d6d2e55" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "756da77d-14b7-42e9-abe0-d2c33abafb1d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvU49U/ssPRvnRA6ByEnRY/h+sATkKJjNN+AT9ZgHdHWKq+U/78T8RdBgTh+WsmuL9vixFBLWCMb/kU4IHNUiicnrIqoE/SnikRL+7ntLFzU6AkI/RZtDYrZqfRcipTSLyYVvyIf+KsM3fCeIAmtuw" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14927" ], - "x-ms-request-id": [ "756da77d-14b7-42e9-abe0-d2c33abafb1d" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T135321Z:756da77d-14b7-42e9-abe0-d2c33abafb1d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:53:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1+23": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "23" ], - "x-ms-client-request-id": [ "ad4ede98-ca40-436b-981b-d8ab8d6d2e55" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "69f56f45-356e-45d9-8d8f-60f2fe98c1e4" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14925" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgLTQhZROkvzUBMIdUvs4MsRwX5tL9Rx8RbH0wQcNzINHi2N+gIhJGSQPzNo6KnP6Tk3nS1WG8Z71V2+rLRbJ90BGHzT1sWegSpFO4/ruyTkAa3yH3sxSJ3pZ+NshNGjaAWpS6Jcd42YHLQIpOgrR" ], - "x-ms-request-id": [ "69f56f45-356e-45d9-8d8f-60f2fe98c1e4" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T135351Z:69f56f45-356e-45d9-8d8f-60f2fe98c1e4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:53:51 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "22" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Succeeded\"}", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01+24": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/dbb948d4-640b-4ceb-a9c2-402a4022d92a?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "24" ], - "x-ms-client-request-id": [ "ad4ede98-ca40-436b-981b-d8ab8d6d2e55" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "73482305-429a-45e2-92f4-f1da3674c1cf" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvndhF3k63yqr2JF87hR02kZ/9BmVlOLhnvsCk82OgTkTNvh0WbREg5uDnvjEa8UIr/v+6Yg9JsoPzq1usJ9dzz8er492BAhLg0ZMDwv8Xrzo6qCZ927Mks1BM+M6OvfMlwkT36h5QQU9vwmwxnu9" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14924" ], - "x-ms-request-id": [ "73482305-429a-45e2-92f4-f1da3674c1cf" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T135352Z:73482305-429a-45e2-92f4-f1da3674c1cf" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 13:53:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "4" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "bnVsbA==", - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/createBackup?api-version=2021-09-01+1": { - "Request": { - "Method": "POST", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/createBackup?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "d93c3824-412a-435d-9043-a79d140f3d9f" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01" ], - "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "9915888e-e091-461e-98ec-b255bb2af48d" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRveE9Nc7r1e9rXm7IZXyTYIg/i3hQj6ZUhdGugHr4kZt9zRiNbr0LgWpAsTZetPuAbAUvSM0/MODerYAU68DW1O3UUmtsQ52yFZUt50OC8nwL+Qk7ffopuRyEgyHic/jyy/tcUc8cVH6hy45kmjyY2" ], - "x-ms-request-id": [ "9915888e-e091-461e-98ec-b255bb2af48d" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142239Z:9915888e-e091-461e-98ec-b255bb2af48d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:22:38 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null, - "isContentBase64": false - } - }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "d93c3824-412a-435d-9043-a79d140f3d9f" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "15", "16", "17", "18", "19" ], + "x-ms-client-request-id": [ "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "14ac85bd-7625-4927-941e-f65f3fc9c947" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvwtFqZlK4eMy6BJEaNAOw4oLxN99249PRUKrzUR0pwlUDT1xUPf7P8uqGu6JpmEd9LRBVZ90H+LdpQydEvu07h53EQxve2jU6TDXeB0K65zwT7+/PpQzu4gSVKeO3yDIxwIUO/T56dZzJYXeC3XOm" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14955" ], - "x-ms-request-id": [ "14ac85bd-7625-4927-941e-f65f3fc9c947" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142339Z:14ac85bd-7625-4927-941e-f65f3fc9c947" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "0b54cbee-c145-4bac-a465-b58c27d53130" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14962" ], + "x-ms-request-id": [ "0b54cbee-c145-4bac-a465-b58c27d53130" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T123124Z:0b54cbee-c145-4bac-a465-b58c27d53130" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:23:39 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:31:23 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvf9kLj0CW/QXoYBpjXHATAWMkyVP5yfQ/8xjntBW9o+ICa2YAA/uVwIa9OA+ey8pDNXyqeSsGK9HcwzG4tS/gFl9Pkuq9YrRURAiyoyoZHeNhAiJ01xMLWamaKI+jk4q5d5YN6cSAoPAVlC7fOekn" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1+3": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "d93c3824-412a-435d-9043-a79d140f3d9f" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "15", "16", "17", "18", "19", "20" ], + "x-ms-client-request-id": [ "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "744d0b93-781b-4587-bf25-bebeec7e67e6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARu0NqejP0iWBlnDQdI3+GRryt8xrtfyckeFGJCjxMhkfMprffWhLhDU0GYjh479620F9e1Jaf2FESSdmQeJrYOyM4J3UPCPoaPVAPoWqu3dPvLKh9g/Ath50bdLxtmLOpBWeeLH6wiTn9aE4J0238=" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14954" ], - "x-ms-request-id": [ "744d0b93-781b-4587-bf25-bebeec7e67e6" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142410Z:744d0b93-781b-4587-bf25-bebeec7e67e6" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "af0cbcb2-2135-4743-b789-75b5349af1d9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14961" ], + "x-ms-request-id": [ "af0cbcb2-2135-4743-b789-75b5349af1d9" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T123225Z:af0cbcb2-2135-4743-b789-75b5349af1d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:24:10 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:32:25 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJ/4q/Ci9v+Bw7sg/CR7kh1pURa8LryAkhyYbJc7E/gaURQtdlvEGyivn7ydAPQ5cyF7AH3BjveJpMT7MtYk6G4athhXy0oD6lS7VTR2p/cuZ9rmpLu07LhVXVuNC8vHMe4l76Kh6mgCiJhp8/EzA" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1+4": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "d93c3824-412a-435d-9043-a79d140f3d9f" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "15", "16", "17", "18", "19", "20", "21" ], + "x-ms-client-request-id": [ "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "f18769b7-f3c3-4093-97a9-16340fa3a29c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvto6Xf4ooMJy5oBLr7vaqfd1BVxGlVtcPo+mL/31nPE6nOUPo4nL9ULfIlk/b71fVLyaN0KmnIdb0ZDYxAV++p7zjOUde/+CALfD7y9qP8t/MsobUb9gQ+RAcx+d5lrfdGI/1L3ZUaVSs+BinAv/7" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14953" ], - "x-ms-request-id": [ "f18769b7-f3c3-4093-97a9-16340fa3a29c" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142441Z:f18769b7-f3c3-4093-97a9-16340fa3a29c" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "3a288ae3-c02a-4559-a661-46fb92150f18" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14960" ], + "x-ms-request-id": [ "3a288ae3-c02a-4559-a661-46fb92150f18" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T123325Z:3a288ae3-c02a-4559-a661-46fb92150f18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:24:40 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:33:25 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvogquJuDeBg1PlJjeu7Bzto2W1bV7F0oqkJ6i2hF+9Beg9Ru179+/j1T6ZCH07nls3mJn8rocfWnykju8P4P6xZJSQv4mrViotg69ilGZMhk4lXFW2zeYN5Ymr4QTytdKvRJErwi3CFj32p4lQ9n1" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1+5": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0f377aa9-22b7-4623-833e-7386bc37d4fd?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "d93c3824-412a-435d-9043-a79d140f3d9f" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "15", "16", "17", "18", "19", "20", "21", "22" ], + "x-ms-client-request-id": [ "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4", "040d5b8c-a835-4be3-9f5d-0ab95999dda4" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } @@ -1260,179 +306,164 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "0a977d21-18e8-4b3b-9424-4000c0db0960" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14955" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBBS2Tin9RfzgHR8bIuIB+lwLqqPja2XHUi8ytjDEpDoUZgSeJ+3MKWjeTD2QCUMuFyIanBUtnmnfXX/GLZxfa+hBnsFuXPoNflI1RocxhinbZ2MMkMXNWi+q5eQnwZoH1A68rPBYPEWAS3/a62Hh" ], - "x-ms-request-id": [ "0a977d21-18e8-4b3b-9424-4000c0db0960" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142511Z:0a977d21-18e8-4b3b-9424-4000c0db0960" ], + "x-ms-correlation-request-id": [ "952f2804-2269-4268-94ea-ed672d637752" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14959" ], + "x-ms-request-id": [ "952f2804-2269-4268-94ea-ed672d637752" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T123426Z:952f2804-2269-4268-94ea-ed672d637752" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:25:11 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:34:26 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdmSoa4NXyXaTEyEN5pPx0MSfli6sA/qjVZdXsd1QUZrmJLpTbK2vYT7NEj2UdTDvsh9I/5wwMlynaLCxYDbT5rkc2ph1gYuAduIGD+ojisky5FmeabHsTkvIc10C3l5yl3zShZhP1j3zch8VXCUO" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], + "Content-Length": [ "1290" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"name\":\"redmond/0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"0f377aa9-22b7-4623-833e-7386bc37d4fd\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:32:38.8094127Z\",\"timeTakenToCreate\":\"PT5M16.0605282S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptedBackupEncryptionKey\":\"HtKeg1cAyVJh/Pfsg8Y5FsUb+7T1EGVOR3hvmvBRDEZoM8xll1meh6HOgv9yKtL3i6eE7Qe6tSawS7ZW+pTOFKHxUnErunlMjwEeYST5IsGPBrUwNSvnemN1GIwXHFLtdWZIOMC7yprf7LMzdrg9y28pLmc+tljAzMgU6afejMXpk/RA6VNQ7tyXPfC61Pm3jDQ37jOg9S12CLdY0/Im9H9E1CC0UFiefE2kW9b8m0P1vEeP/ByLxqdsvM3EnW/lKCqNWRHbgbORw6j0NQeKTF/g32pvRxVF0WqxGWjX3S/EeCg3rHmXU4HWO3RiN+oHDrVyBh8j+nvGW9LvMUN+aA==\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"backupSizeInKb\":0,\"compressedBackupSizeInKb\":0,\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}" } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1+6": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$POST+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/0f377aa9-22b7-4623-833e-7386bc37d4fd/restore?api-version=2018-09-01+9": { "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/0f377aa9-22b7-4623-833e-7386bc37d4fd/restore?api-version=2018-09-01", + "Content": "{\r\n \"decryptionCertBase64\": \"ZGVjcnlwdGlvbkNlcnQ=\",\r\n \"decryptionCertPassword\": \"password\"\r\n}", "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "d93c3824-412a-435d-9043-a79d140f3d9f" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], + "x-ms-unique-id": [ "23" ], + "x-ms-client-request-id": [ "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d" ], + "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], + "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "3719" ] } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "a2961c75-696d-4fd3-bb4b-8ac8b90ed81b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjoTTp1eviS9soZaULTXn5EvMWoa11b3m3JqQ2PZYkMgRL6aV4gr44S9jDeiyEJKJi0MC1AQZ+i2eD/tsXdb86jMcqqRvoOTQYFGKP4a64DGtEAj2uJDZsN4+XQzn5xLr1NNC9VXlvuCKt4jNGI38" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14954" ], - "x-ms-request-id": [ "a2961c75-696d-4fd3-bb4b-8ac8b90ed81b" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142542Z:a2961c75-696d-4fd3-bb4b-8ac8b90ed81b" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "853e834b-759d-4183-a46b-5fe086e9f347" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], + "x-ms-request-id": [ "853e834b-759d-4183-a46b-5fe086e9f347" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T123429Z:853e834b-759d-4183-a46b-5fe086e9f347" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:25:41 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:34:29 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/562d44a7-3061-46e3-956b-ee0fb4a952aa?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkZloy+0+feJcim5hYs4KcEnLeMr+qNT5LBAttlveBMGZDIz0wqxU1K97GkaOlPGCrQwjABjDAc23qSjZCqe1o2AfIixWm8tAn/uw/Ddzmru9ZRWIUKPFTnfnZCXLUW2ICkVTTx/eyZkj+5y0vZ48" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1+7": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/562d44a7-3061-46e3-956b-ee0fb4a952aa?api-version=2018-09-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/562d44a7-3061-46e3-956b-ee0fb4a952aa?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "d93c3824-412a-435d-9043-a79d140f3d9f" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "23", "24" ], + "x-ms-client-request-id": [ "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d", "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d" ], + "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], + "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "0e7a636f-36bb-4133-9998-1ed6558d84b1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvb8Yt7YUWwwUmkllbI81dahi2RLXBjufZeTh04gZ1FVAXJ/tfKDk8XZixUNfLbqBaCeajIie5TV689ZZDkbrOAPNCPkghUp9sibHD5oo7nzqEAonGKtbwwlDuGYGqCJMJwocmYB4NHlj6Lk9rO9EV" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14951" ], - "x-ms-request-id": [ "0e7a636f-36bb-4133-9998-1ed6558d84b1" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142612Z:0e7a636f-36bb-4133-9998-1ed6558d84b1" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "9db00ad7-59e3-4bba-af27-6817634684eb" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14975" ], + "x-ms-request-id": [ "9db00ad7-59e3-4bba-af27-6817634684eb" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T123531Z:9db00ad7-59e3-4bba-af27-6817634684eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:26:12 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:35:31 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/562d44a7-3061-46e3-956b-ee0fb4a952aa?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvl2xQp57/vcX0v2tZAhtUopLPTJgEQ18eaWShSVeoMJDZVItZmXZXh3RFutBEivz/f5ZAFOdh2rqdGncoeVfDsRXApKLTGmlh6100OpxhgOK30zhls641q6SfZuHAu62VP5AorCXLvs4UxwUl90+j" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1+8": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/562d44a7-3061-46e3-956b-ee0fb4a952aa?api-version=2018-09-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/562d44a7-3061-46e3-956b-ee0fb4a952aa?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "d93c3824-412a-435d-9043-a79d140f3d9f" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "23", "24", "25" ], + "x-ms-client-request-id": [ "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d", "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d", "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d" ], + "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], + "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "4e2bff78-aaba-45a7-9e33-2ce3cf192a82" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3Pn1IkY0Lb04NwhstqNwZozXI/HYp4TwcyGjwypbIdhWYWOh7wODTIl95nmo2iHUaMPwwAjkUgIYXnXYyeJti+HWnMKDGHy4h3phpV9YetSEyVLuqJ95rdd44zTamlA1UaCU74Tdu+7pvuvQJBPm" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14950" ], - "x-ms-request-id": [ "4e2bff78-aaba-45a7-9e33-2ce3cf192a82" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142643Z:4e2bff78-aaba-45a7-9e33-2ce3cf192a82" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "488c89ac-e619-4140-b099-4c0ba01f4f41" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14974" ], + "x-ms-request-id": [ "488c89ac-e619-4140-b099-4c0ba01f4f41" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T123631Z:488c89ac-e619-4140-b099-4c0ba01f4f41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:26:43 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:36:31 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/562d44a7-3061-46e3-956b-ee0fb4a952aa?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtDK/vLkqn/xyVN8cs8s6VR1T0416Z2BrLjz3taLk0lzEKrrpQlpnrz9nudX94fNE5gjY3yJkpQKsxWH6rSK8VLfE9mMhOLyzRTrttGJ0Gse1Y3qZyz5g++VKud2R527R0XdEetW1jk0q7XoA5zkc" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1+9": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/562d44a7-3061-46e3-956b-ee0fb4a952aa?api-version=2018-09-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/562d44a7-3061-46e3-956b-ee0fb4a952aa?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "d93c3824-412a-435d-9043-a79d140f3d9f" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "23", "24", "25", "26" ], + "x-ms-client-request-id": [ "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d", "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d", "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d", "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d" ], + "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], + "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } @@ -1440,41 +471,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7ce9c8aa-6be4-4fec-bf09-e0c5e69a5a5b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1eYkOOVE96XP0lpT1uioWBZmcBad/9eZE7CVkbVCkCeNGqbfQuqhogxyye+W2IeoBvbzK28QshDfRlV/7m1d30qFQTblylpTB6FwKX+ShKHkhZ/OWP520rXxRRurFOneUjExiTdNUihgTj4aeQPz" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14949" ], - "x-ms-request-id": [ "7ce9c8aa-6be4-4fec-bf09-e0c5e69a5a5b" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142714Z:7ce9c8aa-6be4-4fec-bf09-e0c5e69a5a5b" ], + "x-ms-correlation-request-id": [ "8fa873aa-8a4c-472b-aa5a-0c746c00156b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14973" ], + "x-ms-request-id": [ "8fa873aa-8a4c-472b-aa5a-0c746c00156b" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T123731Z:8fa873aa-8a4c-472b-aa5a-0c746c00156b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:27:13 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:37:31 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvyWWutRzwpdbUuvqfHt9aP/9DO2/DQLYxS2btYbYDvbv6tbqfGjGldtjjoIbpIZZs/08OrVXbEJsxMvWgJlq+AH1DXAgnaGPoUsiIAlktpkFq1kLHTZPj25DVfgAHLBP4SPE6C7Wtwa9zbrr3KbdX" ] }, "ContentHeaders": { - "Content-Length": [ "1024" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/437009a7-b326-41ce-85c6-55c12c2ec0d0\",\"name\":\"redmond/437009a7-b326-41ce-85c6-55c12c2ec0d0\",\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"437009a7-b326-41ce-85c6-55c12c2ec0d0\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2021-11-01T14:26:59.1943029Z\",\"timeTakenToCreate\":\"PT4M19.9724331S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptedBackupEncryptionKey\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupSizeInKb\":0,\"compressedBackupSizeInKb\":0,\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":true}}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01+10": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/562d44a7-3061-46e3-956b-ee0fb4a952aa?api-version=2018-09-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/437009a7-b326-41ce-85c6-55c12c2ec0d0?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/562d44a7-3061-46e3-956b-ee0fb4a952aa?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "d93c3824-412a-435d-9043-a79d140f3d9f" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "23", "24", "25", "26", "27" ], + "x-ms-client-request-id": [ "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d", "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d", "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d", "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d", "cb2ebada-81c7-4ebd-b4ed-cbe28db3bb7d" ], + "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], + "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } @@ -1482,350 +510,325 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7e3c4768-cda5-45df-a326-d43af6453588" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3NAd7sQz+lP6WDbLuoEEdt9ltWT/R1OrgptzoOI7ERe6F/cCflLS74X0AS0uUr17CkLcfx2NPt26/KruZx5J195h6fT0rb6GbgysH1sO6LXUDAUJ8eVlD+6vDGxPA3IVuYr/h6JFEpxyTCpxhzwT" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14948" ], - "x-ms-request-id": [ "7e3c4768-cda5-45df-a326-d43af6453588" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142714Z:7e3c4768-cda5-45df-a326-d43af6453588" ], + "x-ms-correlation-request-id": [ "b62c2238-5af0-40f9-99c2-eac539d69e3d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14972" ], + "x-ms-request-id": [ "b62c2238-5af0-40f9-99c2-eac539d69e3d" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T123732Z:b62c2238-5af0-40f9-99c2-eac539d69e3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:27:13 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:37:31 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvt4RUUDM3XiL5omZBQNzBe6UCd51s9SHxa0b65G39/H2AdeSl8OD+Ze5TWsjt5/faRNCklGluW3ZWVdLZpO6T0jrmOHb0DyRB11e3Km+3lZ5ZrMr21rew/D+7iL3tE/1q4hCSeHo9mB6rdK21Qv1J" ] }, "ContentHeaders": { - "Content-Length": [ "1090" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/437009a7-b326-41ce-85c6-55c12c2ec0d0\",\"name\":\"redmond/437009a7-b326-41ce-85c6-55c12c2ec0d0\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"437009a7-b326-41ce-85c6-55c12c2ec0d0\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2021-11-01T14:26:59.1943029Z\",\"timeTakenToCreate\":\"PT4M19.9724331S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptedBackupEncryptionKey\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupSizeInKb\":0,\"compressedBackupSizeInKb\":0,\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":true}}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/437009a7-b326-41ce-85c6-55c12c2ec0d0/restore?api-version=2021-09-01+11": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/createBackup?api-version=2018-09-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/437009a7-b326-41ce-85c6-55c12c2ec0d0/restore?api-version=2021-09-01", - "Content": "{\r\n \"decryptionCertBase64\": \"MIIKqQIBAzCCCmUGCSqGSIb3DQEHAaCCClYEggpSMIIKTjCCBg8GCSqGSIb3DQEHAaCCBgAEggX8MIIF+DCCBfQGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAhQyFPkiSuVcgICB9AEggTYEG/SVAo4Mu02gMFzfbtIoac56ErjzM+WI8VxsPdntUZ8QoiRFcWQo1xaltYnHhvN1QlSQmlxT3oOJqFBTQRILmagbpSrXxG2izE41hkp9iUUcMSYuQ20TpKztumBv0A+1SreT2Wj/EswY8d9WBuBsGhupk8MpIY+6sy1IimZlzL+P5JMdiUS68uM9NhvmQXanYlvaI0bUwj2seAa+67NcQO+TKWoQ8sYOl9y6a9RMVS44JhbRtqJSiDtkzCIzo3trqYqlRR9DBzp4CbVbEwhl0bGbugqORkoQxXOTV41vRvUpl5ztmj1M+d6UDNXXfhToANp1ywxyBb6rmGvUxbKmK9WdwrWAaOhJT6O/OjAh+i0cHw5xU71YX276X2ObBFFgW0KNO2QHscV5qpV6hsez+gMQIoy8lTUmrCIkrUSZJzHGEok37psAehbistF67H1zz3jfFy46JfxLSLJLHV6eTLW/Kd+54s2oyQe9VS1IjogaK5962iD5OvzpIywhr+OjoSHmfgwVKR5W1R4y0BC5owcqYAcycB9Nf9K5GkvNdceL9qsgPVNHi9Y0MVsQ8jEboMtikg49WO/cEysF+A8MzMgmLza3hI6DDit43qBpoRZO6MgQadDBjDzaILG96HRAdefhoFbOZnwfIAAHTAdyoFa+n46wWlq4WnBglOMe7R1UIJVzsn5mz6XPJdwYI/lnVlv1CWPpA1HLWiZ2b5Xo8tsSEoZxYsRy+OZv0cEcY8QsLCICs0Go3bhc1rJpx3uTUki7ncgT9iMGpAe9JEqrTXiUVNfaJk0sMMv5GttRvt75k5xsE0t1s6xLtLP7LPb3wJB9tCFTZa7uH6KJ1uAkhlzIvp6j1hfIeLHdMIqd13g/xBvTyRjaprSNjFIJB5JyHX91NOlgVYlYfskJU7dO4vOdLvYe1PitJUahQ1ux7U2KxXY6DmGR/xdtQhEulhLMqxw35GM1wqJ+w8d4CvdSUkmd7ewvG/IJRXWKrnjy3e1Ta58U1T/+zdsjJH3oGBGTxWvCzewKSDySQJYuX/J1OFyNgbxBq6QAT3AojHRWirDW5tNJ1jHGE1AE9coW65S15cA/BPD4yS0fzwK2ZwsXUG1zY19ixRbA9su4uwglOHiucKxMdiwlLA5g9GKKdMhS1pLSF0zSmmBgXKiEtSvVIpuBX8ZQY4Lk2UnVocgMPbwvRIgHyAKCM+paW+0ukyPhAZJqOgi6X8ZLqTDse9oX/NG12c9YexKHHCwIjgejdcTH20KBkYgkZdLaWeTQL+nhic3sG8TK/+wKxwYBL2OjPQRY853nzcQ6LFSI/M+IaiXOvQXLQOWHsoa0AiUl5OFDTXt3YwIOVT1Gydi/+2d+KihM3n2+bbZRdsyGu4ToJy5Pb84AX+LGYBCIBeHOqnor7bn0F5Jr+GGfNKAuuoe0hqTVndQGKpR0t32dGTI3b/gAj24BGiS+G2tDcSzlmb/+6O66xGnjjGMaw5qKV/plew7jzKOc9Xtlaue66+Q4AbjGftKapWQAmXkNDKLZai2W56zSX9BHQ/Urg8qKlILe+34WRxs0U2DqfHF5y3WOnOZRk3HwG1up85cVb4Trow/GHEDzBP4bEk1w6gqoldGLR1K8AzzpbmEO8S7BbFI4kpyY2Y51R8OCjGB4jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkqhkiG9w0BCRQxUB5OAHQAZQAtADYAOQAwADMAZgA0ADgAOAAtAGQANQA2ADIALQA0AGQAMgBlAC0AOQA0ADIAMgAtADkAYQA2ADMANQA3AGQAZgA3ADMAYgBmMF0GCSsGAQQBgjcRATFQHk4ATQBpAGMAcgBvAHMAbwBmAHQAIABTAG8AZgB0AHcAYQByAGUAIABLAGUAeQAgAFMAdABvAHIAYQBnAGUAIABQAHIAbwB2AGkAZABlAHIwggQ3BgkqhkiG9w0BBwagggQoMIIEJAIBADCCBB0GCSqGSIb3DQEHATAcBgoqhkiG9w0BDAEDMA4ECEG0Pzg3taS6AgIH0ICCA/BKTmHjnIpWcDgLSDYK8T1QUor7K7Y16R3yzygnuNgSLF8HWmhIcpCrEiMVRAtk2NE26qekF56gWge07h1LuIv/qJAeAWojLly75Ng1dUtWSQPypfq6yVkW2B0xbgknhv8Ezm3CENokSihCHczwUl1S2Dw9Ef5tN9E6EmFqzzYG6wGPJayQOlj9G9XilxlQ8VBIA867abyQUGmK2ycWzZpOF+6qRJCXlKfi0WraakNJu7n6r7CIRX+9sfywrN8a2mbnSZMpNWizrbDxcWaNCWwt3m6vERWLqgW59uPGyYbNEye14zcasPH0cc+L/obdbv/hSyZvQkurv8CiotzgI3BXTcbJ6Cr/avCiD5frmXLw+O36J9l8tK5N7IfS38+EKGDf3yhX33g/HWwhkpWhQI98DirAdjIqzBC8tHAlzkw+hYNoUaoVkfHgY7/LvuLKA9Zz1IIv49LfVL6JNOG0c1vXAdAk6BcAMV2AQZmlujMk+cmP7PWph5JN7cw6xNIBwdZ4Zy5xsAQSDbZmlY4/RdUpKBxuz7qERFDHHINb+51ud80Fyxn7v5f73f83lCpmdiCvFsGoROxafttL0NrPnaK+E2nZwjgakcoy8qR5Aj6ayCw8yjXJUHSvmVTfcCakhgw0vK+8qLJNgd0SL6r/P9skbDbor+ltYSV7rlphJtNYLeLDPSTADyARY85QTH7JzysaO9LMnz77dhBgTjgDHOMy7gE9CEcb086iksqXbKsUqV2TWzspMn7unWyvLXp+LDHkM5IWjc6rUt2KeDpuw1yS5XDJ0zL4VYony7G3U8nim+f5rVyt3Ja8OnTRv9rgKfEXkDmm7lTMyI7dExIxAC4+AwQQECSOrzVUbVruJv2XQ7DNQRTTLlj9+zJIAhm0EFUuuQ+zvxOxfbSF68fw5j02U02n6AvD/NXtjgVCNiTviRG+qtKx1vXD4l6BMP8HGT3n99igOykFnNcaBlIsRogzb18gDR+SSEYijXCA9SttQ0ISiwz7dCYO7sng4lTqAtzN+JYiS5saDLDAsklbXTnNvpBdwzGf9BlulgJeeGGzaXWd/7uJwZ8dcNcRso4pI+vV3yIbjMX1YS5DluV1PimWc/Q0fuPsjacEOtukBHvxELF2gJAZu4lTRjXP8fdQWunt/plmS7+YQqkn3bdALFk9EjHA+TqZ57ZeKAeywkOnyJwJCi6YD/EzAQWcOpML1xqdbvdilFWjEGVzs93eHi7vA8Lvp3iY4OUJnvMokjCpNx86tag++g8l9t1/y52SKb+nNC/zWpRs/nQxSxlGU5QhBWHdDq7oTldWqEoA4tMXSuBiSbg04bK7YblzNnUDdD8wOzAfMAcGBSsOAwIaBBSkvLUX6cZffafC6a35Q+pTFz1ngAQUBlz9XA3Beph2JfNfYGw4p4nlG/YCAgfQ\",\r\n \"decryptionCertPassword\": \"decryptionCertPassword\"\r\n}", - "isContentBase64": false, + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/createBackup?api-version=2018-09-01", + "Content": null, "Headers": { + "x-ms-unique-id": [ "28" ], + "x-ms-client-request-id": [ "04277bb2-10d1-42b5-ba2d-3e397c978182" ], + "CommandName": [ "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "3733" ] } }, "Response": { "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "0c20bb2d-70b5-4158-b9e2-418f09da48ce" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/fR1N36U0HWcwIvnIECMvAdAS894ups0vQlPuBGiEC2DDE6fc+gHpt37ibJ+UCft2Oa6L3K+wiDu6d/czd/TkJ8nnatv2JvsELdnJkL0ufZQePQQKrPdmTJG1MkOBXkEVqe71R033pFe8OUtf8lV" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-request-id": [ "0c20bb2d-70b5-4158-b9e2-418f09da48ce" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142714Z:0c20bb2d-70b5-4158-b9e2-418f09da48ce" ], + "x-ms-correlation-request-id": [ "d714b7dd-56c5-4e76-8427-a9a3aaf69c27" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], + "x-ms-request-id": [ "d714b7dd-56c5-4e76-8427-a9a3aaf69c27" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T123734Z:d714b7dd-56c5-4e76-8427-a9a3aaf69c27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:27:13 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:37:34 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCx/vjKF5PuVO59LudsiN0uzm78mNzgS32Exn+j5kNzh+hifAjX6MsCDeNEfWVs24ePiIubs7IsRHShI7AoPCR3Q+1Hn833yp4XC2VYxdVY+UC0zF8Bf5Jn7gwS6NUhM9OX0pHVQyfJHCsUqtAgvB" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null, - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1+12": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "dd06652d-dc65-4140-afcb-3c8a4eb564df" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "28", "29" ], + "x-ms-client-request-id": [ "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "6af1b6cd-b93c-46e4-bc48-6da601f787c2" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvStASCAfp6hNNYWw/yN+b+Puii2yHRciUhCDl6nwBSSIN/WA2OSSvohGl4MuAajS5PNSL4Z2wXu9ZiU9AHuywe5hU2enhdoKnMydP38+Rfa8HfhZoCLJdTGeTJpG9i8IgUDsaq8kIzwQz8ARzmXF9" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14946" ], - "x-ms-request-id": [ "6af1b6cd-b93c-46e4-bc48-6da601f787c2" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142815Z:6af1b6cd-b93c-46e4-bc48-6da601f787c2" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "f8db8536-ed25-4d72-b2a3-444351e0cb42" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14969" ], + "x-ms-request-id": [ "f8db8536-ed25-4d72-b2a3-444351e0cb42" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T123835Z:f8db8536-ed25-4d72-b2a3-444351e0cb42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:28:14 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:38:34 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvQv7SHMRK3EuxxIWRLUdpGM/zv2ZaS6v9ykT7m2RvV9KF2/h/9156zm5VlUt46v/ZhDWarLTxBteljiFvK16nkkvZQ6P8GL/VQCSbm6b0Wy36TpQue9z5uPHEQJuUwsB8nPZp7+NuCwjNQm49qf0b" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1+13": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "dd06652d-dc65-4140-afcb-3c8a4eb564df" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "28", "29", "30" ], + "x-ms-client-request-id": [ "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "aba418dd-54cc-41d8-aef6-512e368f8ca1" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14945" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHHYIUeTKk5MV8A9WChkE/F3/ENCPu7I+VdmBx3Pxb8ZFLc8m5DMtQdndOOWbV+lK8GpLUSexioY01WVd+aDLaT/HJ9BZzw870iRuKRJI9CwDm64YsvdrKtFWei+pR98cIIOCCz4MaKCH3Ye5AlCW" ], - "x-ms-request-id": [ "aba418dd-54cc-41d8-aef6-512e368f8ca1" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142845Z:aba418dd-54cc-41d8-aef6-512e368f8ca1" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "a9a68c0f-70b3-4594-8686-7547067c26b3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14968" ], + "x-ms-request-id": [ "a9a68c0f-70b3-4594-8686-7547067c26b3" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T123935Z:a9a68c0f-70b3-4594-8686-7547067c26b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:28:45 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:39:34 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBgMYZHsVV9fDAU7ZyZmXVqL7SswWJs7ywoZox+4ftuL5n3fJ3Go4wi0wOzDQ/VzHlAdiF9FRyHrHpIFTHUaZ/Uqw/6PBY28SDrGQODauw5Hfu4Wg7H1kI7xM2aKa+qoJDbjUmlv8dZ1IyYV7Uyud" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1+14": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "dd06652d-dc65-4140-afcb-3c8a4eb564df" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "28", "29", "30", "31" ], + "x-ms-client-request-id": [ "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "cbc64da1-d0c7-46b3-8531-3a13ef2900e5" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvQpCw2P8O/cPqPte3SG0BIp/IXvuchXu1a+EmKU/u/xo/oLj4U5BZhfstn/gBWNmAywzPZOkB3lYFVs2t7iiIMfOLJvGupeQ2fkg4mFXS1LdGweCpck5aDgt0Y4aoAK4cJkUfk34Vh28hc//l3RGD" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14944" ], - "x-ms-request-id": [ "cbc64da1-d0c7-46b3-8531-3a13ef2900e5" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142916Z:cbc64da1-d0c7-46b3-8531-3a13ef2900e5" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "11a6af60-c5dd-4b0a-a710-db06793a7129" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14974" ], + "x-ms-request-id": [ "11a6af60-c5dd-4b0a-a710-db06793a7129" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T124036Z:11a6af60-c5dd-4b0a-a710-db06793a7129" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:29:15 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:40:35 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+0vrA3le2kF2BlQRl7UUX0L2FnAnNo1Xzelxn2JZxYfqeMrCQMgbFZFNZN+P2656veTl3GP8AYbxiTBk8agnsS7d28Vg1H5ndfBZOmIjtqFjX+oOAOkyE7sNDpmEQCoTm4rRXaRL/MsXp0yq5CpP" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1+15": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "15" ], - "x-ms-client-request-id": [ "dd06652d-dc65-4140-afcb-3c8a4eb564df" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "28", "29", "30", "31", "32" ], + "x-ms-client-request-id": [ "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "6626f5d4-0498-4d1a-a972-f743ab20caf6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJRsXzjHE+dT+rbW1WRMIjjsb6H1ASVGbEdpItmxNWXCey3wDQGnk6jhHGBxxMS7I629kn+aX2+kISS6HBNYQnMRyk4ghMKmLmH0nUKoiwFyPVHsv6du1sL1L8XlpfEPGWavsdlnRk053MvHCbhpr" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14943" ], - "x-ms-request-id": [ "6626f5d4-0498-4d1a-a972-f743ab20caf6" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T142947Z:6626f5d4-0498-4d1a-a972-f743ab20caf6" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "37356adc-1df7-4063-ab37-7ffccff9dd73" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14973" ], + "x-ms-request-id": [ "37356adc-1df7-4063-ab37-7ffccff9dd73" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T124136Z:37356adc-1df7-4063-ab37-7ffccff9dd73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:29:47 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:41:36 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1mhNRwvYgyvmS1Xhj5XiU0mgkJkMWep33dxp5/9cLc/sfMSWwbZqlggFIW+QBvhujW+mG4CPgJjL5WL/lRaQIq36DLmWWhGeyPlCZ3Je8idCMBWi/z8gC0ykFqW6nWvKCGwiJYT6NorsYx7ex3+E" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1+16": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "dd06652d-dc65-4140-afcb-3c8a4eb564df" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "28", "29", "30", "31", "32", "33" ], + "x-ms-client-request-id": [ "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "5e7ad317-c5b3-40d7-82dc-4e70cc488e7c" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14945" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvDwkFicyJzmG9f0OiEue1Ws/qeQGRx9ufNiyyJT5NTjfGnA0nXv+9rB5Z24vcFpr4SeoBoJ7P1HRFQU/352R2opZxtVSFxDBrRRwOH6SbtThghFLD0OdA6vjCteZTNsMNjNQO4buVBnCcjuHTqHgF" ], - "x-ms-request-id": [ "5e7ad317-c5b3-40d7-82dc-4e70cc488e7c" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T143017Z:5e7ad317-c5b3-40d7-82dc-4e70cc488e7c" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "678b4709-fbce-4fc2-afdd-3b3bbd7f9c00" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14972" ], + "x-ms-request-id": [ "678b4709-fbce-4fc2-afdd-3b3bbd7f9c00" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T124237Z:678b4709-fbce-4fc2-afdd-3b3bbd7f9c00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:30:17 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:42:37 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdVR9H4/Ni74uj8YEfwgOuCrcyHTDzB5pThp2MeLiukSBjg5xIEes+ft4A+8C6TiNH/tcGNmohanHl/UowReSOdwRAKuPFcUY2Hlvpnttme4pd4vpQaoBfn+dkcop3NfSO4XWfr1W3InybxgfW9aR" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1+17": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "dd06652d-dc65-4140-afcb-3c8a4eb564df" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "28", "29", "30", "31", "32", "33", "34" ], + "x-ms-client-request-id": [ "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "4aa0c2b8-5ed0-4381-9e40-2274eefb5bdd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv9uwFM2c/ULk34lPx+1Go0nHJ1esy7cdrz4XWHLq8I/Vba4/yuE0/jdHo4IJB3hYdMBgJMjwL/zfOm1MDwT+QOsWz0EgBurfnp9T9d4Y22Mcg9YDECdA01QbomD7GP++iJ0dI0hMuZG1iLaub7dQf" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14944" ], - "x-ms-request-id": [ "4aa0c2b8-5ed0-4381-9e40-2274eefb5bdd" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T143048Z:4aa0c2b8-5ed0-4381-9e40-2274eefb5bdd" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "8f4b5abc-5ce8-4a5b-905b-a18ac29ede89" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14971" ], + "x-ms-request-id": [ "8f4b5abc-5ce8-4a5b-905b-a18ac29ede89" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T124337Z:8f4b5abc-5ce8-4a5b-905b-a18ac29ede89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:30:48 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:43:37 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvQVkMkE0ZU3GVWby1Ra37cHZ3IyfrBOsg4fkY2znK7tbQI0ppno4IyXsUB4U+t5pJ4bxPqkpq1F4wwLT/IZjLPJMFvYZkvU+t2YeSZiYSLpjHq74lRgVpfl676s/SkT54x5Ncz6OJ7UhD7lnp7wpN" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1+18": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/69ebefe9-7b1b-414a-99ad-49edf061d845?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "dd06652d-dc65-4140-afcb-3c8a4eb564df" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "28", "29", "30", "31", "32", "33", "34", "35" ], + "x-ms-client-request-id": [ "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182", "04277bb2-10d1-42b5-ba2d-3e397c978182" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } @@ -1833,179 +836,164 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "91055b68-2f8b-4056-b284-49d4ff2f7b8e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvwBn5N/2ZErNwB01DP9JCDjcWetwB7z1Gdt1NUpaD/wys2oEngJ6nU8S3DGKd749FeFZlnlST/jHZsb5rCCJfhN9YSOViPsyfrVMHXDEOF74SZVLcnVzi+8BjoRociCpv1sRmhxHO3qOwNHitzs/m" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14942" ], - "x-ms-request-id": [ "91055b68-2f8b-4056-b284-49d4ff2f7b8e" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T143118Z:91055b68-2f8b-4056-b284-49d4ff2f7b8e" ], + "x-ms-correlation-request-id": [ "6058503e-64a0-4550-828d-931d39e66706" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14970" ], + "x-ms-request-id": [ "6058503e-64a0-4550-828d-931d39e66706" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T124438Z:6058503e-64a0-4550-828d-931d39e66706" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:31:18 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:44:38 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIsZTw//jv/6Nk3vzKlar2uRVPfvTo99HDbVFj+XGg4lmYOUk8X0cQVmpRVDwHgvpBsM0uu77kSoambJOVQajpE995BGkMx5lWYAaUmP3J2LzqINJUimnkB6WJFFDL44UPuA5OsDBwDz1xDEpxqjM" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], + "Content-Length": [ "1290" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/69ebefe9-7b1b-414a-99ad-49edf061d845\",\"name\":\"redmond/69ebefe9-7b1b-414a-99ad-49edf061d845\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"69ebefe9-7b1b-414a-99ad-49edf061d845\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:42:50.0310854Z\",\"timeTakenToCreate\":\"PT5M15.1452343S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptedBackupEncryptionKey\":\"WdwFE0zU6T8n04XYQAuxDMYpal525w60b0GCyuoaP+vCr3544qFmRvzazSBU1IqV9/cdmqpCDEajJ0bG3pa1WMYh5u/NMGCOXZGjkKNZLQKjkbwbBRdBPRHfeF3cz3Cf+N4rYnXFUTZ/T1OabUVE1TAxy4TxJk5paiX0MixfaJhNKmONsVAO03oMhdEpjzKj/Lg2nZ76LaUYP6jpFSi5igwZj3rADofa94isUb9m2059wYwNIEBuxIccS9EnTqSf7Fe6X0LDkYMbq0ahTZtuy1Xq0vUXzxQuMYboVmmsH4rGXk3EEl5g+MfDHE1Z28037fBhMK6HwtZTfUPw2y2QGw==\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"backupSizeInKb\":0,\"compressedBackupSizeInKb\":0,\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}" } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1+19": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/69ebefe9-7b1b-414a-99ad-49edf061d845/restore?api-version=2018-09-01+9": { "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/69ebefe9-7b1b-414a-99ad-49edf061d845/restore?api-version=2018-09-01", + "Content": "{\r\n \"decryptionCertBase64\": \"ZGVjcnlwdGlvbkNlcnQ=\",\r\n \"decryptionCertPassword\": \"password\"\r\n}", "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "dd06652d-dc65-4140-afcb-3c8a4eb564df" ], + "x-ms-unique-id": [ "37" ], + "x-ms-client-request-id": [ "fb9a96e1-3521-4d73-b3db-2a2b9384c457" ], "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "3719" ] } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "d8bf7564-77b9-4566-ad2b-b11e3b9df6a9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnPHpQfbAsGbI7MRhbIxb0fz+3x6+kRaYprTWjdQEo0yKQ9oomATMaV7qTM08/m6wqMCd7Yv9aG4ZXikRiWRaP52mIOeYCRophlx8eEKje/3lQDQdP5ZubJLEWK+NsiSLN7DTx4W22QY2ibYjmv8E" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14941" ], - "x-ms-request-id": [ "d8bf7564-77b9-4566-ad2b-b11e3b9df6a9" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T143149Z:d8bf7564-77b9-4566-ad2b-b11e3b9df6a9" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "e52d122b-df18-4f8c-9cc9-5de977a7968f" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], + "x-ms-request-id": [ "e52d122b-df18-4f8c-9cc9-5de977a7968f" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T124442Z:e52d122b-df18-4f8c-9cc9-5de977a7968f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:31:49 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:44:41 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0bd4a952-efc3-49cd-a296-2f5ec7214d49?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvOLevoe9f0lxIJyaeMEQKpAG1D7h1CFtE78f9bRFWUp+ps9iFIz4GuVusJK7iyxVYml8orzG2clTnFnSHY4ZUKHLxMR+ssfVwHmIpJhvPigktKxyYMwiT1Hd1gjKvSkHE2kafmpr/AtoP233P1lWE" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1+20": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0bd4a952-efc3-49cd-a296-2f5ec7214d49?api-version=2018-09-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0bd4a952-efc3-49cd-a296-2f5ec7214d49?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "20" ], - "x-ms-client-request-id": [ "dd06652d-dc65-4140-afcb-3c8a4eb564df" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "37", "38" ], + "x-ms-client-request-id": [ "fb9a96e1-3521-4d73-b3db-2a2b9384c457", "fb9a96e1-3521-4d73-b3db-2a2b9384c457" ], + "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], + "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "88b7ea52-88bb-4535-911f-d01bf59f0b5c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPgH/a6fNCBGv0xhhVCntWvYmK+M/8BkvCWskPyHMSlhPjbw+V+9WRFiS0JrZVuccC/10vkP0lqrIBqQ1vz9/r0S8t8p+eeENCABJ2TyHdRyz7Rf/sHDwwq+Irc2jBnwfx4/xhQhUjPHi9OH2Cg4Y" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14940" ], - "x-ms-request-id": [ "88b7ea52-88bb-4535-911f-d01bf59f0b5c" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T143222Z:88b7ea52-88bb-4535-911f-d01bf59f0b5c" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "23d3e790-4e30-4a75-a6ee-e431abfdddb9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14966" ], + "x-ms-request-id": [ "23d3e790-4e30-4a75-a6ee-e431abfdddb9" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T124542Z:23d3e790-4e30-4a75-a6ee-e431abfdddb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:32:21 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:45:42 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0bd4a952-efc3-49cd-a296-2f5ec7214d49?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPyO0LtZzycWQ16n9iNYH8D/s4ubQEgq1r5f6qyUWYwu59wbCRXlXMtbak8QnAcZ0/PoydXTb7s52tdYx4MM7txp9oz+nBzxJwEpKdw/w+jeQ16c52R623kdhca5x/QjRcO83G/UJEZ0LveZShtQV" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1+21": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0bd4a952-efc3-49cd-a296-2f5ec7214d49?api-version=2018-09-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0bd4a952-efc3-49cd-a296-2f5ec7214d49?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "21" ], - "x-ms-client-request-id": [ "dd06652d-dc65-4140-afcb-3c8a4eb564df" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "37", "38", "39" ], + "x-ms-client-request-id": [ "fb9a96e1-3521-4d73-b3db-2a2b9384c457", "fb9a96e1-3521-4d73-b3db-2a2b9384c457", "fb9a96e1-3521-4d73-b3db-2a2b9384c457" ], + "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], + "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "237fe215-d3cc-43a6-97c0-1741bd9407cb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvqWnteaVa2KEZz1za15qotubvJKFpET31siSz2UFozjHu11rtZmheE+M9KiJVI9daHPI9Nt8Xj3xoKqDR2+pQ1shiS6Qr3Dhrs2A2CO5fD4zz+oz0kN+dT7whxDCADIhN6ZTBRko/fvTNq4iAtZq2" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14939" ], - "x-ms-request-id": [ "237fe215-d3cc-43a6-97c0-1741bd9407cb" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T143252Z:237fe215-d3cc-43a6-97c0-1741bd9407cb" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "e4c64bb5-5235-429e-977d-b73183ea81b1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14965" ], + "x-ms-request-id": [ "e4c64bb5-5235-429e-977d-b73183ea81b1" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T124643Z:e4c64bb5-5235-429e-977d-b73183ea81b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:32:52 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:46:43 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0bd4a952-efc3-49cd-a296-2f5ec7214d49?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNBs7zDQ4fQLkCHwBn2hWHwk8bqIOm/kM5cBU9d8ERA0Akv5W3Hy7Iky4Tv5woltADjeKNq86SmzPaazVLlLKEh/Lr/ofby26TQS1a2Ul6QDOR1IgnS9P94WS5somCuYfLXcGSaVmF3Bgyabyt5u1" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1+22": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0bd4a952-efc3-49cd-a296-2f5ec7214d49?api-version=2018-09-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0bd4a952-efc3-49cd-a296-2f5ec7214d49?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "dd06652d-dc65-4140-afcb-3c8a4eb564df" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "37", "38", "39", "40" ], + "x-ms-client-request-id": [ "fb9a96e1-3521-4d73-b3db-2a2b9384c457", "fb9a96e1-3521-4d73-b3db-2a2b9384c457", "fb9a96e1-3521-4d73-b3db-2a2b9384c457", "fb9a96e1-3521-4d73-b3db-2a2b9384c457" ], + "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], + "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } @@ -2013,41 +1001,38 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "2073678a-a5f2-4015-8301-d10849c2d065" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdkzh+bekPXfU1Oy8qzKfeQJwSdp6wHfZKkwKO7KnDCw2E7fG0uDMwPTy8kUTBJX6KDbSwZzb+mKR6KyP5lh7QJ2jQVG0wbI7LlQVl0wNC/g0XJod+ofWMj/Bd+TFMl66vxuUvrNsqA6nHRy8coCV" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14938" ], - "x-ms-request-id": [ "2073678a-a5f2-4015-8301-d10849c2d065" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T143323Z:2073678a-a5f2-4015-8301-d10849c2d065" ], + "x-ms-correlation-request-id": [ "648a3def-7a31-4395-b0cd-1c83ee5eae7f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14964" ], + "x-ms-request-id": [ "648a3def-7a31-4395-b0cd-1c83ee5eae7f" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T124743Z:648a3def-7a31-4395-b0cd-1c83ee5eae7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:33:22 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:47:43 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvlQjJcK+dLLjCWjcH7FTbhjufyBTKAeP77UjhpImYcRIyU6sNJGDTegk6vfjxwYSj5l684/KZjz9qkhCdlGsrC2xRib6lBZSYpudUhTlQhDw/IF7FVjIm/D8uxYt/SbexN0dFZ9Ro4BGrejQIPnyh" ] }, "ContentHeaders": { - "Content-Length": [ "22" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Succeeded\"}", - "isContentBase64": false + "Content": null } }, - "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01+23": { + "Restore-AzsBackup+[NoContext]+TestRestoreBackupViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0bd4a952-efc3-49cd-a296-2f5ec7214d49?api-version=2018-09-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/9f65c2c5-992b-46e3-8a6f-7b75598dd547?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/0bd4a952-efc3-49cd-a296-2f5ec7214d49?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "23" ], - "x-ms-client-request-id": [ "dd06652d-dc65-4140-afcb-3c8a4eb564df" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], - "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "37", "38", "39", "40", "41" ], + "x-ms-client-request-id": [ "fb9a96e1-3521-4d73-b3db-2a2b9384c457", "fb9a96e1-3521-4d73-b3db-2a2b9384c457", "fb9a96e1-3521-4d73-b3db-2a2b9384c457", "fb9a96e1-3521-4d73-b3db-2a2b9384c457", "fb9a96e1-3521-4d73-b3db-2a2b9384c457" ], + "CommandName": [ "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup", "Azs.Backup.Admin.internal\\Restore-AzsBackup" ], + "FullCommandName": [ "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded", "Restore-AzsBackup_RestoreExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } @@ -2055,25 +1040,23 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c20e062c-be16-4b67-9c5f-34746502cc41" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4goG3jr3bJJJqdhcyXamH/Cnuweyyvf9iR4GgJvetoJMJqYLcyFPG2LiA2E3n1XtlzpVDIdKizHq8n3aKoLTAQwtQUr3B9LhH/mtQr2ZXWAR9Ljg4WpfwWh4HSUZOo4l1FfN+gLhI3C42xc+DZv5" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14937" ], - "x-ms-request-id": [ "c20e062c-be16-4b67-9c5f-34746502cc41" ], - "x-ms-routing-request-id": [ "REDMOND:20211101T143323Z:c20e062c-be16-4b67-9c5f-34746502cc41" ], + "x-ms-correlation-request-id": [ "fb74a7f5-c3af-4669-89cf-778b85697fb0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14963" ], + "x-ms-request-id": [ "fb74a7f5-c3af-4669-89cf-778b85697fb0" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T124743Z:fb74a7f5-c3af-4669-89cf-778b85697fb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Mon, 01 Nov 2021 14:33:22 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:47:43 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8XmSPQV/L21FIysPLJk/a7ZyomWXWO703Fhzdv4GXFwnQJjEWm9CcS4T5ckrlgDTOWY9U0dC+Olt6EMD/QcpfWq8MTkliGwereuU2nmRjUcYGXQ/7Gfco/lq4AbUmaeJJmPlywd/LX4qd0kJ/5Qf" ] }, "ContentHeaders": { - "Content-Length": [ "4" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "bnVsbA==", - "isContentBase64": false + "Content": null } } } \ No newline at end of file diff --git a/src/Azs.Backup.Admin/test/Set-AzsBackupConfiguration.Recording.json b/src/Azs.Backup.Admin/test/Set-AzsBackupConfiguration.Recording.json new file mode 100644 index 00000000..d963b23a --- /dev/null +++ b/src/Azs.Backup.Admin/test/Set-AzsBackupConfiguration.Recording.json @@ -0,0 +1,208 @@ +{ + "Set-AzsBackupConfiguration+[NoContext]+TestUpdateBackupLocationExpanded+$PUT+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2018-09-01+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2018-09-01", + "Content": "{\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"externalStoreDefault\": {\r\n \"path\": \"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\r\n \"backupFrequencyInHours\": 10,\r\n \"backupRetentionPeriodInDays\": 6,\r\n \"encryptionCertBase64\": \"ZW5jcnlwdGlvbkNlcnQ=\",\r\n \"isBackupSchedulerEnabled\": false,\r\n \"password\": \"password\",\r\n \"userName\": \"AzureStackAdmin\"\r\n }\r\n }\r\n}", + "Headers": { + "x-ms-unique-id": [ "1" ], + "x-ms-client-request-id": [ "033548c3-427c-4dd0-b777-214a2c4afc46" ], + "CommandName": [ "Azs.Backup.Admin.internal\\Set-AzsBackupConfiguration" ], + "FullCommandName": [ "Set-AzsBackupConfiguration_UpdateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "1506" ] + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Pragma": [ "no-cache" ], + "Retry-After": [ "5" ], + "x-ms-correlation-request-id": [ "28dc5876-f4d8-42b5-a19a-c42349e643ff" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], + "x-ms-request-id": [ "28dc5876-f4d8-42b5-a19a-c42349e643ff" ], + "x-ms-routing-request-id": [ "REDMOND:20200305T011625Z:28dc5876-f4d8-42b5-a19a-c42349e643ff" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 05 Mar 2020 01:16:25 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6034df7e-6d95-4551-b146-b6a7a101794d?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvX4hvVS6CSDpzzm9+I0C5nrjDbmdJdo2Dxc9KZeGlWxot47mfZo0bFPnvp/LtoP/kJJ+ilDO2eE6FrWYDAoyk+j7DeAv+wbtLZn3I3QZH5mTvM7pVuWqG5gO8hT68sICLaFHl6XF5Pu5gZyOqqbB8" ] + }, + "ContentHeaders": { + "Content-Length": [ "0" ], + "Expires": [ "-1" ] + }, + "Content": null + } + }, + "Set-AzsBackupConfiguration+[NoContext]+TestUpdateBackupLocationExpanded+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6034df7e-6d95-4551-b146-b6a7a101794d?api-version=2018-09-01+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/6034df7e-6d95-4551-b146-b6a7a101794d?api-version=2018-09-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "1", "2" ], + "x-ms-client-request-id": [ "033548c3-427c-4dd0-b777-214a2c4afc46", "033548c3-427c-4dd0-b777-214a2c4afc46" ], + "CommandName": [ "Azs.Backup.Admin.internal\\Set-AzsBackupConfiguration", "Azs.Backup.Admin.internal\\Set-AzsBackupConfiguration" ], + "FullCommandName": [ "Set-AzsBackupConfiguration_UpdateExpanded", "Set-AzsBackupConfiguration_UpdateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "0e04461f-02a5-45e6-89d2-953dc8182b23" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14991" ], + "x-ms-request-id": [ "0e04461f-02a5-45e6-89d2-953dc8182b23" ], + "x-ms-routing-request-id": [ "REDMOND:20200305T011630Z:0e04461f-02a5-45e6-89d2-953dc8182b23" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 05 Mar 2020 01:16:30 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgiy9p0LaeYPBlI36qGgSZl0x9GyZLp2sONpzpO12rJvAH6l6JWvLhMmJ22r+qceRUD8rnWPjFxWo+WhRDFnHihftZ/iy95+jt97VpV8JkDxRX65C2YTx8WIq3Nqu+98rVJXjbNZlRcruO74w+Skv" ] + }, + "ContentHeaders": { + "Content-Length": [ "707" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":\"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\"userName\":\"AzureStackAdmin\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"backupFrequencyInHours\":10,\"availableCapacity\":\"0.99 TB\",\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2020-03-05T07:19:27.0052095Z\",\"lastBackupTime\":\"2020-03-04T12:42:50.0310854Z\",\"backupRetentionPeriodInDays\":6}}}" + } + }, + "Set-AzsBackupConfiguration+[NoContext]+TestUpdateBackupLocation+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2018-09-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2018-09-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "3" ], + "x-ms-client-request-id": [ "2b68e104-7623-41e2-9aea-424fb8d26282" ], + "CommandName": [ "Get-AzsBackupConfiguration" ], + "FullCommandName": [ "Get-AzsBackupConfiguration_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "24b26cee-4867-4fe1-9a43-912c915aaebb" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14988" ], + "x-ms-request-id": [ "24b26cee-4867-4fe1-9a43-912c915aaebb" ], + "x-ms-routing-request-id": [ "REDMOND:20200305T011634Z:24b26cee-4867-4fe1-9a43-912c915aaebb" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 05 Mar 2020 01:16:33 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuR5+4vZ+JJFJsRRK48LvoT2/1V2q4tcpcZofFErCb3nSLCjE4rNgONz+b3Qh0FPRkxoKaMgeD67oQ4FPZIVFeiyFiJtsQe24NVfIon2TnFbPMfFe7c0aGxQ0PFMsgAnjij8EJNXDshK0d+xwdhU3" ] + }, + "ContentHeaders": { + "Content-Length": [ "707" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":\"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\"userName\":\"AzureStackAdmin\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"backupFrequencyInHours\":10,\"availableCapacity\":\"0.99 TB\",\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2020-03-05T07:19:27.0052095Z\",\"lastBackupTime\":\"2020-03-04T12:42:50.0310854Z\",\"backupRetentionPeriodInDays\":6}}}" + } + }, + "Set-AzsBackupConfiguration+[NoContext]+TestUpdateBackupLocation+$PUT+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2018-09-01+2": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2018-09-01", + "Content": "{\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"externalStoreDefault\": {\r\n \"path\": \"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\r\n \"backupFrequencyInHours\": 10,\r\n \"backupRetentionPeriodInDays\": 6,\r\n \"encryptionCertBase64\": \"ZW5jcnlwdGlvbkNlcnQ=\",\r\n \"isBackupSchedulerEnabled\": false,\r\n \"password\": \"password\",\r\n \"userName\": \"AzureStackAdmin\"\r\n }\r\n }\r\n}", + "Headers": { + "x-ms-unique-id": [ "4" ], + "x-ms-client-request-id": [ "50d88b2d-9163-4e7e-aabd-3a330e2f1fbd" ], + "CommandName": [ "Azs.Backup.Admin.internal\\Set-AzsBackupConfiguration" ], + "FullCommandName": [ "Set-AzsBackupConfiguration_Update" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "1506" ] + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Pragma": [ "no-cache" ], + "Retry-After": [ "5" ], + "x-ms-correlation-request-id": [ "d4bbf42c-100e-44d3-92ce-7a7164179a45" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], + "x-ms-request-id": [ "d4bbf42c-100e-44d3-92ce-7a7164179a45" ], + "x-ms-routing-request-id": [ "REDMOND:20200305T011636Z:d4bbf42c-100e-44d3-92ce-7a7164179a45" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 05 Mar 2020 01:16:36 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/c530454c-8ec6-473b-b693-6ccc21dfe70a?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuZzfQNjzCs+zOjIau6A0j1bXWqVxtMwgaB1osWG8ZggHN50PO+susMYFlFLhyJHt4O17Y08y3YW6/BDlJOx8CELs33dRBmUuoOreoi2jr66F/Lr/8q0ikfad3xt5jtXHkpbwE95JMP5yVLJmtAso" ] + }, + "ContentHeaders": { + "Content-Length": [ "0" ], + "Expires": [ "-1" ] + }, + "Content": null + } + }, + "Set-AzsBackupConfiguration+[NoContext]+TestUpdateBackupLocation+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/c530454c-8ec6-473b-b693-6ccc21dfe70a?api-version=2018-09-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/c530454c-8ec6-473b-b693-6ccc21dfe70a?api-version=2018-09-01", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "4", "5" ], + "x-ms-client-request-id": [ "50d88b2d-9163-4e7e-aabd-3a330e2f1fbd", "50d88b2d-9163-4e7e-aabd-3a330e2f1fbd" ], + "CommandName": [ "Azs.Backup.Admin.internal\\Set-AzsBackupConfiguration", "Azs.Backup.Admin.internal\\Set-AzsBackupConfiguration" ], + "FullCommandName": [ "Set-AzsBackupConfiguration_Update", "Set-AzsBackupConfiguration_Update" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "a16fadc8-aa31-4110-a524-a3be922224f6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14985" ], + "x-ms-request-id": [ "a16fadc8-aa31-4110-a524-a3be922224f6" ], + "x-ms-routing-request-id": [ "REDMOND:20200305T011641Z:a16fadc8-aa31-4110-a524-a3be922224f6" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 05 Mar 2020 01:16:41 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVZ4fxv7EMq5ymnSYz8ODmLvp5tF5d148FKhjflzkPIpzEXcclFYWw4JNlX71B5X5HjBO1mu81m//NZyzZnpyvrE9W4khXBKonaoVc9OrTG4HS1ieh9iAaDiPIe8HFX0tTA2ROUbDHBnzM1MBcurd" ] + }, + "ContentHeaders": { + "Content-Length": [ "707" ], + "Content-Type": [ "application/json" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":\"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\"userName\":\"AzureStackAdmin\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"backupFrequencyInHours\":10,\"availableCapacity\":\"0.99 TB\",\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2020-03-05T07:19:27.0052095Z\",\"lastBackupTime\":\"2020-03-04T12:42:50.0310854Z\",\"backupRetentionPeriodInDays\":6}}}" + } + } +} \ No newline at end of file diff --git a/src/Azs.Backup.Admin/test/Set-AzsBackupConfiguration.Tests.ps1 b/src/Azs.Backup.Admin/test/Set-AzsBackupConfiguration.Tests.ps1 new file mode 100644 index 00000000..eab0a0b6 --- /dev/null +++ b/src/Azs.Backup.Admin/test/Set-AzsBackupConfiguration.Tests.ps1 @@ -0,0 +1,79 @@ +. (Join-Path $PSScriptRoot 'loadEnvJson.ps1') + +$TestRecordingFile = Join-Path $PSScriptRoot 'Set-AzsBackupConfiguration.Recording.json' +$currentPath = $PSScriptRoot +while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent +} +. ($mockingPath | Select-Object -First 1).FullName + +Describe 'Set-AzsBackupConfiguration' { + . $PSScriptRoot\Common.ps1 + + AfterEach { + $global:Client = $null + } + + It "TestUpdateBackupLocationExpanded" -Skip:$('TestUpdateBackupLocationExpanded' -in $global:SkippedTests) { + $global:TestName = 'TestUpdateBackupLocationExpanded' + + try + { + [System.IO.File]::WriteAllBytes($global:encryptionCertPath, [System.Convert]::FromBase64String($global:encryptionCertBase64)) + $location = Set-AzsBackupConfiguration -Username $global:username -Password $global:password -Path $global:path -EncryptionCertPath $global:encryptionCertPath -IsBackupSchedulerEnabled:$global:isBackupSchedulerEnabled -BackupFrequencyInHours $global:backupFrequencyInHours -BackupRetentionPeriodInDays $global:backupRetentionPeriodInDays + ValidateBackupLocation -BackupLocation $location + + $location | Should Not Be $Null + $location.Path | Should Be $global:path + $location.Username | Should be $global:username + $location.Password | Should -BeNullOrEmpty + $location.EncryptionCertBase64 | Should -BeNullOrEmpty + $location.IsBackupSchedulerEnabled | Should be $global:isBackupSchedulerEnabled + $location.BackupFrequencyInHours | Should be $global:backupFrequencyInHours + $location.BackupRetentionPeriodInDays | Should be $global:backupRetentionPeriodInDays + } + finally + { + if (Test-Path -Path $global:encryptionCertPath -PathType Leaf) + { + Remove-Item -Path $global:encryptionCertPath -Force -ErrorAction Continue + } + } + } + + It "TestUpdateBackupLocation" -Skip:$('TestUpdateBackupLocation' -in $global:SkippedTests) { + $global:TestName = 'TestUpdateBackupLocation' + + try + { + [System.IO.File]::WriteAllBytes($global:encryptionCertPath, [System.Convert]::FromBase64String($global:encryptionCertBase64)) + $location = Get-AzsBackupConfiguration + $location.UserName = $global:username + $location.Password = $global:passwordStr + $location.Path = $global:path + $location.EncryptionCertBase64 = $global:encryptionCertBase64 + $location.IsBackupSchedulerEnabled = $global:isBackupSchedulerEnabled + $location.BackupFrequencyInHours = $global:backupFrequencyInHours + $location.BackupRetentionPeriodInDays = $global:backupRetentionPeriodInDays + $result = $location | Set-AzsBackupConfiguration + ValidateBackupLocation -BackupLocation $result + + $result | Should Not Be $Null + $result.Path | Should Be $global:path + $result.Username | Should be $global:username + $result.Password | Should -BeNullOrEmpty + $result.EncryptionCertBase64 | Should -BeNullOrEmpty + $result.IsBackupSchedulerEnabled | Should be $global:isBackupSchedulerEnabled + $result.BackupFrequencyInHours | Should be $global:backupFrequencyInHours + $result.BackupRetentionPeriodInDays | Should be $global:backupRetentionPeriodInDays + } + finally + { + if (Test-Path -Path $global:encryptionCertPath -PathType Leaf) + { + Remove-Item -Path $global:encryptionCertPath -Force -ErrorAction Continue + } + } + } +} diff --git a/src/Azs.Backup.Admin/test/Start-AzsBackup.Recording.json b/src/Azs.Backup.Admin/test/Start-AzsBackup.Recording.json index 48420f87..265dc24b 100644 --- a/src/Azs.Backup.Admin/test/Start-AzsBackup.Recording.json +++ b/src/Azs.Backup.Admin/test/Start-AzsBackup.Recording.json @@ -1,17 +1,16 @@ { - "Start-AzsBackup+[NoContext]+TestCreateBackup+$POST+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/createBackup?api-version=2021-09-01+1": { + "Start-AzsBackup+[NoContext]+TestCreateBackup+$POST+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/createBackup?api-version=2018-09-01+1": { "Request": { "Method": "POST", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/createBackup?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/createBackup?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "be5225e6-7bbf-4342-9279-2868f2addeb4" ], + "x-ms-unique-id": [ "6" ], + "x-ms-client-request-id": [ "6d477d8a-53f1-46d3-80f2-14609659d000" ], "CommandName": [ "Start-AzsBackup" ], "FullCommandName": [ "Start-AzsBackup_Create" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -20,355 +19,327 @@ "Response": { "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01" ], "Retry-After": [ "60" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "04350d07-f5e2-4985-8068-1776076ec78f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvC2yFOfGo1yC+R10/5A8K0ERNdFqNj/c9G3S7phzN24da9jqhW/EArVfkNhCXtUsZ6bsx/diOVUzPf48ALSpWh63NLchInha8vxtLARjOEjyrmT6lVM2tFtdMDaJebd7la8FOMgPfHfNMHY5qo9DA" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "04350d07-f5e2-4985-8068-1776076ec78f" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T131350Z:04350d07-f5e2-4985-8068-1776076ec78f" ], + "x-ms-correlation-request-id": [ "b94eae42-bea2-4343-bddc-aaa92249d9eb" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], + "x-ms-request-id": [ "b94eae42-bea2-4343-bddc-aaa92249d9eb" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T121543Z:b94eae42-bea2-4343-bddc-aaa92249d9eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:13:50 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:15:43 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjpCVMn7IrUYGPI3FN2tEw+ith9mT9q67AkEcXOAwz/qH1cJxcuTpYhab0LInatAq/OsN3WlPb8Rd0RclyIDJSLBKKc0mWQPeCM21T/Drg0+6djDXkNztLnUuBfgQdl5q/npLMEw2PgRia1dOgYAK" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null, - "isContentBase64": false + "Content": null } }, - "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1+2": { + "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "be5225e6-7bbf-4342-9279-2868f2addeb4" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "6", "7" ], + "x-ms-client-request-id": [ "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "49452578-3b10-4af8-b322-f1e4b167dd4f" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14913" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLadEfEHDq5viMFcQYujfK+JeUqZNpWWKQAIj7eiNofTkHLcsPHHQYfBzdfF8s4bpu7uVdYE/RyAC9oPT0beYfs0nFbLe5QaUqjBMBkKnZnamA8hnnYcun/0YzPdZeyh1WP7ktAitgCplW51qmP8E" ], - "x-ms-request-id": [ "49452578-3b10-4af8-b322-f1e4b167dd4f" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T131450Z:49452578-3b10-4af8-b322-f1e4b167dd4f" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "b65dc85e-6a47-453b-be93-c724be80ab57" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14953" ], + "x-ms-request-id": [ "b65dc85e-6a47-453b-be93-c724be80ab57" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T121644Z:b65dc85e-6a47-453b-be93-c724be80ab57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:14:50 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:16:44 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvbrbLNKtSppPs2uO5h7apme7PQpHwlhaMDJOKVNZHy+KY5HKQIk0LHcD3qXjByWsceOpuXqx6wuxsLj4zRouEpyoQbTZzP26IeTFl1XE9Tdyfnw3bwDfmffUNn64vyw07dMnnG6douroBq2j7l0n9" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1+3": { + "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "be5225e6-7bbf-4342-9279-2868f2addeb4" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "6", "7", "8" ], + "x-ms-client-request-id": [ "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "c55b8e25-258b-4715-b744-0bfbd587d99e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8Et1oNBFKIqu8TwK5kixBVnpG2Vp4qSgwY2MsUDzrqeMdrlu0pK+Ow9+zurFDKqqGGXBbG6D7wVY8ACMvhzNyZtVIS2g6HO/RHa0CD0OCSiQgil7UL/aHz3mOtlltnXu5OFA69h1nuuB/xe+HDiZ" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14918" ], - "x-ms-request-id": [ "c55b8e25-258b-4715-b744-0bfbd587d99e" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T131527Z:c55b8e25-258b-4715-b744-0bfbd587d99e" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "11773af2-e840-438b-bc4b-0b97cf553499" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14952" ], + "x-ms-request-id": [ "11773af2-e840-438b-bc4b-0b97cf553499" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T121744Z:11773af2-e840-438b-bc4b-0b97cf553499" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:15:26 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:17:44 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsURsQXNFD/Ni0BI8uhjFhaD5e+QSeugtghy1dypv+uNyNdjBhonlffDZPytMXh/9tquJi4WzuSrymsHCFOi11TnXKP3jiBH/12o91gJ7Jbg7fXBO1sDvxnjVvfdL+hJkK50VLMysrYyixGEi2Qq/" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1+4": { + "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "be5225e6-7bbf-4342-9279-2868f2addeb4" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "6", "7", "8", "9" ], + "x-ms-client-request-id": [ "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "d0df97dc-aadd-4f45-a056-7d6c11569f84" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14917" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvAHBHAd8UTsJmV6/WCGB2dBe09u90gqGgAVliMXw0RzU9UQ7xuBkpx/xSlfusq77g4Dh5xAcVPgY1GJ/zMYgwwoVK4crMiy4QGCd/622cEvHqWAuqPeUDpGf/MbrprinDLwIYbmxGvXG9bzo3S0bx" ], - "x-ms-request-id": [ "d0df97dc-aadd-4f45-a056-7d6c11569f84" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T131600Z:d0df97dc-aadd-4f45-a056-7d6c11569f84" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "09d42389-7aa3-4c1c-bc4a-9ffc566c3bcb" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14951" ], + "x-ms-request-id": [ "09d42389-7aa3-4c1c-bc4a-9ffc566c3bcb" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T121844Z:09d42389-7aa3-4c1c-bc4a-9ffc566c3bcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:16:00 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:18:44 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvg/Jr4P7TtFFBtscwJArN9aulgFqoJw0LqZn0NX8OLqmV71J59y1kMcKBt80hVJzvhd9apdzkT8qLusJcY9u9cT1AQd0DveDqDr67fFIYSbtpqrzjZxch+enXZWoCFG+WHjt3PB4pJ1ijTjNrYIE2" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1+5": { + "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "be5225e6-7bbf-4342-9279-2868f2addeb4" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "6", "7", "8", "9", "10" ], + "x-ms-client-request-id": [ "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "ad45c4dd-ebd5-4909-8fde-bdf8375f87b3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuTYGtzZOAZKmtY3MoK6ns8JJyMwZqPZT7uMwLFVskbNdCiFiy28NQzqYQY6Lw/e8u2yKg8h5ZKDIpzezx59jWapN1A553QFU4KUFweyQuq/Gm1dYT1YlSReZFl+AAT7qSsaxkqpqRDKHrifnScpg" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14916" ], - "x-ms-request-id": [ "ad45c4dd-ebd5-4909-8fde-bdf8375f87b3" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T131630Z:ad45c4dd-ebd5-4909-8fde-bdf8375f87b3" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "bc23c95b-8327-444b-a78b-11112f60800b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14950" ], + "x-ms-request-id": [ "bc23c95b-8327-444b-a78b-11112f60800b" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T121945Z:bc23c95b-8327-444b-a78b-11112f60800b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:16:30 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:19:45 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIlMp7u9+7aQJpaKHCtHUPkrhQGFl2fm+wccce9t+MWpRoeuV3uYEla61zCVo+MygSMxIgy6EdWCLRvHfmjDGVUPsXD2a6ouem3wrE1FTepVlPkwMZ46gOoUZXxqoBu0p9ydg05OQ3y0TzpKeAuxj" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1+6": { + "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "be5225e6-7bbf-4342-9279-2868f2addeb4" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "6", "7", "8", "9", "10", "11" ], + "x-ms-client-request-id": [ "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "714cfe76-265c-4f31-b141-e37ad3c47a84" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvI9oo3kzAEX8d488TzcHJ+q3UvbDH/chSlOIrFKjoBMW9d08492VyQ5hkDcec/gS7gCPriJ0Xgj1kY1fbfc09TNmurL18fjE2RfADhnifnMeO74I9t+zwlpQPexjvOIrX7EonSe/bCUdp9ponrgsx" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14915" ], - "x-ms-request-id": [ "714cfe76-265c-4f31-b141-e37ad3c47a84" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T131701Z:714cfe76-265c-4f31-b141-e37ad3c47a84" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "d1e3f46b-5ced-45e3-b2b6-8b413f5c99cb" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14965" ], + "x-ms-request-id": [ "d1e3f46b-5ced-45e3-b2b6-8b413f5c99cb" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T122045Z:d1e3f46b-5ced-45e3-b2b6-8b413f5c99cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:17:01 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:20:45 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRviT1E5XZt1foC74kT8eSLtgJLqGX99iPftCQT4YCHGXEahd8dGqPumchcybVGjnYT/kw484TIi26J+cdk4JS9fu/MnkUR7DdXiNBMxHS4hb/+HkA38jVKlGN1LRM+3KczBivXyq6pbWl9whd9jTg1" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1+7": { + "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "be5225e6-7bbf-4342-9279-2868f2addeb4" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "6", "7", "8", "9", "10", "11", "12" ], + "x-ms-client-request-id": [ "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "a5f13713-bc5e-4135-b2cf-fbbd73c3c6ac" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14914" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvacMboAfIgNLse+5XReg3ZoSEY/+UaJSlgnrmPBfNvBtAatlrdTT2Sxvgzs1hACmorn6/DXIMw8FhYwM4QRUTse3WEEmBjmBC4+PBIddhHryH8ZhzDpdbH8JK6UBClsmVLYSlpX7cgKgI79RAReTO" ], - "x-ms-request-id": [ "a5f13713-bc5e-4135-b2cf-fbbd73c3c6ac" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T131732Z:a5f13713-bc5e-4135-b2cf-fbbd73c3c6ac" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "526d448e-cb81-446a-9d85-3f71d545c6f1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14964" ], + "x-ms-request-id": [ "526d448e-cb81-446a-9d85-3f71d545c6f1" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T122146Z:526d448e-cb81-446a-9d85-3f71d545c6f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:17:31 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:21:46 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLUZFbD4QGUaVIz0IVRevFT7mNWXR7z5EUSDB6/fpgya4byWfviA6GaQZ/AsmlDhi0xDW5GHK7KsPTEFejXCI+Dlt9kZFDULvwpec3Ifvb8PvEdYgAdF28cdU1Gc6smf6kpXkiLvlbB1Vq68WCt+E" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false + "Content": null } }, - "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1+8": { + "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01\u0026IsAsyncOperation=1", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "be5225e6-7bbf-4342-9279-2868f2addeb4" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "6", "7", "8", "9", "10", "11", "12", "13" ], + "x-ms-client-request-id": [ "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a303b4fc-eab4-431f-add6-bd3f405e15e8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIi6JuWjVHCTLZnC6dlkcg5NYDT0BJ5f0Rzrgy2cKJAcveFfV1LpHa5JWf7n2GMH8z92nkARKGxLy8N7mfLqR3yYINFDub0yCl2tq5EBvZxFGXZZh0IuxtXbHoNtGWgEafexvmzTf4u/MRFquwYM6" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14913" ], - "x-ms-request-id": [ "a303b4fc-eab4-431f-add6-bd3f405e15e8" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T131802Z:a303b4fc-eab4-431f-add6-bd3f405e15e8" ], + "Retry-After": [ "60" ], + "x-ms-correlation-request-id": [ "15a527f9-2e2d-44ca-8b3e-646dc0dc43aa" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14963" ], + "x-ms-request-id": [ "15a527f9-2e2d-44ca-8b3e-646dc0dc43aa" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T122246Z:15a527f9-2e2d-44ca-8b3e-646dc0dc43aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:18:02 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:22:46 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvxxtJtUKE+2weiTdOGz/IjWlmCY+xP0zBwqykU3YsfRsaLL9TID0tydy0oNy0faQmeq2pjbH+JXkEzwskvFyjWVikOMAW+JBqHQKPwyMeaTmXvXACAcHWpNO1XWxQ0v2cFpw05gMKx6DLnLcDl/tW" ] }, "ContentHeaders": { - "Content-Length": [ "1023" ], - "Content-Type": [ "application/json" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"name\":\"redmond/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2021-10-31T13:17:57.1251584Z\",\"timeTakenToCreate\":\"PT4M6.8702613S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptedBackupEncryptionKey\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupSizeInKb\":0,\"compressedBackupSizeInKb\":0,\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":true}}}", - "isContentBase64": false + "Content": null } }, - "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01+9": { + "Start-AzsBackup+[NoContext]+TestCreateBackup+$GET+https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253?api-version=2021-09-01", + "RequestUri": "https://management.azure.com/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/08b92613-837a-43cd-86b5-1212ef954384?api-version=2018-09-01", "Content": null, - "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "be5225e6-7bbf-4342-9279-2868f2addeb4" ], - "CommandName": [ "Start-AzsBackup" ], - "FullCommandName": [ "Start-AzsBackup_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] + "x-ms-unique-id": [ "6", "7", "8", "9", "10", "11", "12", "13", "14" ], + "x-ms-client-request-id": [ "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000", "6d477d8a-53f1-46d3-80f2-14609659d000" ], + "CommandName": [ "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup", "Start-AzsBackup" ], + "FullCommandName": [ "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create", "Start-AzsBackup_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } @@ -376,25 +347,24 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7547ec4e-e5ce-4b46-9333-c463688cd3a0" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvmhFa+Pmy43c4JnCR4zF1j7YgzePi2CXAI2fdkskaGf5JecLF83/Ndk1vN2ClbOFWBkkp7Fej+Z86XS3d5SOYyNx7NpE0U4YCIWwUS4bLxoaXOsH1txO6WSPkdGLujsEhBIqFnLKl753EfUOC7zoV" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14912" ], - "x-ms-request-id": [ "7547ec4e-e5ce-4b46-9333-c463688cd3a0" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T131802Z:7547ec4e-e5ce-4b46-9333-c463688cd3a0" ], + "x-ms-correlation-request-id": [ "a07d36b9-b177-4a99-8a1d-6791443cf7dd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14962" ], + "x-ms-request-id": [ "a07d36b9-b177-4a99-8a1d-6791443cf7dd" ], + "x-ms-routing-request-id": [ "REDMOND:20200304T122347Z:a07d36b9-b177-4a99-8a1d-6791443cf7dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 13:18:02 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Wed, 04 Mar 2020 12:23:47 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuA6a06lOSWHLbKNGVTbcP3iizUy0ajtbzViRg4Vx2oJtHfRKY7D2FTDIODSterNOAmejjTlpC52W9bv31VF0mYMY3y1E8mnRsy0IY3qlaIXjv/mPoFfsOnRfJNyLrSYYdckgTvWFSatwIh2a3wN6" ] }, "ContentHeaders": { - "Content-Length": [ "1089" ], + "Content-Length": [ "1289" ], "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"name\":\"redmond/237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.1.0\",\"backupId\":\"237e5a7a-3b1d-4bf5-b1d6-f495b8d48253\",\"roleStatus\":[{\"roleName\":\"KeyVaultNamingService\",\"repositoryStatus\":[{\"fullRepositoryName\":\"KeyVaultNamingService;KeyVault;-;TableStore_kvvnsproddata\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2021-10-31T13:17:57.1251584Z\",\"timeTakenToCreate\":\"PT4M6.8702613S\",\"stampVersion\":\"1.2108.0.32\",\"oemVersion\":\"2.2.2008.4\",\"deploymentID\":\"83cbfd32-d038-4197-90cd-591443f15a89\",\"encryptedBackupEncryptionKey\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupSizeInKb\":0,\"compressedBackupSizeInKb\":0,\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":true}}}", - "isContentBase64": false + "Content": "{\"id\":\"/subscriptions/05101DAF-F50D-4436-A2AC-495E5C4864C2/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/backups/08b92613-837a-43cd-86b5-1212ef954384\",\"name\":\"redmond/08b92613-837a-43cd-86b5-1212ef954384\",\"type\":\"Microsoft.Backup.Admin/backupLocations/backups\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"backupInfo\":{\"backupDataVersion\":\"1.0.1\",\"backupId\":\"08b92613-837a-43cd-86b5-1212ef954384\",\"roleStatus\":[{\"roleName\":\"NRP\",\"status\":\"Succeeded\"}],\"status\":\"Succeeded\",\"createdDateTime\":\"2020-03-04T12:22:18.7883083Z\",\"timeTakenToCreate\":\"PT6M35.345912S\",\"stampVersion\":\"1.2002.0.35\",\"oemVersion\":\"2.1.1907.1\",\"deploymentID\":\"015353df-d49a-460a-ac74-69bb3b1b4d1e\",\"encryptedBackupEncryptionKey\":\"pQDlmgkWPU03B/nE6VNXiF4MtNuhLkTyHpHukDLOX66VHFOVqUim8AyoaFqQvXwQKYvhtvAPlx6IuJ0PuwP0A7rSiIbBuP/BQkPWkFp1EVnDJZf2q45sQSPyIxAkxs/MeK/G59apZRKPOjsUNWwhIK5l0GZf7MZzSeGIS08PHqduO93ubpiGzRbrehoS20xDKsq1gNM5g0f24a7g/5/JPYqWGKPqOHvGYyFP5yV8YUA8niFVyNQbutUX1ksD8V8Uz9tYgSQNdMG6eqmjKaI/aAwq/D4thjYIjOHeVXrbREBO4Ze0WW1+5ClLGl8YxDClOaiXLfSNrFbxEoGWVGNe+A==\",\"encryptionCertThumbprint\":\"126B334D833C9E3AA9C1429B9B2A3C7CF3215FB0\",\"backupSizeInKb\":0,\"compressedBackupSizeInKb\":0,\"completelyUploaded\":true,\"isAutomaticBackup\":false,\"isCloudRecoveryReady\":false}}}" } } } \ No newline at end of file diff --git a/src/Azs.Backup.Admin/test/Update-AzsBackupConfiguration.Recording.json b/src/Azs.Backup.Admin/test/Update-AzsBackupConfiguration.Recording.json deleted file mode 100644 index 3c19976c..00000000 --- a/src/Azs.Backup.Admin/test/Update-AzsBackupConfiguration.Recording.json +++ /dev/null @@ -1,836 +0,0 @@ -{ - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateFileshareBackupLocationExpanded+$PATCH+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01+1": { - "Request": { - "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01", - "Content": "{\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"externalStoreDefault\": {\r\n \"path\": \"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\r\n \"userName\": \"AzureStackAdmin\",\r\n \"password\": \"!!123abc\",\r\n \"encryptionCertBase64\": \"MIIDKjCCAhKgAwIBAgIQHbVCFg0ii7RGWXmdiKcOaDANBgkqhkiG9w0BAQsFADAaMRgwFgYDVQQDDA93d3cuY29udG9zby5jb20wHhcNMjExMDMxMTIzMTMxWhcNMjIxMDMxMTI1MTMxWjAaMRgwFgYDVQQDDA93d3cuY29udG9zby5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDIldWZsMtdT24MTDeGE1CuVL8W5ZlMoX7mfJVyo0wtM9ZbKkTNL5ujcltkq5b3bosugHAeex0pFp0Xi9dTT/zQeAZFN3Ec+8KMmoy2v5iHhx4nPECGfMs2utx3JL908y1UhStp/TYU3BnptHJRqDRZ0+oJOYwp2y/rwpXUtLNGZQYm1aUJ0QN0ZJ+r2lp8y9QcQI9AWAgdjoXwHMterb0O1rwxNCHAtAfgpNtEXOep0V3k6acWLM1/oZSj58S/AjN7G+jNuHklZcPqhezy3TaJe9MJ67Z6djhkPWRt+o22jNJCnJ+onrCUMauBToa2mgUONF6x/ld8XLXs/GiyBagtAgMBAAGjbDBqMA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwGgYDVR0RBBMwEYIPd3d3LmNvbnRvc28uY29tMB0GA1UdDgQWBBQ/tExW6aqhetBlFwsceNZvM16PozANBgkqhkiG9w0BAQsFAAOCAQEAPUoD8QhCIg+Hk9tI8QNCOAMNseG0ThS2GlWUHABA8pcn6yntViQtjdlb/3nIqSuRAg+OTZZbFovI5HuoFz5Gyoav6YEKE2+ZSGnEoofPNvLc1eeIDUwhRCsbSM42uQiS99YexbrmkR4VtXXVnppnDYQcKyPH+fP+nA4d8sSrO7Mb3ttxJruMBHzjE+RsKr9ibfGO2E4QAvAeWaG22yo1fW4Tsi2mZ8WFWzdrwaF7Wa9Qoiuy2lrIUAYN8ZHR0efzH9OKJ1LJgpdMb2eWnSfLoGmcnMbIvwx5a6+u2BltiUCWqx5wa36jpbswmjQFKZhPbpHNAqtjT9qScd3D3GOyBw==\",\r\n \"backupFrequencyInHours\": 10,\r\n \"isBackupSchedulerEnabled\": false,\r\n \"backupRetentionPeriodInDays\": 6\r\n }\r\n }\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "1474" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/2b85f3da-a114-4bde-a4e2-c968118124ec?api-version=2021-09-01" ], - "Retry-After": [ "5" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/2b85f3da-a114-4bde-a4e2-c968118124ec?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "334e37f4-b188-404b-845f-cfabc7ab869b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKPFFEeUAZD3vOXQTHaPKw8t4QIiyDLe0OZVF7mJ8i3yacxxlNn12p7/WQGgg0qLndhyDb7RAuuwBnN0pyPSOxNFFdlDOZUDkN5iFYrqqQnaN6kMPaZu8Z1YWoCBDfzEFkb4UfzlEEx7KnPVeMhfH" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "334e37f4-b188-404b-845f-cfabc7ab869b" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125428Z:334e37f4-b188-404b-845f-cfabc7ab869b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:54:28 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null, - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateFileshareBackupLocationExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/2b85f3da-a114-4bde-a4e2-c968118124ec?api-version=2021-09-01\u0026IsAsyncOperation=1+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/2b85f3da-a114-4bde-a4e2-c968118124ec?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "34369de2-41f3-444d-b7a7-7a3cabe5ca38" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Update-AzsBackupConfiguration" ], - "FullCommandName": [ "Update-AzsBackupConfiguration_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "95576fa3-be04-449b-b18b-06e92b07b7bf" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv6ldBWFBFE6hrEV2tjEA76jIcxxRrO7sPOpczhprNPkk4iyJ41SSBIrLU+g64KXElWGANslyIA5PfTipOrzWtxUrI035SNF5hIjapm+wjggGNoJKa4kxVNlwsH9hX62eMU1/trRXcLI+23Hko0wro" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14481" ], - "x-ms-request-id": [ "95576fa3-be04-449b-b18b-06e92b07b7bf" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125434Z:95576fa3-be04-449b-b18b-06e92b07b7bf" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:54:34 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "724" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"properties\":{\"externalStoreDefault\":{\"path\":\"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\"userName\":\"AzureStackAdmin\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":\"979 GB\",\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":\"2021-10-31T11:41:06.2024616Z\",\"backupRetentionPeriodInDays\":6,\"blobStorageUrl\":null,\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateFileshareBackupLocationExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/2b85f3da-a114-4bde-a4e2-c968118124ec?api-version=2021-09-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/2b85f3da-a114-4bde-a4e2-c968118124ec?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "34369de2-41f3-444d-b7a7-7a3cabe5ca38" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Update-AzsBackupConfiguration" ], - "FullCommandName": [ "Update-AzsBackupConfiguration_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "037242b7-e040-44ad-8763-0f288a3a1d7f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZ4P8A4XmkRPtxLkv/K+h7GEN8D1e4noAsY5E9ofCwHOtHo7rGH3+ZoUZ9wYBh1BLjb8STZYOgRacDrZKbgFYqRiQF7y5z5l7DXjMe7S/Qq8u/Vwuq+ImsgbJMkBaaZfWKDDsEu05yoe0BY8k/FK3" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14480" ], - "x-ms-request-id": [ "037242b7-e040-44ad-8763-0f288a3a1d7f" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125434Z:037242b7-e040-44ad-8763-0f288a3a1d7f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:54:34 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "782" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":\"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\"userName\":\"AzureStackAdmin\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":\"979 GB\",\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":\"2021-10-31T11:41:06.2024616Z\",\"backupRetentionPeriodInDays\":6,\"blobStorageUrl\":null,\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateBlobBackupLocationExpanded+$PATCH+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01+1": { - "Request": { - "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01", - "Content": "{\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"externalStoreDefault\": {\r\n \"blobStorageUrl\": \"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\r\n \"blobStorageKey\": \"hJW2t+LDs2JuF2uw==\",\r\n \"encryptionCertBase64\": \"MIIDKjCCAhKgAwIBAgIQHbVCFg0ii7RGWXmdiKcOaDANBgkqhkiG9w0BAQsFADAaMRgwFgYDVQQDDA93d3cuY29udG9zby5jb20wHhcNMjExMDMxMTIzMTMxWhcNMjIxMDMxMTI1MTMxWjAaMRgwFgYDVQQDDA93d3cuY29udG9zby5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDIldWZsMtdT24MTDeGE1CuVL8W5ZlMoX7mfJVyo0wtM9ZbKkTNL5ujcltkq5b3bosugHAeex0pFp0Xi9dTT/zQeAZFN3Ec+8KMmoy2v5iHhx4nPECGfMs2utx3JL908y1UhStp/TYU3BnptHJRqDRZ0+oJOYwp2y/rwpXUtLNGZQYm1aUJ0QN0ZJ+r2lp8y9QcQI9AWAgdjoXwHMterb0O1rwxNCHAtAfgpNtEXOep0V3k6acWLM1/oZSj58S/AjN7G+jNuHklZcPqhezy3TaJe9MJ67Z6djhkPWRt+o22jNJCnJ+onrCUMauBToa2mgUONF6x/ld8XLXs/GiyBagtAgMBAAGjbDBqMA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwGgYDVR0RBBMwEYIPd3d3LmNvbnRvc28uY29tMB0GA1UdDgQWBBQ/tExW6aqhetBlFwsceNZvM16PozANBgkqhkiG9w0BAQsFAAOCAQEAPUoD8QhCIg+Hk9tI8QNCOAMNseG0ThS2GlWUHABA8pcn6yntViQtjdlb/3nIqSuRAg+OTZZbFovI5HuoFz5Gyoav6YEKE2+ZSGnEoofPNvLc1eeIDUwhRCsbSM42uQiS99YexbrmkR4VtXXVnppnDYQcKyPH+fP+nA4d8sSrO7Mb3ttxJruMBHzjE+RsKr9ibfGO2E4QAvAeWaG22yo1fW4Tsi2mZ8WFWzdrwaF7Wa9Qoiuy2lrIUAYN8ZHR0efzH9OKJ1LJgpdMb2eWnSfLoGmcnMbIvwx5a6+u2BltiUCWqx5wa36jpbswmjQFKZhPbpHNAqtjT9qScd3D3GOyBw==\",\r\n \"backupFrequencyInHours\": 10,\r\n \"isBackupSchedulerEnabled\": false,\r\n \"backupRetentionPeriodInDays\": 6\r\n }\r\n }\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "1552" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/df46bd2b-4b7c-4767-bb1c-0737f3623416?api-version=2021-09-01" ], - "Retry-After": [ "5" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/df46bd2b-4b7c-4767-bb1c-0737f3623416?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "33a8602e-2a6d-4301-a40e-5ed1329b06e9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvwMuv0xRfBvU6HCd2QgQvf0Q071Wtd5ZWz/rpGgvNib1iTRdJQdl3Sg9uY8cWrNlYwC6WT3Wig472GejS/wdR7DsJ9MVJ1Qjp13gaD5FOCg7KuVY+4NLDPNiLbRuQH91FsLmLc4wAc7MVoTyc/PKJ" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-request-id": [ "33a8602e-2a6d-4301-a40e-5ed1329b06e9" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125435Z:33a8602e-2a6d-4301-a40e-5ed1329b06e9" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:54:35 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null, - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateBlobBackupLocationExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/df46bd2b-4b7c-4767-bb1c-0737f3623416?api-version=2021-09-01\u0026IsAsyncOperation=1+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/df46bd2b-4b7c-4767-bb1c-0737f3623416?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "7f790bb4-6343-4ac2-a524-cd188c38dcd3" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Update-AzsBackupConfiguration" ], - "FullCommandName": [ "Update-AzsBackupConfiguration_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/df46bd2b-4b7c-4767-bb1c-0737f3623416?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/df46bd2b-4b7c-4767-bb1c-0737f3623416?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "b5b3b600-d987-4682-9583-95e0092b83dd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXy98Q+spYXdoh28r4wKUJYvmJphU8UcZRMHjWFTE9q7LHfJthlNnX+ufKP5W+ODKXOJQ9hh4U1Z679uDY9W/1nwCgWCMlSbamR2Fj/Q0j0Hn1AKcqienKEADkdqQYEgX3alon6juPnSQd04fJ5Zj" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14479" ], - "x-ms-request-id": [ "b5b3b600-d987-4682-9583-95e0092b83dd" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125441Z:b5b3b600-d987-4682-9583-95e0092b83dd" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:54:41 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateBlobBackupLocationExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/df46bd2b-4b7c-4767-bb1c-0737f3623416?api-version=2021-09-01\u0026IsAsyncOperation=1+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/df46bd2b-4b7c-4767-bb1c-0737f3623416?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "7f790bb4-6343-4ac2-a524-cd188c38dcd3" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Update-AzsBackupConfiguration" ], - "FullCommandName": [ "Update-AzsBackupConfiguration_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ddd23d90-2bd1-46c2-a42e-cf02d50eb84b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvu3HqVSueQTOtY5ZUcGsXliAY6zbI2NcyWOe4Z9cCU0oAlr2foIFn+BonaI606r0Sa5M5v0eU5FUz2Qd87gnkzB8gVxZ0xha+uzGx3IBXGvNgw2rui3s1UGBWAbcdXGBN+pZ9D8+8cPwpxQ3gdW9j" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14502" ], - "x-ms-request-id": [ "ddd23d90-2bd1-46c2-a42e-cf02d50eb84b" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125511Z:ddd23d90-2bd1-46c2-a42e-cf02d50eb84b" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:55:11 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "701" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"properties\":{\"externalStoreDefault\":{\"path\":null,\"userName\":null,\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":null,\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":null,\"backupRetentionPeriodInDays\":6,\"blobStorageUrl\":\"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateBlobBackupLocationExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/df46bd2b-4b7c-4767-bb1c-0737f3623416?api-version=2021-09-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/df46bd2b-4b7c-4767-bb1c-0737f3623416?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "7f790bb4-6343-4ac2-a524-cd188c38dcd3" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Update-AzsBackupConfiguration" ], - "FullCommandName": [ "Update-AzsBackupConfiguration_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0e4f95aa-47c9-4262-8b4d-4ad845f27c8a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+5q3PNF5nacnh+BsFt0GS7PDO3vwtydzRGpMYaQ9ccXrgT6Kn10vJX5n4vR/lAxMl+yzfeJs3iDAfwfIX7SAE3wY/u31PvoC9ZkHYbm0pgvJNUaaTtXuOhjbUdz0IHYIyNQj10aocfCnfr5iepeG" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14501" ], - "x-ms-request-id": [ "0e4f95aa-47c9-4262-8b4d-4ad845f27c8a" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125512Z:0e4f95aa-47c9-4262-8b4d-4ad845f27c8a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:55:11 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "759" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":null,\"userName\":null,\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":null,\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":null,\"backupRetentionPeriodInDays\":6,\"blobStorageUrl\":\"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestPatchUpdateBlobBackupLocationExpanded+$PATCH+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01+1": { - "Request": { - "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01", - "Content": "{\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"externalStoreDefault\": {\r\n \"blobStorageUrl\": \"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\r\n \"backupRetentionPeriodInDays\": 5\r\n }\r\n }\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "233" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/ba71c72f-b255-49c9-a5b6-1de40c361222?api-version=2021-09-01" ], - "Retry-After": [ "5" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/ba71c72f-b255-49c9-a5b6-1de40c361222?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "3810a23d-05b5-4597-8f42-bc60f2fe03c4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsDp3m+eeZiwBPLm2l8Z+xJVYm1ZGecR2N+K1Y4HauwqW2xUCTxyt8b4H521AH0SVA9kQILVKJR1+85Db3TNC8ZLq1My40rYL5XLRdNZoeEyh1VO9DsTHvqDnPY7AOdwBWnLEkNxnZddeerU+HWpk" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-request-id": [ "3810a23d-05b5-4597-8f42-bc60f2fe03c4" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125512Z:3810a23d-05b5-4597-8f42-bc60f2fe03c4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:55:11 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null, - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestPatchUpdateBlobBackupLocationExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/ba71c72f-b255-49c9-a5b6-1de40c361222?api-version=2021-09-01\u0026IsAsyncOperation=1+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/ba71c72f-b255-49c9-a5b6-1de40c361222?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "fd53edbf-ec58-4dae-9e6e-63289d294332" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Update-AzsBackupConfiguration" ], - "FullCommandName": [ "Update-AzsBackupConfiguration_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/ba71c72f-b255-49c9-a5b6-1de40c361222?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/ba71c72f-b255-49c9-a5b6-1de40c361222?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "0e16718c-09ba-45a3-99cb-93ca201186fe" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLf/D91dI62xknspwSWZ50LCE4X5tXPTAHglTC1oA/mqeofridpo9/us/UTg3bWLCx5qtnjGuxa1bYL6tZdQgtKUVQeiwPsn8Faqf1gyakNZuBGohhJmMwvGhqolieN4ccPReukavzbMH8XJD4Qkk" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14500" ], - "x-ms-request-id": [ "0e16718c-09ba-45a3-99cb-93ca201186fe" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125518Z:0e16718c-09ba-45a3-99cb-93ca201186fe" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:55:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestPatchUpdateBlobBackupLocationExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/ba71c72f-b255-49c9-a5b6-1de40c361222?api-version=2021-09-01\u0026IsAsyncOperation=1+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/ba71c72f-b255-49c9-a5b6-1de40c361222?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "fd53edbf-ec58-4dae-9e6e-63289d294332" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Update-AzsBackupConfiguration" ], - "FullCommandName": [ "Update-AzsBackupConfiguration_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "9d9308ab-5f30-46d8-a16b-23c5fd77e3df" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14495" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtwqsL5i5qbXfqLRhKycIphHNpV9bp9uguefsXGU3o+u7Ec4zDjtcqv8OcvcbeXdGALfTK6X83+kVq3bk/q8Pm7scjbTJJFmp9GSjshq3BVQF5CElNwU/iv2JNeLCE+yzbU9B/KqSBY30Attxt3gl" ], - "x-ms-request-id": [ "9d9308ab-5f30-46d8-a16b-23c5fd77e3df" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125549Z:9d9308ab-5f30-46d8-a16b-23c5fd77e3df" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:55:49 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "727" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"properties\":{\"externalStoreDefault\":{\"path\":null,\"userName\":null,\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":null,\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":\"2021-10-31T00:22:07.6635047Z\",\"backupRetentionPeriodInDays\":5,\"blobStorageUrl\":\"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestPatchUpdateBlobBackupLocationExpanded+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/ba71c72f-b255-49c9-a5b6-1de40c361222?api-version=2021-09-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/ba71c72f-b255-49c9-a5b6-1de40c361222?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "fd53edbf-ec58-4dae-9e6e-63289d294332" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Update-AzsBackupConfiguration" ], - "FullCommandName": [ "Update-AzsBackupConfiguration_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "87a0da24-3f79-4f62-9756-0d7c85f8d1f1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFJEOk6bGLPHHIom6sSo2XL/za1Zr+qruWNkZ8qPWx2Yy76KqO7f3Zumig3/9KzU1uUxeAFf5Zr1sKtnjCrQ6ntwxWpf1DtB6zdLYwPgVvGAOQNnoremJoSu1pEr7HMpzmJZ16f4AytE7k5Q+1eO6" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14494" ], - "x-ms-request-id": [ "87a0da24-3f79-4f62-9756-0d7c85f8d1f1" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125549Z:87a0da24-3f79-4f62-9756-0d7c85f8d1f1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:55:49 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "785" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":null,\"userName\":null,\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":null,\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":\"2021-10-31T00:22:07.6635047Z\",\"backupRetentionPeriodInDays\":5,\"blobStorageUrl\":\"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateFileshareBackupLocation+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "3001e655-652c-40a0-becc-7cc5a7648849" ], - "CommandName": [ "Get-AzsBackupConfiguration" ], - "FullCommandName": [ "Get-AzsBackupConfiguration_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "071d49db-c734-4f49-9362-6e1810ecb039" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4Id2ORRXcpWs6csG2sE6e5pV8OdBgGasdnBmfr9Qr1n7gPY52Vpbdns53Wyvdh2KC8TyMzeEUV0VUkI5lNC5hKK8YurLH7YgaiMN9Y/jpKR6pElz46IVM5+U4MSAagPugMyM2y336/ZAl69KKoPf" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14493" ], - "x-ms-request-id": [ "071d49db-c734-4f49-9362-6e1810ecb039" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125550Z:071d49db-c734-4f49-9362-6e1810ecb039" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:55:50 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "785" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":null,\"userName\":null,\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":null,\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":\"2021-10-31T00:22:07.6635047Z\",\"backupRetentionPeriodInDays\":5,\"blobStorageUrl\":\"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateFileshareBackupLocation+$PATCH+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01+2": { - "Request": { - "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01", - "Content": "{\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"externalStoreDefault\": {\r\n \"path\": \"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\r\n \"userName\": \"AzureStackAdmin\",\r\n \"password\": \"!!123abc\",\r\n \"blobStorageUrl\": \"\",\r\n \"blobStorageKey\": \"\",\r\n \"encryptionCertBase64\": \"MIIDKjCCAhKgAwIBAgIQHbVCFg0ii7RGWXmdiKcOaDANBgkqhkiG9w0BAQsFADAaMRgwFgYDVQQDDA93d3cuY29udG9zby5jb20wHhcNMjExMDMxMTIzMTMxWhcNMjIxMDMxMTI1MTMxWjAaMRgwFgYDVQQDDA93d3cuY29udG9zby5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDIldWZsMtdT24MTDeGE1CuVL8W5ZlMoX7mfJVyo0wtM9ZbKkTNL5ujcltkq5b3bosugHAeex0pFp0Xi9dTT/zQeAZFN3Ec+8KMmoy2v5iHhx4nPECGfMs2utx3JL908y1UhStp/TYU3BnptHJRqDRZ0+oJOYwp2y/rwpXUtLNGZQYm1aUJ0QN0ZJ+r2lp8y9QcQI9AWAgdjoXwHMterb0O1rwxNCHAtAfgpNtEXOep0V3k6acWLM1/oZSj58S/AjN7G+jNuHklZcPqhezy3TaJe9MJ67Z6djhkPWRt+o22jNJCnJ+onrCUMauBToa2mgUONF6x/ld8XLXs/GiyBagtAgMBAAGjbDBqMA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwGgYDVR0RBBMwEYIPd3d3LmNvbnRvc28uY29tMB0GA1UdDgQWBBQ/tExW6aqhetBlFwsceNZvM16PozANBgkqhkiG9w0BAQsFAAOCAQEAPUoD8QhCIg+Hk9tI8QNCOAMNseG0ThS2GlWUHABA8pcn6yntViQtjdlb/3nIqSuRAg+OTZZbFovI5HuoFz5Gyoav6YEKE2+ZSGnEoofPNvLc1eeIDUwhRCsbSM42uQiS99YexbrmkR4VtXXVnppnDYQcKyPH+fP+nA4d8sSrO7Mb3ttxJruMBHzjE+RsKr9ibfGO2E4QAvAeWaG22yo1fW4Tsi2mZ8WFWzdrwaF7Wa9Qoiuy2lrIUAYN8ZHR0efzH9OKJ1LJgpdMb2eWnSfLoGmcnMbIvwx5a6+u2BltiUCWqx5wa36jpbswmjQFKZhPbpHNAqtjT9qScd3D3GOyBw==\",\r\n \"backupFrequencyInHours\": 10,\r\n \"isBackupSchedulerEnabled\": false,\r\n \"backupRetentionPeriodInDays\": 6\r\n }\r\n }\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "1532" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/4dbfd193-f3c4-4b64-a489-3ea4c61ce244?api-version=2021-09-01" ], - "Retry-After": [ "5" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/4dbfd193-f3c4-4b64-a489-3ea4c61ce244?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "1bea78e3-f216-42f5-bc07-f88038641951" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjxdLwvSBRFNyOeJ8TWmTnQFssEm1CWEOqnD4W37xQuASD3C+TooLoAxj4Xjt7KlM3tm/PoLsJClw8cY5WYzQZLI3PkhJ/dLQGxPrvEGslmWa4dznQMonK0qn0rLZ+fOuOpJp9BENQOWpg5dTEnK4" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-request-id": [ "1bea78e3-f216-42f5-bc07-f88038641951" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125550Z:1bea78e3-f216-42f5-bc07-f88038641951" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:55:50 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null, - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateFileshareBackupLocation+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/4dbfd193-f3c4-4b64-a489-3ea4c61ce244?api-version=2021-09-01\u0026IsAsyncOperation=1+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/4dbfd193-f3c4-4b64-a489-3ea4c61ce244?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "6fc69408-0420-4e1a-a9d1-193c6be5e251" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Update-AzsBackupConfiguration" ], - "FullCommandName": [ "Update-AzsBackupConfiguration_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "46857b9b-33c5-4337-8e09-99292661be77" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRviAAmOSybO/pMJ1+nnXSm2BVoLuMmbm7YPUE5v/IcSFzX7ba/ODtGtb0jSXcpxoMJwPwJK7NCZ1vrJIxneDiiENAkNWHCBA+tp+2iHYsx6BOQO/q5VPXhYN+1FVHFPhe2tnvOMuANL6f3rcnhNXQz" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14492" ], - "x-ms-request-id": [ "46857b9b-33c5-4337-8e09-99292661be77" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125556Z:46857b9b-33c5-4337-8e09-99292661be77" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:55:56 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "724" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"properties\":{\"externalStoreDefault\":{\"path\":\"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\"userName\":\"AzureStackAdmin\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":\"979 GB\",\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":\"2021-10-31T11:41:06.2024616Z\",\"backupRetentionPeriodInDays\":6,\"blobStorageUrl\":null,\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateFileshareBackupLocation+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/4dbfd193-f3c4-4b64-a489-3ea4c61ce244?api-version=2021-09-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/4dbfd193-f3c4-4b64-a489-3ea4c61ce244?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "15" ], - "x-ms-client-request-id": [ "6fc69408-0420-4e1a-a9d1-193c6be5e251" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Update-AzsBackupConfiguration" ], - "FullCommandName": [ "Update-AzsBackupConfiguration_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "538dbe16-bc72-4d3f-b770-3c2ce2a7bce8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFy39gcuKCqmaga0x6TEIrlCzlr6vKDrLdruemQ3uCJOb2XqQ/iy/Pe3f5bArVpiZDMlEWAZvgRC/LaaV6VN9fj6U/X6UWgSYWMpoQeGIorFLxRrjg+fIcIqId0pqEMOVvdvvvWPHmrC34WHam16y" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14491" ], - "x-ms-request-id": [ "538dbe16-bc72-4d3f-b770-3c2ce2a7bce8" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125556Z:538dbe16-bc72-4d3f-b770-3c2ce2a7bce8" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:55:56 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "782" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":\"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\"userName\":\"AzureStackAdmin\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":\"979 GB\",\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":\"2021-10-31T11:41:06.2024616Z\",\"backupRetentionPeriodInDays\":6,\"blobStorageUrl\":null,\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateBlobBackupLocation+$GET+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "605379db-a110-42ab-adcb-ac464211de18" ], - "CommandName": [ "Get-AzsBackupConfiguration" ], - "FullCommandName": [ "Get-AzsBackupConfiguration_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4468dd22-69cd-4975-baf1-1532bdab2ded" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv307tvLITuZcXww76BmHaO6S44QhTI8hCOjWd9189U5zyCY5lYHRtfEWjiOhpjXN8ibZnueKsdlA7EakM9y6bFY5YIqiJA1Zrwyyw6kAqQ4uyz7L+y65gBqtQsysvpBfIrflIpz9WIP5XRUpGbd7y" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14490" ], - "x-ms-request-id": [ "4468dd22-69cd-4975-baf1-1532bdab2ded" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125556Z:4468dd22-69cd-4975-baf1-1532bdab2ded" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:55:56 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "782" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":\"\\\\\\\\su1fileserver\\\\SU1_Infrastructure_1\\\\BackupStore\",\"userName\":\"AzureStackAdmin\",\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":\"979 GB\",\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":\"2021-10-31T11:41:06.2024616Z\",\"backupRetentionPeriodInDays\":6,\"blobStorageUrl\":null,\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateBlobBackupLocation+$PATCH+https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01+2": { - "Request": { - "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond?api-version=2021-09-01", - "Content": "{\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"externalStoreDefault\": {\r\n \"path\": \"\",\r\n \"userName\": \"\",\r\n \"password\": \"\",\r\n \"blobStorageUrl\": \"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\r\n \"blobStorageKey\": \"hJW2t+LDs2JuF2uw==\",\r\n \"backupFrequencyInHours\": 10,\r\n \"isBackupSchedulerEnabled\": false,\r\n \"backupRetentionPeriodInDays\": 6\r\n }\r\n }\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "1617" ] - } - }, - "Response": { - "StatusCode": 202, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/c2e53d7e-a86c-4444-8eed-b82a7efce92d?api-version=2021-09-01" ], - "Retry-After": [ "5" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/c2e53d7e-a86c-4444-8eed-b82a7efce92d?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "3a9813a3-cb72-4f2e-a6f0-1141b0f62345" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3eolcGfjfJZRItXMyCrpaD5cUqjdXvHV8BCJjyBZU53NH2KohEqC5X9MU+Cwxh4J7lhzQ8B27l6TiyN/wRbyHz1b4WPr6XOY76RXYnLood8ApE8bI59chfXc6llC3uD9BNCLzKDw14dwaL3HbH5B" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-request-id": [ "3a9813a3-cb72-4f2e-a6f0-1141b0f62345" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125557Z:3a9813a3-cb72-4f2e-a6f0-1141b0f62345" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:55:57 GMT" ] - }, - "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] - }, - "Content": null, - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateBlobBackupLocation+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/c2e53d7e-a86c-4444-8eed-b82a7efce92d?api-version=2021-09-01\u0026IsAsyncOperation=1+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/c2e53d7e-a86c-4444-8eed-b82a7efce92d?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "5e9ca66e-7c38-4749-9725-1bedea60ea4a" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Update-AzsBackupConfiguration" ], - "FullCommandName": [ "Update-AzsBackupConfiguration_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Location": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/c2e53d7e-a86c-4444-8eed-b82a7efce92d?api-version=2021-09-01" ], - "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/c2e53d7e-a86c-4444-8eed-b82a7efce92d?api-version=2021-09-01\u0026IsAsyncOperation=1" ], - "x-ms-correlation-request-id": [ "b298c124-71f4-43ae-96ef-7cb882107b9f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNkhuI8VmTZKIqq9iYlaP9WinlWhIOm7YWVcB1MOOPJt3oqEbOmNaC75FAz0WVgTn/Tq5cIpxuVcjA51MHbN5ucS2+uy3KunVtTCJsrwkGUKsh+9mdH5AnlWrmnrPBKxYJM+G4vJmdUOEmD0lQUKK" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14489" ], - "x-ms-request-id": [ "b298c124-71f4-43ae-96ef-7cb882107b9f" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125603Z:b298c124-71f4-43ae-96ef-7cb882107b9f" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:56:02 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "67" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Accepted\",\"properties\":{\"provisioningState\":\"Accepted\"}}", - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateBlobBackupLocation+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/c2e53d7e-a86c-4444-8eed-b82a7efce92d?api-version=2021-09-01\u0026IsAsyncOperation=1+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/c2e53d7e-a86c-4444-8eed-b82a7efce92d?api-version=2021-09-01\u0026IsAsyncOperation=1", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "5e9ca66e-7c38-4749-9725-1bedea60ea4a" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Update-AzsBackupConfiguration" ], - "FullCommandName": [ "Update-AzsBackupConfiguration_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3afc95c9-2e33-4fff-bb0f-1ffc0d92c5d1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKsjrd+0eMEoYwxVEW+mrvBOeu++uPtLDVMF1mgxsxB7pNRLZiqmwaTTBC4m+Ko5YAsulbWFGczjOU79aTBsZxyVlU5iWakVpa0haQ+IKzh0Lx1pcTexFyAsgJb9J4vSLi4OGq+oIBwTj0aCiRvkO" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14483" ], - "x-ms-request-id": [ "3afc95c9-2e33-4fff-bb0f-1ffc0d92c5d1" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125633Z:3afc95c9-2e33-4fff-bb0f-1ffc0d92c5d1" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:56:33 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "701" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"status\":\"Succeeded\",\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"properties\":{\"externalStoreDefault\":{\"path\":null,\"userName\":null,\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":null,\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":null,\"backupRetentionPeriodInDays\":6,\"blobStorageUrl\":\"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - }, - "Update-AzsBackupConfiguration+[NoContext]+TestUpdateBlobBackupLocation+$GET+https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/c2e53d7e-a86c-4444-8eed-b82a7efce92d?api-version=2021-09-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n42r1609.masd.stbtest.microsoft.com/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond/operationResults/c2e53d7e-a86c-4444-8eed-b82a7efce92d?api-version=2021-09-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "20" ], - "x-ms-client-request-id": [ "5e9ca66e-7c38-4749-9725-1bedea60ea4a" ], - "CommandName": [ "Azs.Backup.Admin.internal\\Update-AzsBackupConfiguration" ], - "FullCommandName": [ "Update-AzsBackupConfiguration_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "be9a1cb9-c729-4c77-aa68-456e28f3d82c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvSgIiH6Tr26aLWmcik7P3mbFIec8vpsPzj2x1f2yxNd/cfGvOl238eS8KG4fzqYJHVzn3ZPc7O3fGA0kWi2DlaGvp4evjP1HMHkS3KNnSvc+ChEPmMvqAsWyQkZoYX4v4Ro1t/l/1BzXeNz5x8wiq" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14482" ], - "x-ms-request-id": [ "be9a1cb9-c729-4c77-aa68-456e28f3d82c" ], - "x-ms-routing-request-id": [ "REDMOND:20211031T125634Z:be9a1cb9-c729-4c77-aa68-456e28f3d82c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Sun, 31 Oct 2021 12:56:33 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "759" ], - "Content-Type": [ "application/json" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/a8d860a5-412b-43a4-a628-42a4298c2f5d/resourceGroups/system.redmond/providers/Microsoft.Backup.Admin/backupLocations/redmond\",\"name\":\"redmond\",\"type\":\"Microsoft.Backup.Admin/backupLocations\",\"location\":\"redmond\",\"tags\":{},\"properties\":{\"externalStoreDefault\":{\"path\":null,\"userName\":null,\"password\":null,\"encryptionCertBase64\":null,\"encryptionCertThumbprint\":\"2376D9CFC85BBDEBAB29FFC1EDE614C3C9991AAD\",\"backupFrequencyInHours\":10,\"availableCapacity\":null,\"isBackupSchedulerEnabled\":false,\"nextBackupTime\":\"2021-10-31T20:18:33.3550071Z\",\"lastBackupTime\":null,\"backupRetentionPeriodInDays\":6,\"blobStorageUrl\":\"https://pazsbcdrblobstore.blob.core.windows.net/211030-n42r1609-83cbfd32\",\"blobStorageKey\":null},\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - } -} \ No newline at end of file diff --git a/src/Azs.Backup.Admin/test/Update-AzsBackupConfiguration.Tests.ps1 b/src/Azs.Backup.Admin/test/Update-AzsBackupConfiguration.Tests.ps1 deleted file mode 100644 index 6e7c0271..00000000 --- a/src/Azs.Backup.Admin/test/Update-AzsBackupConfiguration.Tests.ps1 +++ /dev/null @@ -1,183 +0,0 @@ -. (Join-Path $PSScriptRoot 'loadEnvJson.ps1') - -$TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzsBackupConfiguration.Recording.json' -$currentPath = $PSScriptRoot -while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent -} -. ($mockingPath | Select-Object -First 1).FullName - -Describe 'Update-AzsBackupConfiguration' { - . $PSScriptRoot\Common.ps1 - - AfterEach { - $global:Client = $null - } - - It "TestUpdateFileshareBackupLocationExpanded" -Skip:$('TestUpdateFileshareBackupLocationExpanded' -in $global:SkippedTests) { - $global:TestName = 'TestUpdateFileshareBackupLocationExpanded' - - try - { - [System.IO.File]::WriteAllBytes($global:encryptionCertPath, [System.Convert]::FromBase64String($global:encryptionCertBase64)) - $location = Update-AzsBackupConfiguration -Username $global:username -Password $global:password -Path $global:path -EncryptionCertPath $global:encryptionCertPath -IsBackupSchedulerEnabled:$global:isBackupSchedulerEnabled -BackupFrequencyInHours $global:backupFrequencyInHours -BackupRetentionPeriodInDays $global:backupRetentionPeriodInDays - ValidateBackupLocation -BackupLocation $location - - $location | Should Not Be $Null - $location.Path | Should Be $global:path - $location.Username | Should be $global:username - $location.Password | Should -BeNullOrEmpty - $location.BlobStorageUrl | Should -BeNullOrEmpty - $location.BlobStorageKey | Should -BeNullOrEmpty - $location.EncryptionCertBase64 | Should -BeNullOrEmpty - $location.IsBackupSchedulerEnabled | Should be $global:isBackupSchedulerEnabled - $location.BackupFrequencyInHours | Should be $global:backupFrequencyInHours - $location.BackupRetentionPeriodInDays | Should be $global:backupRetentionPeriodInDays - } - finally - { - if (Test-Path -Path $global:encryptionCertPath -PathType Leaf) - { - Remove-Item -Path $global:encryptionCertPath -Force -ErrorAction Continue - } - } - } - - It "TestUpdateBlobBackupLocationExpanded" -Skip:$('TestUpdateBlobBackupLocationExpanded' -in $global:SkippedTests) { - $global:TestName = 'TestUpdateBlobBackupLocationExpanded' - - try - { - [System.IO.File]::WriteAllBytes($global:encryptionCertPath, [System.Convert]::FromBase64String($global:encryptionCertBase64)) - $location = Update-AzsBackupConfiguration -BlobStorageUrl $global:blobStorageUrl -BlobStorageKey $global:blobStorageKey -EncryptionCertPath $global:encryptionCertPath -IsBackupSchedulerEnabled:$global:isBackupSchedulerEnabled -BackupFrequencyInHours $global:backupFrequencyInHours -BackupRetentionPeriodInDays $global:backupRetentionPeriodInDays - ValidateBackupLocation -BackupLocation $location - - $location | Should Not Be $Null - $location.Path | Should -BeNullOrEmpty - $location.Username | Should -BeNullOrEmpty - $location.Password | Should -BeNullOrEmpty - $location.BlobStorageUrl | Should Be $global:blobStorageUrl - $location.BlobStorageKey | Should -BeNullOrEmpty - $location.EncryptionCertBase64 | Should -BeNullOrEmpty - $location.IsBackupSchedulerEnabled | Should be $global:isBackupSchedulerEnabled - $location.BackupFrequencyInHours | Should be $global:backupFrequencyInHours - $location.BackupRetentionPeriodInDays | Should be $global:backupRetentionPeriodInDays - } - finally - { - if (Test-Path -Path $global:encryptionCertPath -PathType Leaf) - { - Remove-Item -Path $global:encryptionCertPath -Force -ErrorAction Continue - } - } - } - - It "TestPatchUpdateBlobBackupLocationExpanded" -Skip:$('TestPatchUpdateBlobBackupLocationExpanded' -in $global:SkippedTests) { - $global:TestName = 'TestPatchUpdateBlobBackupLocationExpanded' - - try - { - [System.IO.File]::WriteAllBytes($global:encryptionCertPath, [System.Convert]::FromBase64String($global:encryptionCertBase64)) - $location = Update-AzsBackupConfiguration -BlobStorageUrl $global:blobStorageUrl -BackupRetentionPeriodInDays ($global:backupRetentionPeriodInDays - 1) - ValidateBackupLocation -BackupLocation $location - - $location | Should Not Be $Null - $location.Path | Should -BeNullOrEmpty - $location.Username | Should -BeNullOrEmpty - $location.Password | Should -BeNullOrEmpty - $location.BlobStorageUrl | Should Be $global:blobStorageUrl - $location.BlobStorageKey | Should -BeNullOrEmpty - $location.EncryptionCertBase64 | Should -BeNullOrEmpty - $location.IsBackupSchedulerEnabled | Should be $global:isBackupSchedulerEnabled - $location.BackupFrequencyInHours | Should be $global:backupFrequencyInHours - $location.BackupRetentionPeriodInDays | Should be ($global:backupRetentionPeriodInDays - 1) - } - finally - { - if (Test-Path -Path $global:encryptionCertPath -PathType Leaf) - { - Remove-Item -Path $global:encryptionCertPath -Force -ErrorAction Continue - } - } - } - - It "TestUpdateFileshareBackupLocation" -Skip:$('TestUpdateFileshareBackupLocation' -in $global:SkippedTests) { - $global:TestName = 'TestUpdateFileshareBackupLocation' - - try - { - [System.IO.File]::WriteAllBytes($global:encryptionCertPath, [System.Convert]::FromBase64String($global:encryptionCertBase64)) - $location = Get-AzsBackupConfiguration - $location.UserName = $global:username - $location.Password = $global:passwordStr - $location.Path = $global:path - $location.BlobStorageUrl = $null - $location.BlobStorageKey = $null - $location.EncryptionCertBase64 = $global:encryptionCertBase64 - $location.IsBackupSchedulerEnabled = $global:isBackupSchedulerEnabled - $location.BackupFrequencyInHours = $global:backupFrequencyInHours - $location.BackupRetentionPeriodInDays = $global:backupRetentionPeriodInDays - $result = $location | Update-AzsBackupConfiguration - ValidateBackupLocation -BackupLocation $result - - $result | Should Not Be $Null - $result.Path | Should Be $global:path - $result.Username | Should be $global:username - $result.Password | Should -BeNullOrEmpty - $result.BlobStorageUrl | Should -BeNullOrEmpty - $result.BlobStorageKey | Should -BeNullOrEmpty - $result.EncryptionCertBase64 | Should -BeNullOrEmpty - $result.IsBackupSchedulerEnabled | Should be $global:isBackupSchedulerEnabled - $result.BackupFrequencyInHours | Should be $global:backupFrequencyInHours - $result.BackupRetentionPeriodInDays | Should be $global:backupRetentionPeriodInDays - } - finally - { - if (Test-Path -Path $global:encryptionCertPath -PathType Leaf) - { - Remove-Item -Path $global:encryptionCertPath -Force -ErrorAction Continue - } - } - } - - It "TestUpdateBlobBackupLocation" -Skip:$('TestUpdateBlobBackupLocation' -in $global:SkippedTests) { - $global:TestName = 'TestUpdateBlobBackupLocation' - - try - { - [System.IO.File]::WriteAllBytes($global:encryptionCertPath, [System.Convert]::FromBase64String($global:encryptionCertBase64)) - $location = Get-AzsBackupConfiguration - $location.Path = $null - $location.Username = $null - $location.Password = $null - $location.BlobStorageUrl = $global:blobStorageUrl - $location.BlobStorageKey = $global:blobStorageKey - $location.EncryptionCertBase64 = $global:encryptionCertBase64 - $location.IsBackupSchedulerEnabled = $global:isBackupSchedulerEnabled - $location.BackupFrequencyInHours = $global:backupFrequencyInHours - $location.BackupRetentionPeriodInDays = $global:backupRetentionPeriodInDays - $result = $location | Update-AzsBackupConfiguration - ValidateBackupLocation -BackupLocation $result - - $result | Should Not Be $Null - $result.Path | Should -BeNullOrEmpty - $result.Username | Should -BeNullOrEmpty - $result.Password | Should -BeNullOrEmpty - $result.BlobStorageUrl | Should Be $global:blobStorageUrl - $result.BlobStorageKey | Should -BeNullOrEmpty - $result.EncryptionCertBase64 | Should -BeNullOrEmpty - $result.IsBackupSchedulerEnabled | Should be $global:isBackupSchedulerEnabled - $result.BackupFrequencyInHours | Should be $global:backupFrequencyInHours - $result.BackupRetentionPeriodInDays | Should be $global:backupRetentionPeriodInDays - } - finally - { - if (Test-Path -Path $global:encryptionCertPath -PathType Leaf) - { - Remove-Item -Path $global:encryptionCertPath -Force -ErrorAction Continue - } - } - } - -} diff --git a/src/Azs.Backup.Admin/test/Utils.ps1 b/src/Azs.Backup.Admin/test/Utils.ps1 index 01393c7a..2b6a2ae3 100644 --- a/src/Azs.Backup.Admin/test/Utils.ps1 +++ b/src/Azs.Backup.Admin/test/Utils.ps1 @@ -11,8 +11,6 @@ function setupEnv() { # as default. You could change them if needed. $env.SubscriptionId = (Get-AzContext).Subscription.Id $env.Tenant = (Get-AzContext).Tenant.Id - $env.ResourceGroup = "system.$((Get-AzLocation)[0].Location)" - $env.Location = (Get-AzLocation)[0].Location # For any resources you created for test, you should add it to $env here. $envFile = 'env.json' if ($TestMode -eq 'live') { @@ -22,5 +20,4 @@ function setupEnv() { } function cleanupEnv() { # Clean resources you create for testing -} - +} \ No newline at end of file diff --git a/src/Azs.Backup.Admin/test/env.json b/src/Azs.Backup.Admin/test/env.json index 6dabd3cf..dab0b514 100644 --- a/src/Azs.Backup.Admin/test/env.json +++ b/src/Azs.Backup.Admin/test/env.json @@ -1,6 +1,6 @@ { - "Tenant": "0ab67e9c-93f7-43a7-ab2d-e9ad3e0db8cd", - "SubscriptionId": "a8d860a5-412b-43a4-a628-42a4298c2f5d", + "Tenant": "01884692-6d96-44fa-8c58-11b4e90fef19", + "SubscriptionId": "05101DAF-F50D-4436-A2AC-495E5C4864C2", "ResourceGroup": "system.redmond", "Location": "redmond" } \ No newline at end of file diff --git a/src/Azs.Backup.Admin/test/readme.md b/src/Azs.Backup.Admin/test/readme.md deleted file mode 100644 index 7c752b4c..00000000 --- a/src/Azs.Backup.Admin/test/readme.md +++ /dev/null @@ -1,17 +0,0 @@ -# Test -This directory contains the [Pester](https://www.powershellgallery.com/packages/Pester) tests to run for the module. We use Pester as it is the unofficial standard for PowerShell unit testing. Test stubs for custom cmdlets (created in `..\custom`) will be generated into this folder when `build-module.ps1` is ran. These test stubs will fail automatically, to indicate that tests should be written for custom cmdlets. - -## Info -- Modifiable: yes -- Generated: partial -- Committed: yes -- Packaged: no - -## Details -We allow three testing modes: *live*, *record*, and *playback*. These can be selected using the `-Live`, `-Record`, and `-Playback` switches respectively on the `test-module.ps1` script. This script will run through any `.Tests.ps1` scripts in the `test` folder. If you choose the *record* mode, it will create a `.Recording.json` file of the REST calls between the client and server. Then, when you choose *playback* mode, it will use the `.Recording.json` file to mock the communication between server and client. The *live* mode runs the same as the *record* mode; however, it doesn't create the `.Recording.json` file. - -## Purpose -Custom cmdlets generally encompass additional functionality not described in the REST specification, or combines functionality generated from the REST spec. To validate this functionality continues to operate as intended, creating tests that can be ran and re-ran against custom cmdlets is part of the framework. - -## Usage -To execute tests, run the `test-module.ps1`. To write tests, [this example](https://github.com/pester/Pester/blob/8b9cf4248315e44f1ac6673be149f7e0d7f10466/Examples/Planets/Get-Planet.Tests.ps1#L1) from the Pester repository is very useful for getting started. \ No newline at end of file diff --git a/src/AzureStack/AzureStack.nuspec b/src/AzureStack/AzureStack.nuspec index 0da3302d..9709440a 100644 --- a/src/AzureStack/AzureStack.nuspec +++ b/src/AzureStack/AzureStack.nuspec @@ -2,7 +2,7 @@ AzureStack - 3.0.0 + 2.2.0 Microsoft Corporation Microsoft Corporation true @@ -15,7 +15,7 @@ - + diff --git a/src/AzureStack/AzureStack.psd1 b/src/AzureStack/AzureStack.psd1 index 03107758..b09adc08 100644 --- a/src/AzureStack/AzureStack.psd1 +++ b/src/AzureStack/AzureStack.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '3.0.0' + ModuleVersion = '2.2.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -58,7 +58,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; RequiredVersion = '2.2.8'; }, @{ModuleName = 'Az.Resources'; RequiredVersion = '0.12.0'; }, @{ModuleName = 'Azs.Azurebridge.Admin'; RequiredVersion = '1.0.2'; }, - @{ModuleName = 'Azs.Backup.Admin'; RequiredVersion = '2.0.0'; }, + @{ModuleName = 'Azs.Backup.Admin'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Azs.Commerce.Admin'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Azs.Compute.Admin'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Azs.Deployment.Admin'; RequiredVersion = '1.0.1'; }, diff --git a/src/changelog.md b/src/changelog.md index 950fd36a..6fba95e8 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -1,42 +1,3 @@ -# Release 3.0.0 -* Requires AzureStack Update 2203+ -* Breaking changes in Azs.Backup.Admin module -## Azs.Backup.Admin module -* Adds support for configuring backup location as blob storage -* Removes Set-AzsBackupconfiguration and newly supports Update\Clear-AzsBackupConfiguration -* Update-AzsBackupConfiguration - either updates a part of the backup location configuration or sets it as a whole - * Migration examples - * Set backup location configuration as a whole - * Old usage - ``` - $location = Set-AzsBackupConfiguration -Username $username -Password $password -Path $path -EncryptionCertPath $encryptionCertPath -IsBackupSchedulerEnabled:$isBackupSchedulerEnabled -BackupFrequencyInHours $backupFrequencyInHours -BackupRetentionPeriodInDays $backupRetentionPeriodInDays - ``` - * New usage - ``` - $location = Update-AzsBackupConfiguration -Username $username -Password $password -Path $path -EncryptionCertPath $encryptionCertPath -IsBackupSchedulerEnabled:$isBackupSchedulerEnabled -BackupFrequencyInHours $backupFrequencyInHours -BackupRetentionPeriodInDays $backupRetentionPeriodInDays - - $location = Update-AzsBackupConfiguration -BlobStorageUrl $blobStorageUrl -BlobStorageKey $blobStorageKey -EncryptionCertPath $encryptionCertPath -IsBackupSchedulerEnabled:$isBackupSchedulerEnabled -BackupFrequencyInHours $backupFrequencyInHours -BackupRetentionPeriodInDays $backupRetentionPeriodInDays - ``` - * Update a part of the backup location configuration - * Old usage - ``` - $location = Set-AzsBackupConfiguration -Path $path -BackupRetentionPeriodInDays $backupRetentionPeriodInDays - ``` - * New usage - ``` - $location = Update-AzsBackupConfiguration -Path $path -BackupRetentionPeriodInDays $backupRetentionPeriodInDays - - $location = Update-AzsBackupConfiguration -BlobStorageUrl $blobStorageUrl -BackupRetentionPeriodInDays $backupRetentionPeriodInDays - ``` -* Clear-AzsBackupConfiguration - clears the backup location configuration - * Usage - ``` - $location = Clear-AzsBackupConfiguration - ``` - - - - # Release 2.2.0 * Requires AzureStack Update 2108+