-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: jsonfmt azureactivedirectory (#6301)
Ran `jsonfmt -w "specification/azureactivedirectory/**/*.json"`
- Loading branch information
1 parent
c9b3010
commit 56bd1de
Showing
7 changed files
with
150 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 12 additions & 12 deletions
24
...resource-manager/Microsoft.Aadiam/stable/2017-04-01/examples/deleteDiagnosticSetting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"parameters" : { | ||
"parameters": { | ||
"name": "mysetting", | ||
"api-version" : "2017-04-01" | ||
"api-version": "2017-04-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": null | ||
}, | ||
"204": { | ||
"headers": {}, | ||
"body": null | ||
} | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": null | ||
}, | ||
"204": { | ||
"headers": {}, | ||
"body": null | ||
} | ||
} | ||
} | ||
} |
41 changes: 21 additions & 20 deletions
41
...ry/resource-manager/Microsoft.Aadiam/stable/2017-04-01/examples/getDiagnosticSetting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,31 @@ | ||
{ | ||
"parameters" : { | ||
"parameters": { | ||
"name": "mysetting", | ||
"api-version" : "2017-04-01" | ||
"api-version": "2017-04-01" | ||
}, | ||
"responses" : { | ||
"200" : { | ||
"headers" : {}, | ||
"body" : { | ||
"id" : "providers/microsoft.aadiam/diagnosticSettings/mysetting", | ||
"type" : "", | ||
"name" : "mysetting", | ||
"properties" : { | ||
"storageAccountId" : "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1", | ||
"workspaceId" : "", | ||
"eventHubAuthorizationRuleId" : "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/eventhubs/myeventhub/authorizationrules/myrule", | ||
"logs" : [{ | ||
"category" : "SignInLogs", | ||
"enabled" : true, | ||
"retentionPolicy" : { | ||
"enabled" : false, | ||
"days" : 0 | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"id": "providers/microsoft.aadiam/diagnosticSettings/mysetting", | ||
"type": "", | ||
"name": "mysetting", | ||
"properties": { | ||
"storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1", | ||
"workspaceId": "", | ||
"eventHubAuthorizationRuleId": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/eventhubs/myeventhub/authorizationrules/myrule", | ||
"logs": [ | ||
{ | ||
"category": "SignInLogs", | ||
"enabled": true, | ||
"retentionPolicy": { | ||
"enabled": false, | ||
"days": 0 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
51 changes: 27 additions & 24 deletions
51
.../resource-manager/Microsoft.Aadiam/stable/2017-04-01/examples/listDiagnosticSettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,34 @@ | ||
{ | ||
"parameters" : { | ||
"api-version" : "2017-04-01-preview" | ||
"parameters": { | ||
"api-version": "2017-04-01-preview" | ||
}, | ||
"responses" : { | ||
"200" : { | ||
"headers" : {}, | ||
"body" : { | ||
"value": [{ | ||
"id" : "providers/Microsoft.Aadiam/diagnosticSettings/mysetting", | ||
"type" : "", | ||
"name" : "mysetting", | ||
"properties" : { | ||
"storageAccountId" : "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1", | ||
"workspaceId" : "", | ||
"eventHubAuthorizationRuleId" : "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/eventhubs/myeventhub/authorizationrules/myrule", | ||
"logs" : [{ | ||
"category" : "SignInLogs", | ||
"enabled" : true, | ||
"retentionPolicy" : { | ||
"enabled" : false, | ||
"days" : 0 | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "providers/Microsoft.Aadiam/diagnosticSettings/mysetting", | ||
"type": "", | ||
"name": "mysetting", | ||
"properties": { | ||
"storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1", | ||
"workspaceId": "", | ||
"eventHubAuthorizationRuleId": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourceGroups/montest/providers/microsoft.eventhub/namespaces/mynamespace/eventhubs/myeventhub/authorizationrules/myrule", | ||
"logs": [ | ||
{ | ||
"category": "SignInLogs", | ||
"enabled": true, | ||
"retentionPolicy": { | ||
"enabled": false, | ||
"days": 0 | ||
} | ||
} | ||
} | ||
] | ||
] | ||
} | ||
} | ||
}] | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.