Skip to content

Commit 6e8d9cf

Browse files
post(Fabric-cicd-0-1-33): fixed typos
1 parent 5889267 commit 6e8d9cf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/posts/2026/2026-02-02-Fabric-cicd-0-1-33/Fabric-cicd-0-1-33.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ I last posted about [fabric-cicd](https://microsoft.github.io/fabric-cicd/latest
1717

1818
## Configuration Deployment
1919

20-
As of **v0.1.26**, fabric-cicd supports alternative deployment mode: [Configuration-based deployment](https://microsoft.github.io/fabric-cicd/0.1.33/how_to/config_deployment/). Instead of defining a workspace object, with parameters and calling `#!py publish_all_items()`/`#!py unpublish_all_orphan_items()`, you can define and pass `config.yml` to `#!pydeploy_with_config()`. With `config.yml` you can define workspaces, item types in scope, publish and unpublish rules etc.
20+
As of **v0.1.26**, fabric-cicd supports alternative deployment mode: [Configuration-based deployment](https://microsoft.github.io/fabric-cicd/0.1.33/how_to/config_deployment/). Instead of defining a workspace object, with parameters and calling `#!py publish_all_items()`/`#!py unpublish_all_orphan_items()`, you can define and pass `config.yml` to `#!py deploy_with_config()`. With `config.yml` you can define workspaces, item types in scope, publish and unpublish rules etc.
2121

22-
!!! "Optional Features"
22+
!!! note "Optional Features"
2323
Please note selective publish/unpublish requires you enable [Feature Flags](https://microsoft.github.io/fabric-cicd/0.1.33/how_to/optional_feature/)
2424

2525
=== "Config.yml"
2626

27-
```yml title="config.yml"
27+
```yaml title="config.yml"
2828
core:
2929
workspace:
3030
dev: "Fabric-Dev-Engineering"
@@ -211,7 +211,7 @@ find_replace:
211211
212212
Additionally, parameter handling has become more robust. In **v0.1.33**, `key_value_replace` support was added to YAML configurations, allowing for precise key-based replacements in your JSON definitions.
213213

214-
```yaml Title = parameter.yml
214+
```yaml title="parameter.yml"
215215
key_value_replace:
216216
# Example: Replace Server in Semantic Model "Foo" for DataSource "Bar"
217217
- find_key: $.model.dataSources[?(@.name=="Bar")].connectionDetails.server
@@ -250,7 +250,7 @@ notebook_response = workspace.responses["Notebook"]["Hello World"]
250250

251251
[Semantic Model Binding](https://microsoft.github.io/fabric-cicd/latest/how_to/parameterization/#semantic_model_binding) allows you to map your Semantic Models to specific connections, removing additional clicks after a new semantic model is deployed, or new sources are added to a existing semantic model.
252252

253-
```yml Title="parameters.yml"
253+
```yaml title="parameters.yml"
254254
semantic_model_binding:
255255
# Required field: value must be a string (GUID)
256256
# Connection Ids can be found from the Fabric UI under Settings -> Manage Connections and gateways -> Settings pane of the connection

0 commit comments

Comments
 (0)