Skip to content

Commit

Permalink
Rename log level num for dapr (#26374)
Browse files Browse the repository at this point in the history
* Rename log level num for dapr

* Rename log level num for dapr
  • Loading branch information
kamperiadis authored Oct 27, 2023
1 parent effb933 commit 3c97dd9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3620,7 +3620,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "logLevel",
"name": "daprLogLevel",
"modelAsString": true
}
},
Expand Down
5 changes: 0 additions & 5 deletions specification/web/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-web
package-version: 0.42.0
no-namespace-folders: true
directive:
from: CommonDefinitions.json
where: "$.definitions.DaprConfig.properties.logLevel.x-ms-enum"
transform: >
$["name"] = "DaprConfigLogLevel ";
```
### Python multi-api
Expand Down
6 changes: 0 additions & 6 deletions specification/web/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ typescript:
azure-arm: true
generate-metadata: true
payload-flattening-threshold: 1

directive:
from: CommonDefinitions.json
where: "$.definitions.DaprConfig.properties.logLevel.x-ms-enum"
transform: >
$["name"] = "DaprConfigLogLevel ";
```
``` yaml $(typescript) && !$(profile-content)
Expand Down

0 comments on commit 3c97dd9

Please sign in to comment.