Skip to content

Commit

Permalink
Compute CloudService 2024-11-04 version (#31910)
Browse files Browse the repository at this point in the history
* create new version folder

* update version references

* update readme

* Adding new property isBootstrapCertificate to CSES (#31851)

* adding isBootstrapCertificate property

* addressing PR comments

* running prettier

---------

Co-authored-by: avilgoelms <163285360+avilgoelms@users.noreply.github.com>
  • Loading branch information
grizzlytheodore and avilgoelms authored Dec 20, 2024
1 parent 07871a5 commit bf420af
Show file tree
Hide file tree
Showing 36 changed files with 4,710 additions and 1 deletion.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"location": "westus2",
"api-version": "2024-11-04"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "3",
"id": "/subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSFamilies/3",
"type": "Microsoft.Compute/locations/cloudServiceOsFamilies",
"location": "westus2",
"properties": {
"name": "3",
"label": "Windows Server 2012",
"versions": [
{
"version": "WA-GUEST-OS-3.90_202010-02",
"label": "Windows Azure Guest OS 3.90 (Release 202010-02)",
"isDefault": true,
"isActive": true
}
]
}
},
{
"name": "4",
"id": "/subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSFamilies/4",
"type": "Microsoft.Compute/locations/cloudServiceOsFamilies",
"location": "westus2",
"properties": {
"name": "4",
"label": "Windows Server 2012 R2",
"versions": [
{
"version": "WA-GUEST-OS-4.83_202010-02",
"label": "Windows Azure Guest OS 4.83 (Release 202010-02)",
"isDefault": true,
"isActive": true
}
]
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"location": "westus2",
"osFamilyName": "3",
"api-version": "2024-11-04"
},
"responses": {
"200": {
"body": {
"name": "3",
"id": "/subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSFamilies/3",
"type": "Microsoft.Compute/locations/cloudServiceOsFamilies",
"location": "westus2",
"properties": {
"name": "3",
"label": "Windows Server 2012",
"versions": [
{
"version": "WA-GUEST-OS-3.90_202010-02",
"label": "Windows Azure Guest OS 3.90 (Release 202010-02)",
"isDefault": true,
"isActive": true
}
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"location": "westus2",
"osVersionName": "WA-GUEST-OS-3.90_202010-02",
"api-version": "2024-11-04"
},
"responses": {
"200": {
"body": {
"name": "WA-GUEST-OS-3.90_202010-02",
"id": "/subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSVersions/WA-GUEST-OS-3.90_202010-02",
"type": "Microsoft.Compute/locations/cloudServiceOsVersions",
"location": "westus2",
"properties": {
"version": "WA-GUEST-OS-3.90_202010-02",
"label": "Windows Azure Guest OS 3.90 (Release 202010-02)",
"isDefault": true,
"isActive": true,
"family": "3",
"familyLabel": "Windows Server 2012"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"location": "westus2",
"api-version": "2024-11-04"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "WA-GUEST-OS-3.90_202010-02",
"id": "/subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSVersions/WA-GUEST-OS-3.90_202010-02",
"type": "Microsoft.Compute/locations/cloudServiceOsVersions",
"location": "westus2",
"properties": {
"version": "WA-GUEST-OS-3.90_202010-02",
"label": "Windows Azure Guest OS 3.90 (Release 202010-02)",
"isDefault": true,
"isActive": true,
"family": "3",
"familyLabel": "Windows Server 2012"
}
},
{
"name": "WA-GUEST-OS-4.83_202010-02",
"id": "/subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSVersions/WA-GUEST-OS-4.83_202010-02",
"type": "Microsoft.Compute/locations/cloudServiceOsVersions",
"location": "westus2",
"properties": {
"version": "WA-GUEST-OS-4.83_202010-02",
"label": "Windows Azure Guest OS 4.83 (Release 202010-02)",
"isDefault": true,
"isActive": true,
"family": "4",
"familyLabel": "Windows Server 2012 R2"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "ConstosoRG",
"cloudServiceName": "{cs-name}",
"roleInstanceName": "{roleInstance-name}",
"api-version": "2024-11-04"
},
"responses": {
"200": {},
"202": {
"headers": {
"location": "https://foo.com/operationstatus"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "ConstosoRG",
"cloudServiceName": "{cs-name}",
"api-version": "2024-11-04",
"parameters": {
"roleInstances": [
"ContosoFrontend_IN_0",
"ContosoBackend_IN_1"
]
}
},
"responses": {
"200": {},
"202": {
"headers": {
"location": "https://foo.com/operationstatus"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "ConstosoRG",
"cloudServiceName": "{cs-name}",
"roleInstanceName": "{roleInstance-name}",
"api-version": "2024-11-04"
},
"responses": {
"200": {
"body": {
"name": "{roleInstance-name}",
"id": "/subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roleInstances/{roleInstance-name}",
"type": "Microsoft.Compute/cloudServices/roleInstances",
"location": "eastus2euap",
"sku": {
"name": "Standard_D1_v2",
"tier": "Standard"
},
"properties": {
"networkProfile": {
"networkInterfaces": [
{
"id": "/subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roleInstances/{roleInstance-name}/networkInterfaces/nic1"
}
]
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "ConstosoRG",
"cloudServiceName": "{cs-name}",
"roleInstanceName": "{roleInstance-name}",
"api-version": "2024-11-04"
},
"responses": {
"200": {
"body": {
"platformUpdateDomain": 0,
"platformFaultDomain": 0,
"privateId": "3491bc0c-1f6c-444f-b1d0-ec0751a74e3e",
"statuses": [
{
"code": "RoleState/RoleStateStarted",
"level": "Info",
"displayStatus": "RoleStateStarted",
"message": ""
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"roleInstanceName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"resourceGroupName": "rgcloudService",
"cloudServiceName": "aaaa",
"subscriptionId": "{subscription-id}",
"api-version": "2024-11-04"
},
"responses": {
"200": {
"body": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "ConstosoRG",
"cloudServiceName": "{cs-name}",
"roleInstanceName": "{roleInstance-name}",
"api-version": "2024-11-04"
},
"responses": {
"200": {},
"202": {
"headers": {
"location": "https://foo.com/operationstatus"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "ConstosoRG",
"cloudServiceName": "{cs-name}",
"api-version": "2024-11-04",
"parameters": {
"roleInstances": [
"ContosoFrontend_IN_0",
"ContosoBackend_IN_1"
]
}
},
"responses": {
"200": {},
"202": {
"headers": {
"location": "https://foo.com/operationstatus"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "ConstosoRG",
"cloudServiceName": "{cs-name}",
"roleInstanceName": "{roleInstance-name}",
"api-version": "2024-11-04"
},
"responses": {
"200": {},
"202": {
"headers": {
"location": "https://foo.com/operationstatus"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "ConstosoRG",
"cloudServiceName": "{cs-name}",
"api-version": "2024-11-04",
"parameters": {
"roleInstances": [
"ContosoFrontend_IN_0",
"ContosoBackend_IN_1"
]
}
},
"responses": {
"200": {},
"202": {
"headers": {
"location": "https://foo.com/operationstatus"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "ConstosoRG",
"cloudServiceName": "{cs-name}",
"roleInstanceName": "{roleInstance-name}",
"api-version": "2024-11-04"
},
"responses": {
"200": {},
"202": {
"headers": {
"location": "https://foo.com/operationstatus"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "ConstosoRG",
"cloudServiceName": "{cs-name}",
"api-version": "2024-11-04",
"parameters": {
"roleInstances": [
"ContosoFrontend_IN_0",
"ContosoBackend_IN_1"
]
}
},
"responses": {
"200": {},
"202": {
"headers": {
"location": "https://foo.com/operationstatus"
}
}
}
}
Loading

0 comments on commit bf420af

Please sign in to comment.