Azure / azure-powershell

Microsoft Azure PowerShell
Other
4.26k stars 3.86k forks source link

Issue with latest modules for Recovery Services: Error during commandlets execution #5635

Closed ArtemProc closed 5 years ago

ArtemProc commented 6 years ago

Description

Issue with latest modules for Recovery Services

AzureRM.RecoveryServices 4.0.2 AzureRM.RecoveryServices.SiteRecovery 0.2.1

Mitigation

Name Version


AzureRM.profile 3.4.1 AzureRM.RecoveryServices 3.4.1 AzureRM.RecoveryServices.SiteRecovery 0.1.6

Script/Steps for Reproduction

Repro steps:

  1. Import Modules required by PS code: Name Version

    AzureRM.profile 4.3.0 AzureRM.RecoveryServices 4.0.2 AzureRM.RecoveryServices.SiteRecovery 0.2.1

Code is pretty simple:

Add-AzureRmAccount

$vault = Get-AzureRmRecoveryServicesVault -Name artempro-vault Set-ASRVaultContext -Vault $vault

Module Version

PS C:\WINDOWS\system32> Get-Module -ListAvailable -Name "azure" | Select Name, Version

Name Version


Azure 5.1.1 Azure.Storage 4.1.1 AzureRM.Compute 4.3.1 AzureRM.Insights 4.0.2 AzureRM.Network 5.1.1 AzureRM.OperationalInsights 4.2.0 AzureRM.profile 4.3.0 AzureRM.RecoveryServices 4.0.2 AzureRM.RecoveryServices.Backup 4.1.0 AzureRM.RecoveryServices.SiteRecovery 0.2.1 AzureInformationProtection 1.21.203.0



### Environment Data
$PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.16299.248
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.16299.248
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
### Debug Output

PS C:\WINDOWS\system32> $DebugPreference = "Continue"
PS C:\WINDOWS\system32> $vault = Get-AzureRmRecoveryServicesVault -Name SOMEPRVNAMEpro-vault
DEBUG: 9:05:13 - GetAzureRmRecoveryServicesVaults begin processing with ParameterSet '__AllParameterSets'.
DEBUG: 9:05:13 - using account id 'SOMEPRVNAME@HER_IS_MY_AZURE_AD_SUFFUX'...
DEBUG: [Common.Authentication]: Authenticating using Account: 'SOMEPRVNAME@HER_IS_MY_AZURE_AD_SUFFUX', environment: 'AzureCloud', tenant: '3d3d1d15-f322-4458-837d-11d1926d09c3'
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: f3521dce-10c3-4d0a-8ae6-d5e14ede8d9d - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:13: f3521dce-10c3-4d0a-8ae6-d5e14ede8d9d - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: f3521dce-10c3-4d0a-8ae6-d5e14ede8d9d - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:13: f3521dce-10c3-4d0a-8ae6-d5e14ede8d9d - TokenCache: 56.8457863383333 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: f3521dce-10c3-4d0a-8ae6-d5e14ede8d9d - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: f3521dce-10c3-4d0a-8ae6-d5e14ede8d9d - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13:  - TokenCache: Serializing token cache with 2 items.
DEBUG: [Common.Authentication]: Authenticating using Account: 'SOMEPRVNAME@HER_IS_MY_AZURE_AD_SUFFUX', environment: 'AzureCloud', tenant: 'HERE_IS_MY_AZURE_AD_TENANT_ID'
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: e7df8536-e321-45ef-80bc-b5df43a27eb5 - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:13: e7df8536-e321-45ef-80bc-b5df43a27eb5 - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: e7df8536-e321-45ef-80bc-b5df43a27eb5 - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:13: e7df8536-e321-45ef-80bc-b5df43a27eb5 - TokenCache: 56.8457195883333 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: e7df8536-e321-45ef-80bc-b5df43a27eb5 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: e7df8536-e321-45ef-80bc-b5df43a27eb5 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13:  - TokenCache: Serializing token cache with 2 items.
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: a727a030-d680-4232-8b3c-4756f841c6d9 - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:13: a727a030-d680-4232-8b3c-4756f841c6d9 - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: a727a030-d680-4232-8b3c-4756f841c6d9 - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:13: a727a030-d680-4232-8b3c-4756f841c6d9 - TokenCache: 56.8456695966667 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: a727a030-d680-4232-8b3c-4756f841c6d9 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: a727a030-d680-4232-8b3c-4756f841c6d9 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourcegroups?api-version=2016-09-01

Headers:
x-ms-client-request-id        : 02b09a9f-f113-4177-9461-d9b5d1f1f16b-2018-02-27 06:05:13Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14998
x-ms-request-id               : 2129c44c-51d6-4dde-a936-4f17f221a628
x-ms-correlation-request-id   : 2129c44c-51d6-4dde-a936-4f17f221a628
x-ms-routing-request-id       : UKWEST:20180227T060513Z:2129c44c-51d6-4dde-a936-4f17f221a628
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:12 GMT

Body:
{
  "value": [
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/acs",
      "name": "acs",
      "location": "westeurope",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/aretmpro-appinsight",
      "name": "aretmpro-appinsight",
      "location": "westeurope",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/SOMEPRVNAMEpro-wp",
      "name": "SOMEPRVNAMEpro-wp",
      "location": "eastus2",
      "tags": {
        "WP": "True",
        "WP2": "True",
        "AutoShutdownSchedule": "7PM -> 6AM"
      },
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/AzureCoreService",
      "name": "AzureCoreService",
      "location": "westeurope",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/centos-72",
      "name": "centos-72",
      "location": "eastus2",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/cloud-shell-storage-westeurope",
      "name": "cloud-shell-storage-westeurope",
      "location": "westeurope",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/Default-ApplicationInsights-EastUS",
      "name": "Default-ApplicationInsights-EastUS",
      "location": "eastus",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/DefaultResourceGroup-EUS",
      "name": "DefaultResourceGroup-EUS",
      "location": "eastus",
      "tags": {},
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/DefaultResourceGroup-WEU",
      "name": "DefaultResourceGroup-WEU",
      "location": "westeurope",
      "tags": {},
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/gk_workspace_resource",
      "name": "gk_workspace_resource",
      "location": "westeurope",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/OMS2016Resources",
      "name": "OMS2016Resources",
      "location": "eastus",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/openvpn",
      "name": "openvpn",
      "location": "westeurope",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/SCCM-test",
      "name": "SCCM-test",
      "location": "uksouth",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/scom-linux-demo",
      "name": "scom-linux-demo",
      "location": "westeurope",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/test-azurerm",
      "name": "test-azurerm",
      "location": "westeurope",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/test-key-vault-rg",
      "name": "test-key-vault-rg",
      "location": "westeurope",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/testarm",
      "name": "testarm",
      "location": "westeurope",
      "tags": {
        "TM": "test2@HER_IS_MY_AZURE_AD_SUFFUX"
      },
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/ubuntu-docker",
      "name": "ubuntu-docker",
      "location": "westeurope",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/ubuntu-extensiontest",
      "name": "ubuntu-extensiontest",
      "location": "westeurope",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/UpdateManagement-Test",
      "name": "UpdateManagement-Test",
      "location": "eastus",
      "properties": {
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/win10",
      "name": "win10",
      "location": "westeurope",
      "properties": {
        "provisioningState": "Succeeded"
      }
    }
  ]
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: 61948d36-dcd6-44e3-810a-d9fd72a07b8d - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:13: 61948d36-dcd6-44e3-810a-d9fd72a07b8d - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: 61948d36-dcd6-44e3-810a-d9fd72a07b8d - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:13: 61948d36-dcd6-44e3-810a-d9fd72a07b8d - TokenCache: 56.8403390833333 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: 61948d36-dcd6-44e3-810a-d9fd72a07b8d - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13: 61948d36-dcd6-44e3-810a-d9fd72a07b8d - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:13:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/acs/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 20e0399e-bbae-4920-aec8-9c78f4eb9268-2018-02-27 06:05:13Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14999
x-ms-request-id               : 9694a717-177b-400b-a8fa-96d703b2b938
x-ms-correlation-request-id   : 9694a717-177b-400b-a8fa-96d703b2b938
x-ms-routing-request-id       : UKWEST:20180227T060514Z:9694a717-177b-400b-a8fa-96d703b2b938
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:13 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:14: 9b910038-0206-49d5-8094-04cc343a8c82 - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:14: 9b910038-0206-49d5-8094-04cc343a8c82 - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:14: 9b910038-0206-49d5-8094-04cc343a8c82 - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:14: 9b910038-0206-49d5-8094-04cc343a8c82 - TokenCache: 56.83542115 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:14: 9b910038-0206-49d5-8094-04cc343a8c82 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:14: 9b910038-0206-49d5-8094-04cc343a8c82 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:14:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/aretmpro-appinsight/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : fdcb7feb-4030-4cd3-8e18-bdb4f295cb68-2018-02-27 06:05:14Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14998
x-ms-request-id               : 44fa9b4a-4cf4-4e77-8463-c051122b92dd
x-ms-correlation-request-id   : 44fa9b4a-4cf4-4e77-8463-c051122b92dd
x-ms-routing-request-id       : UKWEST:20180227T060514Z:44fa9b4a-4cf4-4e77-8463-c051122b92dd
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:13 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:14: d6d939e4-0782-43d1-ba09-9eee13bd9541 - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:14: d6d939e4-0782-43d1-ba09-9eee13bd9541 - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:14: d6d939e4-0782-43d1-ba09-9eee13bd9541 - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:14: d6d939e4-0782-43d1-ba09-9eee13bd9541 - TokenCache: 56.8342831766667 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:14: d6d939e4-0782-43d1-ba09-9eee13bd9541 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:14: d6d939e4-0782-43d1-ba09-9eee13bd9541 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:14:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/SOMEPRVNAMEpro-wp/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 90f64a0e-41d2-4562-abb6-aa3800a6a042-2018-02-27 06:05:14Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
X-Content-Type-Options        : nosniff
x-ms-request-id               : b67ce081-4ede-4e1c-8588-d8559e9af4d9
x-ms-client-request-id        : 10657004-e562-4683-bc51-7a1d933d75ff
Strict-Transport-Security     : max-age=31536000; includeSubDomains
x-ms-ratelimit-remaining-subscription-reads: 14997
x-ms-correlation-request-id   : b67ce081-4ede-4e1c-8588-d8559e9af4d9
x-ms-routing-request-id       : UKWEST:20180227T060514Z:b67ce081-4ede-4e1c-8588-d8559e9af4d9
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:14 GMT
Server                        : Microsoft-IIS/8.0

Body:
{
  "value": [
    {
      "location": "eastus2",
      "name": "SOMEPRVNAMEpro-vault",
      "etag": "W/\"datetime'2018-02-26T09%3A06%3A31.3183711Z'\"",
      "properties": {
        "provisioningState": "Succeeded"
      },
      "id": "/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/SOMEPRVNAMEpro-wp/providers/Microsoft.RecoveryServices/vaults/SOMEPRVNAMEpro-vault",
      "type": "Microsoft.RecoveryServices/vaults",
      "sku": {
        "name": "RS0",
        "tier": "Standard"
      }
    }
  ]
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: a5d8c41a-6cda-4319-8302-2a21f96ac7ba - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: a5d8c41a-6cda-4319-8302-2a21f96ac7ba - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: a5d8c41a-6cda-4319-8302-2a21f96ac7ba - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: a5d8c41a-6cda-4319-8302-2a21f96ac7ba - TokenCache: 56.8148792566667 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: a5d8c41a-6cda-4319-8302-2a21f96ac7ba - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: a5d8c41a-6cda-4319-8302-2a21f96ac7ba - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/AzureCoreService/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 82836222-05a0-4055-933b-5a8db4da6ded-2018-02-27 06:05:15Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14996
x-ms-request-id               : 9b8b4c30-a3d1-44bf-a4c5-2926775d294f
x-ms-correlation-request-id   : 9b8b4c30-a3d1-44bf-a4c5-2926775d294f
x-ms-routing-request-id       : UKWEST:20180227T060515Z:9b8b4c30-a3d1-44bf-a4c5-2926775d294f
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:14 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: a5783842-bcfb-45d0-b32c-f40c7fd6eeb6 - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: a5783842-bcfb-45d0-b32c-f40c7fd6eeb6 - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: a5783842-bcfb-45d0-b32c-f40c7fd6eeb6 - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: a5783842-bcfb-45d0-b32c-f40c7fd6eeb6 - TokenCache: 56.813722665 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: a5783842-bcfb-45d0-b32c-f40c7fd6eeb6 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: a5783842-bcfb-45d0-b32c-f40c7fd6eeb6 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/centos-72/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 2eceafe4-be10-4de2-ba74-ee4fb215b6a0-2018-02-27 06:05:15Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14995
x-ms-request-id               : 56ec5c31-49dd-4501-a66a-27525f820c79
x-ms-correlation-request-id   : 56ec5c31-49dd-4501-a66a-27525f820c79
x-ms-routing-request-id       : UKWEST:20180227T060515Z:56ec5c31-49dd-4501-a66a-27525f820c79
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:14 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: ecc29136-132c-481e-8a2c-e3bd38a1bd99 - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: ecc29136-132c-481e-8a2c-e3bd38a1bd99 - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: ecc29136-132c-481e-8a2c-e3bd38a1bd99 - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: ecc29136-132c-481e-8a2c-e3bd38a1bd99 - TokenCache: 56.8125962033333 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: ecc29136-132c-481e-8a2c-e3bd38a1bd99 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: ecc29136-132c-481e-8a2c-e3bd38a1bd99 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/cloud-shell-storage-westeurope/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 9b56a5cc-92e1-4d1d-b214-46e27767fbf8-2018-02-27 06:05:15Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14994
x-ms-request-id               : 8423e78c-39b8-48c5-9cb2-af3f38b53d36
x-ms-correlation-request-id   : 8423e78c-39b8-48c5-9cb2-af3f38b53d36
x-ms-routing-request-id       : UKWEST:20180227T060515Z:8423e78c-39b8-48c5-9cb2-af3f38b53d36
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:15 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: c844e9f4-f103-4b52-a2d2-b7b12e50ba54 - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: c844e9f4-f103-4b52-a2d2-b7b12e50ba54 - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: c844e9f4-f103-4b52-a2d2-b7b12e50ba54 - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: c844e9f4-f103-4b52-a2d2-b7b12e50ba54 - TokenCache: 56.811500665 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: c844e9f4-f103-4b52-a2d2-b7b12e50ba54 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: c844e9f4-f103-4b52-a2d2-b7b12e50ba54 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/Default-ApplicationInsights-EastUS/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 475785d3-aae7-4b70-828d-c02932b00dbf-2018-02-27 06:05:15Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14993
x-ms-request-id               : 45df5e84-77aa-4ee5-a77e-f35d57a1b737
x-ms-correlation-request-id   : 45df5e84-77aa-4ee5-a77e-f35d57a1b737
x-ms-routing-request-id       : UKWEST:20180227T060515Z:45df5e84-77aa-4ee5-a77e-f35d57a1b737
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:15 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 33b68940-afeb-4c28-94b0-408505935b0b - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: 33b68940-afeb-4c28-94b0-408505935b0b - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 33b68940-afeb-4c28-94b0-408505935b0b - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: 33b68940-afeb-4c28-94b0-408505935b0b - TokenCache: 56.8103342916667 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 33b68940-afeb-4c28-94b0-408505935b0b - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 33b68940-afeb-4c28-94b0-408505935b0b - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/DefaultResourceGroup-EUS/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : b455fb98-991d-4781-b1ca-c30d0aa29175-2018-02-27 06:05:15Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14992
x-ms-request-id               : 8da3d1b4-1f85-4d05-9e92-5e41955efe80
x-ms-correlation-request-id   : 8da3d1b4-1f85-4d05-9e92-5e41955efe80
x-ms-routing-request-id       : UKWEST:20180227T060515Z:8da3d1b4-1f85-4d05-9e92-5e41955efe80
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:15 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 9710ea33-1e9f-4509-b823-da3c51849f41 - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: 9710ea33-1e9f-4509-b823-da3c51849f41 - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 9710ea33-1e9f-4509-b823-da3c51849f41 - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: 9710ea33-1e9f-4509-b823-da3c51849f41 - TokenCache: 56.8091824316667 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 9710ea33-1e9f-4509-b823-da3c51849f41 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 9710ea33-1e9f-4509-b823-da3c51849f41 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/DefaultResourceGroup-WEU/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 31fcfe95-19c0-4c5b-8411-6544ae3c0fd9-2018-02-27 06:05:15Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14991
x-ms-request-id               : 9b217c48-0abd-48ce-85df-514cc5c52507
x-ms-correlation-request-id   : 9b217c48-0abd-48ce-85df-514cc5c52507
x-ms-routing-request-id       : UKWEST:20180227T060515Z:9b217c48-0abd-48ce-85df-514cc5c52507
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:15 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 4fd03b43-050d-41f5-9af7-982cf65cd113 - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: 4fd03b43-050d-41f5-9af7-982cf65cd113 - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 4fd03b43-050d-41f5-9af7-982cf65cd113 - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: 4fd03b43-050d-41f5-9af7-982cf65cd113 - TokenCache: 56.808060875 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 4fd03b43-050d-41f5-9af7-982cf65cd113 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 4fd03b43-050d-41f5-9af7-982cf65cd113 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/gk_workspace_resource/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 88843e18-3051-4a5a-8817-d94aead5a6d9-2018-02-27 06:05:15Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14990
x-ms-request-id               : d805da65-7a55-47ec-9a5d-7350bbd8e096
x-ms-correlation-request-id   : d805da65-7a55-47ec-9a5d-7350bbd8e096
x-ms-routing-request-id       : UKWEST:20180227T060515Z:d805da65-7a55-47ec-9a5d-7350bbd8e096
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:15 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 9a5f0ffc-c8af-4a47-a50f-bc1b427effdd - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: 9a5f0ffc-c8af-4a47-a50f-bc1b427effdd - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 9a5f0ffc-c8af-4a47-a50f-bc1b427effdd - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: 9a5f0ffc-c8af-4a47-a50f-bc1b427effdd - TokenCache: 56.8069526466667 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 9a5f0ffc-c8af-4a47-a50f-bc1b427effdd - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 9a5f0ffc-c8af-4a47-a50f-bc1b427effdd - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/OMS2016Resources/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 9581dc2e-6cca-46d0-8f3c-15f045cd61ec-2018-02-27 06:05:15Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14989
x-ms-request-id               : 0607b56c-244c-4591-a39d-f96edcb415a6
x-ms-correlation-request-id   : 0607b56c-244c-4591-a39d-f96edcb415a6
x-ms-routing-request-id       : UKWEST:20180227T060515Z:0607b56c-244c-4591-a39d-f96edcb415a6
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:15 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 7e5bf796-07a5-43c3-ae0b-e8934c78e1a8 - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: 7e5bf796-07a5-43c3-ae0b-e8934c78e1a8 - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 7e5bf796-07a5-43c3-ae0b-e8934c78e1a8 - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: 7e5bf796-07a5-43c3-ae0b-e8934c78e1a8 - TokenCache: 56.805850875 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 7e5bf796-07a5-43c3-ae0b-e8934c78e1a8 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 7e5bf796-07a5-43c3-ae0b-e8934c78e1a8 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/openvpn/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 73908418-2ade-4834-bf4b-0ca35a89d9ed-2018-02-27 06:05:15Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14988
x-ms-request-id               : 9a73a7b9-f74f-4f48-b81f-158968e35295
x-ms-correlation-request-id   : 9a73a7b9-f74f-4f48-b81f-158968e35295
x-ms-routing-request-id       : UKWEST:20180227T060515Z:9a73a7b9-f74f-4f48-b81f-158968e35295
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:15 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 97cdd83b-127e-421d-8f9d-6d5169240c1c - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: 97cdd83b-127e-421d-8f9d-6d5169240c1c - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 97cdd83b-127e-421d-8f9d-6d5169240c1c - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: 97cdd83b-127e-421d-8f9d-6d5169240c1c - TokenCache: 56.8046656283333 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 97cdd83b-127e-421d-8f9d-6d5169240c1c - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 97cdd83b-127e-421d-8f9d-6d5169240c1c - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/SCCM-test/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 3062c795-42e5-4622-bbc6-08b6cb70cbdf-2018-02-27 06:05:15Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14987
x-ms-request-id               : 0bec5d24-1bd7-4852-85c1-704928dc2514
x-ms-correlation-request-id   : 0bec5d24-1bd7-4852-85c1-704928dc2514
x-ms-routing-request-id       : UKWEST:20180227T060515Z:0bec5d24-1bd7-4852-85c1-704928dc2514
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:15 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 811cabf6-9b46-43f3-a6f9-1e8c87286ce4 - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: 811cabf6-9b46-43f3-a6f9-1e8c87286ce4 - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 811cabf6-9b46-43f3-a6f9-1e8c87286ce4 - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:15: 811cabf6-9b46-43f3-a6f9-1e8c87286ce4 - TokenCache: 56.8035420566667 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 811cabf6-9b46-43f3-a6f9-1e8c87286ce4 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15: 811cabf6-9b46-43f3-a6f9-1e8c87286ce4 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:15:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/scom-linux-demo/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 498ff4f6-3ece-40bf-96a0-7764d3531fdb-2018-02-27 06:05:15Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14986
x-ms-request-id               : 2d3358f9-959d-42ba-81b0-3e0ea91541d1
x-ms-correlation-request-id   : 2d3358f9-959d-42ba-81b0-3e0ea91541d1
x-ms-routing-request-id       : UKWEST:20180227T060516Z:2d3358f9-959d-42ba-81b0-3e0ea91541d1
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:15 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: b3f34647-33fb-40d2-b53c-9b2e5bbc562d - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:16: b3f34647-33fb-40d2-b53c-9b2e5bbc562d - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: b3f34647-33fb-40d2-b53c-9b2e5bbc562d - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:16: b3f34647-33fb-40d2-b53c-9b2e5bbc562d - TokenCache: 56.8024113316667 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: b3f34647-33fb-40d2-b53c-9b2e5bbc562d - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: b3f34647-33fb-40d2-b53c-9b2e5bbc562d - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/test-azurerm/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 82fcaed8-a8db-42eb-8267-eed3968993a1-2018-02-27 06:05:16Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14985
x-ms-request-id               : 22b9e623-b9f9-4ec6-811b-341ecc651a9d
x-ms-correlation-request-id   : 22b9e623-b9f9-4ec6-811b-341ecc651a9d
x-ms-routing-request-id       : UKWEST:20180227T060516Z:22b9e623-b9f9-4ec6-811b-341ecc651a9d
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:15 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 3d11f84e-f3ef-414d-a2da-e96b832434e3 - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:16: 3d11f84e-f3ef-414d-a2da-e96b832434e3 - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 3d11f84e-f3ef-414d-a2da-e96b832434e3 - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:16: 3d11f84e-f3ef-414d-a2da-e96b832434e3 - TokenCache: 56.8012780483333 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 3d11f84e-f3ef-414d-a2da-e96b832434e3 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 3d11f84e-f3ef-414d-a2da-e96b832434e3 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/test-key-vault-rg/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : a4988189-fffc-4386-8086-f18caac561ba-2018-02-27 06:05:16Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14984
x-ms-request-id               : f516fa08-5c86-4262-b9f7-17932edfdd9e
x-ms-correlation-request-id   : f516fa08-5c86-4262-b9f7-17932edfdd9e
x-ms-routing-request-id       : UKWEST:20180227T060516Z:f516fa08-5c86-4262-b9f7-17932edfdd9e
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:15 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 7bab3a97-9fea-4aff-9dd5-2647d4ca42a4 - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:16: 7bab3a97-9fea-4aff-9dd5-2647d4ca42a4 - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 7bab3a97-9fea-4aff-9dd5-2647d4ca42a4 - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:16: 7bab3a97-9fea-4aff-9dd5-2647d4ca42a4 - TokenCache: 56.800103755 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 7bab3a97-9fea-4aff-9dd5-2647d4ca42a4 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 7bab3a97-9fea-4aff-9dd5-2647d4ca42a4 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/testarm/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 6c9de19b-6e99-4abf-891a-84a62d8ef42d-2018-02-27 06:05:16Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14983
x-ms-request-id               : 25559bb2-5a72-4ec2-9780-128ceabad5b9
x-ms-correlation-request-id   : 25559bb2-5a72-4ec2-9780-128ceabad5b9
x-ms-routing-request-id       : UKWEST:20180227T060516Z:25559bb2-5a72-4ec2-9780-128ceabad5b9
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:15 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: cda67ba9-9ce8-4ac6-827a-9bee3a333aed - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:16: cda67ba9-9ce8-4ac6-827a-9bee3a333aed - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: cda67ba9-9ce8-4ac6-827a-9bee3a333aed - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:16: cda67ba9-9ce8-4ac6-827a-9bee3a333aed - TokenCache: 56.798966195 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: cda67ba9-9ce8-4ac6-827a-9bee3a333aed - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: cda67ba9-9ce8-4ac6-827a-9bee3a333aed - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/ubuntu-docker/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : e922084d-c9fb-4407-8e06-8ad9bb00d243-2018-02-27 06:05:16Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14982
x-ms-request-id               : c5e7f377-3321-426e-bc42-e58a8916903c
x-ms-correlation-request-id   : c5e7f377-3321-426e-bc42-e58a8916903c
x-ms-routing-request-id       : UKWEST:20180227T060516Z:c5e7f377-3321-426e-bc42-e58a8916903c
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:15 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: c8220d03-294a-4d16-bb6a-8509d919ac8f - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:16: c8220d03-294a-4d16-bb6a-8509d919ac8f - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: c8220d03-294a-4d16-bb6a-8509d919ac8f - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:16: c8220d03-294a-4d16-bb6a-8509d919ac8f - TokenCache: 56.7978258966667 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: c8220d03-294a-4d16-bb6a-8509d919ac8f - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: c8220d03-294a-4d16-bb6a-8509d919ac8f - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/ubuntu-extensiontest/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 7768abba-4261-471b-8a98-2b392059a3a9-2018-02-27 06:05:16Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14981
x-ms-request-id               : 6f315907-08af-43fe-8d38-6e5fe09e7e32
x-ms-correlation-request-id   : 6f315907-08af-43fe-8d38-6e5fe09e7e32
x-ms-routing-request-id       : UKWEST:20180227T060516Z:6f315907-08af-43fe-8d38-6e5fe09e7e32
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:15 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 2f56cb71-3ea4-44fa-b2d2-b408917acc51 - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:16: 2f56cb71-3ea4-44fa-b2d2-b408917acc51 - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 2f56cb71-3ea4-44fa-b2d2-b408917acc51 - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:16: 2f56cb71-3ea4-44fa-b2d2-b408917acc51 - TokenCache: 56.7967142683333 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 2f56cb71-3ea4-44fa-b2d2-b408917acc51 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 2f56cb71-3ea4-44fa-b2d2-b408917acc51 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/UpdateManagement-Test/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 0ea8d0b6-6007-4cb4-acf8-b1ab7507b3a9-2018-02-27 06:05:16Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14980
x-ms-request-id               : 8b26ffeb-8500-43b4-94f2-fc435a04f8c9
x-ms-correlation-request-id   : 8b26ffeb-8500-43b4-94f2-fc435a04f8c9
x-ms-routing-request-id       : UKWEST:20180227T060516Z:8b26ffeb-8500-43b4-94f2-fc435a04f8c9
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:16 GMT

Body:
{
  "value": []
}

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 3568b221-a238-494b-983d-3f55b224a8ab - AcquireTokenHandlerBase: === Token Acquisition started:
 Authority: https://login.microsoftonline.com/HERE_IS_MY_AZURE_AD_TENANT_ID
 Resource: https://management.core.windows.net/
 ClientId: HER_IS_MY_AZURE_AD_CLIENT_ID
 CacheType: Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache (2 items)
 Authentication Target: User

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:16: 3568b221-a238-494b-983d-3f55b224a8ab - TokenCache: Looking up cache for a token...
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 3568b221-a238-494b-983d-3f55b224a8ab - TokenCache: An item matching the requested resource was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Verbose: 1 :
DEBUG: 02/27/2018 06:05:16: 3568b221-a238-494b-983d-3f55b224a8ab - TokenCache: 56.7955581633333 minutes left until token in cache expires
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 3568b221-a238-494b-983d-3f55b224a8ab - TokenCache: A matching item (access token or refresh token or both) was found in the cache
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16: 3568b221-a238-494b-983d-3f55b224a8ab - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
 Access Token Hash: OMcT4s9+AQR3+re0yOk4tKaOkWx/+moRNbQGHi40ZVw=
 Refresh Token Hash: C5fO6p6rH7X9bqXGvV/xFeTbyyvo8c4UyirLYBlNBfg=
 Expiration Time: 02/27/2018 07:02:04 +00:00
 User Hash: Mo1PgrIF+klmR/MbU/W/0GwsXL/u6IIZHBS9zAkwczI=

DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 :
DEBUG: 02/27/2018 06:05:16:  - TokenCache: Serializing token cache with 2 items.
DEBUG: ============================ HTTP REQUEST ============================

HTTP Method:
GET

Absolute Uri:
https://management.azure.com/subscriptions/HER_IS_MY_AZURE_SUB_ID/resourceGroups/win10/providers/Microsoft.RecoveryServices/vaults?api-version=2016-06-01

Headers:
x-ms-client-request-id        : 841db776-7cc2-4f55-8b63-14938a321c75-2018-02-27 06:05:16Z-P
accept-language               : en-US

Body:

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

Status Code:
OK

Headers:
Pragma                        : no-cache
x-ms-ratelimit-remaining-subscription-reads: 14979
x-ms-request-id               : 86f87422-f7af-4865-90f0-3f1a975d4804
x-ms-correlation-request-id   : 86f87422-f7af-4865-90f0-3f1a975d4804
x-ms-routing-request-id       : UKWEST:20180227T060516Z:86f87422-f7af-4865-90f0-3f1a975d4804
Strict-Transport-Security     : max-age=31536000; includeSubDomains
X-Content-Type-Options        : nosniff
Cache-Control                 : no-cache
Date                          : Tue, 27 Feb 2018 06:05:16 GMT

Body:
{
  "value": []
}

DEBUG: AzureQoSEvent: CommandName - Get-AzureRmRecoveryServicesVault; IsSuccess - True; Duration - 00:00:03.0850196; Exception - ;
DEBUG: Finish sending metric.
DEBUG: 9:05:19 - GetAzureRmRecoveryServicesVaults end processing.
DEBUG: 9:05:19 - GetAzureRmRecoveryServicesVaults end processing.
PS C:\WINDOWS\system32> Set-ASRVaultContext -Vault $vault
Set-AzureRmRecoveryServicesAsrVaultContext : Cannot bind parameter 'Vault'. Cannot convert the "Microsoft.Azure.Commands.RecoveryServices.ARSVault" value of type "Microsoft.Azure.Commands.RecoveryServices.ARSVault" to type "Microsoft.Azure.Commands.RecoveryServices.ARSV
ault".
At line:1 char:28
+ Set-ASRVaultContext -Vault $vault
+                            ~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Set-AzureRmReco...AsrVaultContext], ParameterBindingException
    + FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.SetAzureRmRecoveryServicesAsrVaultSettings
maddieclayton commented 6 years ago

@viverm Can you take a look at this issue? It looks like Get-AzureRmRecoveryServicesVault returns a ARSVault and Set-ASRVaultContext takes an ARSVault but they are actually different types.

ArtemProc commented 6 years ago

Same Issue with Latest AzureRM.Profile and other updated

PS C:\WINDOWS\system32> Get-AzureRmRecoveryServicesVault -Name MY_VAULT-vault | set-AzureRmRecoveryServicesAsrVaultContext $vault = Get-AzureRmRecoveryServicesVault -Name MY_VAULT-vault Set-AzureRmRecoveryServicesAsrVaultSettings -Vault $vault set-AzureRmRecoveryServicesAsrVaultContext : The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties d o not match any of the parameters that take pipeline input. At line:1 char:57

Set-AzureRmRecoveryServicesAsrVaultContext : Cannot bind parameter 'Vault'. Cannot convert the "Microsoft.Azure.Commands.RecoveryServices.ARSVault" value of type "Microsoft.Azure.Commands.RecoveryServi ces.ARSVault" to type "Microsoft.Azure.Commands.RecoveryServices.ARSVault". At line:3 char:52

PS C:\WINDOWS\system32> get-module -ListAvailable -Name "azure" | select Name, Version

Name Version


Azure 5.1.1
Azure.Storage 4.1.1
AzureRM.profile 4.3.1
AzureRM.RecoveryServices 4.0.2
AzureRM.RecoveryServices.SiteRecovery 0.2.1
AzureInformationProtection 1.21.203.0

PS C:\WINDOWS\system32>

viverm commented 6 years ago

you can unblock customer with

$path = Get-AzureRmRecoveryServicesVaultSettingsFile -Vault $Vault Import-AzureRmRecoveryServicesAsrVaultSettingsFile -Path $path.filepath

is equivalent to

Set-ASRVaultContext -Vault $vault

looking for exact issue.

ArtemProc commented 6 years ago

Thank you for workaround. And should we expect fix for initial issue?

Rajeswari-Mamilla commented 5 years ago

ASR module has been merged with RecoveryServices in Az module