Skip to content

Commit

Permalink
Conda 2024 09 01 (#36964)
Browse files Browse the repository at this point in the history
* init 2024-09-01

* data plane update

* update

* update mgmt

* update

* update

* fix the issue with tools

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
  • Loading branch information
xiangyan99 and scbedd authored Sep 1, 2024
1 parent 034f53f commit 9e6e792
Show file tree
Hide file tree
Showing 42 changed files with 539 additions and 37 deletions.
70 changes: 70 additions & 0 deletions conda/conda-recipes/azure-messaging-webpubsubclient/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{% set name = "azure-messaging-webpubsubclient" %}

package:
name: "{{ name|lower }}"
version: {{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}

source:
url: {{ environ.get('WEBPUBSUB_SOURCE_DISTRIBUTION', '') }}

build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"

requirements:
host:
- cryptography
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
- pip
- pyjwt
- python
- six
- typing_extensions
- requests-oauthlib >=0.5.0
- aiohttp
- isodate
- websocket-client >=1.6.0
run:
- cryptography
- pyjwt
- python
- six
- azure-core >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
- azure-identity >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
- msrest >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
- typing_extensions
- requests-oauthlib >=0.5.0
- aiohttp
- isodate
- websocket-client >=1.6.0

test:
imports:
- azure.messaging.webpubsubclient
- azure.messaging.webpubsubclient.aio

about:
home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/webpubsub/azure-messaging-webpubsubclient"
license: MIT
license_family: MIT
license_file:
summary: "Microsoft Azure WebPubSub Client Library for Python"
description: |
Azure Web PubSub is a cloud service that helps developers easily build real-time features in web applications with publish-subscribe patterns at scale.
Any scenario that requires real-time messaging between server and clients or among clients following publish-subscribe patterns can benefit from using Web PubSub. Developers no longer need to poll the server by sending repeated HTTP requests at intervals, which is wasteful and hard-to-scale.
As shown in the diagram below, your clients establish WebSocket connections with your Web PubSub resource. This client library:
- simplifies managing client connections
- simplifies sending messages among clients
- automatically retries after unintended drops of client connection
- reliably deliveries messages in number and in order after recovering from connection drops
Please see https://aka.ms/azsdk/conda/releases/webpubsubclient for version details.
doc_url:
dev_url:

extra:
recipe-maintainers:
- xiangyan99
18 changes: 18 additions & 0 deletions conda/conda-recipes/azure-mgmt/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ test:
- azure.mgmt.apimanagement.aio.operations
- azure.mgmt.apimanagement.models
- azure.mgmt.apimanagement.operations
- azure.mgmt.appcomplianceautomation
- azure.mgmt.appcomplianceautomation.aio
- azure.mgmt.appcomplianceautomation.models
- azure.mgmt.appconfiguration
- azure.mgmt.appconfiguration.aio
- azure.mgmt.appconfiguration.models
Expand Down Expand Up @@ -641,6 +644,11 @@ test:
- azure.mgmt.operationsmanagement.aio.operations
- azure.mgmt.operationsmanagement.models
- azure.mgmt.operationsmanagement.operations
- azure.mgmt.oracledatabase
- azure.mgmt.oracledatabase.aio
- azure.mgmt.oracledatabase.aio.operations
- azure.mgmt.oracledatabase.models
- azure.mgmt.oracledatabase.operations
- azure.mgmt.orbital
- azure.mgmt.orbital.aio
- azure.mgmt.orbital.aio.operations
Expand Down Expand Up @@ -834,6 +842,11 @@ test:
- azure.mgmt.resourceconnector.aio.operations
- azure.mgmt.resourceconnector.models
- azure.mgmt.resourceconnector.operations
- azure.mgmt.scvmm
- azure.mgmt.scvmm.aio
- azure.mgmt.scvmm.aio.operations
- azure.mgmt.scvmm.models
- azure.mgmt.scvmm.operations
- azure.mgmt.search
- azure.mgmt.search.aio
- azure.mgmt.search.aio.operations
Expand Down Expand Up @@ -862,6 +875,11 @@ test:
- azure.mgmt.servicefabric.aio.operations
- azure.mgmt.servicefabric.models
- azure.mgmt.servicefabric.operations
- azure.mgmt.servicefabricmanagedclusters
- azure.mgmt.servicefabricmanagedclusters.aio
- azure.mgmt.servicefabricmanagedclusters.aio.operations
- azure.mgmt.servicefabricmanagedclusters.models
- azure.mgmt.servicefabricmanagedclusters.operations
- azure.mgmt.servicebus
- azure.mgmt.servicebus.aio
- azure.mgmt.servicebus.models
Expand Down
2 changes: 1 addition & 1 deletion conda/conda-recipes/conda_env.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
variables:
AZURESDK_CONDA_VERSION: '2024.06.01'
AZURESDK_CONDA_VERSION: '2024.09.01'
4 changes: 2 additions & 2 deletions conda/conda-recipes/msal-extensions/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ build:

requirements:
host:
- msal >=2023.06.01
- msal >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
- pip
- portalocker
- python
run:
- msal >=2023.06.01
- msal >={{ environ.get('AZURESDK_CONDA_VERSION', '0.0.0') }}
- portalocker
- pyjwt
- python
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-contentsafety.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Azure AI Content Safety client library for Python (conda)

## 2024.09.01

### Packages included

- azure-ai-contentsafety-1.0.0

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-formrecognizer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Form Recognizer client library for Python (conda)

## 2024.09.01

### Packages included

- azure-ai-formrecognizer-3.3.3

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-language-conversations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Conversational Language Understanding client library for Python (conda)

## 2024.09.01

### Packages included

- azure-ai-language-conversations-1.1.0

## 2024.06.01

### Packages included
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Cognitive Language Services Question Answering client library for Python (conda)

## 2024.09.01

### Packages included

- azure-ai-language-questionanswering-1.1.0

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-metricsadvisor.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Metrics Advisor client library for Python (conda)

## 2024.09.01

### Packages included

- azure-ai-metricsadvisor-1.0.0

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-ml.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure ML Package client library for Python (conda)

## 2024.09.01

### Packages included

- azure-ai-ml-1.19.0

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-textanalytics.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Text Analytics client library for Python (conda)

## 2024.09.01

### Packages included

- azure-ai-textanalytics-5.3.0

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-translation-document.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Document Translation client library for Python (conda)

## 2024.09.01

### Packages included

- azure-ai-translation-document-1.0.0

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-ai-translation-text.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Text Translation client library for Python (conda)

## 2024.09.01

### Packages included

- azure-ai-translation-text-1.0.1

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-appconfiguration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure App Configuration client library for Python (conda)

## 2024.09.01

### Packages included

- azure-appconfiguration-1.6.0

## 2024.06.01

### Packages included
Expand Down
14 changes: 14 additions & 0 deletions conda/conda-releaselogs/azure-communication.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Azure Communication client library for Python (conda)

## 2024.09.01

### Packages included

- azure-communication-chat-1.3.0
- azure-communication-email-1.0.0
- azure-communication-identity-1.5.0
- azure-communication-phonenumbers-1.1.0
- azure-communication-sms-1.0.1
- azure-communication-callautomation-1.2.0
- azure-communication-rooms-1.1.0
- azure-communication-jobrouter-1.0.0
- azure-communication-messages-1.0.0

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-confidentialledger.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Microsoft Azure Confidential Ledger Client Library for Python (conda)

## 2024.09.01

### Packages included

- azure-confidentialledger-1.1.1

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-containerregistry.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Container Registry client library for Python (conda)

## 2024.09.01

### Packages included

- azure-containerregistry-1.2.0

## 2024.06.01

### Packages included
Expand Down
8 changes: 8 additions & 0 deletions conda/conda-releaselogs/azure-core.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Azure Core client library for Python (conda)

## 2024.09.01

### Packages included

- azure-common-1.1.28
- azure-core-1.30.2
- azure-mgmt-core-1.4.0

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-cosmos.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Cosmos DB SQL API client library for Python (conda)

## 2024.09.01

### Packages included

- azure-cosmos-4.7.0

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-data-tables.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Tables client library for Python (conda)

## 2024.09.01

### Packages included

- azure-data-tables-12.5.0

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-developer-loadtesting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Microsoft Azure Developer LoadTesting Client Library for Python (conda)

## 2024.09.01

### Packages included

- azure-developer-loadtesting-1.0.0

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-digitaltwins-core.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Digital Twins Core client library for Python (conda)

## 2024.09.01

### Packages included

- azure-digitaltwins-core-1.2.0

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-eventgrid.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Event Grid client library for Python (conda)

## 2024.09.01

### Packages included

- azure-eventgrid-4.20.0

## 2024.06.01

### Packages included
Expand Down
8 changes: 8 additions & 0 deletions conda/conda-releaselogs/azure-eventhub.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Azure Event Hubs client library for Python (conda)

## 2024.09.01

### Packages included

- azure-eventhub-5.12.1
- azure-eventhub-checkpointstoreblob-1.1.4
- azure-eventhub-checkpointstoreblob-aio-1.1.4

## 2024.06.01

### Packages included
Expand Down
6 changes: 6 additions & 0 deletions conda/conda-releaselogs/azure-identity.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Identity client library for Python (conda)

## 2024.09.01

### Packages included

- azure-identity-1.16.0

## 2024.06.01

### Packages included
Expand Down
Loading

0 comments on commit 9e6e792

Please sign in to comment.