* [Release] sdk/resourcemanager/databoundaries/armdataboundaries/1.0.0 generation from spec commit: d426a4238db8dcd4da1c03c2c380fa27628093e7
* update
* change version
* format
* [Storage] Swagger update for stg95 (#23436)
* swagger changes for stg95
* swagger upgrade for Files
* service version constants upgrade in all modules.
* changed from main to latest commid id
* oauth tests for files
* Premium Files – Paid Burst IOPS/Bandwidth (#23558)
* paid bursting
* linter error resolve
* files Binary ACE
* test changes for files binary ace
* added new tests with recordings
* Revert "added new tests with recordings" (#23607)
This reverts commit ff52c44237.
* Revert "Revert "added new tests with recordings" (#23607)" (#23608)
This reverts commit 0402e9ca36.
* [STG95 - Storage] Change default behavior of parameter as per official docs (#23614)
* change default behaviour as per docs
* add documentation for constant and recordings
* default behaviour change & fix tests failing for set properties
* change default behaviour for Rename file & directory and fix failing tests
* recordings
* change in default behavior of rename and create
* recordings
* new recording for 3 failed tests
* recordings upload
* test recording level changes
* exported variables, removed files Oauth test since the feature is now supported
* test changes
* test changes
* test changes
* Remove default sub config sub-config-azure-cloud-test-resources
We no longer want to default the configuration and instead
default from the service connection which had the info we need.
* Fix quoting
---------
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Just a simple matter of using the proper scope when talking with CosmosDB, which apparently didn't support token auth when this library was first created.
Also includes some work to bring this up "to code", as it were:
* Tests now test against TokenCredentials for both Storage and CosmosDB (previously they only tested the constructor). Bicep file also now has an example of creating a custom role that contains the privileges needed since Cosmos has it's own RBAC.
* Readme and other text all updated to say "Entra ID" instead of AAD
Fixes#21760
* save-package-properties.yml only activates PR diff mechanism if the service directory is "auto"
---------
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
* Escape parentheses in includes to fix issues in publishing
* Only escape close parens
* Comments
---------
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
* Changes required for sdk-repo based emitter pipelines
* Rename template
* Convert emitter archetype to pipeline template
* Move the archetype template out of the stages folder
---------
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
* fixing the compareHeaders sorting algorithm
* solve linter issues
* another lint error and test recording
* fixin lint errors in datalake and files
* fixing azblob tests
* fixing azblob tests
* fixing azblob tests
* fixing azblob live tests
* fixing azfile tests
* fixing azfile live tests
* disabling failed tests due to azblob dependency
* fixing azfile CI tests
* fixing azblob live tests which were using public access
* reverting asdatalake changes
* fixing lint error in azblob test
* reverting sas token changes for azblob live tests
* fixing azblob tests with sas tokens
* fixing azfile live tests
* fixing azfile lint error
---------
Co-authored-by: tanyasethi-msft <tanyasethi@microsoft.com>
* Use $GITHUB_EVENT_PATH variable instead of inline file writing
* Archive github event data
---------
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* Add CompatibleConvertFrom-Yaml to common Package-Helpers
* Add CI artifact parsing to Save-Package-Properties, now each individual packageinfo.json file contains the relevant ci artifact lines for the package. This short circuits needing to re-parse this information in common checks.
---------
Co-authored-by: Scott Beddall <scbedd@microsoft.com>