зеркало из
1
0
Форкнуть 0
Граф коммитов

53 Коммитов

Автор SHA1 Сообщение Дата
Krista Pratico 7c06207f65 ***NO_CI*** verifytypes enabled by default 2024-08-19 11:52:56 -07:00
ChenxiJiang333 db31db6ea3
set-pyproject (#36794) 2024-08-07 11:13:44 +08:00
Krista Pratico 0ed8e45c45 ***NO_CI*** strict sphinx is default for dataplane 2024-07-16 14:08:24 -07:00
Krista Pratico f0f5dd5d0c
strict sphinx mixedreality (#36019)
* strict sphinx remoterendering

* strict sphinx mixedreality authentication

* pylint

* fix pylint
2024-06-19 12:58:02 -07:00
Krista Pratico 11d9e693ca ***NO_CI*** enable strict_sphinx where we're already passing 2024-04-11 16:10:10 -07:00
mccoyp 0527e86ada [skip ci] Delete azure-devtools and deps/references 2024-03-26 16:33:36 -07:00
Scott Beddall (from Dev Box) e0179c5e95 Yaml adjustments to bring the majority of the tests.yml into
compatibility with the 1es changes. ***NO_CI***
2024-03-06 16:59:42 -08:00
McCoy Patiño a4823448e7
Fix incorrect repo source link (#34388) 2024-02-21 10:54:39 -08:00
Krista Pratico 2219c7dc57 ***NO_CI*** mypy required deadline 2024-01-16 18:32:39 -08:00
Scott Beddall (from Dev Box) 232d010e89 add remaining missing keywords setting
**NO_CI**
2023-09-06 16:13:00 -07:00
mccoyp e5600754c1 [skip ci] Externalize recordings 2023-08-15 22:38:56 +00:00
scbedd 2f7c5c13d8 add pyproject.toml where necessary to honor the existing environment skips. remove existing exclusion lists from environment_exclusion.py ***NO_CI*** 2023-02-14 19:52:55 -05:00
zhenbiao wei 9141782373
update .toml file for title (#28154)
Co-authored-by: Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD) <v-zhenbwei@microsoft.com>
2023-01-04 15:14:24 +08:00
Azure SDK Bot e86401fd52
code and test (#27216)
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
2022-11-02 10:02:34 +08:00
Paul Van Eck 6ed55db359
[MixedReality] Migrate auth tests to test proxy (#25973)
Recorded tests for "azure-mixedreality-authentication" were converted
to use Test Proxy instead of the deprecated vcrpy based system.

- Some refactoring was done to leverage pytest fixtures.
- Recordings were regenerated using Test Proxy.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
2022-09-27 17:16:28 -07:00
Wonhyeong Seo 37763283b6
feat: use asyncio.run instead of loop variable (#26091) 2022-09-12 14:30:43 -07:00
DoHyeon Kim 473fb05d64
[mixedreality] Fixed typos (#25907)
* fix: typo in mixedreality/azure-mixedreality-authentication

* fix: typo in mixedreality/azure-mixedreality-authentication
2022-09-02 16:26:32 -07:00
Paul Van Eck b8fa7b75b0
[MixedReality] Remove support for Python 3.6 (#25986)
Necessary files were updated to reflect that Python 3.7
is now the minimum supported version. The mixedreality-nspkg
requirement was also removed from the dev_requirements.txt file.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
2022-09-02 16:25:05 -07:00
scbedd 88b3080042 add dev_requirements where there is not one present. this is due to new conftest configuration in sdk/ root. ***NO_CI*** 2022-07-22 16:14:12 -04:00
scbedd c29c3a1ddb add py.typed files to any packages missing them. update MANIFEST.in to include py.typed. update setup.py where necessary to set flat include_package_data and define package_data arguments for the new py.typed file. Disabling CI to avoid buildstorm: ***NO_CI*** 2022-05-16 14:26:32 -07:00
Xiang Yan 01108413a1
batch dropping 2.7 (#24295)
* batch dropping 2.7

* Packaging update of azure-servicefabric

* Packaging update of azure-iot-modelsrepository

* update

* update

* update

* update

* update

* ensure that the readme type is set properly

Co-authored-by: Azure SDK Bot <adxpysdk@microsoft.com>
Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
2022-05-05 13:43:17 -07:00
l0lawrence d34e4240c8
[pylint] Feature/pylint plugins merging in new pylint checkers (#24065)
* [pylint] alias checker and tests (#23471)

* intro patch for aliasing - needs better way to grab __all__ info

* updated alias message

* line number shows up with alias warning

* working on testing this, slight mod to isinstance

* tests for aliasing

* updated docstring

* removing random import

* adding in a newline

* adding in a newline

* changing naming of error message

* changing package to model in except

* checking for only __all__ assign Node (cat)

* added alias checker to README

* added test file to test disable pylint warning

* add from import test

* removed unused imports

* changing test names for clarity

* added newline

* added link from Izzy

* fixed some issues with the links

* fixed some issues with the links2

* fix for running core on pylint pr

* removed cr

* checking ignore files

* seeing if ignore file will fix core breaks

* fix path in ci

* removed ignore

* removed ignore file

* rerun

* removing core

* made 2 for loops to figure out why search is not catching in core run

* core

* remvoing core

* renaming to naming_mismatch

* fix message name

* fixing naming issues

* naming init

* naming register

* changing name to align with checker name change

* fixed messaging

* fixing pylint error

* found a less invasive way to get to the model name in __all__

* reverting back to originally bc init can have more than 1 assign

* [pylint] Api checker (#23500)

* setting remote

* setting up api version checker

* api checker

* running core to see where error pops up

* trying to get tests to run

* python versioning and kwargs will change this

* checking docstring for api version keyword

* added basic test for docstring api_version

* adding in a test file for api version checker

* edit test file

* removing import that got added

* added newline:

* remvoing scripts from pipeline

* added newline:

* added in check for init doc too

* added in a test for init having the doc versus the init

* had to make tests go down to the class level to run test files

* fixing naming schema and docs for api checker - renamed error

* instead of splitting the doc - directly check for the keyword api_version string

* renaming file to match other test files

* switching around the order of keyword and param to see the effect on the checker

* renaming changed file name in test

* added api checker to the readme

* refactoring - if class doc has api_verison, skip looking at the init func

* fixing docstring on bad test

* changing credential type in test docstring

* adding in endpoint as an arg in the init

* addind endpoint as arg in init

* adding endpoint as arg

* updating test file names to follow acceptable and violation format

* updating file names in tests, and updating test function names to follow violation and acceptable trend

* fixing eof newline errors

* trying to get commits into pr

* eof newline

* changing class name to APIVersion instead of api

* init file, also updated APIVersion name

* adding end colon to api_verion str checking

* added in end colon to node.doc check too

* [pylint] adding in correct links for pylint (#23503)

* adding in correct links for pylint

* added in better links

* updating links

* updating links

* add in url to tests

* add in url to tests

* fixed disable in README for client-method-should-not-use-static-method

* fixing merge issue in readme with api_checker

* Enum cases (#23571)

* setting upstream

* start of enum checker

* wip enum cehcker

* passing basic test, need to only check enum

* adding tests for enum

* removed print statements

* tests

* added in check that class is Enum related

* adding rule for caseInsensitiveMeta

* had to change how to check for Enum b/c Meta makes it a Call Node

* added in a test for CaseInsensitive

* random import

* added to readme

* changed regsistered name

* fixed checker for uppercase so it references correct line

* fixed test to reflect line change in checker

* removing excess ==

* add new line

* seeing where enum checker will fail

* rerun

* remove alias

* removing alias for ci

* added in consideration for python3 meta syntax

* fixed error assuming metaclass exists

* adding enum class check

* missing an init

* removing the alias from readme

* fix docstring for enum class

* removing core

* enum checker update comments

* editing comments on checker

* refactoring for 2 diff syntaxes:

* added test file for enum

* removed _CaseInsensitiveEnumMeta

* some syntax changing

* fixing comments

* list is superfluous:

* removing the import that was default added for Node

* fixing space in comment, and removing if arg.name - pr comments

* edited test files, to test for both errors being thrown in the same enum class - pr comments

* fixing naming of test methods for readability

* split the enum checker into 2 private functions for the 2 different rules

* making if into elif on 1783 and 1800 to prevent breaking when python2 enum format

* renaming test files -pr comments

* python3 enum inherit class checker now uses _metaclass versus declared_metaclass()

* added in test for python 3 metaclass format

* enum_code now uses helper functions to return a boolean for both pylint guidelines

* adding a test to verify metaclass syntax ensures the MetaClass is the 1st argument arg[0]

* removing unused test files

* renaming test names to follow _violation and _acceptable pattern

* fixing inheritance of enummeta class format

* added in docstrings for the helper functions created

* adding newline at eof

* removing spaces from the eof line for github error

* clarifying enum_class helper function docstring

* fixing docstring edits

* returning booleans versus returning the individual variable

* collapsing inherit helper function to call message directly instead

* adding newline to eof

* updating _check_is_enum_class docstring return, rtype

* adding in import statement for metaclass, and enum to tests

* had to import with_metaclass for py2

* had to also import with_metaclass for python2 tests

* using declared_metaclass() instead of metaclass to get the metaclass for both py2 and py3 syntax

* removing uneeded for loop and now we are directly checking enum within the bases (arguments) of the class node

* collapsing a helper method to simplify logic of checker

* fixing indentation of tests

* adding space in api version error

* updating the broken links in the pylint warnings to match the README (#23726)

* [pylint] Updating PylintCheckers testing (#23707)

* Updating CheckNamingMismatchGeneratedCode testing - naming convention and adding guidelines link test

* Updating CheckEnum test suite - added test for readme guideline links

* CheckAPIVersion added test for guidelines link

* FileHasCopyrightHeader added in test files to test for copyright header checker

* created TestPackageNameDoesNotUseUnderscoreOrPeriod

* TestPackageNameDoesNotUseUnderscoreOrPeriod adding guidelines link test

* added in TestServiceClientUsesNameWithClientSuffix test class

* fixed newline issues at end of file

* added guidelines link into NamingMismatchGeneratedCode warning:

* fixed PR comments with helper function for guidelines - import requests

* [pylint] Suppressing pylint for ACR, Tables and AppConfig (#24002)

* suppressing ACR pylint

* suppress tables pylint

* [pylint] suppressing app config pylint (#24007)

* suppressing ACR pylint

* suppress tables pylint

* app config suppressions

* app config, pulling changes that merged

* [formrecognizer] Fix pylint errors in enums (#24012)

* add case insensitive enum meta

* fix import order

* [pylint] fixing enum checker (#24068)

* fixing enum checker

* extra space fix :(

* fixing enum pylint issue (#24050)

* fixing pylint issues for now (#24057)

* [Servicebus] Fixing pylint issues (#24049)

* fixing service bus pylint issues

* removing extra line

* same extra line

* pr comments: int Enums don't need to inherit

* if if doesn't have str - no metaclass

* disabling pylint checker for now (#24056)

* fix pylint issues (#24051)

* fixing pylint issues (#24054)

* fixing pylint issues for now (#24055)

* adding eventgrid fixes, resetting to feature branch (#24046)

* [Monitor] pylint issues fixed (#24053)

* fixing monitor query pylint issues

* extra line

* [pylint] Fix remoterender (#24074)

* fix remoterender

* adding line

* remove line

Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>
2022-04-19 15:35:21 -07:00
Yuchao Yan 1ed6c301cf
[pipeline] update existing README.md to drop py2 (#23332)
* trigger pipeline

* update readme of mgmt

* Packaging update of azure-mgmt-elastic

* Packaging update of azure-mgmt-advisor

* Packaging update of azure-mgmt-confluent

* Packaging update of azure-mgmt-synapse

* Packaging update of azure-mgmt-devspaces

* Packaging update of azure-mgmt-machinelearningservices

* Packaging update of azure-mgmt-avs

* Packaging update of azure-mgmt-servicefabricmanagedclusters

* Packaging update of azure-mgmt-subscription

* Packaging update of azure-mgmt-msi

* Packaging update of azure-mgmt-search

* Packaging update of azure-mgmt-datafactory

* Packaging update of azure-mgmt-iothubprovisioningservices

* Packaging update of azure-mgmt-hybridkubernetes

* Packaging update of azure-mgmt-reservations

* Packaging update of azure-mgmt-workloadmonitor

* Packaging update of azure-mgmt-datashare

* Packaging update of azure-mgmt-iothub

* Packaging update of azure-mgmt-keyvault

* Packaging update of azure-mgmt-edgegateway

* Packaging update of azure-mgmt-resourcegraph

* Packaging update of azure-mgmt-azureadb2c

* Packaging update of azure-mgmt-batch

* Packaging update of azure-mgmt-media

* Packaging update of azure-mgmt-automanage

* Packaging update of azure-mgmt-applicationinsights

* Packaging update of azure-mgmt-hanaonazure

* Packaging update of azure-mgmt-baremetalinfrastructure

* Packaging update of azure-mgmt-connectedvmware

* Packaging update of azure-mgmt-testbase

* Packaging update of azure-mgmt-frontdoor

* Packaging update of azure-mgmt-healthbot

* Packaging update of azure-mgmt-streamanalytics

* Packaging update of azure-mgmt-digitaltwins

* Packaging update of azure-mgmt-loganalytics

* Packaging update of azure-mgmt-resource

* Packaging update of azure-mgmt-portal

* Packaging update of azure-mgmt-recoveryservicesbackup

* Packaging update of azure-mgmt-logic

* Packaging update of azure-mgmt-vmwarecloudsimple

* Packaging update of azure-mgmt-containerservice

* Packaging update of azure-mgmt-datamigration

* Packaging update of azure-mgmt-changeanalysis

* Packaging update of azure-mgmt-cosmosdb

* Packaging update of azure-mgmt-appplatform

* Packaging update of azure-mgmt-quota

* Packaging update of azure-mgmt-servicelinker

* Packaging update of azure-mgmt-customproviders

* Packaging update of azure-mgmt-desktopvirtualization

* Packaging update of azure-mgmt-mixedreality

* Packaging update of azure-mgmt-network

* Packaging update of azure-mgmt-maintenance

* Packaging update of azure-mgmt-deploymentmanager

* Packaging update of azure-mgmt-maps

* Packaging update of azure-mgmt-automation

* Packaging update of azure-mgmt-agfood

* Packaging update of azure-mgmt-notificationhubs

* Packaging update of azure-mgmt-compute

* Packaging update of azure-mgmt-privatedns

* Packaging update of azure-mgmt-managedservices

* Packaging update of azure-mgmt-policyinsights

* Packaging update of azure-mgmt-hybridcompute

* Packaging update of azure-mgmt-appconfiguration

* Packaging update of azure-mgmt-peering

* Packaging update of azure-mgmt-dns

* Packaging update of azure-mgmt-fluidrelay

* Packaging update of azure-mgmt-labservices

* Packaging update of azure-mgmt-deviceupdate

* Packaging update of azure-mgmt-storagepool

* Packaging update of azure-mgmt-operationsmanagement

* Packaging update of azure-mgmt-databricks

* Packaging update of azure-mgmt-redisenterprise

* Packaging update of azure-mgmt-azurestackhci

* Packaging update of azure-mgmt-logz

* Packaging update of azure-mgmt-kusto

* Packaging update of azure-mgmt-apimanagement

* Packaging update of azure-mgmt-webpubsub

* Packaging update of azure-mgmt-storage

* Packaging update of azure-mgmt-databoxedge

* Packaging update of azure-mgmt-imagebuilder

* Packaging update of azure-mgmt-recoveryservicessiterecovery

* Packaging update of azure-mgmt-consumption

* Packaging update of azure-mgmt-healthcareapis

* Packaging update of azure-mgmt-containerinstance

* Packaging update of azure-mgmt-alertsmanagement

* Packaging update of azure-mgmt-cognitiveservices

* Packaging update of azure-mgmt-signalr

* Packaging update of azure-mgmt-batchai

* Packaging update of azure-mgmt-servermanager

* Packaging update of azure-mgmt-machinelearningcompute

* Packaging update of azure-mgmt-videoanalyzer

* Packaging update of azure-mgmt-azurestack

* Packaging update of azure-mgmt-edgeorder

* Packaging update of azure-mgmt-servicefabric

* Packaging update of azure-mgmt-billing

* Packaging update of azure-mgmt-eventhub

* Packaging update of azure-mgmt-resourcemover

* Packaging update of azure-mgmt-kubernetesconfiguration

* Packaging update of azure-mgmt-devtestlabs

* Packaging update of azure-mgmt-redhatopenshift

* Packaging update of azure-mgmt-quantum

* Packaging update of azure-mgmt-cdn

* Packaging update of azure-mgmt-loadtestservice

* Packaging update of azure-mgmt-scheduler

* Packaging update of azure-mgmt-monitor

* Packaging update of azure-mgmt-authorization

* Packaging update of azure-mgmt-datadog

* Packaging update of azure-mgmt-recoveryservices

* Packaging update of azure-mgmt-hdinsight

* Packaging update of azure-mgmt-storageimportexport

* Packaging update of azure-mgmt-serialconsole

* Packaging update of azure-mgmt-attestation

* Packaging update of azure-mgmt-containerregistry

* Packaging update of azure-mgmt-managementgroups

* Packaging update of azure-mgmt-commerce

* Packaging update of azure-mgmt-resourcehealth

* Packaging update of azure-mgmt-redis

* Packaging update of azure-mgmt-resourceconnector

* Packaging update of azure-mgmt-hybridnetwork

* Packaging update of azure-mgmt-chaos

* Packaging update of azure-mgmt-managementpartner

* Packaging update of azure-mgmt-storagecache

* Packaging update of azure-mgmt-botservice

* Packaging update of azure-mgmt-confidentialledger

* Packaging update of azure-mgmt-databox

* Packaging update of azure-mgmt-powerbiembedded

* Packaging update of azure-mgmt-relay

* Packaging update of azure-mgmt-regionmove

* Packaging update of azure-mgmt-azurearcdata

* Packaging update of azure-mgmt-trafficmanager

* Packaging update of azure-mgmt-servicebus

* Packaging update of azure-mgmt-netapp

* Packaging update of azure-mgmt-purview

* Packaging update of azure-mgmt-sqlvirtualmachine

* Packaging update of azure-mgmt-orbital

* Packaging update of azure-mgmt-rdbms

* Packaging update of azure-mgmt-securityinsight

* Packaging update of azure-mgmt-datalake-store

* Packaging update of azure-mgmt-agrifood

* Packaging update of azure-mgmt-eventgrid

* Packaging update of azure-mgmt-powerbidedicated

* Packaging update of azure-mgmt-web

* Packaging update of azure-mgmt-guestconfig

* Packaging update of azure-mgmt-iotcentral

* Packaging update of azure-mgmt-support

* Packaging update of azure-mgmt-costmanagement

* Packaging update of azure-mgmt-dataprotection

* Packaging update of azure-mgmt-marketplaceordering

* Packaging update of azure-mgmt-sql

* Packaging update of azure-mgmt-timeseriesinsights

* Packaging update of azure-mgmt-extendedlocation

* Packaging update of azure-mgmt-security

Co-authored-by: Azure SDK Bot <adxpysdk@microsoft.com>
2022-03-07 15:14:05 +08:00
Yuchao Yan 409440179f
[mgmt] update setupy for python3.6 (#22505)
* update setupy for python3.6

* update template
2022-01-14 16:24:46 +08:00
Yuchao Yan 2d2efc8d86
add python36 back (#22459)
* add python36 back

* Update setup.py
2022-01-12 13:55:15 +08:00
Yuchao Yan 75e46a7c33
[Mgmt][Drop py2] update `README.md`, `setup.py` and delete `setup.cfg` for all existing packages (#22240)
* drop py2

* fix broken link

* Update README.md
2022-01-05 11:46:31 +08:00
Xiang Yan 50471e7f07 add license files 2021-12-08 16:23:38 -08:00
Azure SDK Bot f9371aabaf
Increment package version after release of azure-mixedreality-authentication (#21745) 2021-11-17 13:52:37 -08:00
Craig Treasure 4dd23a966e
Mixed Reality Authentication 1.0.0b1 release preparation (#21744)
- This change udpates the changelog for the Mixed Reality authentication package for the initial 1.0.0b1 release.

Co-authored-by: Craig Treasure <crtreasu@microsoft.com>
2021-11-12 22:29:45 +00:00
Ben Broderick Phillips 00badb0039
Remove legacy resource group live test deployment (#21458)
* Remove legacy resource group live test deployment

* Remove DeployArmTemplate flag and deploy by default

* Use absolute path to deploy test resources template
2021-10-28 16:40:27 -04:00
Wes Haggard 264cd5d1ae Update links from master to main 2021-06-24 17:30:04 -07:00
Sean Kane 4be7317d68
[EngSys] adding nspkgs to same directory (#18306)
* adding nspkgs to same directory

* moved rest of nspkg files, fixed dev_reqs, removed folder from readme verification

* nspkg ci.yml updates

* skipping verify changelog step

* moving iot back temporarily

* include in docsettings

* undoing changes to iot ci file
2021-04-27 14:01:01 -04:00
Azure CLI Bot c113c4e7fb
[AutoRelease] t2-mixedreality-2021-04-27-17135(wave4) (#18339)
* CodeGen from PR 14105 in Azure/azure-rest-api-specs
mixedreality t2 readme config(wave4) (#14105)

* mixedreality t2 readme config

* t2 config del

* version,CHANGELOG

* changelog config

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <601306339@qq.com>
2021-04-27 16:10:42 +08:00
Craig Treasure a6c044b7ae
Cleaned up the test resources (#17241)
- Since ARR will be in its own directory with its own test resources, we no longer need them in the mixedreality test resources.
2021-03-10 18:00:25 +00:00
Craig Treasure 4ef662530e
Fixed an issue when missing padding in base64 decode (#17188)
- Apparently JWT doesn't use base64 padding and the Python base64 decoder requires it. So, we add the max padding and the decoder trims it properly.
2021-03-09 18:07:37 +00:00
scbedd 3358d3dd1c update artifact names for ALL packages to align with the actual package name 2021-03-02 13:07:15 -08:00
Craig Treasure 8cb6c41b46
Update azure-core minimum version (#16968)
- This change updates the minimum version of Azure Core to 1.4.0 to make sure we get a package version that includes AzureKeyCredential to fix the nightly release builds.
2021-02-26 23:34:30 +00:00
Craig Treasure 7b2720016d
Change test pipeline to run in eastus2 (#16950)
- The test resources rely on an ASA account, which isn't available in westus2, the default region.  So, i've adjusted the region to eastus2.
2021-02-26 04:01:18 +00:00
Craig Treasure d69860285b
Adding azure-devtools to mr-auth dev_requirements (#16953)
- This is the only difference I can spot with other libraries. I'm going to add it to see if it solves the problem with running the tests.
2021-02-26 03:40:34 +00:00
Sima Zhu e093f3e215
Added main branch in ci yaml files (#16867) 2021-02-25 09:18:42 -08:00
Craig Treasure 1a60ae0275
Added the Azure.MixedReality.Authentication library (#16714)
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)
2021-02-23 21:53:09 +00:00
Kaihui (Kerwin) Sun 14eb1dbac8
generate mixedreality track2 sdk (#15779) 2020-12-14 13:48:32 +08:00
Mitch Denny bed424dca9
Adjust YAML headers (#13087) 2020-08-19 13:51:12 +10:00
KarishmaGhiya 22be12d5fa
python link verification (#12543)
* python link verification

* fix the path

* fix cognitive services links

* fix link

* fix swagger links

* fix doc links and remove deprecated ones

* identity changelog update

* remove non existing link

* fix azure links

* cosmos readme link

* remove samples link

* remove samples link

* remove samples link

* fix links

* fix broken links

* fix broken links

* fix broken links

* fix links

* fix links

* python sdk link update

* python sdk link update

* fix spacing in parameter

* update python release link

* remove identity links

* azure-sdk-release link

* Update sdk/servicebus/azure-servicebus/CHANGELOG.md

* Update tools/azure-devtools/doc/scenario_base_tests.md

* Update tools/azure-devtools/doc/scenario_base_tests.md

* Update sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md

Co-authored-by: Charles Lowell <chlowe@microsoft.com>

* Update sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md

Co-authored-by: Charles Lowell <chlowe@microsoft.com>

* Update sdk/keyvault/azure-keyvault-keys/CHANGELOG.md

Co-authored-by: Charles Lowell <chlowe@microsoft.com>

* Update sdk/keyvault/azure-keyvault-keys/CHANGELOG.md

Co-authored-by: Charles Lowell <chlowe@microsoft.com>

* Update sdk/identity/azure-identity/CHANGELOG.md

Co-authored-by: Charles Lowell <chlowe@microsoft.com>

* Update sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md

Co-authored-by: Charles Lowell <chlowe@microsoft.com>

* remove orphan for details sentences

Co-authored-by: Charles Lowell <chlowe@microsoft.com>
2020-07-24 16:08:52 -07:00
Chidozie Ononiwu c01658bf75
Remove Unneeded Reference to repository resource (#11929)
* Remove uneeded reference to repository resource

* Refactor CI.yml.

* Fix OSName variable overwrite
2020-06-18 10:49:20 -07:00
Chidozie Ononiwu f3743bf0ac
Move Readme and Changelog template from RST -> MD (#9510)
* Move Readme and Changelog template from RST -> MD

* Switch Management HISTORY.rst to CHANGELOG.md

* Include .md in Manifest

* Convert readmes and Update setup.py

* Fix manifest.in and setup.py
2020-02-04 17:29:05 -08:00
Mitch Denny bf18e62db0
Disable feature CI. (#9416) 2020-01-14 13:44:42 +11:00
scbedd 8eb6902376 remove half of the extraneous ci.yml triggers on core 2019-10-18 14:48:41 -07:00
Mitch Denny ec7950bd31
Unified Pipelines for most of repo (#7645)
* Adding unified pipelines to everything else.
2019-10-17 13:38:29 +11:00
Chidozie Ononiwu c9e6ded7e9
Update SDK Tools Consumption (#7148) 2019-09-27 13:19:12 -07:00