azure-rest-api-specs/.gitignore

146 строки
1.9 KiB
Plaintext
Исходник Обычный вид История

2015-07-15 05:18:27 +03:00
#### linux gitignore
*~
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
#### win gitignore
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
#### osx gitignore
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Ignore repo files
/scripts/stostools/restoredPackages
/scripts/stostools/restoredpackages
2015-07-15 05:18:27 +03:00
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# npm
node_modules
#### JetBrains
.idea
ADL Updates for errors and new endpoints (#304) * Remove requirement on subscriptionId These clients don't need a subscriptionId. * Need to make contents required since this is a PUT. Will add extensions that make it optional in C# and zero it out to an empty stream. * update documentation to reflect param required * undo this temp change Issue: https://github.com/Azure/autorest/issues/884 is tracking support for this being an optional param properly and not resulting in a null reference. So I will keep this spec as is. * Change this name to be more descriptive. * does not need to be modeled as a string. Makes this more obvious to end users and easier to understand. * fix all enums to be enums. * Add new API version for job This API version changes the format for dates and timespan objects to be ISO compliant. * missed version change here as well. * temp commit to remove the required flag We need a way to have template parameters not be required when they are in the host. I will work with Amar for this next week. * Revert "temp commit to remove the required flag" This reverts commit be8b7bf40e56c8316f423a871ccf030efe47a8a1. * Add missing enum value * Missed one. * Add in new functionality Switch over to MSLISTSTATUS which gives more flexibility for listing files/folders. * Work around for issue: 903 explicitly calling out our chunked transfer APIs until issue: https://github.com/Azure/autorest/issues/903 is resolved. * addressed comments from Amar. * fix descriptions and add partition APIs * Add missing method to delete all secrets in db In hyak, we could do this by simply excluding the parameter. That is not swagger compliant, so we need a separate entry. * temporarily remove partition list for current ship. this will be in the next snap. * Add diagnostics to USqlJobProperties. This was missing during the port from Hyak. * Missing enum value. * two more missing enums. * Put partitions back in for next release. * Test out composites. * add the log folder and logFilePattern to the sdk This is for all jobs going forward. Fix the readOnly properties to be bool instead of strings (makes tests happy). * Remove composite specs since they don't work * Error json fixes InnerError fixed to innerError Adding the WebHDFS definition for ErrorResponses to the filesystem. * bad syntax is bad. * missed a boolean switch for readOnly,. * definition -> definitions * Change the name to be more descriptive * Following feedback from the slack forum This should help reduce the levels of nesting and also fixes some feedback in the job swagger. * Add discriminators for webhdfs * Further flatten and rename Removing WebHdfsError and renaming "RemoteException" * Rename to Adls * nested exception discriminator * update the required piece. * try not indexing * move it down to see if this fixes it. * Try nesting again. * Trying a work around. Add a placeholder property at the root level which should get properly picked up. * Update to the work around Slight change to the stub property. * Work around didn't work, going back to what did. * Removed the unneccessary nesting. * Add the accesscontrolexception * remove extra next link stuff I thought I had removed this previously. removing it again, since it should no longer be used. * Remove currently unsupported API
2016-05-24 03:19:52 +03:00
# ignore code gen virtual env folder
SdkCodeGen
# Visual Studio #
.settings/
.vs/
/app.js
*.suo
*.user
.ntvs_analysis.*
.njsproj
*.etl
*.etl.tmp
*.vspx
*.njsperf
*.sdf
*.opensdf
bin/*.dll
# Visual Studio Code
.settings/
# Builds #
out/*
tmp/*
obj/
# Coverage directory used by "vitest"
coverage
# AutoRest Nightly #
AutoRest.*
output/*
errors.txt
warnings.txt
# VS Code files
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# API Test outputs
.apitest
.assets
# Blanket ignores
*.js
*.d.ts
*.js.map
*.d.ts.map
*.bak
# Eng Tools
eng/tools/**/dist
!eng/tools/**/cmd/*.js
!eng/tools/**/eslint.config.js
# No package-lock.json files should be commited except the top-level.
**/package-lock.json
!/package-lock.json
# No Armstrong outputs should be commited except the tf files.
**/terraform/**/*.json
**/terraform/**/*.md
**/terraform/**/*.html
**/terraform/**/*.txt
**/terraform/**/*.hcl
**/terraform/**/*.tfstate
**/terraform/**/*.backup
**/terraform/**/tfplan
**/terraform/**/.terraform
!**/terraform/**/*.tf