Skip to content

Commit 132c5d1

Browse files
saisankargochhayatSai Sankar Gochhayat
andauthored
Added v2022-04-15-preview API for ArcAppliance (#19491)
* Fixed example on v2021-10-31-preview API * Copied v2021-10-31-preview as new API * Add actual v2022-04-15-preview api * Added custom words * Updated URL based on ARM suggestion Co-authored-by: Sai Sankar Gochhayat <[email protected]>
1 parent fda2db4 commit 132c5d1

18 files changed

+1574
-7
lines changed

custom-words.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ canadaeast
328328
canceldelete
329329
cancelpipelinerun
330330
canonicalized
331+
capi
331332
Carbonite
332333
carretera
333334
catalogapi
@@ -1092,6 +1093,7 @@ Kubelet
10921093
kubelogin
10931094
kubenet
10941095
kubernetes
1096+
KubeVirt
10951097
Kustomization
10961098
kustomizations
10971099
Kustomizations
@@ -2276,6 +2278,7 @@ updatepolicy
22762278
updateprivateendpointconnection
22772279
updateproperties
22782280
updation
2281+
upgradegraph
22792282
upgradeos
22802283
uploadbatchservicelogs
22812284
uploadcertificate

specification/resourceconnector/resource-manager/Microsoft.ResourceConnector/preview/2021-10-31-preview/examples/AppliancesCreate_Update.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"subscriptionId": "11111111-2222-3333-4444-555555555555",
55
"resourceGroupName": "testresourcegroup",
66
"resourceName": "appliance01",
7+
"identity": {
8+
"type": "SystemAssigned"
9+
},
710
"parameters": {
811
"location": "West US",
912
"properties": {

0 commit comments

Comments
 (0)