Skip to content

Conversation

@openapi-sdkautomation
Copy link

@openapi-sdkautomation openapi-sdkautomation bot commented Jan 15, 2021

Create to sync Azure/azure-rest-api-specs#12441

You can install the use using pip install of the artificats.

@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/12441/azure-mgmt-network branch 7 times, most recently from 6317180 to afcc9a3 Compare January 20, 2021 21:29
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/12441/azure-mgmt-network branch 3 times, most recently from 7080cc4 to 72a15cd Compare January 22, 2021 03:59
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/12441/azure-mgmt-network branch from 72a15cd to 0a55883 Compare January 26, 2021 08:12
swathipil and others added 11 commits January 26, 2021 09:23
…n string parser (Azure#16204)

* created EventHubConnectionStringProperties and connection string parser

* changing event_hub naming to eventhub

* fix eventhub_name in test

* remove print stmt

Co-authored-by: Adam Ling (MSFT) <[email protected]>

* add contains to DictMixin

Co-authored-by: Adam Ling (MSFT) <[email protected]>
Azure#16313)

* remove local install of azure-sdk-tools from common location. add to dev_requirements where necessary
…age (Azure#16300)

* initial commit: new folder for identity

* Added root files to identity package

* copy identity client files from admin to new pkg

* add autorest generated files

* copy samples over

* update references in other packages

* Added tests to identity package

* remove identity code from admin package

* update changelog

* remove identity code from admin package

* update changelog

* Removed identity tests from admin package

* Update admin readme

* add back version.py for wheel generation

* Removed user credential test in admin package

* update _version.py

* remove redundant files

* fixed error with init file

* minor naming fixes

* only expose required shared models

* Update chat to reference new identity package

* Updated identity test recordings

* Added examples to identity README.md

* Updated dependencies in identity package

* Updated code style to meet pylint requirements

* Added identity package to ci file

* Updated CHANGELOG version formatting

Co-authored-by: Bert Ong <[email protected]>
…zure#16334)

* prefix appearance/style model with Text and expose models

* add line appearance to sample with signature

* feedback
* add function for getting existing package versions

* Add SetPackageVersion function

* Add GetPackageInstallNotes function
…Azure#16365)

* move mindependency and latestdependency common pieces to eng/dependency_tools.txt
* Run the link verification step even previous step failed.

* Make the tab right

* Address comments

* Run default condition if no RunOnFailure set.

* Changed back to simple condition

Co-authored-by: Sima Zhu <[email protected]>
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/12441/azure-mgmt-network branch from 0a55883 to 9dd6ae7 Compare January 27, 2021 03:29
* CodeGen from PR 12429 in Azure/azure-rest-api-specs
Add new api-version 2020-08-01 of network to go sdk (Azure#12429)

* test,version,CHANGELOG

* fix changelog and version

Co-authored-by: SDKAuto <[email protected]>
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/12441/azure-mgmt-network branch from 9dd6ae7 to 043d660 Compare January 27, 2021 06:54
seankane-msft and others added 2 commits January 27, 2021 15:59
Removes unnecessary pylint statements, changes numbers to descriptions, makes a few code changes to address a pylint issue
* unexpose api_version property

* update changelog
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/12441/azure-mgmt-network branch from c917175 to 263f110 Compare February 20, 2021 03:23
chidozieononiwu and others added 13 commits February 19, 2021 20:12
* CodeGen from PR 13073 in Azure/azure-rest-api-specs
{Storage} change modelAsString from false to true (Azure#13073)

* test,version,CHANGELOG

* fix test

Co-authored-by: SDKAuto <[email protected]>
* CodeGen from PR 13074 in Azure/azure-rest-api-specs
fix readme (Azure#13074)

* test,version,CHANGELOG

* fix test

* remove other usage

Co-authored-by: SDKAuto <[email protected]>
* CodeGen from PR 12829 in Azure/azure-rest-api-specs
[Hub Generated] Review request for Microsoft.Cache to add version stable/2021-03-01 (Azure#12829)

* Adds base for updating Microsoft.Cache from version preview/2020-10-01-preview to version 2021-03-01

* Updates readme

* Updates API version in new specs and examples

* Add support for persistence and fix other typos

* Fix SDK Warning: R2063 OperationIdNounConflictingModelNames

* Fix spellcheck error

* Fix acronym capitalization in descriptions

* Replace local parameters with common-types parameters

* Use naming convention consistent with Azure documentation

* Update word choice, remove deprecated x-ms-code-generation-setting, and fix operationId

* Add x-ms-secret extension and make TLS version a string enum

* Suppress errors about secrets being sent in responses

* test,version,CHANGELOG

* remove other usage

* fix version

Co-authored-by: SDKAuto <[email protected]>
* remove authentication key success tests

* combine jpeg tests-business card async

* combine more jpg tests for business cards

* remove redundant compose tests

* clean up receipt tests

* clean up pdf tests

* clean up custom forms test

* address comments
* Add async samples

* changes - 2

* update links

* fix samples

* add secret

* links

* fix

* more links

* more changes

* read me link

* Apply suggestions from code review

Co-authored-by: swathipil <[email protected]>

* chagens

* delete md file

* add more samples

* ci

* Apply suggestions from code review

Co-authored-by: swathipil <[email protected]>

Co-authored-by: swathipil <[email protected]>
* update build_packages to output to a deeper subfolder

* extend find_whl and find_sdst in common_tasks.py/tox_helper_tasks.py to search recursive in preparation for updated artifacts

* remove 'artifacts' artifact. update 'packages' artifact so that package artifacts are stored within folders aligning with each ci.yml artifact

* update archetype-sdk-release to leverage new artifact storage. no more staging.

* update test_regression.py to install package we need to test AFTER we install the dependent package. this ensures that `alpha` versions are always present
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/12441/azure-mgmt-network branch from 263f110 to 603dbed Compare February 23, 2021 05:57
azure-sdk and others added 6 commits February 22, 2021 22:16
* Add common tools for spell check

* Updates from further iteration

* Review feedback: Add check for git as well

* Review feedback * Use common approach to resolving base branch name * Eliminate default base branch "master" as this will be changed later, providing no default and using a mandatory parameter means a dev must provide the value * Check for existence of $CspellConfigPath * No need to Set-Location if run from the root of the repo (most common scenario) * -join

* Review feedback: Rename TargetRef -> TargetBranch, add SourceBranch, Add reference to spelling docs, exit 0, Rename to check-spelling-in-changed-files.ps1,

* Review feedback: Remove ValidateNotNullOrEmpty (we do more definitive validation farther down that will also catch these errors), Update comments and script name

Co-authored-by: Daniel Jurek <[email protected]>
* remove azure-devtools from the non-dev requirements files
* update all dev_requirements to add dependency on azure_devtools
* Add admonitions to docstrings

* lint

* sample fix

* Apply suggestions from code review

Co-authored-by: Adam Ling (MSFT) <[email protected]>

* comments

* dedent

* link

* dedent

Co-authored-by: Adam Ling (MSFT) <[email protected]>
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/12441/azure-mgmt-network branch from 603dbed to 5b16129 Compare February 23, 2021 20:25
scbedd and others added 2 commits February 23, 2021 21:44
…my (Azure#16887)

* update apiview artifact search to account for the new artifact taxonomy
This change adds an authentication library for Mixed Reality services, which all currently utilize a custom STS for authentication. Upcoming Mixed Reality client libraries will depend on this library to perform authentication using identities from Azure.Identity. See the added README.md for more information about the library.

[ApiView link](https://apiview.dev/Assemblies/Review/986545855b9c499faeff72b25115ab96)
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/12441/azure-mgmt-network branch 2 times, most recently from 237679d to 92ec044 Compare February 24, 2021 01:55
Merge d51617750625eecedcb994b07b58d5442b70f04b into d933998
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/12441/azure-mgmt-network branch from 92ec044 to 26ab4b2 Compare February 24, 2021 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.