Skip to content
Merged
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
Expand Up @@ -5,7 +5,7 @@
"title": "Software Plan RP",
"description": "Azure software plans let users create and manage licenses for various software used in Azure.",
"x-ms-code-generation-settings": {
"name": "softwareplanClient"
"name": "SoftwareplanClient"
}
},
"host": "management.azure.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parameters": {
"scope": "subscriptions/{sub-id}/resourceGroups/{rg-name}/providers/Microsoft.Compute/HostGroups/{host-group-name}/hosts/{host-name}",
"planId": "94f46eda-45f8-493a-8425-251921463a89",
"api-version": "2019-12-01"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"parameters": {
"scope": "subscriptions/{sub-id}/resourceGroups/{rg-name}/providers/Microsoft.Compute/HostGroups/{host-group-name}/hosts/{host-name}",
"api-version": "2019-12-01",
"$filter": "SQL_Server_EE_AHB"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/{sub-id}/resourceGroups/{rg-name}/providers/Microsoft.Compute/HostGroups/{host-group-name}/hosts/{host-name}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/SQL_hostGroup_hostName",
"name": "SQL_hostGroup_hostName",
"type": "Microsoft.SoftwarePlans/hybridUseBenefits",
"sku": {
"name": "SQL_Server_EE_AHB"
},
"etag": 1,
"properties": {
"provisioningState": "Succeeded",
"createdDate": "2019-06-05T21:50:07.846Z",
"lastUpdatedDate": "2019-06-05T21:50:07.846Z"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"parameters": {
"scope": "subscriptions/{sub-id}/resourceGroups/{rg-name}/providers/Microsoft.Compute/HostGroups/{host-group-name}/hosts/{host-name}",
"planId": "94f46eda-45f8-493a-8425-251921463a89",
"api-version": "2019-12-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/{sub-id}/resourceGroups/{rg-name}/providers/Microsoft.Compute/HostGroups/{host-group-name}/hosts/{host-name}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/SQL_{hostGroupName}_{hostName}",
"name": "SQL_{hostGroupName}_{hostName}",
"type": "Microsoft.SoftwarePlans/hybridUseBenefits",
"sku": {
"name": "SQL_Server_EE_AHB"
},
"etag": 1,
"properties": {
"provisioningState": "Succeeded",
"createdDate": "2019-06-05T21:50:07.846Z",
"lastUpdatedDate": "2019-06-05T21:50:07.846Z"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"parameters": {
"scope": "subscriptions/{sub-id}/resourceGroups/{rg-name}/providers/Microsoft.Compute/HostGroups/{host-group-name}/hosts/{host-name}",
"api-version": "2019-12-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.SoftwarePlan/hybridUseBenefits/read",
"display": {
"provider": "Microsoft Software Plan",
"resource": "hybridUseBenefits",
"operation": "Get hybrid use benefit",
"description": "Read all hybrid use benefits"
}
},
{
"name": "Microsoft.SoftwarePlan/hybridUseBenefits/write",
"display": {
"provider": "Microsoft Software Plan",
"resource": "hybridUseBenefits",
"operation": "Create hybrid use benefit",
"description": "Create a hybrid use benefit"
}
},
{
"name": "Microsoft.SoftwarePlan/hybridUseBenefits/action",
"display": {
"provider": "Microsoft Software Plan",
"resource": "hybridUseBenefits",
"operation": "Update hybrid use benefit",
"description": "Update a hybrid use benefit"
}
},
{
"name": "Microsoft.SoftwarePlan/hybridUseBenefits/delete",
"display": {
"provider": "Microsoft Software Plan",
"resource": "hybridUseBenefits",
"operation": "Delete hybrid use benefit",
"description": "Delete a hybrid use benefit"
}
},
{
"name": "Microsoft.SoftwarePlan/hybridUseBenefits/revisions/read",
"display": {
"provider": "Microsoft Software Plan",
"resource": "hybridUseBenefits",
"operation": "Get hybrid use benefit",
"description": "Read all hybrid use benefit revisions"
}
},
{
"name": "Microsoft.SoftwarePlan/register/action",
"display": {
"provider": "Microsoft Software Plan",
"resource": "SoftwarePlan",
"operation": "Registers the SoftwarePlan Resource Provider.",
"description": "Registers the SoftwarePlan resource provider and enables the creation of SoftwarePlan resources."
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"parameters": {
"scope": "subscriptions/{sub-id}/resourceGroups/{rg-name}/providers/Microsoft.Compute/HostGroups/{host-group-name}/hosts/{host-name}",
"planId": "94f46eda-45f8-493a-8425-251921463a89",
"api-version": "2019-12-01"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/{sub-id}/resourceGroups/{rg-name}/providers/Microsoft.Compute/HostGroups/{host-group-name}/hosts/{host-name}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/SQL_{hostGroupName}_{hostName}",
"name": "SQL_{hostGroupName}_{hostName}",
"type": "Microsoft.SoftwarePlans/hybridUseBenefits",
"sku": {
"name": "SQL_Server_EE_AHB"
},
"etag": 1,
"properties": {
"provisioningState": "Succeeded",
"createdDate": "2019-06-05T21:50:07.846Z",
"lastUpdatedDate": "2019-06-05T21:50:07.846Z"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"parameters": {
"scope": "subscriptions/{sub-id}/resourceGroups/{rg-name}/providers/Microsoft.Compute/HostGroups/{host-group-name}/hosts/{host-name}",
"planId": "94f46eda-45f8-493a-8425-251921463a89",
"api-version": "2019-12-01",
"body": {
"type": "Microsoft.SoftwarePlan/hybridUseBenefits",
"sku": {
"name": "SQLBYOLStandardForADH"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/{sub-id}/resourceGroups/{rg-name}/providers/Microsoft.Compute/HostGroups/{host-group-name}/hosts/{host-name}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/SQL_{hostGroupName}_{hostName}",
"name": "SQL_{hostGroupName}_{hostName}",
"type": "Microsoft.SoftwarePlans/hybridUseBenefits",
"sku": {
"name": "SQLBYOLStandardForADH"
},
"etag": 1,
"properties": {
"provisioningState": "Succeeded",
"createdDate": "2019-06-05T21:50:07.846Z",
"lastUpdatedDate": "2019-06-05T21:50:07.846Z"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"parameters": {
"scope": "subscriptions/{sub-id}/resourceGroups/{rg-name}/providers/Microsoft.Compute/HostGroups/{host-group-name}/hosts/{host-name}",
"planId": "94f46eda-45f8-493a-8425-251921463a89",
"api-version": "2019-12-01",
"body": {
"type": "Microsoft.SoftwarePlan/hybridUseBenefits",
"sku": {
"name": "SQL_Server_Perpetual"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/{sub-id}/resourceGroups/{rg-name}/providers/Microsoft.Compute/HostGroups/{host-group-name}/hosts/{host-name}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/SQL_{hostGroupName}_{hostName}",
"name": "SQL_{hostGroupName}_{hostName}",
"type": "Microsoft.SoftwarePlans/hybridUseBenefits",
"sku": {
"name": "SQL_Server_Perpetual"
},
"etag": 1,
"properties": {
"provisioningState": "Succeeded",
"createdDate": "2019-06-05T21:50:07.846Z",
"lastUpdatedDate": "2019-06-05T21:50:07.846Z"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parameters": {
"api-version": "2019-12-01",
"subscriptionId": "98df3792-7962-4f18-8be2-d5576f122de3 "
},
"responses": {
"204": {}
}
}
Loading