Skip to content

Commit 17413ac

Browse files
make screenshot larger
1 parent 03250a3 commit 17413ac

File tree

2 files changed

+6
-6
lines changed
  • PluginsAndFeatures/azure-toolkit-for-intellij

2 files changed

+6
-6
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
- Added support for resource management of `Azure Cosmos DB accounts` in Azure Explorer.
77
- Added support for resource connection to `Azure Cosmos DB accounts`.
88
- Added support for creating data source of the Mongo and Cassandra API for `Azure Cosmos DB` from both Azure Explorer and `Database` tool window (`IntelliJ IDEA Ultimate Edition` only).
9-
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.datasource.gif" alt="screenshot of 'cosmos datasource'" width="500"/>
9+
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.datasource.gif" alt="screenshot of 'cosmos datasource'" width="1200"/>
1010
- Added support for connecting an `Azure Virtual Machine` using SSH directly from an `Azure Virtual Machine` resource node in Azure Explorer.
1111
- Added support for browsing files of an `Azure Virtual Machine` from an `Azure Virtual Machine` resource node in Azure Explorer (`IntelliJ IDEA Ultimate Edition` only).
12-
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.vm.gif" alt="screenshot of 'virtual machine'" width="500"/>
12+
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.vm.gif" alt="screenshot of 'virtual machine'" width="1200"/>
1313
- Added support for adding dependencies to current local project from `Azure SDK reference book`.
1414
- Added support for jumping to corresponding Azure SDK page in `Azure SDK reference book` from Azure Explorer nodes.
15-
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.sdk.gif" alt="screenshot of 'sdk reference book'" width="500"/>
15+
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.sdk.gif" alt="screenshot of 'sdk reference book'" width="1200"/>
1616
- Added support for configuring environment variables when deploy artifacts to an `Azure Web App`.
1717
- Added support for Java 17 for `Azure Functions`.
1818
- Added support for refreshing items (when needed) of combobox components at place.

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
<li>Added support for resource management of <code>Azure Cosmos DB accounts</code> in Azure Explorer.</li>
3232
<li>Added support for resource connection to <code>Azure Cosmos DB accounts</code>.</li>
3333
<li>Added support for creating data source of the Mongo and Cassandra API for <code>Azure Cosmos DB</code> from both Azure Explorer and <code>Database</code> tool window (<code>IntelliJ IDEA Ultimate Edition</code> only).<br>
34-
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.datasource.gif" alt="screenshot of 'cosmos datasource'" width="500"/>
34+
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.datasource.gif" alt="screenshot of 'cosmos datasource'" width="1200"/>
3535
</li>
3636
<li>Added support for connecting an <code>Azure Virtual Machine</code> using SSH directly from an <code>Azure Virtual Machine</code> resource node in Azure Explorer.</li>
3737
<li>Added support for browsing files of an <code>Azure Virtual Machine</code> from an <code>Azure Virtual Machine</code> resource node in Azure Explorer (<code>IntelliJ IDEA Ultimate Edition</code> only).<br>
38-
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.vm.gif" alt="screenshot of 'virtual machine'" width="500"/>
38+
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.vm.gif" alt="screenshot of 'virtual machine'" width="1200"/>
3939
</li>
4040
<li>Added support for adding dependencies to current local project from <code>Azure SDK reference book</code>.</li>
4141
<li>Added support for jumping to corresponding Azure SDK page in <code>Azure SDK reference book</code> from Azure Explorer nodes.<br>
42-
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.sdk.gif" alt="screenshot of 'sdk reference book'" width="500"/>
42+
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.sdk.gif" alt="screenshot of 'sdk reference book'" width="1200"/>
4343
</li>
4444
<li>Added support for configuring environment variables when deploy artifacts to an <code>Azure Web App</code>.</li>
4545
<li>Added support for Java 17 for <code>Azure Functions</code>.</li>

0 commit comments

Comments
 (0)