-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⭐ Adding support to get the MongoDB and PostgreSQL cosmodb Types (Azure) #4435
Conversation
9ef529d
to
dcdfe9d
Compare
dcdfe9d
to
8e86b33
Compare
Signed-off-by: Hossein Rouhani <h_rouhani@hotmail.com>
Signed-off-by: Hossein Rouhani <h_rouhani@hotmail.com>
Signed-off-by: Hossein Rouhani <h_rouhani@hotmail.com>
8e86b33
to
53ce8b2
Compare
@HRouhani, have you tested if we get back other postgresql and mongodb instances when running this from the |
Very good question. No it is not possible: the PostgreSQL has different resource type which is : Microsoft.DBforPostgreSQL/flexibleServers and MondoDB Atlas has different API, need to get it from Market place first. |
Based on the current capabilities of the Azure SDK for Go, it appears that the kind, tags, and specially properties attributes are not directly available for Cosmodb type MongoDB and PostgreSQL server groups through the SDK.