File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -292,10 +292,10 @@ Disclaimer: Declarative configuration is currently in Development status - work
292292
293293| Feature | Go | Java | JS | Python | Ruby | Erlang | PHP | Rust | C++ | .NET | Swift |
294294| ------- | -- | ---- | -- | ------ | ---- | ------ | --- | ---- | --- | ---- | ----- |
295- | ` Parse ` a configuration file | | x | | | | | + | | | | |
296- | The ` Parse ` operation accepts the configuration YAML file format | | x | | | | | + | | | | |
295+ | ` Parse ` a configuration file | | x | + | | | | + | | | | |
296+ | The ` Parse ` operation accepts the configuration YAML file format | | x | + | | | | + | | | | |
297297| The ` Parse ` operation performs environment variable substitution | | x | | | | | + | | | | |
298- | The ` Parse ` operation returns configuration model | | x | | | | | + | | | | |
298+ | The ` Parse ` operation returns configuration model | | x | + | | | | + | | | | |
299299| The ` Parse ` operation resolves extension component configuration to ` properties ` | | x | | | | | + | | | | |
300300| ` Create ` SDK components | | x | | | | | + | | | | |
301301| The ` Create ` operation accepts configuration model | | x | | | | | + | | | | |
Original file line number Diff line number Diff line change @@ -502,13 +502,13 @@ sections:
502502 - name : Declarative configuration
503503 features :
504504 - name : ' `Parse` a configuration file'
505- status : ' ? '
505+ status : ' + '
506506 - name : The `Parse` operation accepts the configuration YAML file format
507- status : ' ? '
507+ status : ' + '
508508 - name : The `Parse` operation performs environment variable substitution
509509 status : ' ?'
510510 - name : The `Parse` operation returns configuration model
511- status : ' ? '
511+ status : ' + '
512512 - name : The `Parse` operation resolves extension component configuration to `properties`
513513 status : ' ?'
514514 - name : ' `Create` SDK components'
You can’t perform that action at this time.
0 commit comments