Azure / open-service-broker-azure

The Open Service Broker API Server for Azure Services
https://osba.sh
MIT License
248 stars 101 forks source link

Add Service Broker API - Update #21

Closed arschles closed 6 years ago

arschles commented 6 years ago

From @zhongyi-zhang on September 26, 2017 3:47

https://github.com/openservicebrokerapi/servicebroker/blob/v2.12/spec.md#updating-a-service-instance

arschles commented 6 years ago

From @zhongyi-zhang on October 11, 2017 8:15

@krancour Most of the modules haven't got a spec what to do in updating. Once the update API is added, all the service modules need to implement the interface though these methods may do nothing (or just throw an error). Does it make sense? Any better solution?

arschles commented 6 years ago

From @krancour on October 13, 2017 2:9

Makes sense. Most modules can (for now?) make update a no-op and keep PlanUpdatable attribute set to false.

zhongyi-zhang commented 6 years ago

Closed via https://github.com/Azure/open-service-broker-azure/pull/30