Skip to content

Commit b63ba34

Browse files
authored
Merge pull request #108685 from TimShererWithAquent/us1679050w
Change SSL to TLS per 1679050
2 parents 28317eb + 3084d32 commit b63ba34

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

articles/azure-monitor/app/change-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ See the *Viewing changes for all resources in Azure* section to access Change An
3333
Using [Azure Resource Graph](https://docs.microsoft.com/azure/governance/resource-graph/overview), Change Analysis provides a historical record of how the Azure resources that host your application have changed over time. Tracked settings such as managed identities, Platform OS upgrade, and hostnames can be detected.
3434

3535
### Azure Resource Manager proxied setting changes
36-
Settings such as IP Configuration rule, SSL settings, and extension versions are not yet available in ARG, so Change Analysis queries and computes these changes securely to provide more details in what changed in the app. This information is not available yet in Azure Resource Graph but will be available soon.
36+
Settings such as IP Configuration rule, TLS settings, and extension versions are not yet available in ARG, so Change Analysis queries and computes these changes securely to provide more details in what changed in the app. This information is not available yet in Azure Resource Graph but will be available soon.
3737

3838
### Changes in web app deployment and configuration (in-guest changes)
3939

articles/vs-azure-tools-storage-explorer-relnotes.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Microsoft Azure Storage Explorer release notes
33
description: Release notes for Microsoft Azure Storage Explorer
44
services: storage
@@ -163,13 +163,14 @@ To download previous versions of Storage Explorer, you can visit the [Releases p
163163
* Auto refresh #1526
164164
* Enable AzCopy
165165
* AzCopy SAS duration
166-
If there are other setttings you would like to see added, please [open an issue on GitHub](https://github.com/microsoft/AzureStorageExplorer/issues/new?assignees=&labels=%3Abulb%3A%20setting%20candidate&template=feature_request.md&title=) describing the setting you want to see.
166+
If there are other settings you would like to see added, please [open an issue on GitHub](https://github.com/microsoft/AzureStorageExplorer/issues/new?assignees=&labels=%3Abulb%3A%20setting%20candidate&template=feature_request.md&title=) describing the setting you want to see.
167167
* Storage Explorer now supports Managed Disks. You can:
168-
* Upload an on-prem VHD to a new Disk
168+
* Upload an on-premises VHD to a new Disk
169169
* Download a Disk
170170
* Copy and paste disks across resource groups and regions
171171
* Delete Disks
172172
* Create a Snapshot of a Disk
173+
173174
The uploading, downloading, and cross-region copying of disks are powered by AzCopy v10.
174175
* Storage Explorer can now be installed via the Snap store on Linux. When you install via the Snap store, all dependencies are installed for you, including .NET Core! Currently we have verified that Storage Explorer runs well on Ubuntu and CentOS. If you encounter issues installing from the Snap store on other Linux distros, please [open an issue on GitHub](https://github.com/microsoft/AzureStorageExplorer/issues/new?assignees=&labels=snaps&template=bug-report.md&title=). To learn more about installing from the Snap store, see our [getting started guide](https://docs.microsoft.com/azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=linux). #68
175176
* Two major changes have been made to attach with Azure Active Directory (Azure AD) which are intended to make the feature more useful for ADLS Gen2 users:
@@ -179,13 +180,13 @@ The uploading, downloading, and cross-region copying of disks are powered by AzC
179180
* When adding via OID to an ADLS Gen2 ACL, Storage Explorer will now validate that the OID belongs to a valid entity in your tenant. #1603
180181
* The keyboard shortcuts for navigating between tabs now use more standard key combinations. #1018
181182
* Middle clicking on a tab will now close it. #1348
182-
* If an AzCopy transfer contains skips and no failures, Storage Explorer will now show a warning icon to highlight that skips occured. #1490
183+
* If an AzCopy transfer contains skips and no failures, Storage Explorer will now show a warning icon to highlight that skips occurred. #1490
183184
* The integrated AzCopy has been updated to version 10.2.1. Additionally, you can now view the version of AzCopy installed in the About dialog. #1343
184185
185186
### Fixes
186187
* Many users have run into various "cannot read version of undefined" or "cannot read connection of undefined" errors when working with attached Storage Accounts. Although we are still continuing to investigate the root cause of this issue, in 1.10.0 we have improved the error handling around loading attached Storage Accounts. #1626, #985, and #1532
187188
* It was possible for the explorer tree (left-hand side) to get into a state where focus would jump to the top node repeatedly. This has been fixed. #1596
188-
* When managing a blob's snapshots, screenreaders would not read the timestamp associated with the snapshot. This has been fixed. #1202
189+
* When managing a blob's snapshots, screen readers would not read the timestamp associated with the snapshot. This has been fixed. #1202
189190
* Proxy setting on macOS were not being set in time for the authentication process to use them. This has been fixed. #1567
190191
* If a Storage Account in a sovereign cloud was attached using name and key, AzCopy would not work. This has been fixed. #1544
191192
* When attaching via a connection string, Storage Explorer will now remove trailing spaces. #1387
@@ -236,9 +237,9 @@ The uploading, downloading, and cross-region copying of disks are powered by AzC
236237
* Enable AzCopy
237238
* AzCopy SAS duration
238239
239-
If there are other setttings you would like to see added, please [open an issue on GitHub describing the setting you want to see](https://github.com/microsoft/AzureStorageExplorer/issues/new?assignees=&labels=%3Abulb%3A%20setting%20candidate&template=feature_request.md&title=).
240+
If there are other settings you would like to see added, please [open an issue on GitHub describing the setting you want to see](https://github.com/microsoft/AzureStorageExplorer/issues/new?assignees=&labels=%3Abulb%3A%20setting%20candidate&template=feature_request.md&title=).
240241
* Storage Explorer now supports Managed Disks. You can:
241-
* Upload an on-prem VHD to a new Disk
242+
* Upload an on-premises VHD to a new Disk
242243
* Download a Disk
243244
* Copy and paste disks across resource groups and regions
244245
* Delete Disks
@@ -253,14 +254,14 @@ The uploading, downloading, and cross-region copying of disks are powered by AzC
253254
* When adding via OID to an ADLS Gen2 ACL, Storage Explorer will now validate that the OID belongs to a valid entity in your tenant. [#1603](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1603)
254255
* The keyboard shortcuts for navigating between tabs now use more standard key combinations. [#1018](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1018)
255256
* Middle clicking on a tab will now close it. [#1348](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1348)
256-
* If an AzCopy transfer contains skips and no failures, Storage Explorer will now show a warning icon to highlight that skips occured. [#1490](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1490)
257+
* If an AzCopy transfer contains skips and no failures, Storage Explorer will now show a warning icon to highlight that skips occurred. [#1490](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1490)
257258
* The integrated AzCopy has been updated to version 10.2.1. Additionally, you can now view the version of AzCopy installed in the About dialog. [#1343](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1343)
258259
259260
### Fixes
260261
261262
* Many users have run into various "cannot read version of undefined" or "cannot read connection of undefined" errors when working with attached Storage Accounts. Although we are still continuing to investigate the root cause of this issue, in 1.10.0 we have improved the error handling around loading attached Storage Accounts. [#1626](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1626), [#985](https://www.github.com/Microsoft/AzureStorageExplorer/issues/985), and [#1532](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1532)
262263
* It was possible for the explorer tree (left-hand side) to get into a state where focus would jump to the top node repeatedly. This has been fixed. [#1596](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1596)
263-
* When managing a blob's snapshots, screenreaders would not read the timestamp associated with the snapshot. This has been fixed. [#1202](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1202)
264+
* When managing a blob's snapshots, screen readers would not read the timestamp associated with the snapshot. This has been fixed. [#1202](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1202)
264265
* Proxy setting on macOS were not being set in time for the authentication process to use them. This has been fixed. [#1567](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1567)
265266
* If a Storage Account in a sovereign cloud was attached using name and key, AzCopy would not work. This has been fixed. [#1544](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1544)
266267
* When attaching via a connection string, Storage Explorer will now remove trailing spaces. [#1387](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1387)
@@ -274,7 +275,7 @@ The uploading, downloading, and cross-region copying of disks are powered by AzC
274275
* When performing a non-AzCopy Blob download, the MD5 for large files is not being verified. This is due to a bug in the Storage SDK. [#1212](https://www.github.com/Microsoft/AzureStorageExplorer/issues/1212)
275276
* When using RBAC, Storage Explorer requires some management layer permissions in order to access your storage resources. See the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting) for more info.
276277
* Detaching from a resource attached via SAS URI, such as a blob container, may cause an error that prevents other attachments from showing up correctly. To work around this issue, just refresh the group node. See #537 for more information.
277-
* If you use VS for Mac and have ever created a custom AAD configuration, you may be unable to sign-in. To work around the issue, delete the contents of ~/.IdentityService/AadConfigurations. If doing so does not unblock you, comment on this issue.
278+
* If you use VS for Mac and have ever created a custom AAD configuration, you may be unable to sign in. To work around the issue, delete the contents of ~/.IdentityService/AadConfigurations. If doing so does not unblock you, comment on this issue.
278279
* Azurite has not yet fully implemented all Storage APIs. Because of this, there may be unexpected errors or behavior when using Azurite for development storage.
279280
* In rare cases, the tree focus may get stuck on Quick Access. To unstick the focus, you can Refresh All.
280281
* Uploading from your OneDrive folder does not work because of a bug in NodeJS. The bug has been fixed, but not yet integrated into Electron. To work around this issue when uploading to or downloading from a blob container, you can use the experimental AzCopy feature.
@@ -1198,7 +1199,7 @@ Finally, support for using AzCopy with File Shares will be coming in the future.
11981199
* For Azure Stack accounts backed by AAD, Storage Explorer will now retrieve Azure Stack subscriptions when 'Target Azure Stack' is enabled. You no longer need to create a custom login environment.
11991200
* Several shortcuts were added to enable faster navigation. These include toggling various panels and moving between editors. See the View menu for more details.
12001201
* Storage Explorer feedback now lives on GitHub. You can reach our issues page by clicking the Feedback button in the bottom left or by going to [https://github.com/Microsoft/AzureStorageExplorer/issues](https://github.com/Microsoft/AzureStorageExplorer/issues). Feel free to make suggestions, report issues, ask questions, or leave any other form of feedback.
1201-
* If you are running into SSL Certificate issues and are unable to find the offending certificate, you can now launch Storage Explorer from the command line with the `--ignore-certificate-errors` flag. When launched with this flag, Storage Explorer will ignore SSL certificate errors.
1202+
* If you are running into TLS/SSL Certificate issues and are unable to find the offending certificate, you can now launch Storage Explorer from the command line with the `--ignore-certificate-errors` flag. When launched with this flag, Storage Explorer will ignore TLS/SSL certificate errors.
12021203
* There is now a 'Download' option in the context menu for blob and file items.
12031204
* Improved accessibility and screen reader support. If you rely on accessibility features, see our [accessibility documentation](https://docs.microsoft.com/azure/vs-azure-tools-storage-explorer-accessibility) for more information.
12041205
* Storage Explorer now uses Electron 1.8.3
@@ -1623,7 +1624,7 @@ Finally, support for using AzCopy with File Shares will be coming in the future.
16231624
* You can now sign-in to Azure Active Directory (AAD) based Azure Stack accounts.
16241625
* You can now upload archive files over 32MB to Premium storage accounts
16251626
* Improved accessibility support
1626-
* You can now add trusted Base-64 encoded X.509 SSL certificates by going to Edit -> SSL Certificates -> Import Certificates
1627+
* You can now add trusted Base-64 encoded X.509 TLS/SSL certificates by going to Edit -> SSL Certificates -> Import Certificates
16271628
16281629
#### Fixes
16291630

0 commit comments

Comments
 (0)