AI-generated Key Takeaways
-
The
RegionsVersion
schema represents the version of available regions used for a specified resource. -
It contains a required string field named
version
. -
The
version
field indicates the current set of supported regions, incrementing when substantial changes occur. -
Using the
version
field helps ensure successful resource creation and updates even when an older region's version is used with outdated prices and currencies, despite a newer version being available.
The version of the available regions being used for the specified resource.
JSON representation |
---|
{ "version": string } |
Fields | |
---|---|
version |
Required. A string representing the version of available regions being used for the specified resource. Regional prices and latest supported version for the resource have to be specified according to the information published in this article. Each time the supported locations substantially change, the version will be incremented. Using this field will ensure that creating and updating the resource with an older region's version and set of regional prices and currencies will succeed even though a new version is available. |