Skip to content

Commit 2d46d39

Browse files
author
Ajit Navasare
authored
Relay - Fix typo in the NetworkRuleSet path (#13962)
* Relay - Fix typo in the NetworkRuleSet path * Suppression - DefaultErrorResponseSchema - we will be Implementing in new API version
1 parent c6a18a2 commit 2d46d39

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/NetworkRuleSets-preview.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"paths": {
40-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/networkRuleSets/default": {
40+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/networkRuleSets/default": {
4141
"put": {
4242
"tags": [
4343
"Namespaces"

specification/relay/resource-manager/readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ openapi-type: arm
2929
tag: package-2017-04
3030
```
3131
32+
### Suppression
33+
34+
``` yaml
35+
directive:
36+
- suppress: R4007
37+
reason: DefaultErrorResponseSchema - we will be Implementing in new API version
38+
```
39+
3240
3341
### Tag: package-2017-04
3442

0 commit comments

Comments
 (0)