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

Tarsharm/follow base #22360

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a098f17
Adds base for updating Microsoft.OffAzure from version stable/2020-01…
tarsharm Jan 30, 2023
323d889
Updates readme
tarsharm Jan 30, 2023
e0d4b78
Updates API version in new specs and examples
tarsharm Jan 30, 2023
7f5e806
Add new version
tarsharm Jan 30, 2023
41a044c
fix errors
tarsharm Jan 30, 2023
aef85f3
fix errors
tarsharm Jan 31, 2023
410e3f3
Adding cadl files
tarsharm Jan 31, 2023
3d539a9
Adding cadl code
tarsharm Jan 31, 2023
8786f60
remove unnecessary file
tarsharm Jan 31, 2023
8835511
Fix Operation status
tarsharm Jan 31, 2023
817b2f6
add examples
tarsharm Jan 31, 2023
ca520bb
add examples
tarsharm Jan 31, 2023
6c1c207
Fix errrors
tarsharm Jan 31, 2023
607fa44
Fix breaking changes
tarsharm Feb 1, 2023
d3ead30
Update repo structure
tarsharm Feb 1, 2023
fe369e2
Added fix for breaking changes
tarsharm Feb 2, 2023
15a0225
Fix breaking changes
tarsharm Feb 2, 2023
5ff9c57
Update response
tarsharm Feb 5, 2023
c99e1cd
Fix breaking changes
tarsharm Feb 6, 2023
083e403
Add SingleSPN swagger
tarsharm Feb 8, 2023
555a032
Fix preetier
tarsharm Feb 8, 2023
f921036
remove unnecessary files
tarsharm Feb 8, 2023
d917b01
Fix spell check
tarsharm Feb 8, 2023
ad154cb
Fix spell check
tarsharm Feb 8, 2023
9417c41
Update cadl version
tarsharm Feb 8, 2023
f92563d
Update swagger
tarsharm Feb 8, 2023
9bf6bf3
Fix runtime exception
tarsharm Feb 8, 2023
8522d69
Merge from latest
tarsharm Feb 8, 2023
5f003dc
Fix runtime exception
tarsharm Feb 8, 2023
2789543
remove default response
tarsharm Feb 17, 2023
384333c
Adding old json as well
tarsharm Feb 17, 2023
4d53986
remove defult
tarsharm Feb 18, 2023
b5f1f6c
remove breaking changes
tarsharm Feb 18, 2023
f2abc0f
Fix breaking changes
tarsharm Feb 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 20 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ afdx
affinitized
AFRI
AFRINIC
agentless
agentpool
aggregatedcost
Agri
Expand Down Expand Up @@ -161,6 +162,7 @@ Asturian
asyncinfo
asyncoperation
atascada
Atleast
attachednetworks
attestationcollateral
attestationmechanism
Expand Down Expand Up @@ -574,6 +576,8 @@ deletedstorage
deletedwithversions
deletefailed
deleteissuers
deletejobs
Deletejob
deleteprivateendpointconnection
deletesas
deletetype
Expand Down Expand Up @@ -628,6 +632,8 @@ disableautoscale
disablescheduling
disambiguated
discoverbackup
DiscoveryPartiallySucceded
DiscoverySucceededAtleastOnce
diskmigrationjobs
diskoperations
Distcp
Expand Down Expand Up @@ -738,6 +744,9 @@ exploitability
exportconfiguration
exportdevices
exporterrors
exportjobs
Exportjob
Exportjobs
exportstatus
externaldatasources
externalDNSIPAddress01
Expand Down Expand Up @@ -908,6 +917,7 @@ Headnode
healthbot
healthcareapis
healthstatus
healthsummary
hecto
Heatbeat
heatmap
Expand Down Expand Up @@ -966,6 +976,9 @@ immutabilitypolicy
Importances
importcollectors
importdevices
importjobs
Importjob
Importjobs
Inbuild
incomingrelationships
incrementalcopy
Expand Down Expand Up @@ -1446,6 +1459,8 @@ ntext
ntfs
ntlm
numa
numberof
numberofProcessorCores
numofmessages
numrecords
nvarchar
Expand Down Expand Up @@ -1536,6 +1551,8 @@ PCMA
PCMU
PCNET
PDFs
Pendpoint
PendpointConnection
peekonly
peerings
Pendingissuance
Expand Down Expand Up @@ -1833,6 +1850,7 @@ ruleid
Ruleproperties
Ruleset
Rulesets
runasaccount
runbook
Runbooks
runid
Expand Down Expand Up @@ -2079,6 +2097,7 @@ subvolumes
subwoofer
subword
subwords
Succeded
suggesters
suid
Superfresh
Expand Down Expand Up @@ -2126,6 +2145,7 @@ taskfailure
tasksuccess
Taxii
tcbbaselines
TCPIP
Tcpkeepalive
tempdb
templated
Expand Down
8 changes: 8 additions & 0 deletions specification/migrate/Migrate.Management/cadl-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
emit:
- "@azure-tools/cadl-autorest"
options:
"@azure-tools/cadl-autorest":
output-file: migrate.json
azure-resource-provider-folder: ./swagger
#examples-directory: ./examples
#version: 2020-08-01-preview
Loading