Coder Social home page Coder Social logo

microsoft / azure-toolkit-for-intellij Goto Github PK

View Code? Open in Web Editor NEW
13.0 12.0 13.0 63.39 MB

Azure Cloud tools for Java developers who use IntelliJ to develop applications hosted in Azure Cloud Services.

License: MIT License

Haskell 0.06% HTML 1.66% CSS 0.02% Java 98.26%

azure-toolkit-for-intellij's Introduction

โš ๏ธ NOTE: The work behind the Azure Toolkit for IntelliJ IDEA has moved to a new repository: https://github.com/microsoft/azure-tools-for-java. This repo is no longer updated and is kept around only for archival purposes. The source code for the latest releases is at the new repo.

azure-toolkit-for-intellij's People

Contributors

akrakovsky avatar avranju avatar beatriceoltean avatar krako-lagash avatar lenala avatar leotilli avatar msftgits avatar pednekarprajakta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

azure-toolkit-for-intellij's Issues

The latest version doesn't support Azure China Cloud

I installed the latest version(v3.0.10-2017.2) to my IntelliJ(build 172.4343.14), using the authentication file sign to the Azure China CLoud, it showed the below errors:

java.io.IOException: com.microsoft.aad.adal4j.AuthenticationException: {"error_description":"AADSTS50001: The application named https://management.core.windows.net/ was not found in the tenant named 8aa2cf70-b8bf-487b-9d32-7166b16c72d7. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant.\r\nTrace ID: 109e1fc1-538b-414e-904f-d25606b21300\r\nCorrelation ID: b434916e-319a-417e-84ba-e143fd0884d7\r\nTimestamp: 2017-10-22 10:04:56Z","error":"invalid_resource"}

I checked the URLs in the authentication file, it is correct:
authURL=https://login.chinacloudapi.cn/
baseURL=https://management.chinacloudapi.cn/
graphURL=https://graph.chinacloudapi.cn/
managementURI=https://management.core.chinacloudapi.cn/

It should be bug in the plugin code, could you please advise? Thanks!

running cmd line deploy via ant: Missing commons.lang jar

I used the IntelliJ plugin to generate scripts for automated deployment via ant.
When Running cloudTools/buildAndPublish.sh, I get a dependency not found error.

If I go to ~/Library/Application Support/IntelliJIdea15/azure-services-explorer-plugin/lib I see the common.lang v3.4 jar but not v2.6, but seems that there is a dependency on the old version (commons.lang switched to commons.lang3 package name in v3).
I had to copy missing jar which fixed the issue.

Please fully support Kotlin

It might be just a matter of compilation, but currently Kotlin is not fully supported.

If the code is written in Kotlin the Gradle task azureFunctionsRuns is able to start the function locally. ๐Ÿ‘

Within in IntelliJ the Kotlin fun with @FunctionName annotation is not recognized. It has no green arrow to start it.
If a Java class is used as an entry point that uses Kotlin code one gets a ClassNotFound Exception for the Kotlin Code.
It looks like this kind of start just doesn't compiles the Kotlin Code.

Because of this, local debugging is not possible and this is really a missing feature for every developer.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.