You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update AzMig_Dependencies.psm1
Changed TokenCache behaviour now that is depricated and removed redundant assignment of the TokenCacheItem variable.
* Update AzMig_Dependencies.psm1
Changed to use token directly from Get-AzAccessToken and removed redundant code.
* Update AzMig_Dependencies.psm1
Added verification for Az.Accounts module to be at least 2.2.0.
* Update README.md
Added requirement for Az.Accounts 2.2.0 or higher.
Copy file name to clipboardExpand all lines: azure-migrate/dependencies-at-scale/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ Before you get started, you need to do the following:
19
19
- Ensure that VMware Tools (later than 10.2) is installed on each VM you want to analyze.
20
20
- Ensure you have downloaded the AzMig_Dependencies powershell module in this folder.
21
21
- Ensure you have PowerShell available. It is recommended you use the [latest version of PowerShell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell).
22
-
- Ensure you have the [Azure PowerShell](https://docs.microsoft.com/powershell/azure/install-az-ps) module installed.
22
+
- Ensure you have the [Azure PowerShell](https://docs.microsoft.com/powershell/azure/install-az-ps) module installed.
23
+
- The Az.Accounts module is required and must be at least version 2.2.0 or higher.
23
24
24
25
## Log in to Azure
25
26
@@ -96,4 +97,4 @@ The Network Connections chart and the Source server name, Destination server nam
96
97
4. Visualize the map of network connections filtering by servers and processes.
97
98
> Below is an example output when the data is visualized within PowerBI
0 commit comments