Skip to content

Conversation

@dfugate
Copy link
Contributor

@dfugate dfugate commented May 2, 2012

Python Azure enlistment is essentially a clone of Node.js Azure enlistment now.

@joostdenijs joostdenijs closed this May 2, 2012
lmazuel pushed a commit that referenced this pull request Apr 13, 2016
Automatic PR from autorest
schaabs added a commit that referenced this pull request Jan 25, 2018
Updating http challenge headers for message protection
AutorestCI added a commit that referenced this pull request Feb 26, 2018
Merge pull request #1 from AlexanderYukhanov/more

BatchAI. Additional API changes

1. Batch AI will report suffix for stdouterr directory of the start task
2. Batch AI needs application insights resource id to be able to navigate to them in portal
AutorestCI added a commit that referenced this pull request May 2, 2018
Merge pull request #1 from abversqr/MinorUpdates

Minor updates
AutorestCI added a commit that referenced this pull request May 3, 2018
…2513)

* Generated from 0c826790271a1be2d4af5905ee0eb089b4260feb

Merge pull request #1 from abversqr/MinorUpdates

Minor updates

* Generated from 1610a74a5c49c73a546972daca1e7a43798a8cea

Merge branch 'master' into master
AutorestCI added a commit that referenced this pull request May 17, 2018
Update CognitiveService ComputerVision Swagger for new extensions (#1)

* Merged PR 17875: Add new languages

Add new languages

Also tidy up the enum definition so that AutoRest generates C# that actually compiles

* Merged PR 17942: Replace fancy quotes with plain single quotes

Make javac compile without complaint even without setting the codepage to utf-8 by dropping the gratuitous typographic quotes.

* Merged PR 17956: Rename url argument for overloaded endpoint to imageUrl

This name will become the name of the argument in Python.  Since you can used named arguments in Python, give them less ambiguous names.

* Changes to make --azure-validator run more cleanly

Errors Fixed
* XmsExamplesRequired/D5001/Documentation (7)
* XmsPathsMustOverloadPaths/R2058/SDKViolation (7)

Errors Ignored
* SecurityDefinitionsStructure/R2054/SDKViolation (1) - API Key scheme for Cognitive Services
* APIVersionPattern/R3012/ARMViolation (1) - Keeping with the Cognitive Services numbering scheme
* OperationsAPIImplementation/R3023/ARMViolation (1) - Not sure what this is

Warnings Fixed
* XmsEnumValidation/R2018/SDKViolation (1)
* DescriptionAndTitleMissing/R4000/SDKViolation (1)

Warnings Ignored
* DescriptionAndTitleMissing/R4000/SDKViolation (35) - description is contained in #ref
* EnumInsteadOfBoolean/R3018/ARMViolation (5) - fix would be a breaking change
* ListInOperationName/R1003/SDKViolation (1) - fix would be a breaking change
* LongRunningOperationsWithLongRunningExtension/R2007/SDKViolation (2) - endpoint will not ultimately yield a 200, as this extension would require
* NonApplicationJsonType/R2004/ARMViolation (15) - fix would be breaking change
* PageableOperation/R2029/SDKViolation (1) - not actually pageable
* ParameterNotDefinedInGlobalParameters/R2015/SDKViolation (1) - All our own parameters specify x-ms-parameter-location
* PostOperationIdContainsUrlVerb/R2066/SDKViolation (7) - fix would be breaking change
AutorestCI added a commit that referenced this pull request May 23, 2018
Update CognitiveService ComputerVision Swagger for new extensions (#1)

* Merged PR 17875: Add new languages

Add new languages

Also tidy up the enum definition so that AutoRest generates C# that actually compiles

* Merged PR 17942: Replace fancy quotes with plain single quotes

Make javac compile without complaint even without setting the codepage to utf-8 by dropping the gratuitous typographic quotes.

* Merged PR 17956: Rename url argument for overloaded endpoint to imageUrl

This name will become the name of the argument in Python.  Since you can used named arguments in Python, give them less ambiguous names.

* Changes to make --azure-validator run more cleanly

Errors Fixed
* XmsExamplesRequired/D5001/Documentation (7)
* XmsPathsMustOverloadPaths/R2058/SDKViolation (7)

Errors Ignored
* SecurityDefinitionsStructure/R2054/SDKViolation (1) - API Key scheme for Cognitive Services
* APIVersionPattern/R3012/ARMViolation (1) - Keeping with the Cognitive Services numbering scheme
* OperationsAPIImplementation/R3023/ARMViolation (1) - Not sure what this is

Warnings Fixed
* XmsEnumValidation/R2018/SDKViolation (1)
* DescriptionAndTitleMissing/R4000/SDKViolation (1)

Warnings Ignored
* DescriptionAndTitleMissing/R4000/SDKViolation (35) - description is contained in #ref
* EnumInsteadOfBoolean/R3018/ARMViolation (5) - fix would be a breaking change
* ListInOperationName/R1003/SDKViolation (1) - fix would be a breaking change
* LongRunningOperationsWithLongRunningExtension/R2007/SDKViolation (2) - endpoint will not ultimately yield a 200, as this extension would require
* NonApplicationJsonType/R2004/ARMViolation (15) - fix would be breaking change
* PageableOperation/R2029/SDKViolation (1) - not actually pageable
* ParameterNotDefinedInGlobalParameters/R2015/SDKViolation (1) - All our own parameters specify x-ms-parameter-location
* PostOperationIdContainsUrlVerb/R2066/SDKViolation (7) - fix would be breaking change
AutorestCI added a commit that referenced this pull request Jun 6, 2018
…2513)

* Generated from 0c826790271a1be2d4af5905ee0eb089b4260feb

Merge pull request #1 from abversqr/MinorUpdates

Minor updates

* Generated from 1610a74a5c49c73a546972daca1e7a43798a8cea

Merge branch 'master' into master
lmazuel pushed a commit that referenced this pull request Jun 6, 2018
* [AutoPR monitor/resource-manager] Added GA API version for Scheduled Query Rule (#2416)

* Generated from d183bad923d3a0a4092d21203f850db6cde9f4e9

Resolving Comments

Resolving Comments

* Generated from df40ac3bbf17ea0180dd4adff2af3094065feca0

Made SKU as top level proprty and including generic error response format

Couple of changes -
1. Made SKU as top level proprty as mentioned here - https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md#put-resource
 2. including generic error response format

* Generated from 7578160670750a68d05f77ec8163b25bb72f391e

Minor Changes to align implementation

1. Removed SKU - Billing Model is still under discussion, hence need not to be exposed to customers.
2.  Enabled field ichanged to align with camel case.
3.  'throttleTillDate' in properties.action changed to 'throttlingInMin' to denote correct meaning  and it’s data type changed to number instead of date.
4. 'status' to be removed in properties.action from examples.
5.  'severity' made a required field in properties.action.
6. Removed Examples from original spec json

* Generated from fb180fb311d73934d0f5150f72638cc3de155ea0

Added Default Response payload in all APIs

Changes -
1. Added Default Response payload in all APIs
2. Made azNs description more clear

* Generated from fb180fb311d73934d0f5150f72638cc3de155ea0

Added Default Response payload in all APIs

Changes -
1. Added Default Response payload in all APIs
2. Made azNs description more clear

* [AutoPR monitor/resource-manager] Minor Updates - description text (#2513)

* Generated from 0c826790271a1be2d4af5905ee0eb089b4260feb

Merge pull request #1 from abversqr/MinorUpdates

Minor updates

* Generated from 1610a74a5c49c73a546972daca1e7a43798a8cea

Merge branch 'master' into master

* [AutoPR monitor/resource-manager] Add "autoMitigate" to Metric Alert API spec for 2018-03-01 (#2592)

* Generated from d5b9b4545a8d15c70d3c8318d39e2f7b43229387

AutoMitigate changes

* Generated from d5b9b4545a8d15c70d3c8318d39e2f7b43229387

AutoMitigate changes

* [AutoPR monitor/resource-manager] [Monitor] Deconflict "Action" name in MetricAlert (#2617)

* Generated from 35adc5e493c20a57e6e2cb35d87c578133d2b7a6

[Monitor] Deconflict "Action" name in MetricAlert

Generates bad SDK.

* Generated from ebfaf0bdd7f2bcf736598d8ec501f490a83d1268

Update reference to MetricAlertAction

* [AutoPR monitor/resource-manager] Adding patch support for SQR API (#2596)

* Generated from f53526896e5c001f79bd46ca892f825172b53abf

Merge branch 'master' into patchsupport

* Generated from f53526896e5c001f79bd46ca892f825172b53abf

Merge branch 'master' into patchsupport

* Generated from b37d3ace14508e3bc3f87ee29b7f2ad0b7025f67

Resolving multiple model issue

Changes - 
1. Renamed "MetricTrigger" to "LogMetricTrigger"
2. Aligned "Resources" to other specs

* Rebuild by #2460

* Auto packaging
AutorestCI added a commit that referenced this pull request Jun 21, 2018
Update CognitiveService ComputerVision Swagger for new extensions (#1)

* Merged PR 17875: Add new languages

Add new languages

Also tidy up the enum definition so that AutoRest generates C# that actually compiles

* Merged PR 17942: Replace fancy quotes with plain single quotes

Make javac compile without complaint even without setting the codepage to utf-8 by dropping the gratuitous typographic quotes.

* Merged PR 17956: Rename url argument for overloaded endpoint to imageUrl

This name will become the name of the argument in Python.  Since you can used named arguments in Python, give them less ambiguous names.

* Changes to make --azure-validator run more cleanly

Errors Fixed
* XmsExamplesRequired/D5001/Documentation (7)
* XmsPathsMustOverloadPaths/R2058/SDKViolation (7)

Errors Ignored
* SecurityDefinitionsStructure/R2054/SDKViolation (1) - API Key scheme for Cognitive Services
* APIVersionPattern/R3012/ARMViolation (1) - Keeping with the Cognitive Services numbering scheme
* OperationsAPIImplementation/R3023/ARMViolation (1) - Not sure what this is

Warnings Fixed
* XmsEnumValidation/R2018/SDKViolation (1)
* DescriptionAndTitleMissing/R4000/SDKViolation (1)

Warnings Ignored
* DescriptionAndTitleMissing/R4000/SDKViolation (35) - description is contained in #ref
* EnumInsteadOfBoolean/R3018/ARMViolation (5) - fix would be a breaking change
* ListInOperationName/R1003/SDKViolation (1) - fix would be a breaking change
* LongRunningOperationsWithLongRunningExtension/R2007/SDKViolation (2) - endpoint will not ultimately yield a 200, as this extension would require
* NonApplicationJsonType/R2004/ARMViolation (15) - fix would be breaking change
* PageableOperation/R2029/SDKViolation (1) - not actually pageable
* ParameterNotDefinedInGlobalParameters/R2015/SDKViolation (1) - All our own parameters specify x-ms-parameter-location
* PostOperationIdContainsUrlVerb/R2066/SDKViolation (7) - fix would be breaking change
lmazuel pushed a commit that referenced this pull request Jun 22, 2018
* Generated from 984c12a568b2dd36acb521eb3b1c00fbd5b42995 (#2575)

Update CognitiveService ComputerVision Swagger for new extensions (#1)

* Merged PR 17875: Add new languages

Add new languages

Also tidy up the enum definition so that AutoRest generates C# that actually compiles

* Merged PR 17942: Replace fancy quotes with plain single quotes

Make javac compile without complaint even without setting the codepage to utf-8 by dropping the gratuitous typographic quotes.

* Merged PR 17956: Rename url argument for overloaded endpoint to imageUrl

This name will become the name of the argument in Python.  Since you can used named arguments in Python, give them less ambiguous names.

* Changes to make --azure-validator run more cleanly

Errors Fixed
* XmsExamplesRequired/D5001/Documentation (7)
* XmsPathsMustOverloadPaths/R2058/SDKViolation (7)

Errors Ignored
* SecurityDefinitionsStructure/R2054/SDKViolation (1) - API Key scheme for Cognitive Services
* APIVersionPattern/R3012/ARMViolation (1) - Keeping with the Cognitive Services numbering scheme
* OperationsAPIImplementation/R3023/ARMViolation (1) - Not sure what this is

Warnings Fixed
* XmsEnumValidation/R2018/SDKViolation (1)
* DescriptionAndTitleMissing/R4000/SDKViolation (1)

Warnings Ignored
* DescriptionAndTitleMissing/R4000/SDKViolation (35) - description is contained in #ref
* EnumInsteadOfBoolean/R3018/ARMViolation (5) - fix would be a breaking change
* ListInOperationName/R1003/SDKViolation (1) - fix would be a breaking change
* LongRunningOperationsWithLongRunningExtension/R2007/SDKViolation (2) - endpoint will not ultimately yield a 200, as this extension would require
* NonApplicationJsonType/R2004/ARMViolation (15) - fix would be breaking change
* PageableOperation/R2029/SDKViolation (1) - not actually pageable
* ParameterNotDefinedInGlobalParameters/R2015/SDKViolation (1) - All our own parameters specify x-ms-parameter-location
* PostOperationIdContainsUrlVerb/R2066/SDKViolation (7) - fix would be breaking change

* Generated from bd6c66b615b94480a1458dde3a8bc42f3a689548 (#2645)

ComputerVision - collection of fixes

* fix ocr language parameter to fix [bug](Azure/azure-sdk-for-net#4083)
* language parameter missing for /tag path
* language parameter missing for /models/*/analyze path
* make /models/*/analyze return a more generic type
* add specific types for /models/*/analyze to return for current models

* Generated from b35c48945774ac7be9bf0fa05e19c0890141bb3d (#2731)

Add Spanish as an option as ServiceLanguage for ComputerVision.

* [AutoPR cognitiveservices/data-plane/ComputerVision] Update CognitiveService ComputerVision API to V2 (#2747)

* Generated from c2567da015994dac3301f495b6c5011d28ceaffe

Add post-processing directive to swap argument order for RecognizeText to position the url argument ahead of the mode argument.

autorest does not generate the intended order, so we add a post-processing directive,
for each target language,

* Generated from 973322cfd6ec2ced60a732f53b5318ceded5de7b

Fix validation errors

* Generated from 70efe042d607cbd973734e432da395ed35191a03

Add Spanish support for ServiceLanguage

This is for parity with V1.

* Generated from 6492fb4e04a3e5d7330ceccbb9f67e2a839e2290 (#2775)

ComputerVision add tag.hint

Hints provided additional info for whole-image analysis tags.
This PR is to make the Swagger match the service behavior.

* Update version.py

* ComputerVision 0.2.0 packaging
AutorestCI added a commit that referenced this pull request Sep 11, 2018
Merge pull request #1 from hosunmsft/add_dop_percent_to_ADLA_job_api

Support degreeOfParallelismPercent in DataLakeAnalytic jobs
AutorestCI added a commit that referenced this pull request Sep 13, 2018
* Generated from cc3a2ac1934c906c367746bfeac7aa3af341ac40

Merge pull request #1 from hosunmsft/add_dop_percent_to_ADLA_job_api

Support degreeOfParallelismPercent in DataLakeAnalytic jobs

* Packaging update of azure-mgmt-datalake-analytics
AutorestCI added a commit that referenced this pull request Sep 20, 2018
Merge pull request #1 from jmelvinwork/frontdoor-public-preview

Front Door public preview
AutorestCI added a commit that referenced this pull request Oct 29, 2018
Merge pull request #1 from EvgenyAgafonchikov/fix-lb

Fixed line endings, specs, examples
AutorestCI added a commit that referenced this pull request Oct 29, 2018
…bound rules (#3687)

* Generated from fb767531a15f75017f43f44004a2aa75c1b13b9f

fix failures

* Generated from a9023fbd65049681b0ccc49d42a1c4276b0cd159

Merge pull request #1 from EvgenyAgafonchikov/fix-lb

Fixed line endings, specs, examples
lmazuel pushed a commit that referenced this pull request Nov 6, 2018
* Generated from bd2aca0

Update ADHybridHealthService.json (#3874)

* Generated from 4b3ae81daaddc6079ec4a6a8ebeebccc019703e6

Updated NetworkConfigurationDiagnostic API + example (#3905)

* Generated from c90c5d14e7b0b169a8cde763860d15aa48a0d37c (#3395)

address the comments

* Generated from 26fc76cf7c2ed2ae5289bd4946513351880d32ff

add customer error spec for Application Gateway (#3985)

* add customer error spec for Application Gateway

* fix property name issue

* [AutoPR network/resource-manager] add customer error spec for Application Gateway (#3409)

* Generated from d9a3af34891cc703ecc3ba298fc737d6cc3e0fc0

add customer error spec for Application Gateway

* Generated from 26299b453a6b2f99683899a78c4c302d39b7de03

fix property name issue

* Generated from 19e41e2e7bb38120b813ad2314dc7c4f422b48c4 (#3417)

Add ICMP to the list of supported protocols

* Generated from ef5d8181e1a9f148a35d1b4467af2427a0afa29d

Merge remote-tracking branch 'origin/master' into network-october-release

* Packaging update of azure-mgmt-network

* Packaging update of azure-mgmt-adhybridhealthservice

* Generated from 7d9b9a991b92bfdbc31be3bf5fd2bd16bbb742a1 (#3478)

change appgw custom error status code enum and fix a typo of customErrorConfiguration

* Generated from 758c143eae019925ae9e021fbcd6821af918d000

Add ExpressRoutePort swagger (#4104)

* Add ExpressRoutePort details to readme.md

* ExpressRoutePort swagger

* Refer SubscriptionIdParameter and ApiVersionParameter from network.json

* Generated from b232daf214b1a03e32b14427be20bbca4ac805ac (#3509)

ExpressRoutePort swagger

* Generated from 6c4312edb758be23c2bdd7f8c2da0b8b76541187

Cherry pick NRP's changes from master to October branch (#4251)

* Remove error code from swagger (#4103)

* Modifying example templates : enabling Ipv6 support for Private Peering (#4232)

* Modifying example templates : enabling Ipv6 support for Private Peering

* Resolving oav validation error

* [AutoPR network/resource-manager] Cherry pick NRP's changes from master to October branch (#3632)

* Generated from 9ef9c433f66560956a610961c0e2a5ec70360064

Modifying example templates : enabling Ipv6 support for Private Peering (#4232)

* Modifying example templates : enabling Ipv6 support for Private Peering

* Resolving oav validation error

* Packaging update of azure-mgmt-network

* Packaging update of azure-mgmt-adhybridhealthservice

* Generated from e8f2b491e5b1732d9e57cdf9ddd16907ba04920e

Changes to add operation id for outbound rules (#4320)

* Changes to add operation id for outbound rules

* Changes to make outbound rule similar to load balancing rule

* fix failures - add example json files

* fix failures

* Fixed line endings, specs, examples

* [AutoPR network/resource-manager] Changes to add operation id for outbound rules (#3687)

* Generated from fb767531a15f75017f43f44004a2aa75c1b13b9f

fix failures

* Generated from a9023fbd65049681b0ccc49d42a1c4276b0cd159

Merge pull request #1 from EvgenyAgafonchikov/fix-lb

Fixed line endings, specs, examples

* [AutoPR network/resource-manager] Change one parameter (#3700)

* Generated from 9392c40ae5bf6575a8fdf47d0609226fdd8da689

Change one parameter

* Generated from 084957762078dc07cce7c40e0d5358081f090e2a

Change parameter in most recent version

* Generated from 1f46c7babbbcc3379f21c6f5e3d16f693fe23111

Fix example

* Generated from d0417082c41cfae8f0234ee02fe32b506bf4e605

New SKU for ER (#4342)
lmazuel pushed a commit that referenced this pull request Nov 8, 2018
* [AutoPR network/resource-manager] Remove error code from swagger (#3507)

* Generated from 82c4e9010292ed02c88fd64f6d3b7e17bd417eb9

Remove error code from swagger

* Packaging update of azure-mgmt-network

* [AutoPR network/resource-manager] Move parameter to keep order in SDK (#3731)

* Generated from 911ebf46a4a178cdcc6aaa9695f6792f4c64ab89

Move parameter to keep order in SDK

* Packaging update of azure-mgmt-network

* [AutoPR network/resource-manager] Network october release (#3463)

* Generated from bd2aca0

Update ADHybridHealthService.json (#3874)

* Generated from 4b3ae81daaddc6079ec4a6a8ebeebccc019703e6

Updated NetworkConfigurationDiagnostic API + example (#3905)

* Generated from c90c5d14e7b0b169a8cde763860d15aa48a0d37c (#3395)

address the comments

* Generated from 26fc76cf7c2ed2ae5289bd4946513351880d32ff

add customer error spec for Application Gateway (#3985)

* add customer error spec for Application Gateway

* fix property name issue

* [AutoPR network/resource-manager] add customer error spec for Application Gateway (#3409)

* Generated from d9a3af34891cc703ecc3ba298fc737d6cc3e0fc0

add customer error spec for Application Gateway

* Generated from 26299b453a6b2f99683899a78c4c302d39b7de03

fix property name issue

* Generated from 19e41e2e7bb38120b813ad2314dc7c4f422b48c4 (#3417)

Add ICMP to the list of supported protocols

* Generated from ef5d8181e1a9f148a35d1b4467af2427a0afa29d

Merge remote-tracking branch 'origin/master' into network-october-release

* Packaging update of azure-mgmt-network

* Packaging update of azure-mgmt-adhybridhealthservice

* Generated from 7d9b9a991b92bfdbc31be3bf5fd2bd16bbb742a1 (#3478)

change appgw custom error status code enum and fix a typo of customErrorConfiguration

* Generated from 758c143eae019925ae9e021fbcd6821af918d000

Add ExpressRoutePort swagger (#4104)

* Add ExpressRoutePort details to readme.md

* ExpressRoutePort swagger

* Refer SubscriptionIdParameter and ApiVersionParameter from network.json

* Generated from b232daf214b1a03e32b14427be20bbca4ac805ac (#3509)

ExpressRoutePort swagger

* Generated from 6c4312edb758be23c2bdd7f8c2da0b8b76541187

Cherry pick NRP's changes from master to October branch (#4251)

* Remove error code from swagger (#4103)

* Modifying example templates : enabling Ipv6 support for Private Peering (#4232)

* Modifying example templates : enabling Ipv6 support for Private Peering

* Resolving oav validation error

* [AutoPR network/resource-manager] Cherry pick NRP's changes from master to October branch (#3632)

* Generated from 9ef9c433f66560956a610961c0e2a5ec70360064

Modifying example templates : enabling Ipv6 support for Private Peering (#4232)

* Modifying example templates : enabling Ipv6 support for Private Peering

* Resolving oav validation error

* Packaging update of azure-mgmt-network

* Packaging update of azure-mgmt-adhybridhealthservice

* Generated from e8f2b491e5b1732d9e57cdf9ddd16907ba04920e

Changes to add operation id for outbound rules (#4320)

* Changes to add operation id for outbound rules

* Changes to make outbound rule similar to load balancing rule

* fix failures - add example json files

* fix failures

* Fixed line endings, specs, examples

* [AutoPR network/resource-manager] Changes to add operation id for outbound rules (#3687)

* Generated from fb767531a15f75017f43f44004a2aa75c1b13b9f

fix failures

* Generated from a9023fbd65049681b0ccc49d42a1c4276b0cd159

Merge pull request #1 from EvgenyAgafonchikov/fix-lb

Fixed line endings, specs, examples

* [AutoPR network/resource-manager] Change one parameter (#3700)

* Generated from 9392c40ae5bf6575a8fdf47d0609226fdd8da689

Change one parameter

* Generated from 084957762078dc07cce7c40e0d5358081f090e2a

Change parameter in most recent version

* Generated from 1f46c7babbbcc3379f21c6f5e3d16f693fe23111

Fix example

* Generated from d0417082c41cfae8f0234ee02fe32b506bf4e605

New SKU for ER (#4342)

* Packaging update of azure-mgmt-network

* Rebuild by #3617

* Remove azure-mgmt-adhybridhealthservice by mistake on Network service PR

* Network 2.3.0
AutorestCI added a commit that referenced this pull request Nov 20, 2018
Merge pull request #1 from leonardbf/netapp-api-update-public

NFSAAS-1505 minor update and validation fixes
AutorestCI added a commit that referenced this pull request Nov 21, 2018
…n fixes (#3839)

* Generated from 4535ffbe9b0b3be960171b9c8efcdb042f34ce64

Merge pull request #1 from leonardbf/netapp-api-update-public

NFSAAS-1505 minor update and validation fixes

* Packaging update of azure-mgmt-netapp
AutorestCI added a commit that referenced this pull request Nov 25, 2018
Merge pull request #1 from omarelhariry/a-moghan/PublishingResponses

Adding Publishing To Regions Status
AutorestCI added a commit that referenced this pull request Dec 11, 2018
Fixes for:

Issue #1 : Azure/azure-rest-api-specs#4576 (comment)

Typo in the DeltaOperationType Enum.

Issue #2 : Azure/azure-rest-api-specs#4844 (comment)

GlobalAdmins list is marked as an object, while it's an array.
AutorestCI added a commit that referenced this pull request Dec 13, 2018
…ounts APIs (#3869)

* Generated from 431fadac7b30b7c33b9fa6468874fce839869345

fixing build errors

* Packaging update of azure-cognitiveservices-language-luis

* Generated from 82cee8e19ad81e9d82d712cfabad1649b91b619a

Merge pull request #1 from omarelhariry/a-moghan/PublishingResponses

Adding Publishing To Regions Status

* Generated from 23a7c077da0b751b8ad2b246d8da041d0906f90d

Fixing formats

* Generated from 4289fc27afed08636bf27abb57ace4a1ff69b7ee

Fixing OAV errors

* Generated from 3b62ef631bbcf684da8597627f22d1869bb37c7d

Merge pull request #2 from omarelhariry/kayousef/Dispatch_APIs

Adding dispatch APIs

* Generated from 4289fc27afed08636bf27abb57ace4a1ff69b7ee

Fixing OAV errors

* Generated from c7d11c54fe4f164073a570f2dba2510ddbf91c76

Add application-json as a 2nd prdocues format for packaging APIs, to describe the error responses

* Generated from b8ee038af90c620395c27635c989a3a6364335a4

Updating operation ids

* Generated from 32e19a3f178eab8d32f3fd79316bbaf7569ca7c8

fix oav and remove error responses

* Update sdk_packaging.toml

* Packaging update of azure-cognitiveservices-language-luis
AutorestCI added a commit that referenced this pull request Dec 14, 2018
Fixes for:

Issue #1 : Azure/azure-rest-api-specs#4576 (comment)

Typo in the DeltaOperationType Enum.

Issue #2 : Azure/azure-rest-api-specs#4844 (comment)

GlobalAdmins list is marked as an object, while it's an array.
AutorestCI added a commit that referenced this pull request Dec 14, 2018
…view request for Microsoft.ADHybridHealthService to add version 2014-01-01 (#4040)

* Generated from 5269a33bc4e48e336b7eacdba01c999953f42013

Fixes for:

Issue #1 : Azure/azure-rest-api-specs#4576 (comment)

Typo in the DeltaOperationType Enum.

Issue #2 : Azure/azure-rest-api-specs#4844 (comment)

GlobalAdmins list is marked as an object, while it's an array.

* Generated from 5269a33bc4e48e336b7eacdba01c999953f42013

Fixes for:

Issue #1 : Azure/azure-rest-api-specs#4576 (comment)

Typo in the DeltaOperationType Enum.

Issue #2 : Azure/azure-rest-api-specs#4844 (comment)

GlobalAdmins list is marked as an object, while it's an array.
lmazuel pushed a commit that referenced this pull request Jan 3, 2019
* [AutoPR netapp/resource-manager] Microsoft.NetApp first version (#3144)

* Generated from c82f7e0779efda2a9a97a99664679711ce8d7e73

Microsoft.NetApp first version

* Generated from 51268a3aa9892dabce143e347f225bf74be4cc49

Addressing pullrequest comments

* [AutoPR netapp/resource-manager] NetApp adding subnetId to volume properties (#3321)

* Generated from 37a648d4d8bbc6b77cc7cbc25b55f95f0b65b9fa

NetApp adding subnetId to volume properties

* Packaging update of azure-mgmt-netapp

* [AutoPR netapp/resource-manager] NetApp RP minor update and validation fixes (#3839)

* Generated from 4535ffbe9b0b3be960171b9c8efcdb042f34ce64

Merge pull request #1 from leonardbf/netapp-api-update-public

NFSAAS-1505 minor update and validation fixes

* Packaging update of azure-mgmt-netapp

* Generated from 964e181cc1542e5bec928cbb27ef3d144f24b71e (#3956)

typo: netapp/resource-manager/Microsoft.NetApp

- possiblly -> possibly
- targets's -> target's

* [AutoPR netapp/resource-manager] Resource and property changes (#3992)

* Generated from 164da1fe5b4cdf8db0afd9f55a08ab523e1c3f0e

Merge pull request #4 from leonardbf/netapp-api-update-public

NFSAAS-1505 resource and property changes

* Generated from 5892e13494715eb9a24653407544e23ddb00efc4

Merge pull request #5 from leonardbf/netapp-api-update-public

NFSAAS-1505 status codes

* Generated from 4f47c60ec82a1eefc22a7524b7dff99624499d67 (#4046)

Merge pull request #9 from leonardbf/mt-sc-update

NFSAAS-1644 remove mt get add status for put

* Update sdk_packaging.toml

* Packaging update of azure-mgmt-netapp

* Update version.py

* Update HISTORY.rst
AutorestCI added a commit that referenced this pull request Mar 12, 2019
Merge pull request #1 from feiyushi/feshi-imagebuilder-preview2019

operation_id: plural forms
brownma-ms added a commit to brownma-ms/azure-sdk-for-python that referenced this pull request Jan 30, 2023
This support is needed for the air gapped environments.  There are three
ways to add a new cloud environment.  These were all taken from examples
in the v1 sdk.

1) The SDK will look for a default configuration file and try to find
   cloud environments in there.
2) If you set an environment variable called ARM_METADATA_URL, it will
   look there for cloud configurations.  If you do not set this, it will
   use a default URL in the _azure_environments.py file to find them.
3) The SDK exposes two new functions, add_cloud which will add the new
   configuration to the configuration file mentioned in Azure#1, and
   update_cloud which will update the added configuration.
harneetvirk pushed a commit that referenced this pull request Feb 7, 2023
* Adding in some functionality to use different clouds

This support is needed for the air gapped environments.  There are three
ways to add a new cloud environment.  These were all taken from examples
in the v1 sdk.

1) The SDK will look for a default configuration file and try to find
   cloud environments in there.
2) If you set an environment variable called ARM_METADATA_URL, it will
   look there for cloud configurations.  If you do not set this, it will
   use a default URL in the _azure_environments.py file to find them.
3) The SDK exposes two new functions, add_cloud which will add the new
   configuration to the configuration file mentioned in #1, and
   update_cloud which will update the added configuration.

* Removing some of the functionality, only ARM check remains

* Adding unit test for new environments functionality

* fixed tests with mock

* removed print statement

* removed commented code

* removed print statements (oops)

* fixed tests and removed comments

* Fixing a testing bug

* Fixing a misspelled word

* Changing how we reach out to ARM, als fixing some pylint

* Fixing more lint errors

* Fixing more lint errors

* updated code per suggestions in PR

* fixed typo in warning

* added registry_endpoint to metadata url, also added tests for making sure all endpointurls are registered

* updated how the registry discovery endpoint is created. Uses a default region but region can be updated with environment variable

* fixed linting errors

* moved discovery url logic around to make sure it's not overwriting public regions

* Fixing small pylint errors

* Moving over to using HttpPipeline instead of requests

* fixed up based on comments in the PR

* fixed broken unit tests and mocked correctly

* Fixing pylint issues

---------

Co-authored-by: Ronald Shaw <[email protected]>
sarkar-rajarshi added a commit that referenced this pull request Jul 12, 2023
sarkar-rajarshi added a commit that referenced this pull request Jul 12, 2023
* Update with new swagger

* changes for job matching modes

* remove generated models
- all models have been handcoded

* fix lint errors #1

* fix lint errors 2

* update swagger to point to main specs repo
catalinaperalta pushed a commit that referenced this pull request Jul 24, 2024
w-javed added a commit that referenced this pull request Jun 30, 2025
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.

2 participants