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
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@
6
6
- Added support for resource management of `Azure Cosmos DB accounts` in Azure Explorer.
7
7
- Added support for resource connection to `Azure Cosmos DB accounts`.
8
8
- 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
-
<imgsrc="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
+
<imgsrc="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"/>
10
10
- Added support for connecting an `Azure Virtual Machine` using SSH directly from an `Azure Virtual Machine` resource node in Azure Explorer.
11
11
- 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
-
<imgsrc="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
+
<imgsrc="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"/>
13
13
- Added support for adding dependencies to current local project from `Azure SDK reference book`.
14
14
- Added support for jumping to corresponding Azure SDK page in `Azure SDK reference book` from Azure Explorer nodes.
15
-
<imgsrc="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
+
<imgsrc="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"/>
16
16
- Added support for configuring environment variables when deploy artifacts to an `Azure Web App`.
17
17
- Added support for Java 17 for `Azure Functions`.
18
18
- Added support for refreshing items (when needed) of combobox components at place.
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,15 +31,15 @@
31
31
<li>Added support for resource management of <code>Azure Cosmos DB accounts</code> in Azure Explorer.</li>
32
32
<li>Added support for resource connection to <code>Azure Cosmos DB accounts</code>.</li>
33
33
<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"/>
35
35
</li>
36
36
<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>
37
37
<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"/>
39
39
</li>
40
40
<li>Added support for adding dependencies to current local project from <code>Azure SDK reference book</code>.</li>
41
41
<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"/>
43
43
</li>
44
44
<li>Added support for configuring environment variables when deploy artifacts to an <code>Azure Web App</code>.</li>
45
45
<li>Added support for Java 17 for <code>Azure Functions</code>.</li>
0 commit comments