Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parameters": {
"linkId": "aaaaaaaaaaaaa",
"parameters": {},
"api-version": "2016-09-01"
},
"responses": {
"200": {
"body": {}
},
"201": {
"body": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parameters": {
"linkId": "aaaaaaa",
"api-version": "2016-09-01"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parameters": {
"linkId": "aaaaaaaaaaa",
"api-version": "2016-09-01"
},
"responses": {
"200": {
"body": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parameters": {
"api-version": "2016-09-01"
},
"responses": {
"200": {
"body": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parameters": {
"scope": "aaaaaaaa",
"api-version": "2016-09-01"
},
"responses": {
"200": {
"body": {
"value": [
{}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parameters": {
"api-version": "2016-09-01",
"subscriptionId": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa"
},
"responses": {
"200": {
"body": {
"value": [
{}
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-examples": {
"List Operations": {
"$ref": "./examples/ListOperations.json"
}
}
}
},
Expand Down Expand Up @@ -86,6 +91,11 @@
"204": {
"description": "No Content"
}
},
"x-ms-examples": {
"Delete ResourceLinks": {
"$ref": "./examples/DeleteResourceLinks.json"
}
}
},
"put": {
Expand Down Expand Up @@ -129,6 +139,11 @@
"$ref": "#/definitions/ResourceLink"
}
}
},
"x-ms-examples": {
"Create Or Update Resource Links": {
"$ref": "./examples/CreateOrUpdateResourceLinks.json"
}
}
},
"get": {
Expand Down Expand Up @@ -157,6 +172,11 @@
"$ref": "#/definitions/ResourceLink"
}
}
},
"x-ms-examples": {
"Get Resource Links": {
"$ref": "./examples/GetResourceLinks.json"
}
}
}
},
Expand Down Expand Up @@ -193,7 +213,12 @@
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-odata": "#/definitions/ResourceLinkFilter"
"x-ms-odata": "#/definitions/ResourceLinkFilter",
"x-ms-examples": {
"List Resource Links At Subscription": {
"$ref": "./examples/ListResourceLinksAtSubscription.json"
}
}
}
},
"/{scope}/providers/Microsoft.Resources/links": {
Expand Down Expand Up @@ -241,7 +266,12 @@
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-odata": "#/definitions/ResourceLinkFilter"
"x-ms-odata": "#/definitions/ResourceLinkFilter",
"x-ms-examples": {
"List Resource Links At Source Scope": {
"$ref": "./examples/ListResourceLinksAtSourceScope.json"
}
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"https://uri1.to.supporting.script",
"https://uri2.to.supporting.script"
],
"retentionInterval": "PT7D",
"retentionInterval": "P7D",
"timeout": "PT1H",
"cleanupPreference": "Always"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"https://uri1.to.supporting.script",
"https://uri2.to.supporting.script"
],
"retentionInterval": "PT7D",
"retentionInterval": "P7D",
"timeout": "PT1H",
"cleanupPreference": "Always"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"https://uri1.to.supporting.script",
"https://uri2.to.supporting.script"
],
"retentionInterval": "PT7D",
"retentionInterval": "P7D",
"timeout": "PT1H",
"cleanupPreference": "Always"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"https://uri1.to.supporting.script",
"https://uri2.to.supporting.script"
],
"retentionInterval": "PT7D",
"retentionInterval": "P7D",
"timeout": "PT1H",
"cleanupPreference": "Always"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"azPowerShellVersion": "1.7.0",
"scriptContent": "Param([string]$Location,[string]$Name) $deploymentScriptOutputs['test'] = 'value' Get-AzResourceGroup -Location $Location -Name $Name",
"arguments": "-Location 'westus' -Name \"*rg2\"",
"retentionInterval": "PT7D",
"retentionInterval": "P7D",
"timeout": "PT1H",
"cleanupPreference": "Always",
"status": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"azPowerShellVersion": "1.7.0",
"scriptContent": "Param([string]$Location,[string]$Name) $deploymentScriptOutputs['test'] = 'value' Get-AzResourceGroup -Location $Location -Name $Name",
"arguments": "-Location 'westus' -Name \"*rg2\"",
"retentionInterval": "PT7D",
"retentionInterval": "P7D",
"timeout": "PT1H",
"cleanupPreference": "Always",
"status": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parameters": {
"groupId": "my-management-group-id",
"deploymentName": "my-deployment",
"api-version": "2021-04-01"
},
"responses": {
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parameters": {
"scope": "providers/Microsoft.Management/managementGroups/my-management-group-id",
"deploymentName": "my-deployment",
"api-version": "2021-04-01"
},
"responses": {
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parameters": {
"deploymentName": "my-deployment",
"api-version": "2021-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000001"
},
"responses": {
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parameters": {
"deploymentName": "my-deployment",
"api-version": "2021-04-01"
},
"responses": {
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parameters": {
"resourceGroupName": "rgresources",
"deploymentName": "my-deployment",
"api-version": "2021-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000001"
},
"responses": {
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parameters": {
"groupId": "my-management-group-id",
"deploymentName": "my-deployment",
"api-version": "2021-04-01"
},
"responses": {
"204": {},
"404": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parameters": {
"scope": "providers/Microsoft.Management/managementGroups/my-management-group-id",
"deploymentName": "my-deployment",
"api-version": "2021-04-01"
},
"responses": {
"204": {},
"404": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parameters": {
"deploymentName": "my-deployment",
"api-version": "2021-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000001"
},
"responses": {
"204": {},
"404": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parameters": {
"deploymentName": "my-deployment",
"api-version": "2021-04-01"
},
"responses": {
"204": {},
"404": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parameters": {
"resourceId": "a",
"api-version": "2021-04-01"
},
"responses": {
"204": {},
"404": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parameters": {
"resourceGroupName": "rgresources",
"deploymentName": "my-deployment",
"api-version": "2021-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000001"
},
"responses": {
"204": {},
"404": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parameters": {
"resourceGroupName": "rgresources",
"api-version": "2021-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000001"
},
"responses": {
"204": {},
"404": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parameters": {
"resourceGroupName": "rgresources",
"resourceProviderNamespace": "aaaaa",
"parentResourcePath": "aaaa",
"resourceType": "aaaaaaaaaa",
"resourceName": "aaaaaaaaaaaaaaaaa",
"api-version": "2021-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000001"
},
"responses": {
"204": {},
"404": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"resourceId": "aaaaaaaaaa",
"api-version": "2021-04-01",
"parameters": {}
},
"responses": {
"200": {
"body": {}
},
"201": {
"headers": {
"location": "https://foo.com/operationstatus"
},
"body": {}
},
"202": {
"headers": {
"location": "https://foo.com/operationstatus"
}
}
}
}
Loading