Skip to content

Commit 0e03636

Browse files
authored
Adding required attributes to location and properties (#9777)
* Adding required attributes to location and properties * Prettier fixes
1 parent 92e846e commit 0e03636

File tree

1 file changed

+5
-1
lines changed
  • specification/azurestack/resource-manager/Microsoft.AzureStack/stable/2017-06-01

1 file changed

+5
-1
lines changed

specification/azurestack/resource-manager/Microsoft.AzureStack/stable/2017-06-01/Registration.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,11 @@
348348
"read"
349349
]
350350
}
351-
}
351+
},
352+
"required": [
353+
"properties",
354+
"location"
355+
]
352356
},
353357
"RegistrationParameterProperties": {
354358
"description": "Properties of the Azure Stack registration resource",

0 commit comments

Comments
 (0)