Skip to content

Commit

Permalink
Private temp (#7456)
Browse files Browse the repository at this point in the history
* Copy compute.json and runCommands.json from 2019-03-01 to 2019-07-01

* changes to add publicIpAddressVersion field (#7173)

* Add diskEncryptionSet in swagger compute-2019-07

* resolve semantic conflicts

* Fix model conflicts

* Resolve readme

* Resolve readme

* Resolve description conflicts

* Improve description

* Fix spell error

* Add some examples.

* fix model error

* Update examples

* Remove uniqueId in swagger

* Remove required for diskEncryptionSetId
  • Loading branch information
laurawu19 authored and hyonholee committed Oct 14, 2019
1 parent 16da198 commit 1ac4672
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1331,11 +1331,6 @@
"readOnly": true,
"type": "string",
"description": "The disk encryption set provisioning state."
},
"uniqueId": {
"type": "string",
"readOnly": true,
"description": "Unique Guid identifying the resource."
}
}
},
Expand Down Expand Up @@ -1448,7 +1443,6 @@
}
},
"required": [
"diskEncryptionSetId",
"type"
],
"description": "Encryption at rest settings for disk or snapshot"
Expand Down

0 comments on commit 1ac4672

Please sign in to comment.