Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging main. #21768

Conversation

cochi2
Copy link
Member

@cochi2 cochi2 commented Nov 15, 2021

No description provided.

msyyc and others added 30 commits October 14, 2021 21:35
…zure#21169)

* regenerate with api-version 2021-05-01-preview

* Update CHANGELOG.md
* part1 test

* test and readme

* CI fix

* fix dependency

* fix CI

* regenerate

* review

* regenerate with new api version 2021-07-01-preview

* update readme.md for python2.7 claim and setup.py for python 3.10

* Fix py.typed packaging

Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>
* codegen

* update test

* update readme.md

* add test

* from connection string

* example

* Update _version.py

* api management proxy

* Update _web_pub_sub_service_client.py

* review

* api management

* fix dependency

* fix dependency

* apim proxy

* edit code in _patch.py instead of generated code

* review

* fix broken link

* Update setup.py

* Update dev_requirements.txt

* fix ci

* fix ci

* fix ci failure of windows_python27

* Update sdk/webpubsub/azure-messaging-webpubsubservice/examples/send_messages_aad.py

Co-authored-by: Liangying.Wei <lianwei@microsoft.com>

* Update sdk/webpubsub/azure-messaging-webpubsubservice/examples/send_messages_aad.py

Co-authored-by: Liangying.Wei <lianwei@microsoft.com>

* Update README.md

* review

* regenerate code

* fix ci

* fix ci

* move operation onto client

* review

* Update send_messages_connection_string_apim_proxy.py

* Update send_messages_aad_apim_proxy.py

* regenerate for 2021-10-01

* test

* Update CHANGELOG.md

* Update sdk/webpubsub/azure-messaging-webpubsubservice/README.md

Co-authored-by: Liangying.Wei <lianwei@microsoft.com>

* Update sdk/webpubsub/azure-messaging-webpubsubservice/README.md

Co-authored-by: Liangying.Wei <lianwei@microsoft.com>

Co-authored-by: Liangying.Wei <lianwei@microsoft.com>
* fix typo compatability to compatibility
* [Storage][Logging]Let users opt in logging_request_body

* Update policies.py

* Update policies.py

* Update policies.py

* Update policies.py

* logging response body

* Update settings_fake.py
* update swagger

* encryption scope sas

* permanent delete sas

* sync copy from url with encryption scope

* manually edit swagger

* Update _version.py
* CodeGen from PR 16215 in Azure/azure-rest-api-specs
Dev containerservice microsoft.container service 2021 09 01 (Azure#16215)

* Adds base for updating Microsoft.ContainerService from version stable/2021-08-01 to version 2021-09-01

* Updates readme

* Updates API version in new specs and examples

* Add gmsaProfile in WindowsProfile for AKS (Azure#15976)

* Add gmsaProfile in WindowsProfile for AKS

* fix spell errors

* Fix lint issue

* Update readme.md for AKS 2021-09-01

* Expose a few more snapshot properties in 2021-09-01 swagger to match 2021-09-01 API (Azure#16082)

* Expose a few more snapshot properties in 2021-09-01 swagger to match 2021-09-01 RP API

* Expose a few more snapshot properties in 2021-09-01 swagger to match 2021-09-01 RP API

Co-authored-by: Charlie Li <charlili@microsoft.com>

* Agent pool start/stop  (Azure#16105)

* added examples for agentpool start/stop

* fixed code styling

* added 201 response code in examples

* added 201 response code object

* added missing parameter

* updated description for power state and added title

* added power state to request body properties

* Update specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2021-09-01/managedClusters.json

Co-authored-by: Matthew Christopher <matthchr@microsoft.com>

Co-authored-by: Matthew Christopher <matthchr@microsoft.com>

Co-authored-by: Charlie Li <39974812+chengliangli0918@users.noreply.github.com>
Co-authored-by: Charlie Li <charlili@microsoft.com>
Co-authored-by: rsamigullin <89222124+rsamigullin@users.noreply.github.com>
Co-authored-by: Matthew Christopher <matthchr@microsoft.com>

* version,CHANGELOG

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: Charlie Li <39974812+chengliangli0918@users.noreply.github.com>
Co-authored-by: Charlie Li <charlili@microsoft.com>
Co-authored-by: rsamigullin <89222124+rsamigullin@users.noreply.github.com>
Co-authored-by: Matthew Christopher <matthchr@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
* Increment package version after release of azure-purview-administration

* Increment package version after release of azure-purview-catalog

* Increment package version after release of azure-purview-scanning
* Refactor AzureJSONEncoder

* Improved readability of AzureJSONEncoder datetime handling

* Rename _timestr_as_isostr() to _datetime_as_isostr()
* Move datetime.timedelta object handling function call (_timedelta_as_str()) to _datetime_as_isostr() inside
* Rename private method (_datetime_as_isostr, _timedelta_as_str) parameter value, o to dt, td

* Add some docstring

* Fix typo and add type checking

* Fix typo some docstring 
* Renamed _timedelta_as_str to _timedelta_as_isostr
* Add type checking in _datetime_as_isostr

* Improve type checking and rename some inner variables
… commands that allow contact of localhost (Azure#21310)

Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
* fix uri

* update

* update changelog

* udpates
* add proper defaults on document table cell

* default kind field

* set default in _from_generated and improve init

* revert changes to init, fix test comment

* set content default for kind

* update testcase to account for default scenarios
* Add group id into metadata for java use

* Update Update-DocsMsPackages.ps1

* Update Update-DocsMsPackages.ps1

* Update eng/common/scripts/Update-DocsMsPackages.ps1

Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* Update eng/common/scripts/Update-DocsMsPackages.ps1

Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
* Fix up identity resolver to make it more reliable, publish notification configuration as a tool

* Use both username and email to resolve queuing user

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
* CodeGen from PR 15881 in Azure/azure-rest-api-specs
[Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-08-01 (Azure#15881)

* Adds base for updating Microsoft.RecoveryServices from version stable/2021-07-01 to version 2021-08-01

* Updates readme

* Updates API version in new specs and examples

* Fixing readme file

* version,CHANGELOG

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
- Some scenarios require multiple test-proxy URLs to bottleneck client
- test-proxy URLs are assigned round-robin to parallel test instances
- Ported from Azure/azure-sdk-for-net#24265
* CodeGen from PR 15956 in Azure/azure-rest-api-specs
New GA version changes - 2021-10-01 (Azure#15956)

* New GA api-version changes- 2021-01-01

* readme changes

* readme changes

* add systemdata definition

* system data ref fix

* system data ref fix

* fix

* fix

* fix

* remove empty patch section

* revert patch section

* lint fix

* lint fix

* lintfix

* readme changes

* Update readme.md

* remove property bag from cc update example

* Fixing listClusterUserCreds examples

* hide creds

* example file naming changes and clientProxy flag correction

Co-authored-by: Siri Teja Reddy Kasireddy <sikasire@microsoft.com>
Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* version,CHANGELOG

* Update CHANGELOG.md

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: Siri Teja Reddy Kasireddy <sikasire@microsoft.com>
Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-appconfiguration. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)

@zihzhan-msft zihzhan-msft merged commit 6a79f61 into Azure:feature/communication-CallingServer-preview Nov 15, 2021
@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-ai-language-questionanswering. You can review API changes here

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-ai-language-conversations. You can review API changes here

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-eventgrid. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)
-     ) -> str
+     ) ->  admonitio
-         ) -> None
+         ) ->  admonitio
-         ) -> None
+         ) ->  admonitio

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-iot-deviceupdate. You can review API changes here

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-digitaltwins-core. You can review API changes here

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-mixedreality-authentication. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-eventhub. You can review API changes here

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-eventhub-checkpointstoreblob-aio. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)
-         ) -> Iterable[Dict[str,Any]], Iterable of dictionaries containing partition checkpoint informatio
+         ) -> Iterable[Dict[str, Any]], Iterable of dictionaries containing partition checkpoint informatio

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-eventhub-checkpointstoreblob. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)
-         ) -> Iterable[Dict[str,Any]], Iterable of dictionaries containing partition ownership informatio
+         ) -> Iterable[Dict[str, Any]], Iterable of dictionaries containing partition ownership informatio
-         ) -> Iterable[Dict[str,Any]], Iterable of dictionaries containing partition checkpoint informatio
+         ) -> Iterable[Dict[str, Any]], Iterable of dictionaries containing partition checkpoint informatio

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-eventhub-checkpointstoretable. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)
-         ) -> Iterable[Dict[str,Any]], Iterable of dictionaries containing partition ownership informatio
+         ) -> Iterable[Dict[str, Any]], Iterable of dictionaries containing partition ownership informatio
-         ) -> Iterable[Dict[str,Any]], Iterable of dictionaries containing partition checkpoint informatio
+         ) -> Iterable[Dict[str, Any]], Iterable of dictionaries containing partition checkpoint informatio

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-communication-chat. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)
-             metadata: Dict = None, 
-             sender_display_name: Union[str, NoneType] = None, 
-             content: str = None, 
+             content = ..., 
-             content = ..., 
-             metadata: Dict = None, 

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-communication-sms. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)
-         ) -> SmsClient
+         ) ->  admonitio
-         ) -> SmsClient
+         ) ->  admonitio

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-communication-phonenumbers. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-monitor-opentelemetry-exporter. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-monitor-query. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)
+             audience: str = ..., 
-         ) -> list[Union[LogsQueryResult, LogsQueryPartialResult,
+         ) -> list[Union[LogsQueryResult, LogsQueryPartialResult, LogsQueryError]
+             audience: str = ..., 
+             audience: str = ..., 
-             timespan: Union[timedelta, Tuple[datetime, timedelta], Tuple[datetime, datetime]], 
+             audience: str = ..., 

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-ai-anomalydetector. You can review API changes here

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-iot-modelsrepository. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-ai-translation-document. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-identity. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)
-             client_certificate: bytes = None, 
-             client_secret: str = None, 
-             user_assertion: str, 

azure-sdk pushed a commit to azure-sdk/azure-sdk-for-python that referenced this pull request Jan 6, 2023
Add scan folder and spark config support in Sparkjob activity (Azure#21768)

* add scan folder and spark config support

* fix typo

* update description

* add custom word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.