Skip to content

Remove Provisioning Details from RestorePoint #16099

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
@@ -1,36 +1,36 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "myResourceGroup",
"api-version": "2019-12-01",
"sshPublicKeyName": "mySshPublicKeyName",
"parameters": {
"location": "westus",
"properties": {
"publicKey": "{ssh-rsa public key}"
}
}
},
"responses": {
"200": {
"body": {
"name": "mySshPublicKeyName",
"location": "westus",
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/sshPublicKeys/mySshPublicKeyName",
"properties": {
"publicKey": "{ssh-rsa public key}"
}
}
},
"201": {
"body": {
"name": "mySshPublicKeyName",
"location": "westus",
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/sshPublicKeys/mySshPublicKeyName",
"properties": {
"publicKey": "{ssh-rsa public key}"
}
}
}
}
}
{
"parameters": {
"subscriptionId": "{subscription-id}",
"resourceGroupName": "myResourceGroup",
"api-version": "2019-12-01",
"sshPublicKeyName": "mySshPublicKeyName",
"parameters": {
"location": "westus",
"properties": {
"publicKey": "{ssh-rsa public key}"
}
}
},
"responses": {
"200": {
"body": {
"name": "mySshPublicKeyName",
"location": "westus",
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/sshPublicKeys/mySshPublicKeyName",
"properties": {
"publicKey": "{ssh-rsa public key}"
}
}
},
"201": {
"body": {
"name": "mySshPublicKeyName",
"location": "westus",
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/sshPublicKeys/mySshPublicKeyName",
"properties": {
"publicKey": "{ssh-rsa public key}"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7635,30 +7635,6 @@
},
"description": "Describes a data disk."
},
"RestorePointProvisioningDetails": {
"properties": {
"creationTime": {
"type": "string",
"format": "date-time",
"description": "Gets the creation time of the restore point."
},
"totalUsedSizeInBytes": {
"type": "integer",
"format": "int64",
"description": "Gets the total size of the data in all the disks which are part of the restore point."
},
"statusCode": {
"type": "integer",
"format": "int32",
"description": "Gets the status of the Create restore point operation."
},
"statusMessage": {
"type": "string",
"description": "Gets the status message of the Create restore point operation."
}
},
"description": "Restore Point Provisioning details."
},
"RestorePoint": {
"properties": {
"properties": {
Expand Down Expand Up @@ -7707,10 +7683,10 @@
},
"description": "Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details."
},
"provisioningDetails": {
"$ref": "#/definitions/RestorePointProvisioningDetails",
"readOnly": true,
"description": "Gets the provisioning details set by the server during Create restore point operation."
"timeCreated": {
"type": "string",
"format": "date-time",
"description": "Gets the creation time of the restore point."
}
},
"description": "The restore point properties."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,7 @@
},
"provisioningState": "Succeeded",
"consistencyMode": "ApplicationConsistent",
"provisioningDetails": {
"creationTime": "2021-01-27T20:35:05.8401519+00:00",
"totalUsedSizeInBytes": 10835349504,
"statusCode": 0,
"statusMessage": "{\"jobMessage\":\"\",\"messageStr\":\"1/27/2021 8:35:56 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed \",\"snapshotConsistency\":2}"
}
"timeCreated": "2021-01-27T20:35:05.8401519+00:00"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,7 @@
},
"provisioningState": "Succeeded",
"consistencyMode": "ApplicationConsistent",
"provisioningDetails": {
"creationTime": "2021-01-27T20:35:05.8401519+00:00",
"totalUsedSizeInBytes": 10835349504,
"statusCode": 0,
"statusMessage": "{\"jobMessage\":\"\",\"messageStr\":\"1/27/2021 8:35:56 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed \",\"snapshotConsistency\":2}"
}
"timeCreated": "2021-01-27T20:35:05.8401519+00:00"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,7 @@
},
"provisioningState": "Succeeded",
"consistencyMode": "ApplicationConsistent",
"provisioningDetails": {
"creationTime": "2021-01-27T20:35:05.8401519+00:00",
"totalUsedSizeInBytes": 10835349504,
"statusCode": 0,
"statusMessage": "{\"jobMessage\":\"\",\"messageStr\":\"1/27/2021 8:35:56 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed \",\"snapshotConsistency\":2}"
}
"timeCreated": "2021-01-27T20:35:05.8401519+00:00"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8293,30 +8293,6 @@
},
"description": "Describes a data disk."
},
"RestorePointProvisioningDetails": {
"properties": {
"creationTime": {
"type": "string",
"format": "date-time",
"description": "Gets the creation time of the restore point."
},
"totalUsedSizeInBytes": {
"type": "integer",
"format": "int64",
"description": "Gets the total size of the data in all the disks which are part of the restore point."
},
"statusCode": {
"type": "integer",
"format": "int32",
"description": "Gets the status of the Create restore point operation."
},
"statusMessage": {
"type": "string",
"description": "Gets the status message of the Create restore point operation."
}
},
"description": "Restore Point Provisioning details."
},
"RestorePoint": {
"properties": {
"properties": {
Expand Down Expand Up @@ -8365,10 +8341,10 @@
},
"description": "Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details."
},
"provisioningDetails": {
"$ref": "#/definitions/RestorePointProvisioningDetails",
"readOnly": true,
"description": "Gets the provisioning details set by the server during Create restore point operation."
"timeCreated": {
"type": "string",
"format": "date-time",
"description": "Gets the creation time of the restore point."
}
},
"description": "The restore point properties."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,7 @@
},
"provisioningState": "Succeeded",
"consistencyMode": "ApplicationConsistent",
"provisioningDetails": {
"creationTime": "2021-01-27T20:35:05.8401519+00:00",
"totalUsedSizeInBytes": 10835349504,
"statusCode": 0,
"statusMessage": "{\"jobMessage\":\"\",\"messageStr\":\"1/27/2021 8:35:56 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed \",\"snapshotConsistency\":2}"
}
"timeCreated": "2021-01-27T20:35:05.8401519+00:00"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,7 @@
},
"provisioningState": "Succeeded",
"consistencyMode": "ApplicationConsistent",
"provisioningDetails": {
"creationTime": "2021-01-27T20:35:05.8401519+00:00",
"totalUsedSizeInBytes": 10835349504,
"statusCode": 0,
"statusMessage": "{\"jobMessage\":\"\",\"messageStr\":\"1/27/2021 8:35:56 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed \",\"snapshotConsistency\":2}"
}
"timeCreated": "2021-01-27T20:35:05.8401519+00:00"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,7 @@
},
"provisioningState": "Succeeded",
"consistencyMode": "ApplicationConsistent",
"provisioningDetails": {
"creationTime": "2021-01-27T20:35:05.8401519+00:00",
"totalUsedSizeInBytes": 10835349504,
"statusCode": 0,
"statusMessage": "{\"jobMessage\":\"\",\"messageStr\":\"1/27/2021 8:35:56 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed \",\"snapshotConsistency\":2}"
}
"timeCreated": "2021-01-27T20:35:05.8401519+00:00"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8326,30 +8326,6 @@
},
"description": "Describes a data disk."
},
"RestorePointProvisioningDetails": {
"properties": {
"creationTime": {
"type": "string",
"format": "date-time",
"description": "Gets the creation time of the restore point."
},
"totalUsedSizeInBytes": {
"type": "integer",
"format": "int64",
"description": "Gets the total size of the data in all the disks which are part of the restore point."
},
"statusCode": {
"type": "integer",
"format": "int32",
"description": "Gets the status of the Create restore point operation."
},
"statusMessage": {
"type": "string",
"description": "Gets the status message of the Create restore point operation."
}
},
"description": "Restore Point Provisioning details."
},
"RestorePoint": {
"properties": {
"properties": {
Expand Down Expand Up @@ -8398,10 +8374,10 @@
},
"description": "Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details."
},
"provisioningDetails": {
"$ref": "#/definitions/RestorePointProvisioningDetails",
"readOnly": true,
"description": "Gets the provisioning details set by the server during Create restore point operation."
"timeCreated": {
"type": "string",
"format": "date-time",
"description": "Gets the creation time of the restore point."
}
},
"description": "The restore point properties."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,7 @@
},
"provisioningState": "Succeeded",
"consistencyMode": "ApplicationConsistent",
"provisioningDetails": {
"creationTime": "2021-01-27T20:35:05.8401519+00:00",
"totalUsedSizeInBytes": 10835349504,
"statusCode": 0,
"statusMessage": "{\"jobMessage\":\"\",\"messageStr\":\"1/27/2021 8:35:56 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed \",\"snapshotConsistency\":2}"
}
"timeCreated": "2021-01-27T20:35:05.8401519+00:00"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,7 @@
},
"provisioningState": "Succeeded",
"consistencyMode": "ApplicationConsistent",
"provisioningDetails": {
"creationTime": "2021-01-27T20:35:05.8401519+00:00",
"totalUsedSizeInBytes": 10835349504,
"statusCode": 0,
"statusMessage": "{\"jobMessage\":\"\",\"messageStr\":\"1/27/2021 8:35:56 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed \",\"snapshotConsistency\":2}"
}
"timeCreated": "2021-01-27T20:35:05.8401519+00:00"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,7 @@
},
"provisioningState": "Succeeded",
"consistencyMode": "ApplicationConsistent",
"provisioningDetails": {
"creationTime": "2021-01-27T20:35:05.8401519+00:00",
"totalUsedSizeInBytes": 10835349504,
"statusCode": 0,
"statusMessage": "{\"jobMessage\":\"\",\"messageStr\":\"1/27/2021 8:35:56 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed \",\"snapshotConsistency\":2}"
}
"timeCreated": "2021-01-27T20:35:05.8401519+00:00"
}
}
]
Expand Down