-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
Issue-EnhancementThe issue is a feature or ideaThe issue is a feature or idea
Milestone
Description
The resource section of the config document does not prevent additional properties from being added.
resources:
- name: test
type: Microsoft.Windows/Registry
myRandomProperty: should not be here!
properties:
keyPath: HKCU\test
valueName: abc
valueData:
String: def
Original issue about versioning but is duplicate
Summary of the new feature / enhancement
As a user I want to be able to specify which version or version range of a resource I want to use. Then when running the configuration document if the resource version is not present error.
Proposed technical implementation details (optional)
type: owner[.group][.area]/[email protected]
name: instance_name
properties:
propertyName: propertyValueNuGet range syntax
type: owner[.group][.area]/name@[1.0,2.0)
name: instance_name
properties:
propertyName: propertyValueMetadata
Metadata
Assignees
Labels
Issue-EnhancementThe issue is a feature or ideaThe issue is a feature or idea