Skip to content
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

Compute 2021 03 API release #14121

Closed
wants to merge 36 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
4926a2c
initial folder creation
Sandido Feb 26, 2021
0ea51f3
examples
Sandido Feb 26, 2021
6b5ee27
Update readme.md
Sandido Feb 26, 2021
6bb9742
Move shared gallery to stable folder, and update blob as source templ…
kangsun-ctrl Mar 16, 2021
6977ef4
Update compute.json
grizzlytheodore Mar 25, 2021
cc1da16
Update runCommands.json
grizzlytheodore Mar 25, 2021
7a7a67c
Revert "Move shared gallery to stable folder, and update blob as sour…
grizzlytheodore Mar 25, 2021
63b6001
Update readme.md (#13653)
Sandido Mar 25, 2021
d5b2146
initial folder creation
Sandido Feb 26, 2021
e45d32a
examples
Sandido Feb 26, 2021
b916bd9
Update readme.md
Sandido Feb 26, 2021
bf1759c
Move shared gallery to stable folder, and update blob as source templ…
kangsun-ctrl Mar 16, 2021
840f44e
Update compute.json
grizzlytheodore Mar 25, 2021
134aa58
Update runCommands.json
grizzlytheodore Mar 25, 2021
151c17f
Revert "Move shared gallery to stable folder, and update blob as sour…
grizzlytheodore Mar 25, 2021
a078427
rebase to master
grizzlytheodore Apr 5, 2021
29a5ff6
Update readme.md
grizzlytheodore Apr 5, 2021
872b7da
sync with master (#13866)
Sandido Apr 9, 2021
08c729d
Sync: merge master to compute-2021-03 release branch (#14097)
Sandido Apr 23, 2021
e698c53
Update description for patchSettings property to include VMSS Flex (#…
Deepali-Gupta Apr 23, 2021
ed04d18
Add network interface configuration schema for virtual machine networ…
basharg Apr 23, 2021
623d7e6
Add OSProfile.WindowsConfiguration.PatchSettings.assessmentMode + Lin…
mirichmo Apr 23, 2021
8b92dff
Scheduled Events on VM Property (#13351)
shpa-microsoft Apr 23, 2021
f52ffbd
deep delete (#13657)
srcharug Apr 23, 2021
b9df6bc
Revert "Sync: merge master to compute-2021-03 release branch (#14097)…
Sandido Apr 26, 2021
0f717f9
Revert "Revert "Sync: merge master to compute-2021-03 release branch …
Sandido Apr 26, 2021
80921ec
Merge branch 'master' into compute-2021-03
Sandido Apr 26, 2021
d97c7d3
Add UserData properties for VM and VMSS for stable 2021-03-01 (#13220)
roipmsft Apr 26, 2021
9b72d67
Add RestorePoints in stable 2021-03-01 (#13219)
roipmsft Apr 26, 2021
fef5257
Update readme.azureresourceschema.md
Sandido Apr 26, 2021
064de46
Update readme.azureresourceschema.md
Sandido Apr 26, 2021
386ef4e
Update readme.md
Sandido Apr 26, 2021
5c4838a
Update readme.md
Sandido Apr 26, 2021
2e8a37f
Update custom-words.txt
Sandido Apr 26, 2021
94ef2f7
update comments for UserData (#14191)
roipmsft Apr 29, 2021
20481df
Fixing broken links/ updating some sentences (#14197)
mimckitt Apr 30, 2021
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
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2048,6 +2048,7 @@ VMILR
vmimage
vmname
vmotion
VMOS
VMQS
VMSS
VMSSVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@
{
"in": "query",
"name": "$expand",
"description": "The expand expression to apply to the operation.",
"description": "The expand expression to apply to the operation. 'UserData' is not supported for cloud services.",
"type": "string",
"enum": [
"instanceView"
"instanceView",
"userData"
],
"x-ms-enum": {
"name": "InstanceViewTypes",
Expand Down Expand Up @@ -219,10 +220,11 @@
{
"in": "query",
"name": "$expand",
"description": "The expand expression to apply to the operation.",
"description": "The expand expression to apply to the operation. 'UserData' is not supported for cloud services.",
"type": "string",
"enum": [
"instanceView"
"instanceView",
"userData"
],
"x-ms-enum": {
"name": "InstanceViewTypes",
Expand Down
Loading