-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use common Resource & Sku definitions in all Sql specs (#3134) * Use common Resource & Sku definitions * Don't use common Sku definition * Just use common SQL definitions * Fixed syntax error * Fixed another syntax error * Fixed sku ref error * Fixed syntax error in example * Fix Python conf of servermanager (#3140) * Fix ServerManager Py Conf (#3141) * Plug SwaggerToSdk to LogAnalyticsMgmt (#3142) * [Storage] Support Management policy on new api version 2018-03-01-preview (#3137) * [Storage] Add new API version 2018-03-01-preview * [Storage] Update rest version 2018-03-01-preview * [Storage] Support Management Policy * [Storage] Update since code review comments * Add Python conf * [Storage] Add managment policy doc link to policy description. * [Storage] modify as review comments * RSA key size examples, ECC descriptions (#3136) * RSA key size examples, ECC descriptions * remove preview changes for now * Added GroupType property in HybridWorkerGroup (#3132) * Watcher resource swagger specs. For more details on the Usage of the resource: https://docs.microsoft.com/en-us/azure/automation/automation-watchers-tutorial (#3102) * Watcher specs * using the same model for get/put input and output. * Fix storage Python conf (#3148) * Fix for Azure Networking swagger 2018-04-01 version (#3146)
- Loading branch information
Showing
239 changed files
with
12,896 additions
and
3,007 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
72 changes: 72 additions & 0 deletions
72
...source-manager/Microsoft.Automation/stable/2015-10-31/examples/createOrUpdateWatcher.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 |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg", | ||
"automationAccountName": "MyTestAutomationAccount", | ||
"watcherName": "MyTestWatcher", | ||
"api-version": "2015-10-31", | ||
"parameters": { | ||
"name":"MyTestWatcher", | ||
"type":null, | ||
"location":null, | ||
"tags":{ }, | ||
"etag":null, | ||
"properties":{ | ||
"executionFrequencyInSeconds":60, | ||
"scriptName":"MyTestWatcherRunbook", | ||
"scriptParameters":null, | ||
"description":"This is a test watcher.", | ||
"scriptRunOn":"MyTestHybridWorkerGroup", | ||
"creationTime":"2016-11-01T04:22:47.7333333-07:00", | ||
"lastModifiedBy":null, | ||
"lastModifiedTime":"2016-11-01T04:22:47.7333333-07:00" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"201": { | ||
"headers": {}, | ||
"body": { | ||
"id":"/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Automation/automationAccounts/MyTestAutomationAccount/watchers/MyTestWatcher", | ||
"name":"MyTestWatcher", | ||
"type":null, | ||
"location":null, | ||
"tags":{ }, | ||
"etag":null, | ||
"properties":{ | ||
"executionFrequencyInSeconds":60, | ||
"scriptName":"MyTestWatcherRunbook", | ||
"scriptParameters":null, | ||
"description":"This is a test watcher.", | ||
"status":"New", | ||
"scriptRunOn":"MyTestHybridWorkerGroup", | ||
"creationTime":"2018-05-14T21:14:09.607+00:00", | ||
"lastModifiedBy":null, | ||
"lastModifiedTime":"2018-05-14T21:14:09.607+00:00" | ||
} | ||
} | ||
}, | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"id":"/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Automation/automationAccounts/MyTestAutomationAccount/watchers/MyTestWatcher", | ||
"name":"MyTestWatcher", | ||
"type":null, | ||
"location":null, | ||
"tags":{ }, | ||
"etag":null, | ||
"properties":{ | ||
"executionFrequencyInSeconds":60, | ||
"scriptName":"MyTestWatcherRunbook", | ||
"scriptParameters":null, | ||
"description":"This is a test watcher.", | ||
"status":"New", | ||
"scriptRunOn":"MyTestHybridWorkerGroup", | ||
"creationTime":"2018-05-14T21:14:09.607+00:00", | ||
"lastModifiedBy":null, | ||
"lastModifiedTime":"2018-05-14T21:14:09.607+00:00" | ||
} | ||
} | ||
} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...ation/resource-manager/Microsoft.Automation/stable/2015-10-31/examples/deleteWatcher.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg", | ||
"automationAccountName": "MyTestAutomationAccount", | ||
"watcherName": "MyTestWatcher", | ||
"api-version": "2015-10-31" | ||
}, | ||
"responses": { | ||
"200": {} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...tomation/resource-manager/Microsoft.Automation/stable/2015-10-31/examples/getWatcher.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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg", | ||
"automationAccountName": "MyTestAutomationAccount", | ||
"watcherName": "MyTestWatcher", | ||
"api-version": "2015-10-31" | ||
}, | ||
"responses":{ | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"id":"/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Automation/automationAccounts/MyTestAutomationAccount/watchers/MyTestWatcher", | ||
"name":"MyTestWatcher", | ||
"type":null, | ||
"location":null, | ||
"tags":{ }, | ||
"etag":null, | ||
"properties":{ | ||
"executionFrequencyInSeconds":60, | ||
"scriptName":"MyTestWatcherRunbook", | ||
"scriptParameters":{ }, | ||
"description":"", | ||
"status":"Running", | ||
"scriptRunOn":"MyTestHybridWorkerGroup", | ||
"creationTime":"2017-11-30T18:50:17.163+00:00", | ||
"lastModifiedBy":null, | ||
"lastModifiedTime":"2017-11-30T18:50:17.163+00:00" | ||
} | ||
} | ||
} | ||
} | ||
} |
62 changes: 62 additions & 0 deletions
62
...ager/Microsoft.Automation/stable/2015-10-31/examples/listWatchersByAutomationAccount.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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg", | ||
"automationAccountName": "MyTestAutomationAccount", | ||
"api-version": "2015-10-31" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"value": [ | ||
{ | ||
"id":"/subscriptions/subid/resourceGroups/rg/providers/Microsoft.Automation/automationAccounts/MyTestAutomationAccount/watchers/MyTestWatcher", | ||
"name":"MyTestWatcher", | ||
"properties":{ | ||
"executionFrequencyInSeconds":60, | ||
"scriptName":"MyTestWatcher", | ||
"scriptParameters":null, | ||
"description":"This is a test watcher.", | ||
"status":null, | ||
"scriptRunOn":"MyTestHybridWorkerGroup", | ||
"creationTime":"2016-12-20T21:36:48.597+00:00", | ||
"lastModifiedBy":null, | ||
"lastModifiedTime":"2016-12-20T21:36:48.597+00:00" | ||
} | ||
}, | ||
{ | ||
"id":"/subscriptions/subid/resourceGroups/rg/providers/Microsoft.Automation/automationAccounts/MyTestAutomationAccount/watchers/MyTestWatcher01", | ||
"name":"MyTestWatcher01", | ||
"properties":{ | ||
"executionFrequencyInSeconds":60, | ||
"scriptName":"MyTestWatcher", | ||
"scriptParameters":null, | ||
"description":"This is a test watcher.", | ||
"status":null, | ||
"scriptRunOn":"MyTestHybridWorkerGroup", | ||
"creationTime":"2016-12-20T20:47:24.697+00:00", | ||
"lastModifiedBy":null, | ||
"lastModifiedTime":"2016-12-20T20:47:24.697+00:00" | ||
} | ||
}, | ||
{ | ||
"id":"/subscriptions/subid/resourceGroups/rg/providers/Microsoft.Automation/automationAccounts/MyTestAutomationAccount/watchers/MyTestWatcher02", | ||
"name":"MyTestWatcher02", | ||
"properties":{ | ||
"executionFrequencyInSeconds":60, | ||
"scriptName":"MyTestWatcher", | ||
"scriptParameters":null, | ||
"description":"This is a test watcher.", | ||
"status":null, | ||
"scriptRunOn":"MyTestHybridWorkerGroup", | ||
"creationTime":"2016-12-20T21:26:35.647+00:00", | ||
"lastModifiedBy":null, | ||
"lastModifiedTime":"2016-12-20T21:26:35.647+00:00" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...mation/resource-manager/Microsoft.Automation/stable/2015-10-31/examples/startWatcher.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg", | ||
"automationAccountName": "MyTestAutomationAccount", | ||
"watcherName": "MyTestWatcher", | ||
"api-version": "2015-10-31" | ||
}, | ||
"responses": { | ||
"200": {} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...omation/resource-manager/Microsoft.Automation/stable/2015-10-31/examples/stopWatcher.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg", | ||
"automationAccountName": "MyTestAutomationAccount", | ||
"watcherName": "MyTestWatcher", | ||
"api-version": "2018-01-15" | ||
}, | ||
"responses": { | ||
"200": {} | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
...ation/resource-manager/Microsoft.Automation/stable/2015-10-31/examples/updateWatcher.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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg", | ||
"automationAccountName": "MyTestAutomationAccount", | ||
"watcherName": "MyTestWatcher", | ||
"parameters": { | ||
"name":"MyTestWatcher", | ||
"properties":{ | ||
"executionFrequencyInSeconds":600 | ||
} | ||
}, | ||
"api-version": "2015-10-31" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"id":"/subscriptions/subId/resourceGroups/rg/providers/Microsoft.Automation/automationAccounts/MyTestAutomationAccount/watchers/MyTestWatcher", | ||
"name":"MyTestWatcher", | ||
"type":null, | ||
"location":null, | ||
"tags":{}, | ||
"etag":null, | ||
"properties":{ | ||
"executionFrequencyInSeconds":600, | ||
"scriptName":"MyTestWatcherRunbook", | ||
"scriptParameters":{}, | ||
"description":"This is a test watcher.", | ||
"status":"New", | ||
"scriptRunOn":"MyTestHybridWorkerGroup", | ||
"creationTime":"2018-05-14T21:33:02.197+00:00", | ||
"lastModifiedBy":null, | ||
"lastModifiedTime":"2018-05-14T22:29:57.65+00:00" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.