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
### Fixed
* Fix issue where a report would not be generated if `Subscription` InfoLevel was set to 0
### Changed
* Change Storage Account `Minimum TLS Version` healthcheck to highlight Critical
Copy file name to clipboardExpand all lines: 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
@@ -88,7 +88,8 @@ The least privileged roles required to generate a Microsoft Azure As Built Repor
88
88
<!-- ********** Add installation for any additional PowerShell module(s) ********** -->
89
89
Open a PowerShell terminal window and install each of the required modules.
90
90
91
-
:warning: Microsoft Az 12.0.0 or higher is required. Please ensure older Az modules have been uninstalled.
91
+
> [!NOTE]
92
+
> Microsoft Az 12.0.0 or higher is required. Please ensure older Az modules have been uninstalled.
92
93
93
94
```powershell
94
95
# Install
@@ -240,7 +241,7 @@ The **StorageAccount** schema is used to configure health checks for Azure Stora
240
241
| SecureTransfer | true / false | true | Highlights storage accounts which do not have secure transfer enabled | Secure transfer is disabled |
241
242
| BlobAnonymousAccess | true / false | true | Highlights storage accounts which have Blob anonymous read access enabled | Anonymous read access is enabled |
242
243
| PublicNetworkAccess | true / false | true | Highlights storage accounts which have public network access enabled | Public network access is enabled |
243
-
| MinimumTlsVersion | true / false | true | Highlights storage accounts which have TLS 1.0 or TLS 1.1 configured | TLS version 1.0 or 1.1 configured |
244
+
| MinimumTlsVersion | true / false | true | Highlights storage accounts which have TLS 1.0 or TLS 1.1 configured | TLS version 1.0 or 1.1 configured |
244
245
245
246
#### VirtualMachine
246
247
The **VirtualMachine** schema is used to configure health checks for Azure Virtual Machines.
0 commit comments