Skip to content

Commit

Permalink
Add schema updates for sovereign cloud support (#3482)
Browse files Browse the repository at this point in the history
* Add cloud schema updates

* Add default to description
  • Loading branch information
danieljurek authored Mar 12, 2024
1 parent e00955f commit 49d6adc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions schemas/v1.0/azure.yaml.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,15 @@
"$ref": "#/definitions/workflow"
}
}
},
"cloud": {
"type": "object",
"title": "The cloud configuration used for the project.",
"description": "Optional. Provides additional configuration for deploying to sovereign clouds such as Azure Government. The default cloud is AzureCloud.",
"additionalProperties": false,
"properties": {
"name": { "enum": [ "AzureCloud", "AzureChinaCloud", "AzureUSGovernment" ] }
}
}
},
"definitions": {
Expand Down

0 comments on commit 49d6adc

Please sign in to comment.