Skip to content

Commit

Permalink
Add pre-GA graphs issue to readme [rel branch] (#387)
Browse files Browse the repository at this point in the history
* Add pre-GA graphs issue to readme

* Add package-lock to fix build

* Add package-lock to fix build
  • Loading branch information
StephenWeatherford authored Mar 5, 2018
1 parent 61f9168 commit c88adad
Show file tree
Hide file tree
Showing 3 changed files with 3,860 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ paket-files/
.fake/

# package-lock file
package-lock.json
# package-lock.json

# JetBrains Rider
.idea/
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@

![Attach Emulator](resources/attachEmulator.png)

## Known Issues

- Azure no longer supports gremlin queries on pre-GA graph accounts. If you see the error "Could not find a valid gremlin endpoint for *graph*", then choose "Open Portal" on the graph node and check the "Gremlin Endpoint" in the Overview tab. If it does not take the form of '...[graph-name].***gremlin***.cosmosdb.azure.com...', then you will need to create a new graph account using the Azure portal or the current version of the extension.
- Graphs are not currently supported with the emulator

# Contributing
There are a couple of ways you can contribute to this repo:

Expand Down
Loading

0 comments on commit c88adad

Please sign in to comment.