Skip to content

Conversation

@jalauzon-msft
Copy link
Member

No description provided.

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Mar 3, 2022
@azure-sdk
Copy link
Collaborator

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

API changes

-             find: Optional[bool] = ..., 
+             filter_by_tags: Optional[bool] = ..., 

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-storage-file-share. You can review API changes here

API changes

-             metadata: Optional[dict(str,str)] = ..., 
+             metadata: Optional[Dict(str,str)] = ..., 
-             metadata: Optional[dict(str,str)] = ..., 
+             metadata: Optional[Dict(str,str)] = ..., 
-     async def exists(self, **kwargs)
+     async def exists(self, **kwargs) -> bool
-             metadata: Optional[dict(str,str)] = ..., 
+             metadata: Optional[Dict(str,str)] = ..., 
-             metadata: Optional[dict(str,str)] = ..., 
+             metadata: Optional[Dict(str,str)] = ..., 

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-storage-file-share. You can review API changes here

API changes

-             metadata: Optional[dict(str,str)] = ..., 
+             metadata: Optional[Dict[str,str]] = ..., 
-             metadata: Optional[dict(str,str)] = ..., 
+             metadata: Optional[Dict[str,str]] = ..., 
-     async def exists(self, **kwargs)
+     async def exists(self, **kwargs) -> bool
-             metadata: Optional[dict(str,str)] = ..., 
+             metadata: Optional[Dict[str,str]] = ..., 
-             metadata: Optional[dict(str,str)] = ..., 
+             metadata: Optional[Dict[str,str]] = ..., 

@jalauzon-msft jalauzon-msft merged commit 8479758 into Azure:main Mar 4, 2022
@jalauzon-msft jalauzon-msft deleted the api-view-updates branch March 4, 2022 02:01
iscai-msft added a commit to iscai-msft/azure-sdk-for-python that referenced this pull request Mar 4, 2022
…into new_metrics_advisor

* 'main' of https://github.com/Azure/azure-sdk-for-python: (92 commits)
  [Mgmt Compute] Sanitize recordings (Azure#23331)
  [Tables] Release prep (Azure#23297)
  [Cosmos] move system_key logic to query_iterable (Azure#22893)
  [Cosmos] added additional warning to default consistency change (Azure#23225)
  update template (Azure#23333)
  [Storage] Address comments from API Review for March release (Azure#23294)
  code and test (Azure#23273)
  [textanalytics] release prep + fixing docstrings and links (Azure#23315)
  [Schema Registry] rename request kwargs to request options (Azure#23325)
  update new app service api version (Azure#23034)
  [SchemaRegistry] add tests for error codes (Azure#23140)
  Increment package version after release of azure-core (Azure#23319)
  Sync eng/common directory with azure-sdk-tools for PR 2824 (Azure#23314)
  Add python credscan in ci.yml (Azure#23307)
  [SchemaRegistry] avro api changes (Azure#23259)
  [KeyVualt KV] Fix cspell errors (Azure#23255)
  [KeyVault Certs] Fix cspell errors (Azure#23251)
  [AutoRelease] t2-containerregistry-2022-02-21-89653(Do not merge) (Azure#23155)
  [KeyVault Keys] Fix cspell errors (Azure#23250)
  Sync eng/common directory with azure-sdk-tools for PR 2830 (Azure#23267)
  ...
rakshith91 pushed a commit to rakshith91/azure-sdk-for-python that referenced this pull request Apr 7, 2022
rakshith91 pushed a commit to rakshith91/azure-sdk-for-python that referenced this pull request Apr 10, 2022
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-python that referenced this pull request Apr 3, 2023
Fix bug where ReplicationRoles was exposing unsupported roles (Azure#23294)

* Fix bug where ReplicationRoles was exposing unsupported roles

* Remove unsupported ReplicationRole from api version 2022-03-08-preview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Storage Storage Service (Queues, Blobs, Files)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants