File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed
Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 3737 then
3838 npm run generate-all -- --local-path "$GITHUB_WORKSPACE/workflow-temp/azure-rest-api-specs"
3939 else
40- npm run generate-single -- --base-path '${{ github.event.inputs.single_path }}/resource-manager' --local-path ' $GITHUB_WORKSPACE/workflow-temp/azure-rest-api-specs'
40+ npm run generate-single -- --base-path '${{ github.event.inputs.single_path }}/resource-manager' --local-path " $GITHUB_WORKSPACE/workflow-temp/azure-rest-api-specs"
4141 fi
4242 working-directory : generator
4343
Original file line number Diff line number Diff line change 8484 "type" : " string" ,
8585 "description" : " The display name of the application."
8686 },
87+ "state" : {
88+ "oneOf" : [
89+ {
90+ "type" : " string" ,
91+ "enum" : [
92+ " created" ,
93+ " suspended"
94+ ]
95+ },
96+ {
97+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
98+ }
99+ ],
100+ "description" : " The current state of the application."
101+ },
87102 "subdomain" : {
88103 "type" : " string" ,
89104 "description" : " The subdomain of the application."
Original file line number Diff line number Diff line change 299299 "applyToDevices" : {
300300 "oneOf" : [
301301 {
302- "type" : " boolean"
302+ "type" : " boolean" ,
303+ "default" : false
303304 },
304305 {
305306 "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
310311 "applyToIoTCentral" : {
311312 "oneOf" : [
312313 {
313- "type" : " boolean"
314+ "type" : " boolean" ,
315+ "default" : false
314316 },
315317 {
316318 "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
You can’t perform that action at this time.
0 commit comments